index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
arm_pl180_mmci.c
Age
Commit message (
Expand
)
Author
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
2024-04-26
mmc: arm_pl180: Limit data transfer to U16_MAX
Maximilian Brune
2024-04-15
mmc: arm_pl180_mmci: Rely on DM
Linus Walleij
2024-01-29
treewide: Remove clk_free
Sean Anderson
2021-10-29
mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI
Usama Arif
2021-07-30
mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2
Stephan Gerhold
2021-07-30
mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()
Stephan Gerhold
2021-07-30
mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()
Stephan Gerhold
2021-07-30
mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices
Stephan Gerhold
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
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-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-04-23
mmc: arm_pl180_mmci: Sync compatible with kernel
Patrice Chotard
2018-08-03
mmc: arm_pl180_mmci: Remove cd_inverted host's struct field
Patrice Chotard
2018-08-03
mmc: arm_pl180_mmci: Add missing clk_free
Patrice Chotard
2018-08-03
mmc: arm_pl180_mmci: Update to support CONFIG_BLK
Patrice Chotard
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-11-17
mmc: arm_pl180_mmci: add .getcd callback
Patrice Chotard
2017-11-17
mmc: arm_pl180_mmci: add clock support
Patrice Chotard
2017-11-17
mmc: arm_pl180_mmci: add bus_width DT property support
Patrice Chotard
2017-11-17
mmc: arm_pl180_mmci: adapt driver to DM usage
Patrice Chotard
2017-11-17
mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype
Patrice Chotard
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
2014-03-24
mmc: Convert mmc struct's name array to a pointer
Pantelis Antoniou
2014-03-24
mmc: Remove ops from struct mmc and put in mmc_ops
Pantelis Antoniou
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-08
mmc: add support for write protection
Nikita Kiryanov
2012-09-06
mmc: Remove incorrect cmd->flags usage
Andy Fleming
2012-09-01
u8500: Separating mmc config parameters from driver
John Rigby
2012-01-08
mmc: Implement card detection.
Thierry Reding
2011-11-08
MMC: PL180: Fix infinite loop with VExpress extended fifo implementation
Jon Medhurst (Tixy)
2011-04-29
MMC: make b_max unconditional
John Rigby
2011-04-29
MMC: Add support for PL180 ARM mmc device
Matt Waddel