summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | rapide: remove write-only hwif->hwif_dataBartlomiej Zolnierkiewicz2008-01-261-2/+0Star
| * | ide: use ide_init_port_hw() in setup-pci.cBartlomiej Zolnierkiewicz2008-01-261-16/+17
| * | ide: always use ide_std_init_ports() in setup-pci.cBartlomiej Zolnierkiewicz2008-01-261-5/+1Star
| * | au1xxx-ide: use ide_init_port_hw()Bartlomiej Zolnierkiewicz2008-01-261-4/+4
| * | au1xxx-ide: au_ide_probe() fixesBartlomiej Zolnierkiewicz2008-01-261-3/+2Star
| * | ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz2008-01-2630-221/+171Star
| * | ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz2008-01-2613-16/+70
| * | cmd640: fix dependency on IDE_GENERICBartlomiej Zolnierkiewicz2008-01-261-0/+1
| * | ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz2008-01-262-4/+3Star
| * | ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz2008-01-2615-67/+86
| * | ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz2008-01-266-66/+81
| * | sgiioc4: always init hwif->io_portsBartlomiej Zolnierkiewicz2008-01-261-9/+6Star
| * | ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson2008-01-262-2/+2
| * | ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz2008-01-263-41/+24Star
| * | ide: add hwif->chipset fixup to ide_device_add()Bartlomiej Zolnierkiewicz2008-01-261-1/+5
| * | swarm: set hwif->chipsetBartlomiej Zolnierkiewicz2008-01-261-0/+1
| * | rapide: set hwif->chipsetBartlomiej Zolnierkiewicz2008-01-261-0/+1
| * | ide: fix probing for hosts with serialized or IRQ sharing interfacesBartlomiej Zolnierkiewicz2008-01-261-2/+14
| * | ide: kill probe_hwif_init()Bartlomiej Zolnierkiewicz2008-01-261-21/+17Star
| * | ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()Bartlomiej Zolnierkiewicz2008-01-261-2/+10
| * | ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz2008-01-269-68/+57Star
| * | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)Bartlomiej Zolnierkiewicz2008-01-262-6/+5Star
| * | ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz2008-01-2614-105/+44Star
| * | ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz2008-01-264-5/+5
| * | atiixp: remove ->dma_host_on and ->dma_host_off methodsBartlomiej Zolnierkiewicz2008-01-261-53/+18Star
| * | ide-cris: fix DMA methodsBartlomiej Zolnierkiewicz2008-01-261-11/+7Star
| * | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz2008-01-2611-86/+28Star
| * | au1xxx-ide: add ide_toggle_bounce() callsBartlomiej Zolnierkiewicz2008-01-261-0/+2
| * | icside: add ide_toggle_bounce() callsBartlomiej Zolnierkiewicz2008-01-261-0/+2
| * | sgiioc4: add ide_toggle_bounce() callsBartlomiej Zolnierkiewicz2008-01-261-0/+2
| * | cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz2008-01-263-57/+24Star
| * | cy82c693: correct DMA modes clippingBartlomiej Zolnierkiewicz2008-01-261-6/+6
| * | ide: (hopefully) fix VDMA for CS5520Bartlomiej Zolnierkiewicz2008-01-263-16/+25
| * | ide-disk: add idedisk_set_doorlock() helperBartlomiej Zolnierkiewicz2008-01-261-10/+13
| * | serverworks: cleanup ->set_dma_mode methodBartlomiej Zolnierkiewicz2008-01-261-19/+6Star
| * | sl82c105: remove no longer needed ->selectproc methodBartlomiej Zolnierkiewicz2008-01-261-31/+3Star
| * | sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_endBartlomiej Zolnierkiewicz2008-01-261-40/+15Star
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-01-27105-3658/+6216
|\ \ \
| * | | [S390] replace lock_cpu_hotplug with get_online_cpusMartin Schwidefsky2008-01-261-6/+6
| * | | [S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann2008-01-262-5/+5
| * | | [S390] constify function pointer tables.Jan Engelhardt2008-01-268-9/+9
| * | | [S390] do local_irq_restore while spinning in spin_lock_irqsave.Hisashi Hifumi2008-01-262-1/+35
| * | | [S390] add smp_call_function_maskCarsten Otte2008-01-262-0/+29
| * | | [S390] dasd: fix loop in request expiration handlingStefan Haberland2008-01-261-1/+2
| * | | [S390] Unused field / extern declaration in processor.hMartin Schwidefsky2008-01-261-4/+0Star
| * | | [S390] Remove TOPDIR from MakefileWANG Cong2008-01-261-4/+0Star
| * | | [S390] dasd: add hyper PAV support to DASD device driver, part 1Stefan Weinhuber2008-01-2618-1720/+3117
| * | | [S390] single-step cleanupRoland McGrath2008-01-263-16/+27
| * | | [S390] Move NOTES and BUG_TABLE.Martin Schwidefsky2008-01-261-3/+9
| * | | [S390] drivers/s390/: Spelling fixesJoe Perches2008-01-266-6/+6