index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
watchdog: octeontx_wdt: Add support for start and stop
Suneel Garapati
2020-10-16
1
-5
/
+83
|
*
|
|
arm: octeontx: Select CLK
Stefan Roese
2020-10-16
1
-0
/
+2
|
*
|
|
mmc: octeontx_hsmmc.c: Remove test debug message
Stefan Roese
2020-10-16
1
-1
/
+0
|
*
|
|
spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2
Stefan Roese
2020-10-16
1
-1
/
+4
*
|
|
|
Merge branch '2020-10-15-further-cleanup_dev_xxx'
Tom Rini
2020-10-16
26
-94
/
+74
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dm: Don't undefine dev_xxx macros
Sean Anderson
2020-10-16
1
-20
/
+0
|
*
|
|
linux/compat.h: Remove redefinition of dev_xxx macros
Sean Anderson
2020-10-16
1
-28
/
+0
|
*
|
|
usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c
Tom Rini
2020-10-16
1
-0
/
+1
|
*
|
|
clk: at91: Include device_compat.h in compat.c
Tom Rini
2020-10-16
1
-0
/
+1
|
*
|
|
arm: fsl-layerscape: Include device_compat.h in soc.c
Tom Rini
2020-10-16
1
-0
/
+1
|
*
|
|
usb: musb-new: mt85xx: Fix not calling dev_err with a device
Sean Anderson
2020-10-16
1
-3
/
+4
|
*
|
|
usb: musb-new: Include device_compat.h
Sean Anderson
2020-10-16
5
-1
/
+11
|
*
|
|
usb: xhci: Include device_compat.h
Sean Anderson
2020-10-16
2
-5
/
+7
|
*
|
|
timer: Include device_compat.h
Sean Anderson
2020-10-16
1
-2
/
+3
|
*
|
|
tee: optee: Include device_compat.h
Sean Anderson
2020-10-16
1
-0
/
+1
|
*
|
|
spi: fsl_qspi: Include device_compat.h
Sean Anderson
2020-10-16
1
-4
/
+5
|
*
|
|
spi: nxp_fspi: Include device_compat.h
Sean Anderson
2020-10-16
1
-3
/
+4
|
*
|
|
ram: imxrt: Include device_compat.h
Sean Anderson
2020-10-15
1
-0
/
+1
|
*
|
|
phy: Include device_compat.h
Sean Anderson
2020-10-15
1
-1
/
+1
|
*
|
|
net: ldpaa_eth: Include device_compat.h
Sean Anderson
2020-10-15
1
-7
/
+7
|
*
|
|
mtd: mxs_nand: Fix not calling dev_xxx with a device
Sean Anderson
2020-10-15
1
-13
/
+15
|
*
|
|
firmware: scmi: Include device_compat.h
Sean Anderson
2020-10-15
3
-0
/
+3
|
*
|
|
dm: syscon: Set LOG_CATEGORY
Sean Anderson
2020-10-15
1
-0
/
+2
|
*
|
|
clk: sifive: Include device_compat.h
Sean Anderson
2020-10-15
1
-7
/
+7
|
/
/
/
*
|
|
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
2020-10-15
16
-237
/
+556
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mmc: fsl_esdhc: add ADMA2 support
Michael Walle
2020-10-14
3
-5
/
+67
|
*
|
mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()
Michael Walle
2020-10-14
1
-73
/
+65
|
*
|
mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32
Haibo Chen
2020-10-12
1
-32
/
+32
|
*
|
mmc: do not check argument of free() beforehand
Heinrich Schuchardt
2020-10-12
1
-2
/
+1
|
*
|
mmc: sdhci: move the ADMA2 table handling into own module
Michael Walle
2020-10-12
5
-58
/
+92
|
*
|
mmc: fsl_esdhc: simplify esdhc_setup_data()
Michael Walle
2020-10-12
1
-27
/
+42
|
*
|
mmc: fsl_esdhc: use dma-mapping API
Michael Walle
2020-10-12
1
-35
/
+14
|
*
|
mmc: fsl_esdhc: simplify 64bit check for SDMA transfers
Michael Walle
2020-10-12
1
-23
/
+6
|
*
|
mmc: fsl_esdhc_imx: remove the 1ms delay before sending command
Haibo Chen
2020-10-12
1
-7
/
+0
|
*
|
mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch
Haibo Chen
2020-10-12
1
-1
/
+3
|
*
|
configs: lx2160ardb: enable eMMC HS400 mode support
Yangbo Lu
2020-10-12
3
-0
/
+3
|
*
|
arm: dts: lx2160ardb: support eMMC HS400 mode
Yangbo Lu
2020-10-12
1
-0
/
+2
|
*
|
mmc: fsl_esdhc: fix eMMC HS400 stability issue
Yangbo Lu
2020-10-12
1
-1
/
+4
|
*
|
mmc: fsl_esdhc: fix mmc->clock with actual clock
Yangbo Lu
2020-10-12
1
-0
/
+3
|
*
|
mmc: fsl_esdhc: support eMMC HS400 mode
Yangbo Lu
2020-10-12
2
-34
/
+98
|
*
|
mmc: add a mmc_hs400_prepare_ddr() interface
Yangbo Lu
2020-10-12
3
-1
/
+33
|
*
|
mmc: add a hs400_tuning flag
Yangbo Lu
2020-10-12
2
-0
/
+3
|
*
|
mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
Yangbo Lu
2020-10-12
1
-0
/
+3
|
*
|
mmc: fsl_esdhc: support tuning for eMMC HS200
Yangbo Lu
2020-10-12
2
-7
/
+116
|
*
|
mmc: fsl_esdhc: add a reinit() callback
Yangbo Lu
2020-10-12
1
-0
/
+9
|
*
|
mmc: add a reinit() API
Yangbo Lu
2020-10-12
3
-2
/
+31
*
|
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2020-10-14
46
-179
/
+14918
|
\
\
\
|
*
|
|
arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h file
Pali Rohár
2020-10-14
1
-7
/
+0
|
*
|
|
arm64: dts: a3720: add support for espressobin with populated emmc
Andre Heider
2020-10-14
3
-2
/
+50
|
*
|
|
arm64: dts: armada-3720-espressobin: split common parts to .dtsi
Andre Heider
2020-10-14
2
-157
/
+174
[prev]
[next]