index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sh_mmcif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: sh_mmcif: Configure DMA slave bus width
Laurent Pinchart
2014-07-26
1
-2
/
+5
*
mmc: sh_mmcif: Fix DMA slave address configuration
Laurent Pinchart
2014-07-26
1
-3
/
+7
*
mmc: sh-mmcif: final error path cleanup
Ben Dooks
2014-07-09
1
-4
/
+2
*
mmc: sh-mmcif: no need to call pm_runtime_suspend on error
Ben Dooks
2014-07-09
1
-4
/
+2
*
mmc: sh-mmcif: use devm_ for irq management
Ben Dooks
2014-07-09
1
-18
/
+8
*
mmc: sh-mmcif: use devm_ for clock management
Ben Dooks
2014-07-09
1
-10
/
+8
*
mmc: sh-mmcif: use devm_ for ioremap
Ben Dooks
2014-07-09
1
-18
/
+6
*
mmc: sh-mmcif: update to print version and bus clock rate on probe
Ben Dooks
2014-07-09
1
-4
/
+5
*
mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
1
-4
/
+5
*
mmc: sh_mmcif: Fix compilation warning on 64-bit platforms
Laurent Pinchart
2014-01-13
1
-1
/
+1
*
mmc: sh_mmcif: Factorize DMA channel request and configuration code
Laurent Pinchart
2014-01-13
1
-49
/
+51
*
mmc: sh_mmcif: Convert to clk_prepare|unprepare
Ulf Hansson
2013-11-08
1
-6
/
+6
*
mmc: sh_mmcif: Convert to PM macros when defining dev_pm_ops
Ulf Hansson
2013-11-08
1
-7
/
+3
*
mmc: sh_mmcif: Move away from using deprecated APIs
Ulf Hansson
2013-10-30
1
-7
/
+3
*
mmc: sh_mmcif: revision-specific CLK_CTRL2 handling
Guennadi Liakhovetski
2013-08-25
1
-0
/
+4
*
mmc: sh_mmcif: revision-specific Command Completion Signal handling
Guennadi Liakhovetski
2013-08-25
1
-6
/
+21
*
mmc: sh_mmcif: add support for Device Tree DMA bindings
Guennadi Liakhovetski
2013-08-25
1
-10
/
+16
*
mmc: sh_mmcif: move header include from header into .c
Guennadi Liakhovetski
2013-08-25
1
-0
/
+1
*
mmc: sh_mmcif: Remove .set_pwr() callback from platform data
Laurent Pinchart
2013-08-24
1
-3
/
+0
*
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
Laurent Pinchart
2013-08-24
1
-1
/
+1
*
mmc: sh_mmcif: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+6
*
mmc: sh_mmcif: don't clear masked interrupts
Guennadi Liakhovetski
2013-06-06
1
-1
/
+2
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
1
-2
/
+0
*
mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindings
Guennadi Liakhovetski
2013-02-24
1
-1
/
+2
*
mmc: sh_mmcif: simplify IRQ processing
Guennadi Liakhovetski
2013-02-11
1
-46
/
+19
*
mmc: sh_mmcif: report all errors
Teppei Kamijou
2013-02-11
1
-8
/
+23
*
mmc: sh_mmcif: fix I/O errors
Guennadi Liakhovetski
2013-02-11
1
-1
/
+3
*
mmc: sh_mmcif: reset DMA completion immediately before starting DMA
Guennadi Liakhovetski
2013-02-11
1
-2
/
+6
*
mmc: sh_mmcif: reset error code for any opcode
Guennadi Liakhovetski
2013-02-11
1
-1
/
+1
*
mmc: sh_mmcif: fix a race, causing an Oops on SMP
Guennadi Liakhovetski
2013-02-11
1
-3
/
+36
*
mmc: sh_mmcif: (cosmetic) simplify boolean return blocks
Guennadi Liakhovetski
2013-02-11
1
-7
/
+2
*
mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or error
Teppei Kamijou
2013-02-11
1
-14
/
+17
*
mmc: sh_mmcif: fix missing and consolidate IO completion timeouts
Guennadi Liakhovetski
2013-02-11
1
-23
/
+22
*
mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()
Teppei Kamijou
2013-02-11
1
-1
/
+3
*
mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeout
Teppei Kamijou
2013-02-11
1
-1
/
+1
*
mmc: sh_mmcif: Add support for eMMC Dual Data Rate
Teppei Kamijou
2013-02-11
1
-0
/
+14
*
mmc: sh_mmcif: add support for bundled MMCIF IRQs
Shinya Kuribayashi
2013-02-11
1
-9
/
+16
*
mmc: sh_mmcif: ensure run-time suspend call is processed before suspend
Teppei Kamijou
2013-02-11
1
-1
/
+1
*
mmc: sh_mmcif: force to fail CMD52 immediately
Teppei Kamijou
2013-02-11
1
-0
/
+1
*
mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio users
Shawn Guo
2013-02-11
1
-6
/
+0
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-2
/
+2
|
\
|
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
mmc: sh_mmcif: remove unneeded clock connection ID
Guennadi Liakhovetski
2012-12-06
1
-4
/
+2
*
|
mmc: sh-mmcif: avoid oops on spurious interrupts (second try)
Guennadi Liakhovetski
2012-12-06
1
-2
/
+2
*
|
Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"
Chris Ball
2012-12-06
1
-4
/
+0
|
/
*
mmc: sh_mmcif: fix use after free
Guennadi Liakhovetski
2012-11-07
1
-1
/
+1
*
mmc: sh-mmcif: avoid oops on spurious interrupts
Guennadi Liakhovetski
2012-10-03
1
-0
/
+4
*
mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQ
Guennadi Liakhovetski
2012-10-03
1
-1
/
+3
[next]