Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide-cd: remove the internal 64k buffer | Borislav Petkov | 2008-04-26 | 2 | -123/+4 |
* | ide-disk: fix issues found by checkpatch.pl | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -50/+70 |
* | ide-disk: add proc_idedisk_read_smart() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -22/+17 |
* | ide: unexport ide_hwifs[] | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -5/+0 |
* | ide-generic: use ide_find_port() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+12 |
* | ide: use ide_find_port() in legacy VLB host drivers (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 7 | -81/+120 |
* | ide: merge ide_match_hwif() and ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -62/+47 |
* | ide: remove PIO "downgrade" quirk | Bartlomiej Zolnierkiewicz | 2008-04-26 | 4 | -13/+0 |
* | ide: use DIV_ROUND_UP | Julia Lawall | 2008-04-26 | 2 | -16/+16 |
* | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 2008-04-26 | 30 | -56/+33 |
* | qd65xx: return error value in qd_probe() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+15 |
* | ht6560b: use driver name for resource allocation | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+2 |
* | umc8672: don't use ide_hwifs[] in umc_set_pio_mode() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+2 |
* | scc_pata: store 'hwif' pointer in struct scc_ports | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+3 |
* | cmd640: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+19 |
* | cmd640: remove cmd_drives[] | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -40/+27 |
* | au1xxx-ide: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+5 |
* | scc_pata: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+2 |
* | sgiioc4: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+2 |
* | ide-pmac: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -25/+19 |
* | ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -16/+33 |
* | swarm: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -7/+2 |
* | ide: cleanup ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 18 | -30/+20 |
* | ide: cleanup ide_match_hwif() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -32/+15 |
* | ide: make ide_pci_check_iomem() actually work | Sergei Shtylyov | 2008-04-26 | 1 | -11/+12 |
* | ide/Kconfig: BLK_DEV_4DRIVES should be a tristate | Frederik Deweerdt | 2008-04-26 | 1 | -1/+1 |
* | ATA/IDE: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 2 | -0/+6 |
* | cdrom: make unregister_cdrom() return void | Akinobu Mita | 2008-04-21 | 1 | -3/+2 |
* | ide: remove ide_init_default_irq() macro | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ide: move default IDE ports setup to ide_generic host driver | Bartlomiej Zolnierkiewicz | 2008-04-18 | 3 | -23/+10 |
* | ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 3 | -13/+3 |
* | ide: remove needless hwif->irq check from ide_hwif_configure() | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ide: init hwif->{io_ports,irq} explicitly in legacy VLB host drivers | Bartlomiej Zolnierkiewicz | 2008-04-18 | 6 | -5/+72 |
* | ide: limit legacy VLB host drivers to alpha, x86 and mips | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | cmd640: init hwif->{io_ports,irq} explicitly | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+15 |
* | cmd640: cleanup setup_device_ptrs() | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -12/+2 |
* | ide: add ide-4drives host driver (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 4 | -14/+52 |
* | ide: remove ppc ifdef from init_ide_data() | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+0 |
* | ide: remove ide_default_io_ctl() macro | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ide: remove CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 2008-04-18 | 2 | -5/+2 |
* | ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 4 | -0/+15 |
* | ppc: remove ppc_ide_md | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -4/+0 |
* | ppc/pplus: remove ppc_ide_md.ide_init_hwif hook | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ppc/sandpoint: remove ppc_ide_md hooks | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ppc/lopec: remove ppc_ide_md hooks | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -0/+4 |
* | ppc/mpc8xx: remove ppc_ide_md hooks | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -64/+22 |
* | ppc/pmac: remove ppc_ide_md hooks | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -39/+11 |
* | ide-pmac: remove dead code | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -47/+0 |
* | ide: use generic ATAPI packet command flags in ide-{floppy,tape} | Borislav Petkov | 2008-04-18 | 2 | -30/+0 |
* | ide-floppy: rename end_request handler properly | Borislav Petkov | 2008-04-18 | 1 | -11/+11 |