Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
88b47679746b81534002bcba42da97ab82b5d12a
/
drivers
/
mmc
/
host
88b4767
mmc: Add module.h to drivers/mmc users assuming implicit presence.
by Paul Gortmaker
· 14 years ago
d9618e9
mmc: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
f7c56ef
mmc: block: support no access to boot partitions
by Adrian Hunter
· 13 years ago
95a2482
mmc: sdhci-esdhc-imx: add basic imx6q usdhc support
by Shawn Guo
· 13 years ago
714c4a6
mmc: sh_mmcif: simplify platform data
by Guennadi Liakhovetski
· 13 years ago
0f20165
mmc: sdhci-pci: add eMMC hardware reset support
by Adrian Hunter
· 13 years ago
20758b6
mmc: sdhci: add eMMC hardware reset support
by Adrian Hunter
· 13 years ago
8e3336b
mmc: mmci: simplify err check in mmci_post_request
by Per Forlin
· 13 years ago
329f223
mmc: sdhci-pxa: Check pdata before using its members
by Tanmay Upadhyay
· 13 years ago
46cbd56
mmc: sdhci-spear: Don't set power gpio to 1 on probe
by Viresh Kumar
· 13 years ago
e51cbc9
mmc: sdhci-of-esdhc: Access Freescale eSDHC registers as 32-bit
by Xu lei
· 13 years ago
6fe4717
mmc: sdhci-s3c: add default controller configuration
by Thomas Abraham
· 13 years ago
55cd65e
mmc: sdhci-tegra: Add 8-bit support to device tree binding.
by Stephen Warren
· 13 years ago
1a5c8e1
mmc: dw_mmc: Support SDIO interrupts for all slots
by Shashidhar Hiremath
· 13 years ago
190657c
mmc: msm_sdcc: Handle dma resource not present case
by Subhash Jadavani
· 14 years ago
19207f0
mmc: msm_sdcc: Change initialization order of busclk_timer in probe
by Sahitya Tummala
· 14 years ago
4a268e0
mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
by Sahitya Tummala
· 14 years ago
4a92fe8
msm: mmc: Remove "pio_irq" resource
by Sahitya Tummala
· 14 years ago
514d9eda
mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.
by Sahitya Tummala
· 14 years ago
dce7c75
mmc: msm_sdcc: Handle error cases in probe
by Sahitya Tummala
· 14 years ago
e91957e
msm: Implement init_card operation for MSM SDCC
by Alexander Tarasikov
· 13 years ago
435f3e3
mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setup
by Alexander Tarasikov
· 13 years ago
d5098cb
mmc: sdhi: Allow named IRQs to use specific handlers
by Simon Horman
· 13 years ago
7729c7a
mmc: tmio: Provide separate interrupt handlers
by Simon Horman
· 13 years ago
54680fe
mmc: tmio: Cache interrupt masks
by Simon Horman
· 13 years ago
2b79551
mmc: Kconfig: remove i.MX individual SoC dependency
by Sascha Hauer
· 13 years ago
275173b
mmc: sdhci-tegra: Add Device Tree probing support
by Grant Likely
· 13 years ago
97e4ba6
mmc: sdhci-esdhc-imx: Enable ADMA2
by Richard Zhu
· 13 years ago
51c5d8d
mmc: at91_mci: remove the use of irq_to_gpio
by Nicolas Ferre
· 13 years ago
7e8ba22
mmc: atmel-mci: fix a potential issue about pending PDC interrupts
by Ludovic Desroches
· 13 years ago
341fa4c
mmc: atmel-mci: correct sg buffer size evaluation
by Ludovic Desroches
· 13 years ago
1ebbe3d
mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value
by Ludovic Desroches
· 13 years ago
11d1488
mmc: atmel-mci: change atmci_start_command to atmci_send_command
by Ludovic Desroches
· 13 years ago
796211b
mmc: atmel-mci: add pdc support and runtime capabilities detection
by Ludovic Desroches
· 13 years ago
b9867f3
mmc: atmel-mci: indentation
by Ludovic Desroches
· 13 years ago
03fc9a7
mmc: atmel-mci: change atmci_readl and atmci_writel macros
by Ludovic Desroches
· 13 years ago
2c96a29
mmc: atmel-mci: change namespace
by Ludovic Desroches
· 13 years ago
49bb1e6
mmc: sdhci-s3c: Fix mmc card I/O problem
by Girish K S
· 13 years ago
b91df15
mmc: sdhi: initialise mmc_data->flags before use
by Simon Horman
· 13 years ago
66506f7
mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h
by Shawn Guo
· 13 years ago
6daa777
mmc: dw_mmc: Fix DDR mode support.
by Seungwon Jeon
· 13 years ago
65be3fe
mmc: sdhci: use f_max instead of host->clock for timeouts
by Andy Shevchenko
· 13 years ago
272308c
mmc: sdhci: move timeout_clk calculation farther down
by Andy Shevchenko
· 13 years ago
78a2ca2
mmc: sdhci: check host->clock before using it as a denominator
by Andy Shevchenko
· 13 years ago
83cbcd9
mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"
by Andy Shevchenko
· 13 years ago
4906baf
mmc: tmio: eliminate unused variable 'mmc' warning
by Axel Lin
· 13 years ago
0d58864
mmc: esdhc-imx: fix card interrupt loss on freescale eSDHC
by Tony Lin
· 13 years ago
55156d2
mmc: sdhci-s3c: Fix build for header change
by Mark Brown
· 13 years ago
9b7bbe1
mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macro
by Shashidhar Hiremath
· 13 years ago
7199e2b
mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirk
by Jaehoon Chung
· 14 years ago
606a15e
mmc: sdhci: pxav3: controller needs 32 bit ADMA addressing
by Philip Rakity
· 14 years ago
7886961
mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finish
by Aaron Lu
· 14 years ago
abfafc2
mmc: sdhci-esdhc-imx: add device tree probe support
by Shawn Guo
· 14 years ago
a4d2177
mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host
by Shawn Guo
· 14 years ago
57ed331
mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
by Shawn Guo
· 14 years ago
842afc0
mmc: sdhci-esdhc-imx: do not reference platform data after probe
by Shawn Guo
· 14 years ago
913413c
mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5
by Shawn Guo
· 14 years ago
6c0cbef
MMC / TMIO: Fix build issue related to struct scatterlist
by Rafael J. Wysocki
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
dd58ecb
Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
b6844e8
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
06f365a
Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-next
by Russell King
· 14 years ago
951cc93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 14 years ago
b0a68ec
mmc: at91_mci: move register header from include/ to drivers/
by Jean-Christophe PLAGNIOL-VILLARD
· 14 years ago
d982dcd
mmc: mxs-mmc: fix clock rate setting
by Koen Beel
· 14 years ago
162f43e
mmc: tmio: fix a deadlock
by Guennadi Liakhovetski
· 14 years ago
332bdb5
mmc: tmio: fix a recently introduced bug in DMA code
by Guennadi Liakhovetski
· 14 years ago
c9b0cef
mmc: sh_mmcif: maximize power saving
by Guennadi Liakhovetski
· 14 years ago
71d111c
mmc: tmio: maximize power saving
by Guennadi Liakhovetski
· 14 years ago
b9269fd
mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
by Guennadi Liakhovetski
· 14 years ago
770d743
mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb()
by Adrian Hunter
· 14 years ago
3796fb8a
mmc: omap_hsmmc: refactor duplicated code
by Andy Shevchenko
· 14 years ago
5934df2
mmc: omap_hsmmc: fix a few bugs when setting the clock divisor
by Andy Shevchenko
· 14 years ago
e0c7f99
mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
by Andy Shevchenko
· 14 years ago
ac330f44
mmc: omap_hsmmc: split duplicate code to calc_divisor() function
by Andy Shevchenko
· 14 years ago
6b206ef
mmc: omap_hsmmc: move hardcoded frequency constants to defines
by Andy Shevchenko
· 14 years ago
699b958
mmc: omap_hsmmc: correct debug report error status mnemonics
by Adrian Hunter
· 14 years ago
101ed47
mmc: omap_hsmmc: Remove unused iclk
by Balaji T K
· 14 years ago
fa4aa2d
mmc: omap_hsmmc: add runtime pm support
by Balaji T K
· 14 years ago
7a8c2ce
mmc: omap_hsmmc: Remove lazy_disable
by Balaji T K
· 14 years ago
58c7ccb
mmc: mmci: implement pre_req() and post_req()
by Per Forlin
· 14 years ago
9782aff
mmc: omap_hsmmc: add support for pre_req and post_req
by Per Forlin
· 14 years ago
5c209f1
mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mci
by Nicolas Ferre
· 14 years ago
5c2f2b9
mmc: atmel-mci: add suspend/resume support
by Nicolas Ferre
· 14 years ago
0d013bc
mmc: sdhci-pci: allow 8-bit bus width for Intel Medfield eMMCs
by Adrian Hunter
· 14 years ago
68077b0
mmc: sdhci-pci: add 8-bit bus width support for mrst hc0
by Major Lee
· 14 years ago
94dd5b3
mmc: dw_mmc: reset FIFO after an error
by James Hogan
· 14 years ago
55c5efbc
mmc: dw_mmc: handle "no CRC status" error
by James Hogan
· 14 years ago
ae837fe
mmc: dw_mmc: remove unnecessary error messages
by James Hogan
· 14 years ago
03e8cb5
mmc: dw_mmc: fix stop when fallen back to PIO
by James Hogan
· 14 years ago
65d1351
mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume()
by Wonil Choi
· 14 years ago
58d1246
mmc: sdhci: specify maximum discard timeout
by Adrian Hunter
· 14 years ago
e8cd77e
mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
by Shawn Guo
· 14 years ago
803862a
mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
by Shawn Guo
· 14 years ago
d25928d
mmc: sdhci: fix interrupt storm from card detection
by Shawn Guo
· 14 years ago
e312eb1
mmc: tmio: Fix race condition resulting in spurious interrupts
by Paul Parsons
· 14 years ago
d6fec69
mmc: tmio: Fix build error without CONFIG_MMC_SDHI
by Paul Parsons
· 14 years ago
34b664a
mmc: dw_mmc: handle unaligned buffers and sizes
by James Hogan
· 14 years ago
b86d825
mmc: dw_mmc: don't hard code fifo depth, fix usage
by James Hogan
· 14 years ago
892b1e3
mmc: dw_mmc: brackets in register access macros
by James Hogan
· 14 years ago
Next »