| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 1 | -836/+0 |
* | ide: use 'drive->dn & 1' instead of drive->select.b.unit | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -2/+2 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -7/+7 |
* | cmd640: add __set_prefetch_mode() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -22/+20 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+0 |
* | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+1 |
* | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -22/+8 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -4/+6 |
* | cmd640: add ->init_dev method | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -42/+30 |
* | cmd640: fix warm-plug support for the secondary interface | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -30/+21 |
* | cmd640: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+6 |
* | ide: remove obsoleted "idebus=" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -5/+3 |
* | ide: fix host drivers missing hwif->chipset initialization | Bartlomiej Zolnierkiewicz | 2008-06-10 | 1 | -0/+2 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -4/+4 |
* | cmd640: always auto-tune PIO | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -55/+12 |
* | ide: add "vlb|pci_clock=" parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -1/+8 |
* | ide: remove obsoleted "idex=" kernel parameters | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -4/+1 |
* | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+0 |
* | cmd640: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+34 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+4 |
* | IDE: Coding Style fixes to drivers/ide/pci/cmd640.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -46/+48 |
* | ide: use DIV_ROUND_UP | Julia Lawall | 2008-04-26 | 1 | -4/+4 |
* | 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 |
* | ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+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: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ide/pci/cmd640.c: add MODULE_LICENSE | Adrian Bunk | 2008-04-02 | 1 | -0/+2 |
* | ide: skip probing port if "hdx=noprobe" was used for both devices on it | Bartlomiej Zolnierkiewicz | 2008-02-26 | 1 | -1/+2 |
* | ide: remove needless includes from PCI host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -4/+0 |
* | ide: add struct ide_port_info instances to legacy host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -15/+14 |
* | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+0 |
* | ide: make remaining built-in only IDE host drivers modular (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+6 |
* | ide: fix host drivers depending on ide_generic to probe for interfaces (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+8 |
* | ide: take ide_lock for prefetch disable/enable in do_special() | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -6/+0 |
* | cmd640: fix deadlock on error handling | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -20/+28 |
* | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -18/+17 |
* | ide: add PIO masks | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -0/+2 |
* | ide: drop "PIO data" argument from ide_get_best_pio_mode() | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -1/+1 |
* | ide: add ide_pio_cycle_time() helper (take 2) | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -7/+5 |
* | ide: make ide_get_best_pio_mode() print info if overriding PIO mode | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -4/+3 |
* | ide: remove a ton of pointless #undef REALLY_SLOW_IO | Alan Cox | 2007-03-03 | 1 | -1/+0 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] clean up inline static vs static inline | Jesper Juhl | 2005-07-27 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+879 |