index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
omap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-27
mmc-omap: add support for 16-bit and 32-bit registers
Marek Belisko
1
-29
/
+33
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-15
mmci-omap: remove bogus check for host->iclk
Ladislav Michl
1
-5
/
+5
2009-11-22
Merge 7xx-iosplit-plat-merge with omap-fixes
Tony Lindgren
1
-5
/
+5
2009-11-12
mmci-omap: free irq resource
Ladislav Michl
1
-0
/
+1
2009-10-20
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
1
-5
/
+5
2009-06-14
mmc/omap: make mmci-omap using platform_driver_probe
Uwe Kleine-König
1
-2
/
+1
2009-06-03
mmc/omap: Use disable_irq_nosync() from within irq handlers.
Ben Nizette
1
-1
/
+1
2009-04-23
ARM: OMAP: MMC: Remove unused power_pin
Ladislav Michl
1
-2
/
+0
2009-02-08
[ARM] omap: MMC: provide a dummy ick for OMAP1
Russell King
1
-11
/
+8
2009-02-08
[ARM] omap: MMC: convert clocks to match by devid and conid
Russell King
1
-5
/
+2
2008-12-11
omap mmc: Add low-level initialization for hsmmc controller
Tony Lindgren
1
-1
/
+1
2008-12-11
omap mmc: Add better MMC low-level init
Tony Lindgren
1
-3
/
+4
2008-09-05
[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...
Russell King
1
-2
/
+2
2008-09-05
[ARM] omap: convert OMAP drivers to use ioremap()
Russell King
1
-1
/
+6
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-6
/
+6
2008-08-07
[ARM] Eliminate useless includes of asm/mach-types.h
Russell King
1
-1
/
+0
2008-07-15
mmc: remove multiwrite capability
Pierre Ossman
1
-1
/
+1
2008-05-14
mmc: Fix omap compile by replacing dev_name with dma_dev_name
Tony Lindgren
1
-6
/
+6
2008-04-18
MMC: OMAP: Do not busy wait for end of command for ever
Jarkko Lavinen
1
-1
/
+7
2008-04-18
MMC: OMAP: Start new commands from work queue instead of irq
Jarkko Lavinen
1
-6
/
+42
2008-04-18
MMC: OMAP: Lazy clock shutdown
Jarkko Lavinen
1
-14
/
+75
2008-04-18
MMC: OMAP: Move failing command abortion to workqueue
Jarkko Lavinen
1
-33
/
+49
2008-04-18
MMC: OMAP: Use tasklet instead of workqueue for cover switch notification
Jarkko Lavinen
1
-27
/
+40
2008-04-18
MMC: OMAP: Check the get_cover_state function pointer if not set
Kyungmin Park
1
-1
/
+4
2008-04-18
MMC: OMAP: Using setup_timer instead of init_timer
Carlos Eduardo Aguiar
1
-10
/
+4
2008-04-18
MMC: OMAP: Abort stuck commands
Jarkko Lavinen
1
-10
/
+83
2008-04-18
MMC: OMAP: General cleanup for MMC multislot support
Juha Yrjola
1
-17
/
+29
2008-04-18
MMC: OMAP: Power functions modified to MMC multislot support
Juha Yrjola
1
-51
/
+37
2008-04-18
MMC: OMAP: Fix timeout calculation for MMC multislot support
Juha Yrjola
1
-5
/
+4
2008-04-18
MMC: OMAP: New release dma and abort xfer functions
Juha Yrjola
1
-19
/
+60
2008-04-18
MMC: OMAP: Add back cover switch support
Juha Yrjola
1
-3
/
+84
2008-04-18
MMC: OMAP: Introduce new multislot structure and change driver to use it
Juha Yrjola
1
-110
/
+292
2008-04-18
MMC: OMAP: Remove cover switch handling to allow adding multislot support
Tony Lindgren
1
-151
/
+1
2008-04-18
MMC: OMAP: Fix the BYTEBLOCK capability removal
Francisco Alecrim
1
-1
/
+1
2008-04-18
MMC: OMAP: Remove extra divisor increase
Tony Lindgren
1
-1
/
+0
2008-04-18
MMC: OMAP: Remove some opcodes from host driver
Carlos Eduardo Aguiar
1
-8
/
+3
2008-04-16
mmc: fix platform driver hotplug/coldplug
Kay Sievers
1
-1
/
+2
2008-01-27
i2c/tps65010: move header to <linux/i2c/...>
David Brownell
1
-1
/
+1
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-2
/
+2
2007-09-23
mmc: remove custom error codes
Pierre Ossman
1
-6
/
+6
2007-07-26
mmc: update header file paths
Pierre Ossman
1
-1
/
+1
2007-06-13
mmc-omap: fix sd response type 6 vs. 1
Ragner Magalhaes
1
-21
/
+3
2007-05-01
mmc-omap: Clean up omap set_ios and make MMC_POWER_ON work
Tony Lindgren
1
-21
/
+26
2007-05-01
mmc-omap: Fix omap to use MMC_POWER_ON
Tony Lindgren
1
-2
/
+4
2007-05-01
mmc-omap: add missing '\n'
Arnaud Patard
1
-1
/
+1
2007-05-01
mmc: Move host and card drivers to subdirs
Pierre Ossman
1
-0
/
+1288
[prev]