summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_bf54x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-1/+1
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-1/+1
* ata: use platform_{get,set}_drvdata()Jingoo Han2013-05-241-6/+4
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* [libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang2012-01-171-79/+88
* pata_bf54x: fix BMIDE status register emulationSergei Shtylyov2012-01-081-18/+2
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
* | pata_bf54x: fix return type of bfin_set_devctlMike Frysinger2010-10-211-1/+1
* | libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-211-2/+2
|/
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-1/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-2/+0
* libata-sff: clean up inheritance in several driversTejun Heo2010-05-191-1/+3
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-11/+5
* libata: make sff_irq_on() method optionalSergei Shtylyov2010-05-141-27/+2
* libata: introduce sff_set_devctl() methodSergei Shtylyov2010-05-141-27/+13
* pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang2009-12-211-0/+19
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-1/+1
* [libata] Update kernel-doc comments to match source codeQinghuang Feng2008-12-281-1/+0
* [libata] pata_bf54x: Add proper PM operationSonic Zhang2008-09-291-7/+27
* libata: consistently use msecs for time durationsTejun Heo2008-07-141-3/+3
* pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.Sonic Zhang2008-05-191-1/+4
* Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared"...Sonic Zhang2008-04-291-4/+120
* pata_bf54x: decrease count first.Roel Kluin2008-04-251-1/+1
* ATA/IDE: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+1
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-171-6/+0
* libata: rename SFF port opsTejun Heo2008-04-171-10/+10
* libata: rename SFF functionsTejun Heo2008-04-171-42/+42
* libata: kill ata_chk_status()Tejun Heo2008-04-171-1/+1
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-12/+2
* libata: implement and use ops inheritanceTejun Heo2008-04-171-2/+2
* libata: implement and use SHT initializersTejun Heo2008-04-171-13/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-1/+0
* Blackfin pata-bf54x driver: fix compiling bug - no ata_port struct in struct ...Bryan Wu2008-02-011-3/+3
* Blackfin pata-bf54x driver: should cover all possible interrupt sourcesSonic Zhang2008-02-011-7/+5
* Blackfin pata-bf54x driver: Add debug informationSonic Zhang2008-02-011-18/+19
* Blackfin pata-bf54x driver: Remove obsolete PM functionSonic Zhang2008-02-011-4/+0
* libata: convert to chained sgTejun Heo2008-01-231-5/+8
* libata: update ->data_xfer hook for ATAPITejun Heo2008-01-231-13/+15
* [libata] pata_bf54x: checkpatch fixesAndrew Morton2008-01-151-1/+2
* Set proper ATA UDMA mode for bf548 according to system clock.sonic zhang2007-12-011-0/+7
* libata: Return proper ATA INT status in pata_bf54x driversonic zhang2007-11-261-3/+3
* Update libata driver for bf548 atapi controller against the 2.6.24 tree.Sonic Zhang2007-10-171-40/+37
* libata driver for bf548 on chip ATAPI controller.Sonic Zhang2007-10-121-0/+1627