summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sdhci: Enable only relevant (DMA/PIO) interrupts during transfersAnton Vorontsov2009-03-241-3/+14
* sdhci: Split card-detection IRQs management from sdhci_init()Anton Vorontsov2009-03-242-17/+62
* sdhci: Add support for bus-specific IO memory accessorsAnton Vorontsov2009-03-243-81/+180
* mmc_spi: adjust for delayed data token responseWolfgang Muees2009-03-241-3/+24
* omap_hsmmc: Wait for SDBPAdrian Hunter2009-03-241-5/+15
* omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas2009-03-241-11/+25
* omap_hsmmc: Disable SDBP at suspendJarkko Lavinen2009-03-241-14/+2
* omap_hsmmc: Do not prefix slot nameAdrian Hunter2009-03-241-1/+1
* omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter2009-03-241-4/+7
* omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen2009-03-241-1/+11
* omap_hsmmc: Implement scatter-gather emulationJuha Yrjola2009-03-241-77/+95
* omap_hsmmc: Fix response type for busy after responseAdrian Hunter2009-03-241-9/+29
* omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen2009-03-241-5/+5
* mmc: SDIO driver for Marvell SoCsMaen Suleiman2009-03-244-0/+1087
* MMC: tmio_mmc.h: fix build problemAlexander Beregalov2009-03-241-0/+3
* tmio_mmc: Fix use after free in remove()Magnus Damm2009-03-241-1/+1
* tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm2009-03-241-2/+2
* mmc_spi: allow higher timeouts for SPI modeWolfgang Muees2009-03-241-0/+15
* mmc_spi: wait more bytes for card responseWolfgang Muees2009-03-241-1/+4
* mmc_spi: allow setting of spi mode 3Wolfgang Muees2009-03-241-3/+5
* mmc: During unsafe resume, select the right volatge for the cardBalaji Rao2009-03-241-0/+1
* sdio: check that addresses are within the address spacePierre Ossman2009-03-241-0/+8
* sdio: handle null tuplesPierre Ossman2009-03-241-0/+4
* sdio: handle cis end marker in link fieldPierre Ossman2009-03-241-0/+4
* omap_hsmmc: Initialize hsmmc controller registers when resumingKim Kyuwon2009-03-241-23/+32
* omap_hsmmc: do not re-power when powering off MMCAdrian Hunter2009-03-241-17/+0
* mmc: Add Extended CSD register to debugfsAdrian Hunter2009-03-241-0/+67
* mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-242-0/+10
* mmc: delayed_work was never cancelledJorg Schummer2009-03-241-0/+2
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-242-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-2322-103/+236
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-232-26/+11
| * dm9000: locking bugfixDavid Brownell2009-03-231-2/+4
| * net: update dnet.c for bus_id removalStephen Rothwell2009-03-231-3/+3
| * dnet: DNET should depend on HAS_IOMEMIlya Yanok2009-03-221-1/+1
| * dca: add missing copyright/license headersMaciej Sosnowski2009-03-211-0/+21
| * sungem: missing net_device_opsStephen Hemminger2009-03-201-5/+4
| * be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla2009-03-201-5/+5
| * be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2009-03-202-21/+30
| * bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt2009-03-191-3/+13
| * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-191-0/+4
| * sh_eth: Fix mistake of the address of SH7763Nobuhiro Iwamatsu2009-03-191-2/+2
| * sh_eth: Change handling of IRQNobuhiro Iwamatsu2009-03-191-3/+17
| * tulip: fix crash on iface up with shirq debugKyle McMartin2009-03-191-16/+29
| * virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas2009-03-191-0/+3
| * bonding: Fix updating of speed/duplex changesJay Vosburgh2009-03-191-5/+20
| * bnx2: Fix problem of using wrong IRQ handler.Michael Chan2009-03-191-6/+6
| * zd1211rw: Do not panic on device eject when associatedJouni Malinen2009-03-161-2/+6
| * ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez2009-03-161-1/+2
| * ath9k: implement IO serializationLuis R. Rodriguez2009-03-164-2/+55