summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_dwc_460ex.c
Commit message (Expand)AuthorAgeFilesLines
* sata_dwc_460ex: indent an if statementDan Carpenter2015-03-301-1/+1
* sata_dwc_460ex: re-use hsdev->dev instead of dwc_devAndy Shevchenko2015-03-241-12/+11
* sata_dwc_460ex: move to generic DMA driverAndy Shevchenko2015-03-241-614/+122
* sata_dwc_460ex: join messages backAndy Shevchenko2015-03-241-49/+54
* sata_dwc_460ex: convert to devm_kzalloc in ->probe()Andy Shevchenko2015-01-081-18/+6
* sata_dwc_460ex: remove extra messageAndy Shevchenko2015-01-081-6/+2
* sata_dwc_460ex: use np local variable in ->probe()Andy Shevchenko2015-01-081-4/+4
* sata_dwc_460ex: fix most of the sparse warningsAndy Shevchenko2015-01-081-34/+33
* sata_dwc_460ex: enable COMPILE_TEST for the driverAndy Shevchenko2015-01-081-0/+12
* sata_dwc_460ex: remove redundant dev_set_drvdataAndy Shevchenko2015-01-081-1/+0
* sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko2015-01-071-14/+12
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ata: remove superfluous castsJoe Perches2014-03-261-2/+1
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+2
* sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644)Jeff Garzik2012-12-141-0/+1
* sata_dwc_460ex: device tree may specify dma_channelThang Q. Nguyen2012-07-251-17/+31
* sata_dwc_460ex: support hardresetThang Q. Nguyen2012-07-251-1/+23
* SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-081-12/+1
* drivers/ata/sata_dwc_460ex.c: add missing kfreeJulia Lawall2011-08-181-8/+6
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-251-2/+1
* sata_dwc_460ex: fix error pathVasiliy Kulikov2011-07-231-7/+14
* drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding'Justin P. Mattock2011-06-231-1/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-161-5/+4
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* | libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* | libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* | sata_dwc_460ex: fix misuse of ata_get_cmd_descript()Sergei Shtylyov2011-03-021-10/+46
* | sata_dwc_460ex: fix return value of dma_dwc_xfer_setup()Sergei Shtylyov2011-03-021-2/+2
* | sata_dwc_460ex: fix compilation errors/warningsSergei Shtylyov2011-03-021-6/+8
* | sata_dwc_460ex: use ATA_PIO4Sergei Shtylyov2011-03-021-1/+1
|/
* [libata] sata_dwc_460ex: signdness bugDan Carpenter2010-08-251-1/+1
* ata: update for of_device to platform_device replacementStephen Rothwell2010-08-161-2/+2
* [libata] Add 460EX on-chip SATA driver, sata_dwc_460exRupjyoti Sarmah2010-08-011-0/+1756