summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_bf54x.c
AgeCommit message (Expand)AuthorLines
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz-1/+1
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han-6/+4
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-01-17[libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang-79/+88
2012-01-08pata_bf54x: fix BMIDE status register emulationSergei Shtylyov-18/+2
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches-2/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger-1/+1
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo-2/+2
2010-08-09fix printk typo 'faild'Paul Bolle-1/+1
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo-1/+1
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo-2/+0
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo-1/+3
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo-11/+5
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov-27/+2
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov-27/+13
2009-12-21pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang-0/+19
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø-1/+1
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng-1/+0
2008-09-29[libata] pata_bf54x: Add proper PM operationSonic Zhang-7/+27
2008-07-14libata: consistently use msecs for time durationsTejun Heo-3/+3
2008-05-19pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.Sonic Zhang-1/+4
2008-04-29Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared"...Sonic Zhang-4/+120
2008-04-25pata_bf54x: decrease count first.Roel Kluin-1/+1
2008-04-25ATA/IDE: fix platform driver hotplug/coldplugKay Sievers-0/+1
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo-6/+0
2008-04-17libata: rename SFF port opsTejun Heo-10/+10
2008-04-17libata: rename SFF functionsTejun Heo-42/+42
2008-04-17libata: kill ata_chk_status()Tejun Heo-1/+1
2008-04-17libata: make reset related methods proper port operationsTejun Heo-12/+2
2008-04-17libata: implement and use ops inheritanceTejun Heo-2/+2
2008-04-17libata: implement and use SHT initializersTejun Heo-13/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo-1/+0
2008-02-01Blackfin pata-bf54x driver: fix compiling bug - no ata_port struct in struct ...Bryan Wu-3/+3
2008-02-01Blackfin pata-bf54x driver: should cover all possible interrupt sourcesSonic Zhang-7/+5
2008-02-01Blackfin pata-bf54x driver: Add debug informationSonic Zhang-18/+19
2008-02-01Blackfin pata-bf54x driver: Remove obsolete PM functionSonic Zhang-4/+0
2008-01-23libata: convert to chained sgTejun Heo-5/+8
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo-13/+15
2008-01-15[libata] pata_bf54x: checkpatch fixesAndrew Morton-1/+2
2007-12-01Set proper ATA UDMA mode for bf548 according to system clock.sonic zhang-0/+7
2007-11-26libata: Return proper ATA INT status in pata_bf54x driversonic zhang-3/+3
2007-10-17Update libata driver for bf548 atapi controller against the 2.6.24 tree.Sonic Zhang-40/+37
2007-10-12libata driver for bf548 on chip ATAPI controller.Sonic Zhang-0/+1627