1. 01c2920 ata: sata_dwc_460ex: remove redundant dev_err call by Wei Yongjun · 8 years ago
  2. 37f92d7 ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_* by Christoph Hellwig · 8 years ago
  3. 5b844b6 ata: Handle ATA NCQ NO-DATA commands correctly by Hannes Reinecke · 8 years ago
  4. bb08ab6 ata: sata_dwc_460ex: make debug messages neat by Andy Shevchenko · 8 years ago
  5. d6ecf0c ata: sata_dwc_460ex: supply physical address of FIFO to DMA by Andy Shevchenko · 8 years ago
  6. 73ec1b5 ata: sata_dwc_460ex: use devm_ioremap by Andy Shevchenko · 8 years ago
  7. af50f3a ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr() by Mans Rullgard · 8 years ago
  8. ee81d6c ata: sata_dwc_460ex: use readl/writel_relaxed() by Mans Rullgard · 8 years ago
  9. 9e8b855 ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API by Andy Shevchenko · 8 years ago
  10. adc64ec ata: sata_dwc_460ex: add __iomem to register base pointer by Mans Rullgard · 8 years ago
  11. 175553e ata: sata_dwc_460ex: get rid of incorrect cast by Mans Rullgard · 8 years ago
  12. ae95d95 ata: sata_dwc_460ex: get rid of some pointless casts by Mans Rullgard · 8 years ago
  13. cd12ff0 ata: sata_dwc_460ex: remove empty libata callback by Mans Rullgard · 8 years ago
  14. 4bb41be ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros by Andy Shevchenko · 8 years ago
  15. 2d20da0 ata: sata_dwc_460ex: get rid of global data by Mans Rullgard · 8 years ago
  16. 0f48deb ata: sata_dwc_460ex: add phy support by Mans Rullgard · 8 years ago
  17. 50b4337 ata: sata_dwc_460ex: use "dmas" DT property to find dma channel by Mans Rullgard · 8 years ago
  18. 077028e ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands by Andy Shevchenko · 8 years ago
  19. ae4c348 ata: sata_dwc_460ex: skip dma setup for non-dma commands by Mans Rullgard · 8 years ago
  20. 59a75ce ata: sata_dwc_460ex: DMA is always a flow controller by Andy Shevchenko · 8 years ago
  21. 4ea8c20 ata: sata_dwc_460ex: burst size must be in items not bytes by Andy Shevchenko · 8 years ago
  22. 6689dfa ata: sata_dwc_460ex: set dma_boundary to 0x1fff by Andy Shevchenko · 8 years ago
  23. a7e6de5 ata: sata_dwc_460ex: fix crash on offline links without an attached drive by Christian Lamparter · 8 years ago
  24. 55e610c ata: sata_dwc_460ex: remove incorrect locking by Mans Rullgard · 8 years ago
  25. 3a14c66 dmaengine: dw: pass platform data via struct dw_dma_chip by Andy Shevchenko · 8 years ago
  26. c422025 dmaengine: dw: rename masters to reflect actual topology by Andy Shevchenko · 8 years ago
  27. 8d5fe8d sata_dwc_460ex: indent an if statement by Dan Carpenter · 9 years ago
  28. db7a657 sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev by Andy Shevchenko · 9 years ago
  29. 8b34448 sata_dwc_460ex: move to generic DMA driver by Andy Shevchenko · 9 years ago
  30. d578514 sata_dwc_460ex: join messages back by Andy Shevchenko · 9 years ago
  31. d537fc0 sata_dwc_460ex: convert to devm_kzalloc in ->probe() by Andy Shevchenko · 9 years ago
  32. c592b74 sata_dwc_460ex: remove extra message by Andy Shevchenko · 9 years ago
  33. 9037908 sata_dwc_460ex: use np local variable in ->probe() by Andy Shevchenko · 9 years ago
  34. d7c256e sata_dwc_460ex: fix most of the sparse warnings by Andy Shevchenko · 9 years ago
  35. 84683a7 sata_dwc_460ex: enable COMPILE_TEST for the driver by Andy Shevchenko · 9 years ago
  36. f71d148 sata_dwc_460ex: remove redundant dev_set_drvdata by Andy Shevchenko · 9 years ago
  37. 4aaa718 sata_dwc_460ex: fix resource leak on error path by Andy Shevchenko · 9 years ago
  38. 65c662a ata: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  39. d5185d6 ata: remove superfluous casts by Joe Perches · 10 years ago
  40. 1bc1808 ata: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  41. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  42. 72d5f2d sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644) by Jeff Garzik · 11 years ago
  43. dc7f71f sata_dwc_460ex: device tree may specify dma_channel by Thang Q. Nguyen · 12 years ago
  44. 3a8b788 sata_dwc_460ex: support hardreset by Thang Q. Nguyen · 12 years ago
  45. 99c8ea3 SATA/PATA: convert drivers/ata/* to use module_platform_driver() by Axel Lin · 13 years ago
  46. a081da6 drivers/ata/sata_dwc_460ex.c: add missing kfree by Julia Lawall · 13 years ago
  47. f35119d drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible by Rakib Mullick · 13 years ago
  48. 04e506b sata_dwc_460ex: fix error path by Vasiliy Kulikov · 13 years ago
  49. 8618ccd3 drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding' by Justin P. Mattock · 13 years ago
  50. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  51. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  52. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  53. 84b47e3 sata_dwc_460ex: fix misuse of ata_get_cmd_descript() by Sergei Shtylyov · 13 years ago
  54. d285e8b sata_dwc_460ex: fix return value of dma_dwc_xfer_setup() by Sergei Shtylyov · 13 years ago
  55. c211962 sata_dwc_460ex: fix compilation errors/warnings by Sergei Shtylyov · 13 years ago
  56. b83a4c3 sata_dwc_460ex: use ATA_PIO4 by Sergei Shtylyov · 13 years ago
  57. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 13 years ago
  58. d26377b [libata] sata_dwc_460ex: signdness bug by Dan Carpenter · 14 years ago
  59. 60652d0 ata: update for of_device to platform_device replacement by Stephen Rothwell · 14 years ago
  60. 6293600 [libata] Add 460EX on-chip SATA driver, sata_dwc_460ex by Rupjyoti Sarmah · 14 years ago