index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
omap_hsmmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2012-12-06
mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register
Venkatraman S
1
-24
/
+32
2012-12-06
mmc: omap_hsmmc: Convert critical failure reports to dev_err
Venkatraman S
1
-6
/
+6
2012-12-06
mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/complete
Felipe Balbi
1
-20
/
+24
2012-12-06
mmc: omap_hsmmc: Enable HSPE bit for high speed cards
Hebbar, Gururaja
1
-1
/
+29
2012-12-06
mmc: omap_hsmmc: Update error code for response_busy cmd
Balaji T K
1
-2
/
+2
2012-12-06
mmc: omap_hsmmc: No reset of cmd state machine for DCRC
Balaji T K
1
-1
/
+1
2012-12-06
mmc: omap_hsmmc: Fix Oops in case of data errors
Balaji T K
1
-6
/
+12
2012-12-06
mmc: omap_hsmmc: remove warning message for debounce clock
Balaji T K
1
-1
/
+0
2012-12-06
mmc: omap_hsmmc: add DT property for max bus frequency
Daniel Mack
1
-1
/
+4
2012-12-06
mmc: omap_hsmmc: claim pinctrl at probe time
Daniel Mack
1
-0
/
+7
2012-11-29
mmc: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-29
mmc: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-29
mmc: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-08
mmc: omap_hsmmc: fix NULL pointer dereference for dt boot
Balaji T K
1
-6
/
+11
2012-11-07
mmc: omap_hsmmc: fix host reference after mmc_free_host
Balaji T K
1
-1
/
+1
2012-10-10
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-91
/
+34
2012-10-03
mmc: omap_hsmmc: Pass on the suspend failure to the PM core
Vaibhav Bedia
1
-2
/
+1
2012-10-02
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+0
2012-10-02
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-09-11
mmc/omap_hsmmc: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-09-11
ARM: OMAP: remove plat/board.h file
Igor Grinberg
1
-1
/
+0
2012-09-04
mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ
Venkatraman S
1
-42
/
+21
2012-09-04
mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQs
Venkatraman S
1
-13
/
+4
2012-09-04
mmc: omap_hsmmc: remove access to SYSCONFIG register
Venkatraman S
1
-22
/
+2
2012-09-04
mmc: omap_hsmmc: remove unused vars and includes
Venkatraman S
1
-10
/
+4
2012-09-04
mmc: omap_hsmmc: Handle failure of regulator_get better.
NeilBrown
1
-2
/
+2
2012-09-01
mmc: fix comment typos
Masanari Iida
1
-1
/
+1
2012-08-02
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-101
/
+103
2012-07-31
ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...
Kevin Hilman
1
-0
/
+2
2012-07-31
mmc: omap: add DMA engine support
Russell King
1
-2
/
+1
2012-07-31
mmc: omap_hsmmc: remove private DMA API implementation
Russell King
1
-200
/
+63
2012-07-31
mmc: omap_hsmmc: add DMA engine support
Russell King
1
-27
/
+165
2012-07-23
mmc: omap_hsmmc: ensure probe returns error upon resource failure
Kevin Hilman
1
-0
/
+2
2012-07-22
mmc: omap_hsmmc: add clk_prepare and clk_unprepare
Rajendra Nayak
1
-7
/
+7
2012-06-27
Revert "mmc: omap_hsmmc: Enable Auto CMD12"
Ming Lei
1
-12
/
+3
2012-05-26
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+1
2012-05-17
mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irq
Ming Lei
1
-1
/
+1
2012-05-15
mmc: dt: Consolidate DT bindings
Arnd Bergmann
1
-1
/
+1
2012-04-22
mmc: omap_hsmmc: release correct resource
Russell King
1
-1
/
+3
2012-04-22
mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock
Rajendra Nayak
1
-22
/
+17
2012-04-22
mmc: omap_hsmmc: use spinlock IRQ safe variant
Venkatraman S
1
-8
/
+11
2012-04-22
mmc: omap_hsmmc: add DDR support
Balaji T K
1
-0
/
+5
2012-04-22
mmc: omap_hsmmc: Enable Auto CMD12
Balaji T K
1
-3
/
+12
2012-04-21
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
Rajendra Nayak
1
-2
/
+2
2012-04-21
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
Chris Ball
1
-1
/
+1
2012-04-06
mmc: omap_hsmmc: fix module re-insertion
Balaji T K
1
-3
/
+1
2012-04-06
mmc: omap_hsmmc: convert to module_platform_driver
Felipe Balbi
1
-15
/
+1
2012-04-06
mmc: omap_hsmmc: make it behave well as a module
Felipe Balbi
1
-4
/
+5
[next]