Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0cf1337e0b83c16de4e7e98dad3a6afce6043fea
/
drivers
/
mmc
/
host
/
pxamci.c
26d49fe
mmc: pxamci: fix read-only gpio detection polarity
by Robert Jarzmik
· 9 years ago
fd546ee
mmc: pxamci: fix card detect with slot-gpio API
by Robert Jarzmik
· 9 years ago
6464b71
mmc: pxamci: switch over to dmaengine use
by Daniel Mack
· 10 years ago
e737081
mmc: pxamci: prepare and unprepare the clocks
by Robert Jarzmik
· 10 years ago
2137f5d
mmc: remove .owner field for drivers using module_platform_driver
by Peter Griffin
· 10 years ago
359bfcb
mmc: pxamci: Remove redundant suspend and resume callbacks
by Ulf Hansson
· 11 years ago
6ae8717
mmc: pxamci: Indicate that regulators may be absent
by Mark Brown
· 11 years ago
a829abf
ARM: pxa: propagate errors from regulator_enable() to pxamci
by Arnd Bergmann
· 11 years ago
113a87f
mmc: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
c3be1ef
mmc: remove use of __devinit
by Bill Pemberton
· 12 years ago
943c2ac
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 12 years ago
293b2da
ARM: pxa: move platform_data definitions
by Arnd Bergmann
· 12 years ago
e6027b4
mmc: pxa-mci: add DT bindings
by Daniel Mack
· 12 years ago
d1f81a6
mmc: convert drivers/mmc/host/* to use module_platform_driver()
by Axel Lin
· 13 years ago
a3c76eb
mmc: replace printk with appropriate display macro
by Girish K S
· 13 years ago
99fc513
mmc: Move regulator handling closer to core
by Linus Walleij
· 14 years ago
a36274e
mmc: Remove distinction between hw and phys segments
by Martin K. Petersen
· 14 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 15 years ago
f97cab2
[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond
by Eric Miao
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
3d14b5b
Merge branch 'sa1100' into devel
by Russell King
· 15 years ago
5d6b1edf
[ARM] pxamci: call mmc_remove_host() before freeing resources
by Daniel Mack
· 15 years ago
fa3f993
pxamci: introduce mmc_has_26mhz() and include pxa935
by Haojian Zhuang
· 15 years ago
48f0295
[ARM] pxamci: fix printing gpio numbers in pxamci_probe
by Antonio Ospite
· 15 years ago
33264f9
[ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'
by Mike Rapoport
· 15 years ago
b405db6
[ARM] pxamci: add simple gpio controls
by Robert Jarzmik
· 15 years ago
7eeff48
pxamci: correct DMA flow control
by Matt Reimer
· 16 years ago
8385f9c
pxamci: add regulator support.
by Daniel Ribeiro
· 16 years ago
7ebc8d5
[ARM] pxa: move DMA registers definitions into <mach/dma.h>
by Eric Miao
· 16 years ago
b601895
pxamci: enable DMA for write ops after CMD/RESP
by Cliff Brake
· 16 years ago
e10a854
pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())
by Cliff Brake
· 16 years ago
c00a46a
pxamci: fix dma_unmap_sg length
by Vernon Sauder
· 16 years ago
dcea83a
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
by Russell King
· 16 years ago
05678a9
[ARM] pxa: avoid polluting the kernel's namespace
by Russell King
· 16 years ago
e0d8b13
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
by Russell King
· 16 years ago
0ffcbfd
[ARM] pxa: make cpu_is_pxa2* macros more consistent
by Eric Miao
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
4fe1689
pxamci: trivial fix of DMA alignment register bit clearing
by Karl Beldan
· 16 years ago
08f80bb
mmc: change .get_ro() callback semantics
by Anton Vorontsov
· 16 years ago
97f8571
pxamci: fix byte aligned DMA transfers
by Philipp Zabel
· 16 years ago
bc65c72
mmc: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
9a788c6
[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layer
by Bridge Wu
· 17 years ago
64eb036
[ARM] 4709/1: pxa: mmc: add 26MHz support for pxa3[0|1]0 mmc controller
by Bridge Wu
· 17 years ago
d8cb70d
[ARM] Fix pxamci regression
by Russell King
· 17 years ago
bd6dee6
mmc: sg fallout
by Jens Axboe
· 17 years ago
ebebd9b
[ARM] pxa: update PXA MMC interface driver to use clk support
by Russell King
· 17 years ago
c783837
pxamci: support arbitrary block size
by Nicolas Pitre
· 17 years ago
5d3ad4e
mmc: pxamci: add SDIO card interrupt reporting capability
by Bridge Wu
· 17 years ago
df456f4
mmc: pxamci: set proper buswidth capabilities according to PXA flavor
by Bridge Wu
· 17 years ago
fe2dc44
mmc: pxamci: set proper block capabilities according to PXA flavor
by Nicolas Pitre
· 17 years ago
81ab570f
mmc: pxamci: better pending IRQ determination
by Bridge Wu
· 17 years ago
17b0429
mmc: remove custom error codes
by Pierre Ossman
· 17 years ago
70f1048
mmc: update header file paths
by Pierre Ossman
· 17 years ago
90e07d9
pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit response
by Nicolas Pitre
· 18 years ago
c6799ad
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
1c6a071
mmc: Move host and card drivers to subdirs
by Pierre Ossman
· 18 years ago
[Renamed from drivers/mmc/pxamci.c]
f74d132
mmc: Move OCR bit defines
by Pierre Ossman
· 18 years ago
55db890
mmc: Allow host drivers to specify max block count
by Pierre Ossman
· 18 years ago
fe4a3c7
mmc: Allow host drivers to specify a max block size
by Pierre Ossman
· 18 years ago
6f94990
mmc: Correct definition of R6
by Philip Langdale
· 18 years ago
9e86619
mmc: pxamci compilation fix
by Sascha Hauer
· 18 years ago
ab7aefd
mmc: constify mmc_host_ops vectors
by David Brownell
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
2c171bf
[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups
by Pavel Pisa
· 19 years ago
920e70c
[MMC] Move set_ios debugging into mmc.c
by Russell King
· 19 years ago
d78e907
[MMC] PXA: reduce the number of lines PXAMCI debug uses
by Russell King
· 19 years ago
58741e8
[MMC] PXA and i.MX: don't avoid sending stop command on error
by Russell King
· 19 years ago
3d63abe
[MMC] pxamci: fix data timeout calculation
by Russell King
· 19 years ago
c656317
[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected
by Russell King
· 19 years ago
4894473
[PATCH] handle errors returned by platform_get_irq*()
by David Vrabel
· 19 years ago
e922517
[MMC] Add MMC command type flags
by Russell King
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
4fd5f82
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
by Linus Torvalds
· 19 years ago
9e1d98c
[MMC] pxamci doesn't need to include asm/irq.h
by Russell King
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
c26971c
[MMC] Add mmc_detect_change() delay support for PXAMCI driver
by Richard Purdie
· 19 years ago
8dc0033
[MMC] Allow detection/removal to be delayed
by Richard Purdie
· 19 years ago
e619524
[PATCH] Add write protection switch handling to the PXA MMC driver
by Richard Purdie
· 19 years ago
e5378ca
[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago