summaryrefslogtreecommitdiff
path: root/drivers/mmc/arm_pl180_mmci.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCIUsama Arif1-0/+14
2021-07-30mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold1-7/+15
2021-07-30mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold1-15/+4
2021-07-30mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold1-5/+2
2021-07-30mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-04-23mmc: arm_pl180_mmci: Sync compatible with kernelPatrice Chotard1-2/+12
2018-08-04mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard1-4/+1
2018-08-04mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard1-0/+1
2018-08-04mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard1-27/+40
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-11-17mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard1-2/+22
2017-11-17mmc: arm_pl180_mmci: add clock supportPatrice Chotard1-2/+14
2017-11-17mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard1-0/+16
2017-11-17mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard1-12/+117
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard1-5/+5
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-08-05mmc: use the generic error numberJaehoon Chung1-1/+1
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-1/+1
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-19/+21
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-5/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-09-07mmc: Remove incorrect cmd->flags usageAndy Fleming1-1/+1
2012-09-01u8500: Separating mmc config parameters from driverJohn Rigby1-80/+51
2012-01-09mmc: Implement card detection.Thierry Reding1-0/+1
2011-11-09MMC: PL180: Fix infinite loop with VExpress extended fifo implementationJon Medhurst (Tixy)1-26/+0
2011-04-29MMC: make b_max unconditionalJohn Rigby1-0/+2
2011-04-29MMC: Add support for PL180 ARM mmc deviceMatt Waddel1-0/+441