Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 15 | -3079/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-10-13 | 4 | -7/+8 |
|\ | |||||
| * | ide: remove [ata_]select_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
| * | ide: use 'drive->dn & 1' instead of drive->select.b.unit | Bartlomiej Zolnierkiewicz | 2008-10-13 | 2 | -2/+2 |
| * | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -4/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 1 | -84/+74 |
|\ \ | |/ |/| | |||||
| *-. | Merge branches 'pcmcia-config-loop' and 'pcmcia-printk' into pcmcia | Dominik Brodowski | 2008-08-23 | 1 | -84/+72 |
| |\ \ | |||||
| | * | | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-23 | 1 | -8/+4 |
| | * | | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 1 | -18/+15 |
| | * | | pcmcia: use pcmcia_loop_config in pata and ide drivers | Dominik Brodowski | 2008-08-23 | 1 | -81/+76 |
| | |/ | |||||
| * | | pcmcia: uniform device IDs of pata_pcmcia and ide-cs | Dominik Brodowski | 2008-08-23 | 1 | -0/+2 |
| |/ | |||||
* | | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 11 | -12/+0 |
* | | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -2/+2 |
* | | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -10/+12 |
|/ | |||||
* | ht6560b: remove old history | Jan Evert van Grootheest | 2008-07-24 | 1 | -22/+0 |
* | ht6560b: update email address | Jan Evert van Grootheest | 2008-07-24 | 1 | -1/+1 |
* | gayle: release resources on ide_host_add() failure | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -2/+6 |
* | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -5/+17 |
* | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 7 | -39/+10 |
* | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 8 | -103/+62 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 2 | -10/+44 |
* | gayle: reserve memory resources at once | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -14/+11 |
* | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+1 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 8 | -47/+37 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 | Linus Torvalds | 2008-07-17 | 1 | -2/+0 |
|\ | |||||
| * | pcmcia: ide-cs: Remove outdated comment | Larry Finger | 2008-07-15 | 1 | -2/+0 |
* | | move ide/legacy/hd.c to drivers/block/ | Adrian Bunk | 2008-07-16 | 1 | -815/+0 |
* | | ide/legacy/hd.c: use late_initcall() | Adrian Bunk | 2008-07-16 | 1 | -1/+1 |
* | | ide_platform: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+7 |
* | | ide: ->port_init_devs -> ->init_dev | Bartlomiej Zolnierkiewicz | 2008-07-16 | 3 | -18/+16 |
* | | ide-cs: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+6 |
* | | ide_4drives: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -9/+18 |
* | | ide: fix hwif-s initialization | Bartlomiej Zolnierkiewicz | 2008-07-16 | 6 | -6/+0 |
* | | qd65xx: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+2 |
* | | ht6560b: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -4/+3 |
* | | ali14xx: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-07-15 | 4 | -7/+5 |
|\ \ | |/ |/| | |||||
| * | ide: remove obsoleted "ide=" kernel parameters | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+1 |
| * | ide: remove obsoleted "idebus=" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-07-14 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | pcmcia: Fix ide-cs sparse warning | Larry Finger | 2008-07-14 | 1 | -1/+1 |
| * | pcmcia: ide-cs debugging bugfix | Larry Finger | 2008-07-13 | 1 | -4/+4 |
* | | pcmcia ide kingston compactflash's have a new manufacturer id | Christophe Niclaes | 2008-06-20 | 1 | -0/+1 |
* | | pcmcia: add another pata/ide ID | Kristoffer Ericson | 2008-06-20 | 1 | -0/+1 |
* | | pcmcia: add an pata/ide ID | Matt Reimer | 2008-06-20 | 1 | -0/+1 |
* | | ide-cs: fix releasing I/O resources | Bartlomiej Zolnierkiewicz | 2008-06-15 | 1 | -2/+6 |
* | | ide-cs: fix probing and add warm-plug support | Bartlomiej Zolnierkiewicz | 2008-06-15 | 1 | -19/+14 |
* | | ide: export ide_doubler | Adrian Bunk | 2008-06-10 | 1 | -0/+4 |
* | | ide: fix host drivers missing hwif->chipset initialization | Bartlomiej Zolnierkiewicz | 2008-06-10 | 5 | -0/+10 |
|/ | |||||
* | m68k: macide doesnt check for Mac | Geert Uytterhoeven | 2008-05-18 | 1 | -0/+3 |