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