aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_arasan_cf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-18pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_probe()Markus Elfring1-1/+1
2018-02-18pata_arasan_cf: Delete an error message for a failed memory allocation in arasan_cf_probe()Markus Elfring1-3/+1
2016-06-28drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal1-1/+1
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-7/+4
2015-08-22ata: pata_arasam_cf: Use devm_clk_getVaishali Thakkar1-7/+4
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-2/+2
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15pata_arasan_cf: use dmaengine_terminate_all() APIVinod Koul1-3/+2
2014-04-14pata_arasan_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz1-2/+5
2014-03-26ata: remove superfluous castsJoe Perches1-1/+1
2013-11-22pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun1-0/+1
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-08-09ata: pata_arasan: Staticize local symbolsJingoo Han1-2/+2
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-04-19ata: arasan: remove the need for platform_dataArnd Bergmann1-18/+19
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-28pata_arasan_cf: declare/use more local variables in arasan_cf_dma_start()Sergei Shtylyov1-2/+5
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu1-1/+1
2012-11-15pata_arasan: Initialize cf clock to 166MHzVipul Kumar Samar1-0/+6
2012-09-13pata_arasan: add Device Tree probing capabilityViresh Kumar1-0/+10
2012-09-13pata_arasan: Add clk_{un}prepare() supportViresh Kumar1-2/+2
2012-07-30ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar1-13/+1
2012-06-20Viresh has movedViresh Kumar1-2/+2
2012-05-03ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar1-3/+1
2012-03-13ata/pata_arasan_cf: Add Hibernation supportViresh Kumar1-8/+4
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin1-11/+1
2011-10-14pata_arasan_cf: remove bogus to_platform_device() callsSergei Shtylyov1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-14ata/pata_arasan_cf: fill dma chan->private from pdata->dma_privViresh Kumar1-1/+6
2011-03-14pata_arasan_cf: fix printk format string warningJeff Garzik1-1/+2
2011-03-14pata_arasan_cf: Adding support for arasan compact flash host controllerViresh Kumar1-0/+977