aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_ep93xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-2/+2
2022-01-05ata: libata: remove debug compilation switchesHannes Reinecke1-1/+0
2021-05-27pata_ep93xx: fix deferred probingSergey Shtylyov1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann1-1/+1
2018-10-04ata: ep93xx: Use proper enums for directionsNathan Chancellor1-4/+4
2017-05-30ata: ep93xx: cut drvdata assignmentLinus Walleij1-1/+0
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-2/+2
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-17drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq()Andrey Utkin1-1/+1
2014-05-27ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callbackBarry Song1-2/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-12drivers/ata: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-01-25ata: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-14ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>()Wei Yongjun1-4/+2
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-1/+1
2012-05-22PATA host controller driver for ep93xxRafal Prylowski1-0/+1044