| Commit message (Expand) | Author | Age | Files | Lines |
* | Drivers: ata: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -7/+4 |
* | pata_platform: remove unused remove function | Brian Norris | 2012-12-03 | 1 | -17/+0 |
* | pata_platform: utilize common ata_platform_remove_one() | Brian Norris | 2012-12-03 | 1 | -6/+1 |
* | SATA/PATA: convert drivers/ata/* to use module_platform_driver() | Axel Lin | 2012-01-08 | 1 | -11/+1 |
* | ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> | Joe Perches | 2011-07-23 | 1 | -1/+1 |
* | libata-sff: clean up BMDMA initialization | Tejun Heo | 2010-05-19 | 1 | -1/+0 |
* | drivers/ata: use resource_size | Julia Lawall | 2009-09-11 | 1 | -4/+4 |
* | pata_platform: __pata_platform_remove() shouldn't be in discard section | Sonic Zhang | 2009-01-08 | 1 | -1/+1 |
* | libata: beef up iterators | Tejun Heo | 2008-12-28 | 1 | -8/+6 |
* | ata: Switch all my stuff to a common address | Alan Cox | 2008-10-27 | 1 | -1/+1 |
* | ATA/IDE: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 1 | -0/+1 |
* | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: rename SFF functions | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: implement and use ops inheritance | Tejun Heo | 2008-04-17 | 1 | -20/+4 |
* | libata: implement and use SHT initializers | Tejun Heo | 2008-04-17 | 1 | -15/+1 |
* | libata: normalize port_info, port_operations and sht tables | Tejun Heo | 2008-04-17 | 1 | -4/+0 |
* | libata: implement and use ata_noop_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | Rename: linux/pata_platform.h to linux/ata_platform.h | Jeff Garzik | 2008-02-06 | 1 | -1/+1 |
* | libata: pata_platform: make probe and remove functions device type neutral | Anton Vorontsov | 2008-01-15 | 1 | -58/+86 |
* | libata: pata_platform: Support polling-mode configuration. | Paul Mundt | 2007-11-08 | 1 | -7/+28 |
* | libata: implement and use ata_port_desc() to report port configuration | Tejun Heo | 2007-10-12 | 1 | -0/+4 |
* | [libata] Remove ->port_disable() hook | Jeff Garzik | 2007-10-12 | 1 | -1/+0 |
* | [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() | Jeff Garzik | 2007-10-12 | 1 | -1/+0 |
* | libata-add-irq_flags-to-struct-pata_platform_info-fix | Andrew Morton | 2007-10-12 | 1 | -1/+1 |
* | libata-link: linkify config/EH related functions | Tejun Heo | 2007-10-12 | 1 | -2/+2 |
* | libata-link: implement and use link/device iterators | Tejun Heo | 2007-10-12 | 1 | -4/+2 |
* | libata-link: introduce ata_link | Tejun Heo | 2007-10-12 | 1 | -1/+1 |
* | [libata] Bump driver versions | Jeff Garzik | 2007-08-31 | 1 | -1/+1 |
* | pata_platform: Fix NULL pointer dereference | Magnus Damm | 2007-07-20 | 1 | -2/+3 |
* | Add irq_flags to struct pata_platform_info | Sonic Zhang | 2007-07-09 | 1 | -2/+4 |
* | libata: bump versions | Jeff Garzik | 2007-05-21 | 1 | -1/+1 |
* | pata_platform: don't use generic ata_port_start | Olof Johansson | 2007-05-11 | 1 | -1/+3 |
* | libata: convert the remaining PATA drivers to new init model | Tejun Heo | 2007-04-28 | 1 | -23/+20 |
* | pata_platform: Add cable_detect method | Alan Cox | 2007-04-28 | 1 | -0/+1 |
* | libata: clear drvdata in ata_host_release(), take#2 | Tejun Heo | 2007-03-01 | 1 | -1/+0 |
* | pata: Display Configuring .. lines for devices with private set_mode methods | Alan | 2007-02-21 | 1 | -0/+1 |
* | libata: add another IRQ calls (libata drivers) | Akira Iguchi | 2007-02-09 | 1 | -0/+2 |
* | libata: convert to iomap | Tejun Heo | 2007-02-09 | 1 | -35/+15 |
* | pata_platform: fix devres conversion | Tejun Heo | 2007-02-09 | 1 | -24/+7 |
* | [PATCH] pata_platform: fallout from set_mode() change | Al Viro | 2007-01-30 | 1 | -1/+2 |
* | [PATCH] libata: kill unnecessary sht->max_sectors initializations | Tejun Heo | 2006-12-03 | 1 | -1/+0 |
* | [PATCH] libata: add missing sht->slave_destroy | Tejun Heo | 2006-12-03 | 1 | -0/+1 |
* | [PATCH] ata: Generic platform_device libata driver | Paul Mundt | 2006-12-01 | 1 | -0/+295 |