index
:
linux.git
master
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
/
host
/
sdhci-pxav2.c
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-02-25
mmc: sdhci-pxav2: Drop unused include
Linus Walleij
2018-05-29
mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails
Jisheng Zhang
2017-08-30
mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()
Masahiro Yamada
2017-04-24
mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call
Jisheng Zhang
2017-04-24
mmc: sdhci-pxav2: add error handling of clk_prepare_enable()
Alexey Khoroshilov
2016-07-29
mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPS
Ulf Hansson
2016-02-29
mmc: sdhci-pxav2: remove unnecessary assignment of pltfm_host->priv
Jisheng Zhang
2015-06-01
mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro
Axel Lin
2014-11-10
mmc: sdhci-pxav2: Drop unused struct sdhci_pxa
Sebastian Hesselbarth
2014-09-09
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-05-22
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
2014-05-22
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
2014-05-22
mmc: sdhci: convert reset into a library function
Russell King
2014-05-22
mmc: sdhci: convert generic bus width setup to library function
Russell King
2013-05-31
mmc: sdhci: Add size for caller in init+register
Christian Daudt
2013-05-26
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-03-22
mmc: sdhci: Constify sdhci_ops structs where possible
Lars-Peter Clausen
2013-02-24
mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock
Lars-Peter Clausen
2013-02-24
mmc: sdhci: rename platform_8bit_width to platform_bus_width
Sascha Hauer
2012-11-28
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
mmc: remove use of __devexit_p
Bill Pemberton
2012-09-04
mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIs
Chao Xie
2012-07-21
mmc: sdhci-pxa: Add device tree support
Chris Ball
2012-01-11
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2011-12-19
mmc: sdhci: remove "state" argument from sdhci_suspend_host
Manuel Lauss
2011-10-26
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
2011-10-26
mmc: sdhci-pxa: Check pdata before using its members
Tanmay Upadhyay
2011-07-20
mmc: sdhci-pxa: move platform data to include/linux/platform_data
Zhangfei Gao
2011-07-20
mmc: host: split up sdhci-pxa, create sdhci-pxav2.c
Zhangfei Gao