Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
fb96879d1c3858c4c5eee71d23bb11acf08d4711
/
drivers
fb96879
mmc: Parse HS400 Enhanced strobe DT properties
by Peng Fan
· 5 years ago
eede83b
mmc: support hs400 enhanced strobe mode
by Peng Fan
· 5 years ago
7aa20fd
mmc: fsl_esdhc_imx: fix config check issue when building in SPL
by Ye Li
· 5 years ago
a1afe25
mmc: mmc_spi: Re-write driver using DM framework
by Bhargav Shah
· 5 years ago
d9c92c7
mmc: skip select_mode_and_width for MMC SPI host
by Anup Patel
· 5 years ago
faf5c95
mmc: retry a few times if a partition switch failed
by Jean-Jacques Hiblot
· 5 years ago
e8a626d
mmc: do not change mode when accessing a boot partition
by Jean-Jacques Hiblot
· 5 years ago
5a7cf40
mmc: During a switch, poll on dat0 if available and check the final status
by Jean-Jacques Hiblot
· 5 years ago
7f5b169
mmc: When switching partition, use the timeout specified in the ext_csd
by Jean-Jacques Hiblot
· 5 years ago
201559c
mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
by Jean-Jacques Hiblot
· 5 years ago
4f04a32
mmc: if possible, poll the busy state using DAT0
by Jean-Jacques Hiblot
· 5 years ago
443edbe
mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
by Jean-Jacques Hiblot
· 5 years ago
4527b50
mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported
by Jean-Jacques Hiblot
· 5 years ago
a26ed26
Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence"
by Jean-Jacques Hiblot
· 5 years ago
6574396
mmc: omap_hsmmc: don't fill the send_init_stream callback
by Jean-Jacques Hiblot
· 5 years ago
a1e7a4d
mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command
by Jean-Jacques Hiblot
· 5 years ago
7e40f41
mmc: rpmb: fix response type of CMD25
by Akio Hirayama
· 5 years ago
c8a0ec0
mmc: sdhci: Implement SDHCI card detect
by T Karthik Reddy
· 5 years ago
3863f7e
mmc: sdhci: Read cd-gpio from devicetree
by T Karthik Reddy
· 5 years ago
d0bb516
mmc: Read sd card detect properties from DT
by T Karthik Reddy
· 5 years ago
d033cbf
regulator: Allow autosetting fixed regulators
by Sven Schwermer
· 5 years ago
39cb340
gpio: add gpio-hog support
by Heiko Schocher
· 5 years ago
6305a5c
pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support
by Adam Ford
· 5 years ago
fb04390
power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565
by Keerthy
· 5 years ago
a23e47e
power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565
by Keerthy
· 5 years ago
2febcea
rtc: add Microcrystal RV-8803 driver
by Michael Walle
· 6 years ago
3f12cf1
usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET
by Derald D. Woods
· 6 years ago
2e819b4
rtc: ds1307: add support for m41t11
by Heiko Schocher
· 6 years ago
8967664
mmc: Register only the first MMC device on MMC_TINY
by Ezequiel Garcia
· 6 years ago
6698318
spl: Move SPL_MMC_TINY option to appear under SPL menu
by Ezequiel Garcia
· 6 years ago
26d68b2
drivers: core: use strcmp when find device by name
by Peng Fan
· 6 years ago
5df208d
pci: ensure enumeration of all devices in pci_init
by Marek Behún
· 6 years ago
5a822e8
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
4e5f22a
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
by Tom Rini
· 5 years ago
b2504a5
Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
by Tom Rini
· 5 years ago
47e00a3
gpio: pca953x: Add TI TCA9539 compatible string
by Marek Vasut
· 6 years ago
c84dd7f
tpm: wait for valid status
by Roman Kapl
· 6 years ago
c64f19b
pci_ep: add pci endpoint sandbox driver
by Ramon Fried
· 6 years ago
19873fe
pci_ep: add Cadence PCIe endpoint driver
by Ramon Fried
· 6 years ago
663686d
drivers: pci_ep: Introduce UCLASS_PCI_EP uclass
by Ramon Fried
· 6 years ago
1b289d3
km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards
by Pascal Linder
· 5 years ago
96821ba
km/spi: add weak functions to kirkwood_spi driver (DM part)
by Pascal Linder
· 5 years ago
09467d3
drivers: pci: add API to issue FLR on a PCI function if supported
by Alex Marginean
· 5 years ago
f127443
test: dm: Add a test for PCI Enhanced Allocation
by Alex Marginean
· 5 years ago
1c934a6
drivers: pci: add map_bar support for Enhanced Allocation
by Alex Marginean
· 5 years ago
d193718
fdt: Allow indicating a node is for U-Boot proper only
by Patrick Delaunay
· 6 years ago
a8f78c6
drivers: serial: lpuart: Enable Little Endian Support
by Vabhav Sharma
· 6 years ago
6d0d991
spi: Avoid using malloc() in a critical function
by Simon Glass
· 6 years ago
bfd4844
blk: Allow control of the block cache in TPL
by Simon Glass
· 6 years ago
7e36868
sandbox: Correct spi flash operation
by Simon Glass
· 6 years ago
2fe5b91
sandbox: Exit when SYSRESET_POWER_OFF is requested
by Simon Glass
· 6 years ago
526082f
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
by Tom Rini
· 5 years ago
584344d
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· 5 years ago
ec4f6ba
clk: uniphier: add EMMC clock for LD11, LD20, and PXs3
by Masahiro Yamada
· 5 years ago
7a40ec0
spi: Add SPI controller driver for UniPhier SoCs
by Kunihiko Hayashi
· 5 years ago
da3833f
Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
by Tom Rini
· 5 years ago
db45213
rtc: pcf2127: Fixed bug with rtc settings and getting error time
by Chuanhua Han
· 5 years ago
88151bb
spi: Add Atmel QuadSPI driver
by Tudor Ambarus
· 5 years ago
362e4e6
xilinx_xiic: Fix transfer initialisation
by Melin Tomas
· 5 years ago
d133b1e
xilinx_xiic: Fix fill tx fifo loop
by Melin Tomas
· 5 years ago
6e85c81
i2c: designware: Get clock rate from clock DM
by Ley Foon Tan
· 5 years ago
d003a37
i2c: designware_i2c: Restore enable state after set speed
by Jun Chen
· 5 years ago
cfe40f4
ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG
by Markus Klotzbuecher
· 6 years ago
3ce740d
ubispl: add support for loading volumes by name
by Hamish Guthrie
· 6 years ago
9c77e20
ubi: fix UBI_SILENCE_MSG
by Markus Klotzbuecher
· 6 years ago
ea57706
Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot
by Tom Rini
· 5 years ago
43e65fd
Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· 5 years ago
bc59fb4
video: backlight: fix pwm inversion
by Marc Dietrich
· 5 years ago
b49b5c2
usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
by Jean-Jacques Hiblot
· 5 years ago
db97c7f
dm: Add a No-op uclass
by Jean-Jacques Hiblot
· 5 years ago
5a94557
usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback
by Jean-Jacques Hiblot
· 5 years ago
d93dda7
usb: ehci-mx6: Fix bus enumeration for DM case
by Marek Vasut
· 5 years ago
9cc3bf6
pinctrl: uniphier: Add SPI pin-mux settings
by Kunihiko Hayashi
· 5 years ago
8f6b935
Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
09580e2
usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP
by Frieder Schrempf
· 5 years ago
16b3854
mmc: fsl_esdhc_imx: drop useless code
by Yangbo Lu
· 5 years ago
62b56b3
mmc: fsl_esdhc: drop i.MX code
by Yangbo Lu
· 5 years ago
982f425
mmc: split fsl_esdhc driver for i.MX
by Yangbo Lu
· 5 years ago
5cb3f27
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· 5 years ago
d13a8a3
watchdog: tangier: Convert to use WDT class
by Andy Shevchenko
· 5 years ago
8e192e8
watchdog: tangier: Replace unused constant with a comment
by Andy Shevchenko
· 5 years ago
f95cfeb
pci: Avoid assigning PCI resources that are below 0x1000
by Bin Meng
· 5 years ago
300329c
Fix watchdog timeout setup for mt7623
by Shannon Barber
· 5 years ago
53e1d3c
aspeed/watchdog: Correct timeout value
by Joel Stanley
· 5 years ago
5072ce9
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
by Tom Rini
· 5 years ago
0021f46
Merge tag 'u-boot-stm32-20190619' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 5 years ago
72f24c2
Merge tag 'mmc-6-19' of https://github.com/MrVan/u-boot
by Tom Rini
· 5 years ago
25ff98c
dm: pci: add Freescale PowerPC PCIe driver
by Hou Zhiqiang
· 6 years ago
a1bc50b
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· 5 years ago
c01090e
usb: dwc2: allow peripheral mode for OTG configuration
by Patrick Delaunay
· 5 years ago
ed74263
usb: dwc2: correctly handle binding for g-tx-fifo-size
by Patrick Delaunay
· 5 years ago
4cc119b
mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled
by Yangbo Lu
· 6 years ago
9e3d7b6
mmc: Avoid HS400 mode when accessing boot partitions
by Marek Vasut
· 5 years ago
ada136e
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 5 years ago
69732df
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 5 years ago
73dac9b
fastboot: Check if partition really exist in getvar_has_slot()
by Igor Opaniuk
· 5 years ago
6646bbd
fastboot: getvar: Refactor fastboot_*_get_part_info() usage
by Sam Protsenko
· 5 years ago
0fb37ee
fastboot: Use const qualifier for char *part_name
by Sam Protsenko
· 5 years ago
fd7467e
fastboot: Fix slot names reported by getvar
by Sam Protsenko
· 5 years ago
82a17e6
spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED
by Jagan Teki
· 6 years ago
Next »