Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f299743839ae0a4c183035c36aa1e2807e53fe4
/
drivers
/
mmc
/
host
/
dw_mmc.c
b2f7cb4
mmc: dw_mmc: remove duplicated buswidth code
by Jaehoon Chung
· 12 years ago
bf7cb22
mmc: dw_mmc: relocate where dw_mci_setup_bus() is called from
by Jaehoon Chung
· 12 years ago
780f22a
mmc: dw_mmc: use devres functions in dw_mmc
by Seungwon Jeon
· 12 years ago
ab26912
mmc: dw_mmc: Add sdio power bindings
by Abhilash Kesavan
· 12 years ago
e95baf1
mmc: dw_mmc: fix more const pointer warnings
by Arnd Bergmann
· 12 years ago
8e2b36e
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
by Arnd Bergmann
· 12 years ago
cb27a84
mmc: dw_mmc: fix multiple drv_data NULL dereferences
by James Hogan
· 12 years ago
2da1d7f
mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
by Yuvaraj CD
· 12 years ago
00956ea
mmc: dw_mmc: remove _dev_info compile warning
by Seungwon Jeon
· 12 years ago
e6c0858
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
by Ulf Hansson
· 12 years ago
897b69e
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
by Seungwon Jeon
· 12 years ago
800d78b
mmc: dw_mmc: add support for implementation specific callbacks
by Thomas Abraham
· 12 years ago
c91eab4
mmc: dw_mmc: add device tree support
by Thomas Abraham
· 12 years ago
b4967aa
mmc: dw_mmc: add quirk to indicate missing write protect line
by Thomas Abraham
· 12 years ago
f90a061
mmc: dw_mmc: lookup for optional biu and ciu clocks
by Thomas Abraham
· 12 years ago
1c2215b
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
by Thomas Abraham
· 12 years ago
4a90920
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
by Thomas Abraham
· 12 years ago
36c179a
mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot
by Jaehoon Chung
· 12 years ago
9623b5b
mmc: dw_mmc: Disable low power mode if SDIO interrupts are used
by Doug Anderson
· 12 years ago
e74f3a9
mmc: dw_mmc: fix error handling in PIO mode
by Seungwon Jeon
· 12 years ago
9b2026a
mmc: dw_mmc: correct mishandling error interrupt
by Seungwon Jeon
· 12 years ago
182c908
mmc: dw_mmc: amend using error interrupt status
by Seungwon Jeon
· 12 years ago
3bfe619
mmc: dw_mmc: Fix null dma_ops access when use_dma is false
by Jonathan Kliegman
· 12 years ago
94c6cee
mmc: dw_mmc: Add check for IDMAC configuration
by Girish K S
· 12 years ago
e419990
mmc: dw_mmc: correct the calculation for CLKDIV
by Seungwon Jeon
· 12 years ago
fda5f73
mmc: dw_mmc: fix incorrect setting of host->data of NULL
by Seungwon Jeon
· 12 years ago
141a712
mmc: dw_mmc: fix the IDMAC sw reset
by Seungwon Jeon
· 12 years ago
eed6c63
mmc: dw_mmc: fix the transmission handling in IDMAC
by Seungwon Jeon
· 12 years ago
705ad04
mmc: dw_mmc: Fixed sdio interrupt mask bit setting bug
by Kyoungil Kim
· 12 years ago
95dcc2c
mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue
by Thomas Abraham
· 13 years ago
e1631f9
mmc: dw_mmc: prevent NULL dereference for dma_ops
by Jaehoon Chung
· 13 years ago
a99aa9b
mmc: dw_mmc: Fix switch from DMA to PIO
by Seungwon Jeon
· 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
e3891dc
mmc: dw_mmc: shift with slot-id for CLKENA register
by Jaehoon Chung
· 13 years ago
9aa5140
mmc: dw_mmc: Add support for pre_req and post_req
by Seungwon Jeon
· 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
f9c2a0d
mmc: dw_mmc: Fix PIO mode with support of highmem
by Seungwon Jeon
· 13 years ago
8234e86
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
by Jaehoon Chung
· 13 years ago
3f51429
mmc: dw_mmc: Clear the DDR mode for non-DDR
by Seungwon Jeon
· 13 years ago
053b3ce
mmc: dw_mmc: Support predefined mutiple block transfers
by Seungwon Jeon
· 13 years ago
5b93a45
mmc: dw_mmc: Remove unnecessary else clauses
by Chris Ball
· 13 years ago
4f408cc
mmc: dw_mmc: Add more capabilities field
by Seungwon Jeon
· 13 years ago
6fe8890
mmc: dw_mmc: use dev_pm_ops for dw_mmc controllers
by Jaehoon Chung
· 13 years ago
4e0a5ad
mmc: dw_mmc: modify DATA register offset
by Jaehoon Chung
· 13 years ago
a3c76eb
mmc: replace printk with appropriate display macro
by Girish K S
· 13 years ago
1a5c8e1
mmc: dw_mmc: Support SDIO interrupts for all slots
by Shashidhar Hiremath
· 13 years ago
6daa777
mmc: dw_mmc: Fix DDR mode support.
by Seungwon Jeon
· 13 years ago
9b7bbe1
mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macro
by Shashidhar Hiremath
· 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
94dd5b3
mmc: dw_mmc: reset FIFO after an error
by James Hogan
· 13 years ago
55c5efbc
mmc: dw_mmc: handle "no CRC status" error
by James Hogan
· 13 years ago
ae837fe
mmc: dw_mmc: remove unnecessary error messages
by James Hogan
· 13 years ago
03e8cb5
mmc: dw_mmc: fix stop when fallen back to PIO
by James Hogan
· 13 years ago
34b664a
mmc: dw_mmc: handle unaligned buffers and sizes
by James Hogan
· 13 years ago
b86d825
mmc: dw_mmc: don't hard code fifo depth, fix usage
by James Hogan
· 13 years ago
1791b13e
mmc: dw_mmc: convert card tasklet to workqueue
by James Hogan
· 13 years ago
7456caa
mmc: dw_mmc: fix race with request and removal
by James Hogan
· 13 years ago
b40af3a
mmc: dw_mmc: clear TXDR/RXDR ints before enabling
by James Hogan
· 13 years ago
6e83e10
mmc: dw_mmc: protect a sequence of request and request-done.
by Seungwon Jeon
· 13 years ago
1d56c45
mmc: dw_mmc: set the card_width bit per card.
by Seungwon Jeon
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
1d6c4e0
mmc: dw_mmc: fixed wrong regulator_enable in suspend/resume
by Jaehoon Chung
· 13 years ago
a5289a4
mmc: dw_mmc: set fixed burst in BMOD register
by Jaehoon Chung
· 14 years ago
c07946a
mmc: dw_mmc: support mmc power control with regulator
by Jaehoon Chung
· 14 years ago
e61cf11
mmc: dw_mmc: fix suspend/resume operation
by Jaehoon Chung
· 14 years ago
fc3d772
mmc: dw_mmc: add quirks for unreliable card detect, and capabilities
by Jaehoon Chung
· 14 years ago
ba6a902
mmc: dw_mmc: Remove set-but-unused variable.
by Chris Ball
· 14 years ago
41babf7
mmc: dw_mmc: support DDR mode
by Jaehoon Chung
· 14 years ago
c9b2a06
mmc: dw_mmc: support 8-bit buswidth
by Jaehoon Chung
· 14 years ago
aadb9f4
mmc: dw_mmc: Enable low-power mode for the card clock.
by Will Newton
· 14 years ago
dd6c4b9
mmc: dw_mmc: Run card detect tasklet during slot initialisation.
by Will Newton
· 14 years ago
f95f385
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.
by Will Newton
· 14 years ago