aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_bf54x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26ata: remove bf54x driverArnd Bergmann1-1703/+0
2017-05-30ata: bf54x: cut drvdata assignmentLinus Walleij1-2/+0
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-3/+4
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-1/+1
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-1/+1
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han1-6/+4
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-01-17[libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang1-79/+88
2012-01-08pata_bf54x: fix BMIDE status register emulationSergei Shtylyov1-18/+2
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-2/+2
2010-08-09fix printk typo 'faild'Paul Bolle1-1/+1
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-1/+1
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-2/+0
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo1-1/+3
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-11/+5
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov1-27/+2
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov1-27/+13
2009-12-21pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang1-0/+19
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-1/+1
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng1-1/+0
2008-09-29[libata] pata_bf54x: Add proper PM operationSonic Zhang1-7/+27
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-3/+3
2008-05-19pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.Sonic Zhang1-1/+4
2008-04-29Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared" (v2)Sonic Zhang1-4/+120
2008-04-25pata_bf54x: decrease count first.Roel Kluin1-1/+1
2008-04-25ATA/IDE: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-6/+0
2008-04-17libata: rename SFF port opsTejun Heo1-10/+10
2008-04-17libata: rename SFF functionsTejun Heo1-42/+42
2008-04-17libata: kill ata_chk_status()Tejun Heo1-1/+1
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-12/+2
2008-04-17libata: implement and use ops inheritanceTejun Heo1-2/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-13/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-1/+0
2008-02-01Blackfin pata-bf54x driver: fix compiling bug - no ata_port struct in struct ata_device any moreBryan Wu1-3/+3
2008-02-01Blackfin pata-bf54x driver: should cover all possible interrupt sourcesSonic Zhang1-7/+5
2008-02-01Blackfin pata-bf54x driver: Add debug informationSonic Zhang1-18/+19
2008-02-01Blackfin pata-bf54x driver: Remove obsolete PM functionSonic Zhang1-4/+0
2008-01-23libata: convert to chained sgTejun Heo1-5/+8
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo1-13/+15
2008-01-15[libata] pata_bf54x: checkpatch fixesAndrew Morton1-1/+2
2007-12-01Set proper ATA UDMA mode for bf548 according to system clock.sonic zhang1-0/+7
2007-11-26libata: Return proper ATA INT status in pata_bf54x driversonic zhang1-3/+3