Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | drivers/ide/ide-tape.c: remove double kfree | Darren Jenkins | 1 | -1/+0 |
2008-07-23 | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 6 | -20/+88 |
2008-07-23 | ide: allocate ide_hwif_t instances dynamically | Bartlomiej Zolnierkiewicz | 2 | -9/+6 |
2008-07-23 | ide: add ide_ports[] | Bartlomiej Zolnierkiewicz | 1 | -2/+9 |
2008-07-23 | ide: move ide_remove_port_from_hwgroup() to ide-probe.c | Bartlomiej Zolnierkiewicz | 2 | -35/+35 |
2008-07-23 | ide: fix IDE port slots reservation and freeing (take 2) | Bartlomiej Zolnierkiewicz | 1 | -37/+50 |
2008-07-23 | ide: fix ide_host_register() return value | Bartlomiej Zolnierkiewicz | 1 | -20/+18 |
2008-07-23 | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 23 | -136/+72 |
2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 27 | -349/+264 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 23 | -225/+358 |
2008-07-23 | ide: add 'config' field to hw_regs_t | Bartlomiej Zolnierkiewicz | 3 | -3/+3 |
2008-07-23 | ide-generic: probing fix | Bartlomiej Zolnierkiewicz | 1 | -7/+1 |
2008-07-23 | gayle: reserve memory resources at once | Bartlomiej Zolnierkiewicz | 1 | -14/+11 |
2008-07-23 | ide: filter out "default" transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 13 | -35/+8 |
2008-07-23 | ide: filter out invalid transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-23 | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 5 | -39/+4 |
2008-07-23 | ide: mark hpt34x host driver as BROKEN | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-07-23 | ide: limit cy82c693 host driver to ALPHA | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 14 | -115/+15 |
2008-07-23 | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 4 | -12/+22 |
2008-07-23 | ide: add ide_read_ireason() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+14 |
2008-07-23 | ide: add ide_read_device() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+14 |
2008-07-23 | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 5 | -7/+24 |
2008-07-23 | ide: use ->tf_load in SELECT_DRIVE() | Bartlomiej Zolnierkiewicz | 1 | -1/+5 |
2008-07-23 | ide: use ->tf_load in actual_try_to_identify() | Bartlomiej Zolnierkiewicz | 1 | -3/+9 |
2008-07-23 | ide: use ->tf_load in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 1 | -3/+10 |
2008-07-23 | ide: change order of register access in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-23 | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 7 | -30/+78 |
2008-07-23 | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 4 | -11/+20 |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 15 | -69/+103 |
2008-07-23 | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 8 | -14/+40 |
2008-07-23 | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 5 | -18/+43 |
2008-07-23 | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 6 | -18/+15 |
2008-07-23 | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 12 | -75/+74 |
2008-07-23 | ide: use I/O ops directly in ide-dma.c | Bartlomiej Zolnierkiewicz | 1 | -14/+45 |
2008-07-23 | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 5 | -9/+35 |
2008-07-23 | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 27 | -140/+131 |
2008-07-23 | ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 1 | -7/+13 |
2008-07-23 | ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -26/+16 |
2008-07-23 | ide-pmac: add ->init_dev method (take 4) | Bartlomiej Zolnierkiewicz | 1 | -11/+20 |
2008-07-23 | ide-pmac: store pmif instead of hwif in ->driver_data (take 2) | Bartlomiej Zolnierkiewicz | 1 | -40/+57 |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 9 | -51/+106 |
2008-07-23 | UML - Fix boot crash | Jeff Dike | 1 | -0/+8 |
2008-07-23 | drivers/char/nvram.c: Removed duplicated include | Huang Weiyi | 1 | -1/+0 |
2008-07-23 | set_irq_wake: fix return code and wake status tracking | Uwe Kleine-König | 1 | -12/+27 |
2008-07-23 | kgdb: kgdboc console poll hooks for mpsc uart | Jason Wessel | 1 | -1/+147 |
2008-07-23 | kgdb: kgdboc console poll hooks for cpm uart | Jason Wessel | 1 | -1/+94 |
2008-07-23 | kgdb, powerpc: arch specific powerpc kgdb support | Jason Wessel | 7 | -108/+468 |
2008-07-23 | kgdb: support for ARCH=arm | Jason Wessel | 7 | -0/+316 |
2008-07-23 | kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable | Jason Wessel | 1 | -3/+0 |