summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-1/+1
|\
| * libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-111-1/+1
* | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
|/
* pata: imx: support controller modes up to PIO4Vladimir Zapolskiy2016-11-091-1/+1
* pata: imx: add support of setting timings for PIO modesVladimir Zapolskiy2016-11-091-1/+46
* pata: imx: set controller PIO mode with .set_piomode callbackVladimir Zapolskiy2016-11-091-19/+8Star
* pata: imx: sort headers outVladimir Zapolskiy2016-11-091-5/+3Star
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macroFabio Estevam2014-10-051-7/+2Star
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-101-2/+2
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-04-011-12/+6Star
|\
| * ata: pata_imx: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz2014-03-141-2/+2
| * pata_imx: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-181-2/+2
| * pata_imx: Use devm_ioremap_resource() to simplify codeFabio Estevam2014-02-181-7/+2Star
| * ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0Star
* | ata: pata_imx: Check the return value from clk_prepare_enable()Fabio Estevam2014-01-291-2/+6
|/
* pata_imx: expose module alias for loading from device-treeNiels de Vos2013-07-291-0/+1
* ata: use platform_{get,set}_drvdata()Jingoo Han2013-05-241-1/+1
* pata_imx: add devicetree supportSascha Hauer2013-04-121-0/+9
* pata_imx: use void __iomem * for regsSascha Hauer2013-04-121-1/+1
* pata_imx: cleanup error pathSascha Hauer2013-04-121-6/+14
* pata_imx: Use devm_clk_getSascha Hauer2013-04-121-3/+2Star
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* pata_imx: convert ata_dev_printk() to ata_dev_info()Wei Yongjun2012-12-141-1/+1
* pata_imx: Convert to clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-07-251-5/+5
* SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-091-11/+1Star
* ata: Add iMX pata supportArnaud Patard (Rtp)2011-08-191-0/+253