summaryrefslogtreecommitdiffstats
path: root/drivers/ide/arm
AgeCommit message (Expand)AuthorLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz-1300/+0
2008-10-13ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz-15/+1
2008-10-13ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz-6/+1
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz-2/+0
2008-10-10ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz-2/+2
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz-3/+4
2008-09-02palm_bk3710: improve IDE registrationDavid Brownell-4/+3
2008-09-02IDE: palm_bk3710: fix compile warning for unused variableKevin Hilman-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-1/+1
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King-1/+0
2008-08-05ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz-1/+1
2008-07-24palm_bk3710: add UltraDMA/100 supportSergei Shtylyov-3/+6
2008-07-24rapide: add module_exit()Bartlomiej Zolnierkiewicz-0/+6
2008-07-24icside: add module_exit()Bartlomiej Zolnierkiewicz-0/+6
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz-4/+17
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz-18/+7
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz-56/+26
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz-1/+1
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz-9/+0
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz-1/+3
2008-07-23ide: remove ide_setup_dma()Bartlomiej Zolnierkiewicz-4/+3
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz-17/+12
2008-07-16icside: always try to probe first interfaceBartlomiej Zolnierkiewicz-8/+10
2008-07-16rapide: fix rapide_probe() return valueBartlomiej Zolnierkiewicz-13/+15
2008-07-16rapide: use struct ide_port_infoBartlomiej Zolnierkiewicz-2/+5
2008-07-16icside: use ide_init_port_hw()Bartlomiej Zolnierkiewicz-34/+38
2008-07-16icside: don't use hwif->hwif_dataBartlomiej Zolnierkiewicz-13/+12
2008-07-16ide: fix hwif-s initializationBartlomiej Zolnierkiewicz-1/+0
2008-07-16ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz-2/+0
2008-07-16BAST: Remove old IDE driverBen Dooks-91/+0
2008-07-15ide: remove ->mmio flag from ide_hwif_tBartlomiej Zolnierkiewicz-1/+0
2008-07-15palm_bk3710: fix tRP for UDMA mode 4Mikhail Cherkashin-1/+1
2008-07-08palm_bk3710: fix IDECLK period calculationSergei Shtylyov-20/+18
2008-06-30Revert "BAST: Remove old IDE driver"Bartlomiej Zolnierkiewicz-0/+91
2008-06-20BAST: Remove old IDE driverBen Dooks-91/+0
2008-06-20palm_bk3710: fix resource managementSergei Shtylyov-9/+13
2008-06-10palm_bk3710: add warm-plug supportBartlomiej Zolnierkiewicz-3/+0
2008-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz-0/+2
2008-04-28ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz-1/+3
2008-04-28more icside breakage (from next ide merge)Al Viro-6/+8
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz-12/+13
2008-04-27ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz-1/+1
2008-04-27ide: sanitize ide_unregister() usageBartlomiej Zolnierkiewicz-10/+2
2008-04-27ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz-2/+1
2008-04-27ide: fix icside breakageAl Viro-2/+1
2008-04-26ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz-2/+2
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz-10/+16
2008-04-26palm_bk3710: use ->init_dma methodBartlomiej Zolnierkiewicz-6/+17
2008-04-26icside: use ->init_dma methodBartlomiej Zolnierkiewicz-8/+11