Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-10-11 | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2 | -2/+0 |
2008-10-11 | ide: check drive->present in ide_get_paired_drive() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-10-11 | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2 | -3/+4 |
2008-09-02 | palm_bk3710: improve IDE registration | David Brownell | 1 | -4/+3 |
2008-09-02 | IDE: palm_bk3710: fix compile warning for unused variable | Kevin Hilman | 1 | -1/+0 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -1/+1 |
2008-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 1 | -1/+1 |
2008-08-07 | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 1 | -1/+0 |
2008-08-05 | ide: ->cable_detect method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-25 | palm_bk3710: add UltraDMA/100 support | Sergei Shtylyov | 1 | -3/+6 |
2008-07-25 | rapide: add module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+6 |
2008-07-25 | icside: add module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+6 |
2008-07-23 | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+17 |
2008-07-23 | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 3 | -18/+7 |
2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 4 | -56/+26 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 3 | -9/+0 |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
2008-07-23 | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
2008-07-23 | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 4 | -17/+12 |
2008-07-16 | icside: always try to probe first interface | Bartlomiej Zolnierkiewicz | 1 | -8/+10 |
2008-07-16 | rapide: fix rapide_probe() return value | Bartlomiej Zolnierkiewicz | 1 | -13/+15 |
2008-07-16 | rapide: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -2/+5 |
2008-07-16 | icside: use ide_init_port_hw() | Bartlomiej Zolnierkiewicz | 1 | -34/+38 |
2008-07-16 | icside: don't use hwif->hwif_data | Bartlomiej Zolnierkiewicz | 1 | -13/+12 |
2008-07-16 | ide: fix hwif-s initialization | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-07-16 | ide: convert ide-timing.h to ide-timings.c library (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-07-16 | BAST: Remove old IDE driver | Ben Dooks | 2 | -91/+0 |
2008-07-15 | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-07-15 | palm_bk3710: fix tRP for UDMA mode 4 | Mikhail Cherkashin | 1 | -1/+1 |
2008-07-08 | palm_bk3710: fix IDECLK period calculation | Sergei Shtylyov | 1 | -20/+18 |
2008-06-30 | Revert "BAST: Remove old IDE driver" | Bartlomiej Zolnierkiewicz | 2 | -0/+91 |
2008-06-20 | BAST: Remove old IDE driver | Ben Dooks | 2 | -91/+0 |
2008-06-20 | palm_bk3710: fix resource management | Sergei Shtylyov | 1 | -9/+13 |
2008-06-10 | palm_bk3710: add warm-plug support | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2008-06-10 | ide: fix host drivers missing hwif->chipset initialization | Bartlomiej Zolnierkiewicz | 2 | -0/+2 |
2008-04-29 | ide: add IDE_HFLAG_MMIO host flag (take 2) | Bartlomiej Zolnierkiewicz | 3 | -1/+3 |
2008-04-28 | more icside breakage (from next ide merge) | Al Viro | 1 | -6/+8 |
2008-04-27 | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 4 | -12/+13 |
2008-04-27 | ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-04-27 | ide: sanitize ide_unregister() usage | Bartlomiej Zolnierkiewicz | 2 | -10/+2 |
2008-04-27 | ide: remove IDE_HFLAG_NO_AUTOTUNE host flag | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2008-04-27 | ide: fix icside breakage | Al Viro | 1 | -2/+1 |
2008-04-27 | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2 | -2/+2 |
2008-04-27 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2 | -10/+16 |
2008-04-27 | palm_bk3710: use ->init_dma method | Bartlomiej Zolnierkiewicz | 1 | -6/+17 |
2008-04-27 | icside: use ->init_dma method | Bartlomiej Zolnierkiewicz | 1 | -8/+11 |
2008-04-27 | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -1/+4 |
2008-04-27 | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 4 | -4/+0 |
2008-04-27 | ide_arm: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 1 | -1/+18 |