aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/sata_fsl.c
AgeCommit message (Expand)Author
2013-04-30Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-03fsl/sata: create a sysfs entry for rx water markQiang Liu
2013-03-20treewide: Fix typos in printkMasanari Iida
2013-03-04sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan
2012-09-13sata_fsl: add workaround for data length mismatch on freescale V2 controllerShaohui Xie
2012-03-13sata_fsl: add support for interrupt coalsecing featureQiang Liu
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-15ATA: Add FSL sata v2 controller supportXulei
2011-03-14sata_fsl: Update RX_WATER_MARK for TRANSCFGPrabhakar Kushwaha
2011-03-14sata_fsl: Fix wrong Device Error Register usagePrabhakar Kushwaha
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03sata_fsl: Add asynchronous notification supportashish kalra
2009-11-19sata_fsl: Split hard and soft resetJiang Yutang
2009-09-08sata_fsl: Defer non-ncq commands when ncq commands activeAshish Kalra
2009-06-23sata_fsl: Add power mgmt supportDave Liu
2009-05-15sata_fsl: Fix the command description of FSL SATA controllerDave Liu
2009-05-15sata_fsl: Fix compile warningsKumar Gala
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka
2008-09-29libata: make SCR access ops per-linkTejun Heo
2008-05-30[libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra
2008-04-28typo in sata_fslAl Viro
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo
2008-04-17libata: remove check_status from non-SFF driversTejun Heo
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo
2008-04-17libata: rename SFF port opsTejun Heo
2008-04-17libata: make reset related methods proper port operationsTejun Heo
2008-04-17libata: implement and use ops inheritanceTejun Heo
2008-04-17libata: implement and use SHT initializersTejun Heo