index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mmc-merge-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-07-22
43
-519
/
+1057
|
\
|
*
mmc: sdhci-dove: Prepare for common clock framework
Sebastian Hesselbarth
2012-07-22
1
-1
/
+47
|
*
mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT
Sebastian Hesselbarth
2012-07-22
1
-1
/
+2
|
*
mmc: omap_hsmmc: ensure probe returns error upon resource failure
Kevin Hilman
2012-07-22
1
-0
/
+2
|
*
mmc: mxs-mmc: Add wp-inverted property
Marek Vasut
2012-07-22
1
-2
/
+13
|
*
mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access
Wilson Callan
2012-07-22
1
-2
/
+7
|
*
mmc: core: reset signal voltage on power up
Aaron Lu
2012-07-22
4
-16
/
+3
|
*
mmc: sd: Fix sd current limit setting
Aaron Lu
2012-07-22
3
-50
/
+60
|
*
mmc: omap_hsmmc: add clk_prepare and clk_unprepare
Rajendra Nayak
2012-07-22
1
-7
/
+7
|
*
mmc: sdhci: When a UHS switch fails, cycle power if regulator is used
Philip Rakity
2012-07-22
1
-0
/
+4
|
*
mmc: atmel-mci: modify CLKDIV displaying in debugfs
Nicolas Ferre
2012-07-22
1
-3
/
+9
|
*
mmc: atmel-mci: fix incorrect setting of host->data to NULL
Nicolas Ferre
2012-07-22
1
-1
/
+1
|
*
mmc: sdhci: poll for card even when card is logically unremovable
Daniel Drake
2012-07-22
1
-1
/
+1
|
*
mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER
Aaron Lu
2012-07-22
2
-18
/
+13
|
*
mmc: sdio: Change pr_warning to pr_warn_ratelimited
Liu Chuansheng
2012-07-22
1
-1
/
+1
|
*
mmc: core: Simplify and fix for SD switch processing
Aaron Lu
2012-07-22
1
-72
/
+22
|
*
mmc: sdhci: restore host settings when card is removed
Aaron Lu
2012-07-22
1
-0
/
+12
|
*
mmc: sdhci: fix incorrect command used in tuning
Aaron Lu
2012-07-22
1
-1
/
+7
|
*
mmc: sdhci-pci: CaFe has broken card detection
Daniel Drake
2012-07-22
1
-0
/
+1
|
*
mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()
Mark Brown
2012-07-22
1
-2
/
+8
|
*
mmc: s3cmci: Convert s3cmci driver to gpiolib API
Sylwester Nawrocki
2012-07-22
1
-7
/
+3
|
*
mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS
Philip Rakity
2012-07-22
2
-4
/
+7
|
*
mmc: mxs-mmc: enable regulator for mmc slot
Shawn Guo
2012-07-22
1
-0
/
+11
|
*
mmc: core: correct invalid error checking
Alan Cox
2012-07-21
1
-1
/
+1
|
*
mmc: only support voltage (vdd) that regulator agrees with
Philip Rakity
2012-07-21
1
-0
/
+17
|
*
mmc: sdhci: only set 200mA support for 1.8v if 200mA is available
Philip Rakity
2012-07-21
3
-12
/
+14
|
*
mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulator
Philip Rakity
2012-07-21
2
-6
/
+23
|
*
mmc: sh_mmcif: support generic card-detection
Guennadi Liakhovetski
2012-07-21
2
-0
/
+20
|
*
mmc: prohibit card detection when host is not ready
Guennadi Liakhovetski
2012-07-21
2
-0
/
+4
|
*
mmc: sh-mmcif: add OF support, make platform data optional
Guennadi Liakhovetski
2012-07-21
1
-9
/
+20
|
*
mmc: sdhi: add OF support, make platform data optional
Guennadi Liakhovetski
2012-07-21
1
-12
/
+23
|
*
mmc: tmio: use generic GPIO CD and WP handlers
Guennadi Liakhovetski
2012-07-21
1
-0
/
+6
|
*
mmc: sh_mobile_sdhi: support caps2 flags
Guennadi Liakhovetski
2012-07-21
2
-0
/
+2
|
*
mmc: tmio: support caps2 flags
Guennadi Liakhovetski
2012-07-21
2
-0
/
+2
|
*
mmc: core: add WP pin handler to slot functions
Guennadi Liakhovetski
2012-07-21
2
-1
/
+55
|
*
mmc: core: convert slot functions to managed allocation
Guennadi Liakhovetski
2012-07-21
3
-13
/
+43
|
*
mmc: add CD GPIO polling support to slot functions
Guennadi Liakhovetski
2012-07-21
2
-13
/
+45
|
*
mmc: add two capability flags for CD and WP signal polarity
Guennadi Liakhovetski
2012-07-21
1
-0
/
+2
|
*
mmc: core: use a more generic name for slot function types and fields
Guennadi Liakhovetski
2012-07-21
3
-7
/
+20
|
*
mmc: sh_mmcif: add regulator support
Guennadi Liakhovetski
2012-07-21
1
-7
/
+31
|
*
mmc: sh_mmcif: remove redundant .down_pwr() callback
Guennadi Liakhovetski
2012-07-21
1
-2
/
+2
|
*
mmc: sh_mmcif: re-read the clock frequency every time it is turned on
Guennadi Liakhovetski
2012-07-21
1
-5
/
+18
|
*
mmc: sh_mmcif: fix clock management
Guennadi Liakhovetski
2012-07-21
1
-23
/
+23
|
*
mmc: sh_mmcif: simplify and use meaningful label names in error-handling
Guennadi Liakhovetski
2012-07-21
1
-21
/
+20
|
*
mmc: tmio: remove a duplicated comment line
Guennadi Liakhovetski
2012-07-21
1
-1
/
+0
|
*
mmc: sdhi: do not install dummy callbacks
Guennadi Liakhovetski
2012-07-21
1
-8
/
+6
|
*
mmc: tmio: add regulator support
Guennadi Liakhovetski
2012-07-21
1
-8
/
+29
|
*
mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacks
Guennadi Liakhovetski
2012-07-21
1
-1
/
+23
|
*
mmc: tmio: add callbacks to enable-update and disable the interface clock
Guennadi Liakhovetski
2012-07-21
2
-3
/
+35
|
*
mmc: tmio: don't needlessly enable interrupts during probing
Guennadi Liakhovetski
2012-07-21
1
-10
/
+11
[next]