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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
dm: syscon: Set LOG_CATEGORY
Sean Anderson
1
-0
/
+2
2020-10-15
clk: sifive: Include device_compat.h
Sean Anderson
1
-7
/
+7
2020-10-15
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
9
-229
/
+482
2020-10-14
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
35
-6
/
+14182
2020-10-14
net: e1000: add defaults for i210 TX/RX PBSIZE
Christian Gmeiner
2
-0
/
+11
2020-10-14
treewide: Fix wrong CONFIG_IS_ENABLED() handling
Alper Nebi Yasak
3
-10
/
+10
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
1
-0
/
+9
2020-10-14
drivers: gpio: keep output value for input on sandbox
Heinrich Schuchardt
1
-1
/
+9
2020-10-14
mmc: fsl_esdhc: add ADMA2 support
Michael Walle
2
-5
/
+53
2020-10-14
mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()
Michael Walle
1
-73
/
+65
2020-10-14
spi: mvebu_a3700_spi: add support for cs-gpios
George Hilliard
1
-6
/
+35
2020-10-14
net: Add NIC controller driver for OcteonTX2
Suneel Garapati
16
-0
/
+4493
2020-10-14
net: Add NIC controller driver for OcteonTX
Suneel Garapati
14
-0
/
+6656
2020-10-14
mtd: nand: Add NAND controller driver for OcteonTX
Suneel Garapati
6
-0
/
+2998
2020-10-12
Merge branch 'for-next' of https://github.com/lftan/u-boot
Tom Rini
8
-33
/
+118
2020-10-12
Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2
-4
/
+11
2020-10-12
mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32
Haibo Chen
1
-32
/
+32
2020-10-12
mmc: do not check argument of free() beforehand
Heinrich Schuchardt
1
-2
/
+1
2020-10-12
mmc: sdhci: move the ADMA2 table handling into own module
Michael Walle
4
-55
/
+87
2020-10-12
mmc: fsl_esdhc: simplify esdhc_setup_data()
Michael Walle
1
-27
/
+42
2020-10-12
mmc: fsl_esdhc: use dma-mapping API
Michael Walle
1
-35
/
+14
2020-10-12
mmc: fsl_esdhc: simplify 64bit check for SDMA transfers
Michael Walle
1
-23
/
+6
2020-10-12
mmc: fsl_esdhc_imx: remove the 1ms delay before sending command
Haibo Chen
1
-7
/
+0
2020-10-12
mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch
Haibo Chen
1
-1
/
+3
2020-10-12
mmc: fsl_esdhc: fix eMMC HS400 stability issue
Yangbo Lu
1
-1
/
+4
2020-10-12
mmc: fsl_esdhc: fix mmc->clock with actual clock
Yangbo Lu
1
-0
/
+3
2020-10-12
mmc: fsl_esdhc: support eMMC HS400 mode
Yangbo Lu
1
-34
/
+86
2020-10-12
mmc: add a mmc_hs400_prepare_ddr() interface
Yangbo Lu
2
-0
/
+19
2020-10-12
mmc: add a hs400_tuning flag
Yangbo Lu
1
-0
/
+2
2020-10-12
mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
Yangbo Lu
1
-0
/
+3
2020-10-12
mmc: fsl_esdhc: support tuning for eMMC HS200
Yangbo Lu
1
-3
/
+103
2020-10-12
mmc: fsl_esdhc: add a reinit() callback
Yangbo Lu
1
-0
/
+9
2020-10-12
mmc: add a reinit() API
Yangbo Lu
2
-2
/
+21
2020-10-12
phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property
Vignesh Raghavendra
1
-3
/
+8
2020-10-12
dma: ti: k3-udma: Reset the channel during release
Vignesh Raghavendra
1
-1
/
+3
2020-10-09
Kconfig: Move BOUNCE_BUFFER under driver options
Simon Glass
1
-0
/
+11
2020-10-09
arm: socfpga: agilex: Enable FPGA Full Reconfiguration support
Chee Hong Ang
1
-1
/
+1
2020-10-09
fpga: intel_sdm_mb: Add watchdog reset
Chee Hong Ang
1
-0
/
+3
2020-10-09
fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox
Chee Hong Ang
4
-11
/
+12
2020-10-09
sysreset: socfpga: agilex: Enable sysreset support
Chee Hong Ang
1
-1
/
+1
2020-10-09
sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64
Chee Hong Ang
3
-4
/
+4
2020-10-09
clk: agilex: Additional membus writes for HPS PLL
Chee Hong Ang
1
-16
/
+78
2020-10-09
clk: agilex: Handle clock configuration differently in SPL and U-Boot proper
Chee Hong Ang
1
-0
/
+10
2020-10-09
clk: agilex: Add clock enable support
Ley Foon Tan
1
-0
/
+6
2020-10-09
clk: agilex: Add NAND clock support
Ley Foon Tan
1
-0
/
+3
2020-10-08
wdt: designware: fix timeout calculation due to expecting KHz
Jack Mitchell
1
-1
/
+1
2020-10-08
led: gpio: Default to using node name if label is absent
Sean Anderson
1
-5
/
+2
2020-10-08
gpio: dw: Return output value when direction is out
Sean Anderson
1
-7
/
+12
2020-10-08
gpio: dw: Add a trailing underscore to generated name
Sean Anderson
1
-1
/
+9
2020-10-08
gpio: dw: Fix warnings about casting int to pointer
Sean Anderson
1
-2
/
+2
[next]