index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
pxamci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: pxamci: Remove redundant suspend and resume callbacks
Ulf Hansson
2013-10-31
1
-32
/
+0
*
mmc: pxamci: Indicate that regulators may be absent
Mark Brown
2013-07-31
1
-1
/
+1
*
ARM: pxa: propagate errors from regulator_enable() to pxamci
Arnd Bergmann
2013-07-23
1
-1
/
+1
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
1
-2
/
+0
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-2
/
+2
*
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-10-10
1
-0
/
+52
|
\
|
*
mmc: pxa-mci: add DT bindings
Daniel Mack
2012-09-04
1
-0
/
+52
*
|
ARM: pxa: move platform_data definitions
Arnd Bergmann
2012-09-14
1
-1
/
+1
|
/
*
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-12
1
-12
/
+1
*
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-1
/
+1
*
mmc: Move regulator handling closer to core
Linus Walleij
2010-10-23
1
-8
/
+33
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
1
-1
/
+1
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-1
/
+1
*
[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond
Eric Miao
2010-05-11
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
Merge branch 'sa1100' into devel
Russell King
2009-12-06
1
-2
/
+2
|
\
|
*
[ARM] pxamci: call mmc_remove_host() before freeing resources
Daniel Mack
2009-12-02
1
-2
/
+2
*
|
pxamci: introduce mmc_has_26mhz() and include pxa935
Haojian Zhuang
2009-12-01
1
-4
/
+6
|
/
*
[ARM] pxamci: fix printing gpio numbers in pxamci_probe
Antonio Ospite
2009-10-12
1
-2
/
+2
*
[ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'
Mike Rapoport
2009-09-10
1
-10
/
+13
*
[ARM] pxamci: add simple gpio controls
Robert Jarzmik
2009-09-10
1
-1
/
+80
*
pxamci: correct DMA flow control
Matt Reimer
2009-07-03
1
-2
/
+2
*
pxamci: add regulator support.
Daniel Ribeiro
2009-06-13
1
-5
/
+41
*
[ARM] pxa: move DMA registers definitions into <mach/dma.h>
Eric Miao
2009-03-09
1
-2
/
+1
*
pxamci: enable DMA for write ops after CMD/RESP
Cliff Brake
2009-02-02
1
-1
/
+15
*
pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())
Cliff Brake
2009-02-02
1
-5
/
+4
*
pxamci: fix dma_unmap_sg length
Vernon Sauder
2008-12-31
1
-1
/
+1
*
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
Russell King
2008-11-29
1
-1
/
+1
*
[ARM] pxa: avoid polluting the kernel's namespace
Russell King
2008-11-28
1
-1
/
+2
*
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
Russell King
2008-11-27
1
-1
/
+1
*
[ARM] pxa: make cpu_is_pxa2* macros more consistent
Eric Miao
2008-09-25
1
-2
/
+2
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-2
/
+2
*
pxamci: trivial fix of DMA alignment register bit clearing
Karl Beldan
2008-07-23
1
-1
/
+1
*
mmc: change .get_ro() callback semantics
Anton Vorontsov
2008-07-15
1
-3
/
+6
*
pxamci: fix byte aligned DMA transfers
Philipp Zabel
2008-07-06
1
-0
/
+13
*
mmc: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-16
1
-0
/
+2
*
[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layer
Bridge Wu
2008-01-26
1
-7
/
+23
*
[ARM] 4709/1: pxa: mmc: add 26MHz support for pxa3[0|1]0 mmc controller
Bridge Wu
2008-01-26
1
-9
/
+22
*
[ARM] Fix pxamci regression
Russell King
2007-10-31
1
-2
/
+9
*
mmc: sg fallout
Jens Axboe
2007-10-24
1
-1
/
+0
*
[ARM] pxa: update PXA MMC interface driver to use clk support
Russell King
2007-10-12
1
-7
/
+36
*
pxamci: support arbitrary block size
Nicolas Pitre
2007-10-10
1
-3
/
+16
*
mmc: pxamci: add SDIO card interrupt reporting capability
Bridge Wu
2007-09-25
1
-5
/
+23
*
mmc: pxamci: set proper buswidth capabilities according to PXA flavor
Bridge Wu
2007-09-25
1
-1
/
+9
*
mmc: pxamci: set proper block capabilities according to PXA flavor
Nicolas Pitre
2007-09-25
1
-2
/
+2
*
mmc: pxamci: better pending IRQ determination
Bridge Wu
2007-09-25
1
-1
/
+1
*
mmc: remove custom error codes
Pierre Ossman
2007-09-23
1
-6
/
+6
*
mmc: update header file paths
Pierre Ossman
2007-07-26
1
-1
/
+1
*
pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit response
Nicolas Pitre
2007-05-14
1
-12
/
+6
[next]