summaryrefslogtreecommitdiffstats
path: root/drivers/ata/intf_platform_ide.c
Commit message (Expand)AuthorAgeFilesLines
* ATA: platform_ide: Fix resource allocationAlexander Shiyan2016-05-231-9/+5
* include: Move ide platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-2/+9
* ata: intf_platform_ide: add OF bindingsPeter Mamonov2015-09-241-5/+25
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-3/+6
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-3/+3
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-0/+1
* ata: platform_ide: cleanup resource requestingSascha Hauer2014-09-121-25/+22
* x86: Add support for IDE on the legacy I/O portsMichel Stam2014-04-081-4/+33
* ata: ide: embed ata_ioports into struct ide_port and export itSascha Hauer2013-06-211-7/+7
* ata: ide: Allow to set the devicenameSascha Hauer2013-06-191-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* ata: split ide sff suport to separate fileSascha Hauer2012-12-071-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Allow use platform_ide driver without ALT-registersAlexander Shiyan2012-04-181-4/+10
* Add driver for IDE like interfacesJuergen Beisert2011-11-281-0/+130