summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pxav2.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-pxav2: Use sdhci_pltfm_remove()Adrian Hunter2023-08-151-13/+6
* mmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-1/+1
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-231-1/+1
* mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaroundDoug Brown2023-01-241-1/+32
* mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controllerDoug Brown2023-01-241-1/+55
* mmc: sdhci-pxav2: add optional core clockDoug Brown2023-01-241-1/+8
* mmc: sdhci-pxav2: change clock name to match DT bindingsDoug Brown2023-01-241-3/+5
* mmc: sdhci-pxav2: add register workaround for PXA168 silicon bugDoug Brown2023-01-241-0/+10
* mmc: sdhci-pxav2: add initial support for PXA168 V1 controllerDoug Brown2023-01-241-8/+32
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* mmc: sdhci-pxav2: Drop unused includeLinus Walleij2019-02-251-1/+0
* mmc: sdhci-*: Don't emit error msg if sdhci_add_host() failsJisheng Zhang2018-05-291-3/+1
* mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()Masahiro Yamada2017-08-301-23/+7
* mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() callJisheng Zhang2017-04-241-2/+0
* mmc: sdhci-pxav2: add error handling of clk_prepare_enable()Alexey Khoroshilov2017-04-241-1/+6
* mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson2016-07-291-1/+1
* mmc: sdhci-pxav2: remove unnecessary assignment of pltfm_host->privJisheng Zhang2016-02-291-1/+0
* mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macroAxel Lin2015-06-011-3/+1
* mmc: sdhci-pxav2: Drop unused struct sdhci_pxaSebastian Hesselbarth2014-11-101-12/+3
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-2/+4
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-4/+2
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-1/+1
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen2013-03-221-1/+1
* mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen2013-02-241-8/+1
* mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer2013-02-241-1/+1
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIsChao Xie2012-09-041-3/+3
* mmc: sdhci-pxa: Add device tree supportChris Ball2012-07-211-0/+54
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-11/+1
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-191-4/+1
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: sdhci-pxa: Check pdata before using its membersTanmay Upadhyay2011-10-261-2/+2
* mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao2011-07-201-1/+1
* mmc: host: split up sdhci-pxa, create sdhci-pxav2.cZhangfei Gao2011-07-201-0/+244