index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
omap_hsmmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: omap_hsmmc: fix NULL pointer dereference for dt boot
Balaji T K
2012-11-07
1
-6
/
+11
*
mmc: omap_hsmmc: fix host reference after mmc_free_host
Balaji T K
2012-11-07
1
-1
/
+1
*
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-10-10
1
-91
/
+34
|
\
|
*
mmc: omap_hsmmc: Pass on the suspend failure to the PM core
Vaibhav Bedia
2012-10-03
1
-2
/
+1
|
*
mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ
Venkatraman S
2012-09-04
1
-42
/
+21
|
*
mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQs
Venkatraman S
2012-09-04
1
-13
/
+4
|
*
mmc: omap_hsmmc: remove access to SYSCONFIG register
Venkatraman S
2012-09-04
1
-22
/
+2
|
*
mmc: omap_hsmmc: remove unused vars and includes
Venkatraman S
2012-09-04
1
-10
/
+4
|
*
mmc: omap_hsmmc: Handle failure of regulator_get better.
NeilBrown
2012-09-04
1
-2
/
+2
*
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-10-01
1
-1
/
+0
|
\
\
|
*
|
ARM: OMAP: remove plat/board.h file
Igor Grinberg
2012-09-10
1
-1
/
+0
|
|
/
*
|
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
\
|
*
|
mmc/omap_hsmmc: add a const qualifier
Uwe Kleine-König
2012-09-11
1
-1
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mmc: fix comment typos
Masanari Iida
2012-09-01
1
-1
/
+1
*
|
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-08-01
1
-101
/
+103
|
\
\
|
|
/
|
/
|
|
*
ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...
Kevin Hilman
2012-07-31
1
-0
/
+2
|
*
mmc: omap: add DMA engine support
Russell King
2012-07-31
1
-2
/
+1
|
*
mmc: omap_hsmmc: remove private DMA API implementation
Russell King
2012-07-31
1
-200
/
+63
|
*
mmc: omap_hsmmc: add DMA engine support
Russell King
2012-07-31
1
-27
/
+165
*
|
mmc: omap_hsmmc: ensure probe returns error upon resource failure
Kevin Hilman
2012-07-22
1
-0
/
+2
*
|
mmc: omap_hsmmc: add clk_prepare and clk_unprepare
Rajendra Nayak
2012-07-22
1
-7
/
+7
|
/
*
Revert "mmc: omap_hsmmc: Enable Auto CMD12"
Ming Lei
2012-06-26
1
-12
/
+3
*
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-05-26
1
-1
/
+1
|
\
|
*
mmc: dt: Consolidate DT bindings
Arnd Bergmann
2012-05-15
1
-1
/
+1
*
|
mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irq
Ming Lei
2012-05-17
1
-1
/
+1
*
|
mmc: omap_hsmmc: release correct resource
Russell King
2012-04-22
1
-1
/
+3
*
|
mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock
Rajendra Nayak
2012-04-22
1
-22
/
+17
*
|
mmc: omap_hsmmc: use spinlock IRQ safe variant
Venkatraman S
2012-04-22
1
-8
/
+11
*
|
mmc: omap_hsmmc: add DDR support
Balaji T K
2012-04-22
1
-0
/
+5
*
|
mmc: omap_hsmmc: Enable Auto CMD12
Balaji T K
2012-04-22
1
-3
/
+12
|
/
*
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
Rajendra Nayak
2012-04-20
1
-2
/
+2
*
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
Chris Ball
2012-04-20
1
-1
/
+1
*
mmc: omap_hsmmc: fix module re-insertion
Balaji T K
2012-04-05
1
-3
/
+1
*
mmc: omap_hsmmc: convert to module_platform_driver
Felipe Balbi
2012-04-05
1
-15
/
+1
*
mmc: omap_hsmmc: make it behave well as a module
Felipe Balbi
2012-04-05
1
-4
/
+5
*
mmc: omap_hsmmc: trivial cleanups
Felipe Balbi
2012-04-05
1
-77
/
+70
*
mmc: omap_hsmmc: context save after enabling runtime pm
Balaji T K
2012-04-05
1
-2
/
+2
*
mmc: omap_hsmmc: use runtime put sync in probe error patch
Balaji T K
2012-04-05
1
-2
/
+1
*
mmc: omap_hsmmc: Avoid a regulator voltage change with dt
Rajendra Nayak
2012-03-27
1
-1
/
+14
*
mmc: omap_hsmmc: Convert hsmmc driver to use device tree
Rajendra Nayak
2012-03-27
1
-0
/
+73
*
mmc: omap_hsmmc: convert all pr_* to dev_*
Rajendra Nayak
2012-03-27
1
-4
/
+4
*
mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warning
Tony Lindgren
2012-03-27
1
-0
/
+1
*
mmc: start removing enable / disable API
Adrian Hunter
2012-03-27
1
-12
/
+3
*
mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supply
Rajendra Nayak
2012-03-27
1
-29
/
+2
*
mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power function
Rajendra Nayak
2012-03-27
1
-20
/
+1
*
mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power function
Rajendra Nayak
2012-03-27
1
-27
/
+3
*
mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id ba...
Balaji T K
2012-03-27
1
-1
/
+1
*
mmc: omap_hsmmc: remove unused .set_sleep function
Balaji T K
2012-03-27
1
-60
/
+0
*
mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channels
Balaji T K
2012-03-27
1
-24
/
+11
[next]