index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-15
blk: Remove various places that do flush cache after read
Bin Meng
1
-15
/
+0
2017-09-14
ARM: DRA7: Cleanup old pinctrl macros
Suman Anna
1
-14
/
+0
2017-09-14
ARM: at91: spl: Add macro CONFIG_XXXX_BOOT support
Wenyou Yang
1
-6
/
+10
2017-09-14
ARM: at91: Remove hardware.h included in configs
Wenyou Yang
3
-0
/
+3
2017-09-14
ARM: at91: Add the SoC options to Kconfig
Wenyou Yang
1
-27
/
+79
2017-09-14
ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig
Wenyou Yang
11
-43
/
+3
2017-09-14
board: atmel: Add SAMA5D27 SOM1 EK board
Wenyou Yang
5
-0
/
+411
2017-09-14
ARM: at91: Get the Chip ID of SAMA5D2 SiP
Wenyou Yang
2
-3
/
+30
2017-09-14
ARM: at91: mach: Add missing defines of MPDDRC
Wenyou Yang
1
-0
/
+4
2017-09-14
ARM: at91: spl: Add boot device for boot from QSPI
Wenyou Yang
1
-0
/
+2
2017-09-14
ARM: at91: spl: Add mck function to lower rate while switching
Wenyou Yang
2
-0
/
+43
2017-09-14
ARM: at91: spl: Adjust switching to oscillator for SAMA5D2
Wenyou Yang
2
-1
/
+19
2017-09-14
atmel: common: Add function to display via DM_VIDEO's API
Wenyou Yang
1
-0
/
+1
2017-09-14
ARM: dts: at91: sama5: Add the sfr node
Wenyou Yang
2
-0
/
+8
2017-09-14
clk: at91: utmi: Set the reference clock frequency
Wenyou Yang
1
-0
/
+5
2017-09-13
Convert CONFIG_EMIF4 et al to Kconfig
Adam Ford
1
-0
/
+15
2017-09-13
arm: dts: omap3: Re-sync DTS files with Linux 4.13-RC5
Adam Ford
13
-3284
/
+3382
2017-09-13
ARM: dts: ethernut5: Fix the build warning
Wenyou Yang
1
-0
/
+2
2017-09-12
ARM: DRA72x: Add support for detection of DRA71x SR 2.1
Vishal Mahaveer
5
-0
/
+9
2017-09-12
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
3
-17
/
+5
2017-09-12
armv8: mmu: add space around operator
Andy Yan
1
-1
/
+1
2017-09-12
armv8: mmu: remove unused macro definition
Andy Yan
1
-9
/
+0
2017-09-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
27
-164
/
+978
2017-09-12
Merge git://git.denx.de/u-boot-dm
Tom Rini
3
-10
/
+30
2017-09-11
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test
Patrice Chotard
1
-4
/
+6
2017-09-11
dm: core: Add ofnode_for_each_subnode()
Simon Glass
1
-6
/
+2
2017-09-11
sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig
Bin Meng
1
-0
/
+5
2017-09-11
sandbox: Introduce Kconfig option for 32/64 bit host
Bin Meng
1
-0
/
+17
2017-09-11
board: sama5d4_xplained: Set mac address from eeprom
Wenyou Yang
1
-0
/
+5
2017-09-11
board: sama5d2_xplained: Replace code to set mac address
Wenyou Yang
1
-0
/
+5
2017-09-11
board: atmel: Create board/$(VENDOR)/common folder
Wenyou Yang
1
-0
/
+2
2017-09-11
board: ti: am57xx: Add dt support for BeagleBoard-X15 revC
Lokesh Vutla
1
-0
/
+1
2017-09-11
board: ti: am571x: Add 666MHz support for AM571x IDK
Steve Kipisz
1
-0
/
+1
2017-09-11
board: ti: dra76: Add dt support
Lokesh Vutla
1
-1
/
+1
2017-09-11
arm: dts: Add u-boot specific compatibles
Lokesh Vutla
4
-0
/
+68
2017-09-11
arm: dts: dra7: sync DT with latest Linux
Lokesh Vutla
24
-636
/
+3207
2017-09-11
board: ti: dra76-evm: Add DDR data
Lokesh Vutla
2
-0
/
+3
2017-09-11
board: ti: dra76-evm: Add the pmic data
Keerthy
3
-0
/
+26
2017-09-11
arm: dra76: Add support for ES1.0 detection
Praneeth Bajjuri
4
-0
/
+39
2017-09-11
arm: dra7: Kconfig: Select LP87565 related configs
Lokesh Vutla
1
-0
/
+4
2017-09-11
palmas: Add support for powering different ldos
Lokesh Vutla
1
-1
/
+1
2017-09-11
arm: omap5+: Add board specific ldo powering
Lokesh Vutla
2
-10
/
+7
2017-09-11
armv8: fsl-layerscape: Add back L3 flushing for all exception levels
York Sun
1
-4
/
+0
2017-09-11
armv8: ls1088a: add PCIe dts node
Hou Zhiqiang
1
-0
/
+48
2017-09-11
armv8: ls1088a: fix the MMU table for pcie config space
Hou Zhiqiang
1
-0
/
+6
2017-09-11
armv8: fsl-layerscape: Fix MC reserved memory calculation
York Sun
1
-3
/
+12
2017-09-11
armv7: Add workaround for USB erratum A-009007
Ran Wang
3
-0
/
+25
2017-09-11
armv7: Add workaround for USB erratum A-008997
Ran Wang
3
-0
/
+22
2017-09-11
armv7: Add workaround for USB erratum A-009798
Ran Wang
3
-0
/
+17
2017-09-11
armv7: Add workaround for USB erratum A-009008
Ran Wang
3
-0
/
+25
[next]