Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09da0b32d078a3b94aa6d948d053b84755712a2b
/
drivers
/
mmc
3bdc9ba
mmc: use really long write timeout to deal with crappy cards
by Paul Walmsley
· 13 years ago
8c2fc8e
mmc: sdhci-dove: Fix compile error by including module.h
by Alf Høgemark
· 13 years ago
4188bba
mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.
by Al Cooper
· 13 years ago
79263f3
Revert "mmc: sdhci-pci: Add MSI support"
by Chris Ball
· 13 years ago
84e41d2
Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"
by Chris Ball
· 13 years ago
93fc5a4
mmc: core: fix power class selection
by Subhash Jadavani
· 13 years ago
fc307df
mmc: omap_hsmmc: fix module re-insertion
by Balaji T K
· 13 years ago
b796450
mmc: omap_hsmmc: convert to module_platform_driver
by Felipe Balbi
· 13 years ago
efa25fd
mmc: omap_hsmmc: make it behave well as a module
by Felipe Balbi
· 13 years ago
927ce94
mmc: omap_hsmmc: trivial cleanups
by Felipe Balbi
· 13 years ago
92a3aeb
mmc: omap_hsmmc: context save after enabling runtime pm
by Balaji T K
· 13 years ago
d59d77e
mmc: omap_hsmmc: use runtime put sync in probe error patch
by Balaji T K
· 13 years ago
e841a7c
mmc: sdio: Use empty system suspend/resume callbacks at the bus level
by Rafael J. Wysocki
· 13 years ago
6500c8e
mmc: bus: print bus speed mode of UHS-I card
by Subhash Jadavani
· 13 years ago
210b7d2
mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers
by Manuel Lauss
· 13 years ago
eb91b91
mmc: sh_mmcif: Simplify calculation of mmc->f_min
by Simon Horman
· 13 years ago
930f152
mmc: sh_mmcif: mmc->f_max should be half of the bus clock
by Simon Horman
· 13 years ago
f938825
mmc: sh_mmcif: double clock speed
by Simon Horman
· 13 years ago
5865f28
mmc: block: Remove use of mmc_blk_set_blksize
by Ulf Hansson
· 13 years ago
faf8180
mmc: atmel-mci: add support for odd clock dividers
by Ludovic Desroches
· 13 years ago
33ab4bb
mmc: atmel-mci: r/w proof capability only available since v2xx
by Ludovic Desroches
· 13 years ago
66292ad
mmc: atmel-mci: correct data timeout computation
by Ludovic Desroches
· 13 years ago
9f4e815
mmc: sdhci-s3c: Enable runtime power management
by Mark Brown
· 13 years ago
d5e9c02
mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspend
by Mark Brown
· 13 years ago
9bda6da
mmc: sdhci-s3c: use devm_ functions
by Julia Lawall
· 13 years ago
1d4dc33
mmc: sdhci-s3c: Keep a copy of platform data and use it
by Thomas Abraham
· 13 years ago
0d22c77
mmc: sdhci-s3c: derive transfer width host cap from max_width in platdata
by Thomas Abraham
· 13 years ago
3119936a
mmc: sdhci-s3c: Remove usage of clk_type member in platform data
by Thomas Abraham
· 13 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
b5174fa
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
3480059
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
d61b7a5
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
7f52421
mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug
by Guennadi Liakhovetski
· 13 years ago
e82b4ac
mmc: sh_mobile_sdhi: add a callback for board specific init code
by Bastian Hecht
· 13 years ago
4932bd6
mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function
by Guennadi Liakhovetski
· 13 years ago
996bc8a
mmc: sh_mobile_sdhi: do not manage PM clocks manually
by Guennadi Liakhovetski
· 13 years ago
5bd99c3
mmc: tmio_mmc: remove unused sdio_irq_enabled flag
by Guennadi Liakhovetski
· 13 years ago
c391e1b
mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data
by Guennadi Liakhovetski
· 13 years ago
58126c8
mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC
by Guennadi Liakhovetski
· 13 years ago
c8be24c
mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper
by Guennadi Liakhovetski
· 13 years ago
2b1ac5c
mmc: tmio: calculate the native hotplug condition only once
by Guennadi Liakhovetski
· 13 years ago
c9b0546
mmc: simplify mmc_cd_gpio_request() by removing two parameters
by Guennadi Liakhovetski
· 13 years ago
296e0b0
mmc: sdhci-pci: allow 8-bit bus width for Intel PCH
by Alexander Stein
· 13 years ago
6379b23
mmc: sdhci: check interrupt flags in ISR again
by Alexander Stein
· 13 years ago
e603983
mmc: sdhci-pci: Add MSI support
by Alexander Stein
· 13 years ago
2378975
mmc: core: warn when card doesn't support HPI
by Jaehoon Chung
· 13 years ago
ee698f5
mmc: davinci: Poll status for small size transfers
by Ido Yariv
· 13 years ago
be7b562
mmc: davinci: Eliminate spurious interrupts
by Ido Yariv
· 13 years ago
1f84b71
mmc: omap_hsmmc: Avoid a regulator voltage change with dt
by Rajendra Nayak
· 13 years ago
46856a6
mmc: omap_hsmmc: Convert hsmmc driver to use device tree
by Rajendra Nayak
· 13 years ago
f3c55a7
mmc: sdhci-pci: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for Medfield SDIO
by Adrian Hunter
· 13 years ago
6308d29
mmc: sdhci: add quirk for keeping card power during suspend
by Adrian Hunter
· 13 years ago
da721cf
mmc: sdhci-pci: select HC erase size for Medfield eMMC
by Adrian Hunter
· 13 years ago
83bb24a
mmc: core: add high-capacity erase size capability flag
by Adrian Hunter
· 13 years ago
2cecdf0
mmc: omap_hsmmc: convert all pr_* to dev_*
by Rajendra Nayak
· 13 years ago
183f796
mmc: sh_mmcif: fix MMC_GEN_CMD setting
by Shimoda, Yoshihiro
· 13 years ago
52d0974
mmc: core: hs200 fixes
by Subhash Jadavani
· 13 years ago
37f6190
mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warning
by Tony Lindgren
· 13 years ago
956d9fd
mmc: core: Clean up after mmc_pre_req if card was removed
by Ulf Hansson
· 13 years ago
907d2e7
mmc: start removing enable / disable API
by Adrian Hunter
· 13 years ago
4b1a617
mmc: sdhci-spear: add pm callbacks to support hibernation
by Shiraz Hashim
· 13 years ago
e23cd53
mmc: tmio_mmc: do not enable card hotplug interrupts, if unused
by Guennadi Liakhovetski
· 13 years ago
e3f1adb
mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supply
by Rajendra Nayak
· 13 years ago
1cb9af4
mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power function
by Rajendra Nayak
· 13 years ago
69b07ec
mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power function
by Rajendra Nayak
· 13 years ago
c2200ef
mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id based hardcoding
by Balaji T K
· 13 years ago
80d17f3
mmc: omap_hsmmc: remove unused .set_sleep function
by Balaji T K
· 13 years ago
b7bf773
mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channels
by Balaji T K
· 13 years ago
f0cc9cf
mmc: core: Detect card removal on I/O error
by Ulf Hansson
· 13 years ago
885c3e8
mmc: dw_mmc: Regression fix for non-IDMAC DMA
by Seungwon Jeon
· 13 years ago
9beee91
mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabled
by Jaehoon Chung
· 13 years ago
d418ed8
ARM: OMAP: hsmmc: add max_freq field
by Daniel Mack
· 13 years ago
b81cfc4
mmc: atmel-mci: fix typo
by Ludovic Desroches
· 13 years ago
921de86
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
by Huang Shijie
· 13 years ago
3946860
mxs-dma : move the mxs dma.h to a more common place
by Huang Shijie
· 13 years ago
e3891dc
mmc: dw_mmc: shift with slot-id for CLKENA register
by Jaehoon Chung
· 13 years ago
f060bc9
mmc: esdhc: Workaround for data crc error on p1010rdb
by Jerry Huang
· 13 years ago
7b2fd4f
mmc: core: add a debug message for SET_BLOCK_COUNT
by Jaehoon Chung
· 13 years ago
9aa5140
mmc: dw_mmc: Add support for pre_req and post_req
by Seungwon Jeon
· 13 years ago
3e44a1a
mmc: sdhci-tegra: Explicitly support Tegra30
by Stephen Warren
· 13 years ago
192b537
mmc: esdhc: Implement power management for ESDHC
by Jerry Huang
· 13 years ago
a1b13b4
mmc: sdhci: Add platform suspend/resume hooks.
by Chris Ball
· 13 years ago
a39e574
mmc: dw_mmc: Override blk_settings with platdata on IDMAC
by Jaehoon Chung
· 13 years ago
62ca803
mmc: Support of PCI mode in the dw_mmc driver
by Shashidhar Hiremath
· 13 years ago
356ac2c
mmc: dw_mmc: add support for eMMC Power Off Notify feature
by Jaehoon Chung
· 13 years ago
4265900
mmc: MMC-4.5 Data Tag Support
by Saugata Das
· 13 years ago
11bcb32
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
0d19eac
Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
56c10bf
Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
bba1594
Merge branch 'mmci' into amba
by Russell King
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
c7c66c0
Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
69a7aeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
8818739
debugfs-related mode_t whack-a-mole
by Al Viro
· 13 years ago
f907ab0
Merge branch 'next/fixes-non-critical' into next/drivers
by Arnd Bergmann
· 13 years ago
843ec55
Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
Next »