Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5add2aca3a8555a01f5e43b6f524df6fae8fffa5
/
drivers
/
mmc
/
host
/
tmio_mmc.h
5add2ac
mmc: tmio: add .enable_dma on tmio_mmc_dma
by Kuninori Morimoto
· 10 years ago
8b4c8f3
mmc: tmio: tmio_mmc_data has .dma_rx_offset
by Kuninori Morimoto
· 10 years ago
e471df0
mmc: tmio: tmio_mmc_data has .alignment_shift
by Kuninori Morimoto
· 10 years ago
7445bf9
mmc: tmio: tmio_mmc_host has .bus_shift
by Kuninori Morimoto
· 10 years ago
85c02dd
mmc: tmio: tmio_mmc_host has .multi_io_quirk
by Kuninori Morimoto
· 10 years ago
00452c1
mmc: tmio: tmio_mmc_host has .clk_disable
by Kuninori Morimoto
· 10 years ago
4fe2ec5
mmc: tmio: tmio_mmc_host has .clk_enable
by Kuninori Morimoto
· 10 years ago
dfe9a22
mmc: tmio: tmio_mmc_host has .write16_hook
by Kuninori Morimoto
· 10 years ago
7ecc09b
mmc: tmio: tmio_mmc_host has .dma
by Kuninori Morimoto
· 10 years ago
94b110a
mmc: tmio: add tmio_mmc_host_alloc/free()
by Kuninori Morimoto
· 10 years ago
341eb6a
mmc: tmio: Remove library functions for system PM
by Ulf Hansson
· 10 years ago
9ade7db
mmc: tmio: Make runtime PM callbacks available for CONFIG_PM
by Ulf Hansson
· 10 years ago
ae12d25
mmc: tmio: Handle clock gating from runtime PM functions
by Ulf Hansson
· 11 years ago
3b292bb
mmc: tmio: Restructure ->set_ios() and adapt ->probe() to it
by Ulf Hansson
· 11 years ago
7501c43
mmc: tmio: Keep host active while SDIO IRQ is enabled
by Ulf Hansson
· 11 years ago
710dec9
mmc: tmio: Adapt to proper PM configs for exported functions
by Ulf Hansson
· 11 years ago
3b159a6
mmc: tmio: bus_shift become tmio_mmc_data member
by Kuninori Morimoto
· 11 years ago
e83b7a8
mmc: tmio: fix unbalanced power-on calls with clock-gating enabled
by Guennadi Liakhovetski
· 11 years ago
b22ffdc
mmc: tmio: postpone controller reset during resume
by Guennadi Liakhovetski
· 12 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
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
e3de2be
mmc: tmio_mmc: fix card eject during IO with DMA
by Guennadi Liakhovetski
· 13 years ago
482fce9
mmc: remove the second argument of k[un]map_atomic()
by Cong Wang
· 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
6c0cbef
MMC / TMIO: Fix build issue related to struct scatterlist
by Rafael J. Wysocki
· 13 years ago
162f43e
mmc: tmio: fix a deadlock
by Guennadi Liakhovetski
· 13 years ago
71d111c
mmc: tmio: maximize power saving
by Guennadi Liakhovetski
· 13 years ago
b9269fd
mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
by Guennadi Liakhovetski
· 13 years ago
973ed3a
mmc: sdhi: Add write16_hook
by Simon Horman
· 13 years ago
a11862d
mmc: tmio: Share register access functions
by Simon Horman
· 13 years ago
7311bef
mmc: tmio: runtime suspend the controller, where possible
by Guennadi Liakhovetski
· 14 years ago
8e7bfdb
mmc: tmio/sdhi: break out interrupt request/free
by Magnus Damm
· 14 years ago
df3ef2d
mmc: protect the tmio_mmc driver against a theoretical race
by Guennadi Liakhovetski
· 14 years ago
e6ee718
mmc: Add runtime and system-wide PM to the TMIO MMC driver
by Guennadi Liakhovetski
· 14 years ago
cba179a
mmc: tmio_mmc: Move some defines into a shared header
by Simon Horman
· 14 years ago
42051e8
mmc: tmio: convert the SDHI MMC driver from MFD to a platform driver
by Guennadi Liakhovetski
· 14 years ago
b614749
mmc: tmio: split core functionality, DMA and MFD glue
by Guennadi Liakhovetski
· 14 years ago
e0bc6ff
mmc: tmio_mmc: merge the private header into the driver
by Guennadi Liakhovetski
· 14 years ago
ef17fee
mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
by Guennadi Liakhovetski
· 14 years ago
5600efb
mmc: fix the use of kunmap_atomic() in tmio_mmc.h
by Guennadi Liakhovetski
· 14 years ago
b78d6c5
tmio_mmc: don't clear unhandled pending interrupts
by Yusuke Goda
· 14 years ago
311f3ac
mmc: add DMA support to tmio_mmc driver, when used on SuperH
by Guennadi Liakhovetski
· 15 years ago
a8c39d8
tmio_mmc: Keep card-detect interrupts enabled
by Guennadi Liakhovetski
· 15 years ago
64e8867
mfd: tmio_mmc hardware abstraction for CNF area
by Ian Molton
· 15 years ago
5e74672
tmio_mmc: add bus_shift support
by Philipp Zabel
· 15 years ago
4cb3290
MMC: tmio_mmc.h: fix build problem
by Alexander Beregalov
· 16 years ago
fe246eb
tmio_mmc: fix compilation with debug enabled
by Dmitry Baryshkov
· 16 years ago
4a48998
mfd: TMIO MMC driver
by Ian Molton
· 16 years ago