index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_imx.c
Age
Commit message (
Expand
)
Author
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
2018-07-11
libata: remove ata_sff_data_xfer_noirq()
Sebastian Andrzej Siewior
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2016-11-09
pata: imx: support controller modes up to PIO4
Vladimir Zapolskiy
2016-11-09
pata: imx: add support of setting timings for PIO modes
Vladimir Zapolskiy
2016-11-09
pata: imx: set controller PIO mode with .set_piomode callback
Vladimir Zapolskiy
2016-11-09
pata: imx: sort headers out
Vladimir Zapolskiy
2014-10-20
ata: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-04
ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macro
Fabio Estevam
2014-05-09
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
Bartlomiej Zolnierkiewicz
2014-03-31
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
2014-03-14
ata: pata_imx: fix devm_ioremap_resource() return value checking
Bartlomiej Zolnierkiewicz
2014-02-18
pata_imx: Propagate the real error code on platform_get_irq() failure
Fabio Estevam
2014-02-18
pata_imx: Use devm_ioremap_resource() to simplify code
Fabio Estevam
2014-02-13
ata: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-29
ata: pata_imx: Check the return value from clk_prepare_enable()
Fabio Estevam
2013-07-29
pata_imx: expose module alias for loading from device-tree
Niels de Vos
2013-05-24
ata: use platform_{get,set}_drvdata()
Jingoo Han
2013-04-11
pata_imx: add devicetree support
Sascha Hauer
2013-04-11
pata_imx: use void __iomem * for regs
Sascha Hauer
2013-04-11
pata_imx: cleanup error path
Sascha Hauer
2013-04-11
pata_imx: Use devm_clk_get
Sascha Hauer
2013-01-03
Drivers: ata: remove __dev* attributes.
Greg Kroah-Hartman
2012-12-14
pata_imx: convert ata_dev_printk() to ata_dev_info()
Wei Yongjun
2012-07-25
pata_imx: Convert to clk_prepare_enable/clk_disable_unprepare
Fabio Estevam
2012-01-08
SATA/PATA: convert drivers/ata/* to use module_platform_driver()
Axel Lin
2011-08-18
ata: Add iMX pata support
Arnaud Patard (Rtp)