summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* MMC: OMAP: Do not busy wait for end of command for everJarkko Lavinen2008-04-181-1/+7
* MMC: OMAP: Start new commands from work queue instead of irqJarkko Lavinen2008-04-181-6/+42
* MMC: OMAP: Lazy clock shutdownJarkko Lavinen2008-04-181-14/+75
* MMC: OMAP: Move failing command abortion to workqueueJarkko Lavinen2008-04-181-33/+49
* MMC: OMAP: Use tasklet instead of workqueue for cover switch notificationJarkko Lavinen2008-04-181-27/+40
* MMC: OMAP: Check the get_cover_state function pointer if not setKyungmin Park2008-04-181-1/+4
* MMC: OMAP: Using setup_timer instead of init_timerCarlos Eduardo Aguiar2008-04-181-10/+4
* MMC: OMAP: Abort stuck commandsJarkko Lavinen2008-04-181-10/+83
* MMC: OMAP: General cleanup for MMC multislot supportJuha Yrjola2008-04-181-17/+29
* MMC: OMAP: Power functions modified to MMC multislot supportJuha Yrjola2008-04-181-51/+37
* MMC: OMAP: Fix timeout calculation for MMC multislot supportJuha Yrjola2008-04-181-5/+4
* MMC: OMAP: New release dma and abort xfer functionsJuha Yrjola2008-04-181-19/+60
* MMC: OMAP: Add back cover switch supportJuha Yrjola2008-04-181-3/+84
* MMC: OMAP: Introduce new multislot structure and change driver to use itJuha Yrjola2008-04-181-110/+292
* MMC: OMAP: Remove cover switch handling to allow adding multislot supportTony Lindgren2008-04-181-151/+1
* MMC: OMAP: Fix the BYTEBLOCK capability removalFrancisco Alecrim2008-04-181-1/+1
* MMC: OMAP: Remove extra divisor increaseTony Lindgren2008-04-181-1/+0
* MMC: OMAP: Remove some opcodes from host driverCarlos Eduardo Aguiar2008-04-181-8/+3
* mmc: use shorter, equivalent set_current_state()Robert P. J. Day2008-04-181-2/+2
* sdhci: allow led to be controlled freelyPierre Ossman2008-04-182-0/+48
* sdhci: remove custom controller namePierre Ossman2008-04-182-32/+17
* mmc: set controller name earlyPierre Ossman2008-04-181-17/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-1843-1480/+1173
|\
| * ide: remove ide_init_default_irq() macroBartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ide: move default IDE ports setup to ide_generic host driverBartlomiej Zolnierkiewicz2008-04-183-23/+10
| * ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)Bartlomiej Zolnierkiewicz2008-04-183-13/+3
| * ide: remove needless hwif->irq check from ide_hwif_configure()Bartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ide: init hwif->{io_ports,irq} explicitly in legacy VLB host driversBartlomiej Zolnierkiewicz2008-04-186-5/+72
| * ide: limit legacy VLB host drivers to alpha, x86 and mipsBartlomiej Zolnierkiewicz2008-04-181-1/+1
| * cmd640: init hwif->{io_ports,irq} explicitlyBartlomiej Zolnierkiewicz2008-04-181-2/+15
| * cmd640: cleanup setup_device_ptrs()Bartlomiej Zolnierkiewicz2008-04-181-12/+2
| * ide: add ide-4drives host driver (take 3)Bartlomiej Zolnierkiewicz2008-04-184-14/+52
| * ide: remove ppc ifdef from init_ide_data()Bartlomiej Zolnierkiewicz2008-04-181-2/+0
| * ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ide: remove CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz2008-04-182-5/+2
| * ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz2008-04-184-0/+15
| * ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz2008-04-181-4/+0
| * ppc/pplus: remove ppc_ide_md.ide_init_hwif hookBartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ppc/sandpoint: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ppc/lopec: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-0/+4
| * ppc/mpc8xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-64/+22
| * ppc/pmac: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-39/+11
| * ide-pmac: remove dead codeBartlomiej Zolnierkiewicz2008-04-181-47/+0
| * ide-scsi: do non-atomic pc->flags testingBorislav Petkov2008-04-181-21/+16
| * ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov2008-04-182-30/+0
| * ide-floppy: rename end_request handler properlyBorislav Petkov2008-04-181-11/+11
| * ide-scsi: convert driver to using generic ide_atapi_pcBorislav Petkov2008-04-181-71/+62
| * ide-floppy: convert driver to using generic ide_atapi_pcBorislav Petkov2008-04-181-112/+93
| * ide-tape: convert driver to using generic ide_atapi_pcBorislav Petkov2008-04-181-137/+114
| * ide-tape: remove atomic test/set macros for packet commandsBorislav Petkov2008-04-181-97/+110