Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce6550818280c1e7caae727d2b9504140b6370f0
/
drivers
/
mmc
/
host
/
tmio_mmc.c
de501af
mmc: TMIO: Use devm_request_irq()
by Ian Molton
· 10 years ago
25db67e
mmc: TMIO: Ensure MFD cell is disabled on probe error path
by Ian Molton
· 10 years ago
7445bf9
mmc: tmio: tmio_mmc_host has .bus_shift
by Kuninori Morimoto
· 10 years ago
94b110a
mmc: tmio: add tmio_mmc_host_alloc/free()
by Kuninori Morimoto
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
6ed23b8
PM: Merge the SET*_RUNTIME_PM_OPS() macros
by Rafael J. Wysocki
· 10 years ago
bb0d20e
mmc: host: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
70a15e1
mmc: tmio_mmc: Fixup system PM suspend lock-up
by Ulf Hansson
· 10 years ago
78f76df
mmc: tmio_mmc: Enable runtime PM support
by Ulf Hansson
· 10 years ago
c896448
mmc: tmio_mmc: Convert from legacy to modern PM ops
by Ulf Hansson
· 11 years ago
1e0bf16
mmc: tmio: fixup compile error
by Kuninori Morimoto
· 11 years ago
5d60e50
mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flags
by Kuninori Morimoto
· 11 years ago
3b159a6
mmc: tmio: bus_shift become tmio_mmc_data member
by Kuninori Morimoto
· 11 years ago
113a87f
mmc: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
6e0ee71
mmc: remove use of __devexit
by Bill Pemberton
· 12 years ago
c3be1ef
mmc: remove use of __devinit
by Bill Pemberton
· 12 years ago
0433c14
mmc: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
d1f81a6
mmc: convert drivers/mmc/host/* to use module_platform_driver()
by Axel Lin
· 13 years ago
d9618e9
mmc: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
4906baf
mmc: tmio: eliminate unused variable 'mmc' warning
by Axel Lin
· 13 years ago
ec71974
mmc: Use device platform_data to retrieve tmio_mmc platform bits
by Samuel Ortiz
· 14 years ago
8e7bfdb
mmc: tmio/sdhi: break out interrupt request/free
by Magnus Damm
· 14 years ago
e6ee718
mmc: Add runtime and system-wide PM to the TMIO MMC driver
by Guennadi Liakhovetski
· 14 years ago
b614749
mmc: tmio: split core functionality, DMA and MFD glue
by Guennadi Liakhovetski
· 14 years ago
5f52c35
mmc: tmio: use PIO for short transfers
by Guennadi Liakhovetski
· 14 years ago
51fc7b2
mmc: tmio-mmc: Improve DMA stability on sh-mobile
by Guennadi Liakhovetski
· 14 years ago
944dc03
tmio: Silence warnings introduced by mfd changes
by Andres Salomon
· 14 years ago
4f95bf4
mmc: Use mfd_data instead of driver_data for tmio-mmc
by Andres Salomon
· 14 years ago
d24f36d
mfd: mfd_cell is now implicitly available to asic3 drivers
by Andres Salomon
· 14 years ago
860cfe7
mmc: tmio: fix address in kunmap_atomic() calls
by Guennadi Liakhovetski
· 14 years ago
449bdc2
mmc: tmio_mmc: use dmaengine helpers, drop submit check
by Linus Walleij
· 14 years ago
3383433
mmc: tmio_mmc: drop dma_sglen state variable
by Linus Walleij
· 14 years ago
d7554ca
mmc: tmio_mmc: unmap with the proper sglen
by Linus Walleij
· 14 years ago
2dc7ddc
mmc: tmio_mmc: map DMA buffers on the DMA engine device
by Linus Walleij
· 14 years ago
a803d7f
mmc: tmio_mmc: Improve readability of the output of pr_debug_status()
by Simon Horman
· 14 years ago
2bd6a93
mmc: tmio_mmc: fix CMD irq handling
by Arnd Hannemann
· 14 years ago
6ff56e0
mmc: tmio_mmc: handle missing HW interrupts
by Arnd Hannemann
· 14 years ago
845ecd2
mmc: tmio_mmc: implement SDIO IRQ support
by Arnd Hannemann
· 14 years ago
eba4603
mmc: tmio_mmc: silence compiler warnings
by Arnd Hannemann
· 14 years ago
9317305
mmc: tmio_mmc: implement a bounce buffer for unaligned DMA
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
729b0c7
mmc: tmio_mmc: allow multi-element scatter-gather lists
by Guennadi Liakhovetski
· 14 years ago
f1334fb
mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc
by Yusuke Goda
· 14 years ago
19ca750
mmc: Allow the tmio_mmc mfd driver to specify get_cd handler
by Arnd Hannemann
· 14 years ago
5600efb
mmc: fix the use of kunmap_atomic() in tmio_mmc.h
by Guennadi Liakhovetski
· 14 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 15 years ago
a2b14dc
mmc: let MFD's provide supported Vdd card voltages to tmio_mmc
by Guennadi Liakhovetski
· 15 years ago
ac8fb3e
tmio: add a platform flag to disable card write-protection detection
by Guennadi Liakhovetski
· 15 years ago
311f3ac
mmc: add DMA support to tmio_mmc driver, when used on SuperH
by Guennadi Liakhovetski
· 15 years ago
7ee422d
tmio_mmc: Balance cell enable()/disable() calls
by Magnus Damm
· 15 years ago
6d9af5af
tmio_mmc: Use 100ms mmc_detect_change() delay
by Magnus Damm
· 15 years ago
b741d44
tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2
by Yusuke Goda
· 15 years ago
64e8867
mfd: tmio_mmc hardware abstraction for CNF area
by Ian Molton
· 15 years ago
14f1b75
mmc: let tmio-mmc use dev_name() with request_irq()
by Magnus Damm
· 15 years ago
e6f2c7a
tmio_mmc: allow compilation for ASIC3
by Philipp Zabel
· 16 years ago
da46a0b
tmio_mmc: fix clock setup
by Ian Molton
· 16 years ago
544f277
tmio_mmc: map SD control registers after enabling the MFD cell
by Philipp Zabel
· 16 years ago
d6c9b5e
tmio_mmc: correct probe return value for num_resources != 3
by Philipp Zabel
· 16 years ago
6c413cc
tmio_mmc: don't use set_irq_type
by Philipp Zabel
· 16 years ago
5e74672
tmio_mmc: add bus_shift support
by Philipp Zabel
· 16 years ago
f0e46cc
MFD,mmc: tmio_mmc: make HCLK configurable
by Philipp Zabel
· 16 years ago
bedcc45
tmio_mmc: Fix use after free in remove()
by Magnus Damm
· 16 years ago
bc6772a
tmio_mmc: Fix one off, use resource_size() in probe()
by Magnus Damm
· 16 years ago
a0d045c
drivers/mmc: Move a dereference below a NULL test
by Julia Lawall
· 16 years ago
4a48998
mfd: TMIO MMC driver
by Ian Molton
· 16 years ago