| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: remove stale comment from ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -9/+0 |
* | ide: fix comment in init_irq() | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -1/+1 |
* | ide: ide_init_port() bugfix | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -1/+1 |
* | ide-disk: fix flush requests (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-11 | 2 | -13/+21 |
* | ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option | Sergei Shtylyov | 2008-02-11 | 2 | -9/+14 |
* | bast-ide: build fix | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -8/+4 |
* | ide-tape: remove never executed code | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -34/+0 |
* | ide: fix ide/legacy/gayle.c compilation | Adrian Bunk | 2008-02-11 | 1 | -1/+1 |
* | ide-cd: replace ntohs with generic byteorder macro be16_to_cpu | Borislav Petkov | 2008-02-11 | 1 | -1/+1 |
* | ide: remove stale version number | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -3/+1 |
* | pdc202xx_old: always enable burst mode | Bartlomiej Zolnierkiewicz | 2008-02-11 | 2 | -39/+0 |
* | palm_bk3710: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -10/+23 |
* | palm_bk3710: port initialization/probing bugfix | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -7/+7 |
* | palm_bk3710: fix ide_unregister() usage | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -1/+1 |
* | palm_bk3710: ide_register_hw() -> ide_device_add() | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -13/+32 |
* | ide: insert BUG_ON() into __ide_set_handler() (take 2) | Sergei Shtylyov | 2008-02-11 | 1 | -8/+2 |
* | cs5520: remove stale comment | Benjamin Herrenschmidt | 2008-02-11 | 1 | -5/+0 |
* | ide: another possible ide panic fix for blk-end-request | Kiyoshi Ueda | 2008-02-11 | 1 | -1/+2 |
* | ide: introduce HAVE_IDE | Sam Ravnborg | 2008-02-09 | 1 | -1/+5 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 1 | -1/+0 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-02-06 | 1 | -1/+1 |
|\ |
|
| * | Rename: linux/pata_platform.h to linux/ata_platform.h | Jeff Garzik | 2008-02-06 | 1 | -1/+1 |
* | | cleanup after APUS removal | Adrian Bunk | 2008-02-06 | 1 | -3/+3 |
|/ |
|
* | ide-tape: bump minor driver version | Borislav Petkov | 2008-02-06 | 1 | -1/+1 |
* | ide-tape: cleanup the remaining codestyle issues | Borislav Petkov | 2008-02-06 | 1 | -352/+480 |
* | ide-tape: fix syntax error in idetape_identify_device() | Borislav Petkov | 2008-02-06 | 1 | -2/+2 |
* | ide-tape: remove leftover OnStream support warning | Borislav Petkov | 2008-02-06 | 1 | -4/+0 |
* | ide-tape: collect module-related macro calls at the end | Borislav Petkov | 2008-02-06 | 1 | -3/+2 |
* | ide-tape: include proper headers | Borislav Petkov | 2008-02-06 | 1 | -3/+3 |
* | ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd() | Borislav Petkov | 2008-02-06 | 1 | -3/+6 |
* | ide-tape: remove struct idetape_id_gcw | Borislav Petkov | 2008-02-06 | 1 | -33/+23 |
* | ide-tape: cleanup and fix comments | Borislav Petkov | 2008-02-06 | 1 | -410/+271 |
* | ide-tape: shorten some function names | Borislav Petkov | 2008-02-06 | 1 | -17/+15 |
* | ide-tape: remove idetape_increase_max_pipeline_stages() | Borislav Petkov | 2008-02-06 | 1 | -20/+15 |
* | ide-tape: struct idetape_tape_t: shorten member names v2 | Borislav Petkov | 2008-02-06 | 1 | -97/+113 |
* | ide-tape: struct idetape_tape_t: remove unused members | Borislav Petkov | 2008-02-06 | 1 | -34/+11 |
* | ide-tape: remove typedef idetape_chrdev_direction_t | Borislav Petkov | 2008-02-06 | 1 | -30/+32 |
* | ide-tape: simplify code branching in the interrupt handler | Borislav Petkov | 2008-02-06 | 1 | -26/+28 |
* | ide-tape: remove unreachable code chunk | Borislav Petkov | 2008-02-06 | 1 | -12/+10 |
* | ide-tape: remove struct idetape_read_position_result_t | Borislav Petkov | 2008-02-06 | 1 | -32/+18 |
* | ide-tape: refactor the debug logging facility | Borislav Petkov | 2008-02-06 | 1 | -222/+122 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 7 | -10/+11 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 9 | -67/+84 |
* | ide: remove ide_setup_ports() | Bartlomiej Zolnierkiewicz | 2008-02-06 | 7 | -173/+133 |
* | ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc() | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+0 |
* | ide: remove write-only ->sata_misc[] from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -3/+0 |
* | ide-pci-generic: kill the unused ifdef/endif/MODULE code | Denis Cheng | 2008-02-06 | 2 | -14/+2 |
* | drivers/ide/legacy/hd.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -3/+6 |
* | drivers/ide/ide-acpi.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -1/+1 |
* | Palmchip BK3710 IDE driver | Anton Salnikov | 2008-02-06 | 4 | -0/+406 |