index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Handle both poweroff notification types for eMMC
Ulf Hansson
2013-06-27
1
-5
/
+12
*
mmc: core: Add shutdown callback for SD bus_ops
Ulf Hansson
2013-06-27
1
-0
/
+2
*
mmc: core: Extend shutdown sequence to handle bus operations
Ulf Hansson
2013-06-27
2
-0
/
+10
*
mmc: core: Handle card shutdown from mmc_bus
Ulf Hansson
2013-06-27
3
-2
/
+27
*
mmc: core: Initiate suspend|resume from mmc bus instead of mmc host
Ulf Hansson
2013-06-27
2
-26
/
+19
*
mmc: core: Push common suspend|resume code into each bus_ops
Ulf Hansson
2013-06-27
4
-28
/
+32
*
mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE
Ulf Hansson
2013-06-27
3
-21
/
+32
*
mmc: core: Remove unnecessary check for the remove callback
Ulf Hansson
2013-06-27
1
-8
/
+3
*
mmc: jz4740: Use managed resources
Lars-Peter Clausen
2013-06-27
1
-31
/
+6
*
mmc: jz4740: Use slot-gpio helpers
Lars-Peter Clausen
2013-06-27
1
-90
/
+23
*
mmc: jz4740: Use SIMPLE_DEV_PM_OPS
Lars-Peter Clausen
2013-06-27
1
-8
/
+3
*
mmc: jz4740: Fix handling of read errors.
Paul Cercueil
2013-06-27
1
-0
/
+8
*
mmc: jz4740: Remove duplicated code.
Paul Cercueil
2013-06-27
1
-5
/
+0
*
mmc: sdhci: improve card removal check in sdhci_card_event()
Shawn Guo
2013-06-27
1
-2
/
+1
*
mmc: dw_mmc: Add the ability to set the ciu clock frequency
Doug Anderson
2013-06-27
1
-4
/
+13
*
mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER
Doug Anderson
2013-06-27
1
-14
/
+20
*
mmc: esdhc-imx: parse max-frequency from devicetree
Lucas Stach
2013-06-27
1
-1
/
+17
*
mmc: sdhci-esdhc: calculate sdclk divider from controller clock
Lucas Stach
2013-06-27
3
-6
/
+15
*
mmc: card: fixing an false identification of SANITIZE command
Yaniv Gardi
2013-06-27
1
-1
/
+2
*
mmc: atmel-mci: remove include <mach/cpu.h>
Nicolas Ferre
2013-06-27
1
-2
/
+0
*
mmc: dw_mmc-pci: convert to use pcim_* and devm_*
Andy Shevchenko
2013-06-27
1
-35
/
+15
*
mmc: dw_mmc: eliminate useless usage of ret
Andy Shevchenko
2013-06-27
2
-20
/
+5
*
mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resource
Andy Shevchenko
2013-06-27
1
-5
/
+3
*
mmc: reordered shutdown sequence in mmc_bld_remove_req
Paul Taysom
2013-06-27
1
-6
/
+8
*
mmc: sirf: fix sdhci_pltfm_init sequence
Arnd Bergmann
2013-06-27
1
-28
/
+23
*
mmc: host: use platform_{get,set}_drvdata()
Jingoo Han
2013-06-27
3
-5
/
+5
*
mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()
Wei Yongjun
2013-06-27
1
-1
/
+3
*
mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()
Wei Yongjun
2013-06-27
1
-1
/
+3
*
mmc: dw_mmc: change the macro name from DTO to DRTO
Jaehoon Chung
2013-06-27
2
-3
/
+3
*
mmc: mxs-mmc: Let device core handle pinctrl
Fabio Estevam
2013-06-27
1
-8
/
+0
*
mmc: core: Update the ext-csd.rev check for eMMC5.1
Yuvaraj Kumar C D
2013-06-27
1
-1
/
+1
*
mmc: sdhci-sirf: let device core setup the default pin configuration
Barry Song
2013-06-27
1
-8
/
+0
*
mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()
Simon Baatz
2013-06-27
1
-33
/
+40
*
mmc: tegra: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-3
/
+6
*
mmc: sdhci-pxav3: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-2
/
+5
*
mmc: mxcmmc: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+3
*
mmc: tmio-mmc: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+3
*
mmc: sh_mmcif: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+6
*
mmc: return mmc_of_parse() errors to caller
Simon Baatz
2013-06-27
1
-5
/
+25
*
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
Lars-Peter Clausen
2013-06-27
1
-2
/
+2
*
mmc: tmio: reset the controller after power-up
Guennadi Liakhovetski
2013-06-06
1
-1
/
+2
*
mmc: tmio: fix unbalanced power-on calls with clock-gating enabled
Guennadi Liakhovetski
2013-06-06
2
-12
/
+35
*
mmc: sh_mmcif: don't clear masked interrupts
Guennadi Liakhovetski
2013-06-06
1
-1
/
+2
*
mmc: tmio: postpone controller reset during resume
Guennadi Liakhovetski
2013-06-06
2
-1
/
+6
*
mmc: sdhci: Add size for caller in init+register
Christian Daudt
2013-05-31
11
-19
/
+29
*
mmc: sdhci-pci: support runtime PM for BYT SD cards
Adrian Hunter
2013-05-26
1
-0
/
+2
*
mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cards
Adrian Hunter
2013-05-26
1
-1
/
+63
*
mmc: sdhci: add ability to stay runtime-resumed if the card is powered up
Adrian Hunter
2013-05-26
1
-1
/
+34
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
23
-40
/
+0
*
mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform data
Al Cooper
2013-05-26
2
-1
/
+5
[next]