aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_fsl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-13sata_fsl: add support for interrupt coalsecing featureQiang Liu1-4/+107
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang1-0/+11
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin1-13/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-17/+12
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-9/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+18
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-15ATA: Add FSL sata v2 controller supportXulei1-7/+18
2011-03-14sata_fsl: Update RX_WATER_MARK for TRANSCFGPrabhakar Kushwaha1-0/+12
2011-03-14sata_fsl: Fix wrong Device Error Register usagePrabhakar Kushwaha1-2/+5
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-3/+2
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-9/+10
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-6/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo1-10/+10
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-12-03sata_fsl: Add asynchronous notification supportashish kalra1-8/+10
2009-11-19sata_fsl: Split hard and soft resetJiang Yutang1-40/+44
2009-09-08sata_fsl: Defer non-ncq commands when ncq commands activeAshish Kalra1-0/+1
2009-06-23sata_fsl: Add power mgmt supportDave Liu1-0/+35
2009-05-15sata_fsl: Fix the command description of FSL SATA controllerDave Liu1-3/+5
2009-05-15sata_fsl: Fix compile warningsKumar Gala1-3/+4
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-13/+13
2008-05-30[libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra1-61/+163
2008-04-28typo in sata_fslAl Viro1-1/+1
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-0/+10
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo1-5/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-56/+4
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-9/+15
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-11/+1
2008-04-17libata: implement and use ops inheritanceTejun Heo1-3/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-13/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-0/+1
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-6/+1
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-2/+0
2008-04-17libata: prefer hardresetTejun Heo1-1/+1
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-03-31[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips1-4/+1