index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
bcm2835_sdhci.c
Age
Commit message (
Expand
)
Author
9 days
global: Correct duplicate U_BOOT_DRIVER entry names
Tom Rini
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
mmc: Remove <common.h> and add needed includes
Tom Rini
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-10
mmc: bcm283x: fix int to pointer cast
Seung-Woo Kim
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-09-06
mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci
Matthias Brugger
2019-08-09
mmc: bcm: fix uninitialized pointer deref on probe
Peng Fan
2018-04-05
mmc: use core clock frequency in bcm2835 sdhost
Jonathan Gray
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-05-09
dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC
Simon Glass
2017-04-14
mmc: bcm2835_sdhci: Speed up mmc writes.
Jocelyn Bohr
2017-01-23
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
Stefan Herbrechtsmeier
2016-10-10
mmc: sdhci: use the generic error number
Jaehoon Chung
2016-10-10
mmc: sdhci: use the host version value in sdhci_setup_cfg
Jaehoon Chung
2016-03-27
mmc: bcm2835: fix 64-bit build warning
Stephen Warren
2015-06-25
mmc: bcm2835_sdhci: Restore original delay behavior
Marek Vasut
2015-05-05
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
Marek Vasut
2015-05-05
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
Alexander Stein
2015-03-28
ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach
Masahiro Yamada
2014-10-25
mmc: bcm2835_sdhci: add missing include
Jeroen Hofstee
2014-08-01
bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag
Lubomir Rintel
2013-04-04
ARM: bcm2835: fix get_timer() to return ms
Stephen Warren
2013-03-20
mmc: add bcm2835 driver
Stephen Warren