summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_ep93xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ata: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-171-1/+1
* Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-58/+49
|\
| * ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin2024-09-121-19/+6
| * ata: pata_ep93xx: add device tree supportNikita Shubin2024-09-121-39/+43
* | ata: libata: Remove ata_noop_qc_prep()Damien Le Moal2024-08-021-2/+0
|/
* ata: pata_ep93xx: use soc_device_match for UDMA modesNikita Shubin2023-08-251-5/+11
* ata: pata_ep93xx: fix error return code in probeNikita Shubin2023-08-251-2/+2
* ata: pata_ep93xx: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-3/+2
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-251-1/+1
* ata: pata_ep93xx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-2/+2
* ata: libata: remove debug compilation switchesHannes Reinecke2022-01-051-1/+0
* pata_ep93xx: fix deferred probingSergey Shtylyov2021-05-271-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-291-1/+1
* ata: ep93xx: Use proper enums for directionsNathan Chancellor2018-10-041-4/+4
* ata: ep93xx: cut drvdata assignmentLinus Walleij2017-05-301-1/+0
* ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz2017-01-101-2/+2
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq()Andrey Utkin2014-07-171-1/+1
* ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callbackBarry Song2014-05-271-2/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* drivers/ata: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-121-5/+0
* ata: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>()Wei Yongjun2012-12-141-4/+2
* ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* PATA host controller driver for ep93xxRafal Prylowski2012-05-221-0/+1044