aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-02palm_bk3710: improve IDE registrationDavid Brownell1-4/+3
2008-09-02IDE: palm_bk3710: fix compile warning for unused variableKevin Hilman1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-08-05ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz1-1/+1
2008-07-24palm_bk3710: add UltraDMA/100 supportSergei Shtylyov1-3/+6
2008-07-24rapide: add module_exit()Bartlomiej Zolnierkiewicz1-0/+6
2008-07-24icside: add module_exit()Bartlomiej Zolnierkiewicz1-0/+6
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz1-4/+17
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz3-18/+7
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz4-56/+26
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz3-9/+0
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-1/+3
2008-07-23ide: remove ide_setup_dma()Bartlomiej Zolnierkiewicz1-4/+3
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz4-17/+12
2008-07-16icside: always try to probe first interfaceBartlomiej Zolnierkiewicz1-8/+10
2008-07-16rapide: fix rapide_probe() return valueBartlomiej Zolnierkiewicz1-13/+15
2008-07-16rapide: use struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+5
2008-07-16icside: use ide_init_port_hw()Bartlomiej Zolnierkiewicz1-34/+38
2008-07-16icside: don't use hwif->hwif_dataBartlomiej Zolnierkiewicz1-13/+12
2008-07-16ide: fix hwif-s initializationBartlomiej Zolnierkiewicz1-1/+0
2008-07-16ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz1-2/+0
2008-07-16BAST: Remove old IDE driverBen Dooks2-91/+0
2008-07-15ide: remove ->mmio flag from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-07-15palm_bk3710: fix tRP for UDMA mode 4Mikhail Cherkashin1-1/+1
2008-07-08palm_bk3710: fix IDECLK period calculationSergei Shtylyov1-20/+18
2008-06-30Revert "BAST: Remove old IDE driver"Bartlomiej Zolnierkiewicz2-0/+91
2008-06-20BAST: Remove old IDE driverBen Dooks2-91/+0
2008-06-20palm_bk3710: fix resource managementSergei Shtylyov1-9/+13
2008-06-10palm_bk3710: add warm-plug supportBartlomiej Zolnierkiewicz1-3/+0
2008-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz2-0/+2
2008-04-28ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz3-1/+3
2008-04-28more icside breakage (from next ide merge)Al Viro1-6/+8
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz4-12/+13
2008-04-27ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: sanitize ide_unregister() usageBartlomiej Zolnierkiewicz2-10/+2
2008-04-27ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: fix icside breakageAl Viro1-2/+1
2008-04-26ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz2-2/+2
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz2-10/+16
2008-04-26palm_bk3710: use ->init_dma methodBartlomiej Zolnierkiewicz1-6/+17
2008-04-26icside: use ->init_dma methodBartlomiej Zolnierkiewicz1-8/+11
2008-04-26ide: cleanup ide_setup_dma()Bartlomiej Zolnierkiewicz1-1/+4
2008-04-26ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz4-4/+0
2008-04-26ide_arm: manage I/O resources in driverBartlomiej Zolnierkiewicz1-1/+18
2008-04-26ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz3-11/+18
2008-04-26bast-ide: fix resources reservationBartlomiej Zolnierkiewicz1-0/+10