1. c99cc9a sata_fsl: Remove redundant NULL check before kfree by Syam Sidhardhan · 11 years ago
  2. 100f586 sata_fsl: add workaround for data length mismatch on freescale V2 controller by Shaohui Xie · 12 years ago
  3. 6b4b8fc sata_fsl: add support for interrupt coalsecing feature by Qiang Liu · 12 years ago
  4. 93272b1 [libata] sata_fsl: fix the controller operating mode by Jerry Huang · 13 years ago
  5. 99c8ea3 SATA/PATA: convert drivers/ata/* to use module_platform_driver() by Axel Lin · 13 years ago
  6. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  7. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  10. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  11. 2f957fc ATA: Add FSL sata v2 controller support by Xulei · 13 years ago
  12. 578ca87 sata_fsl: Update RX_WATER_MARK for TRANSCFG by Prabhakar Kushwaha · 13 years ago
  13. 4ac7534a sata_fsl: Fix wrong Device Error Register usage by Prabhakar Kushwaha · 13 years ago
  14. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  15. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  16. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 13 years ago
  17. 97750ce libata: add @ap to ata_wait_register() and introduce ata_msleep() by Tejun Heo · 14 years ago
  18. 1aadf5c libata: always use ata_qc_complete_multiple() for NCQ command completions by Tejun Heo · 14 years ago
  19. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  20. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  21. 752e386 sata_fsl,mv,nv: prepare for NCQ command completion update by Tejun Heo · 14 years ago
  22. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  23. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  26. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  27. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  28. fd6c29e sata_fsl: Add asynchronous notification support by ashish kalra · 15 years ago
  29. a0a74d1 sata_fsl: Split hard and soft reset by Jiang Yutang · 15 years ago
  30. f90f613 sata_fsl: Defer non-ncq commands when ncq commands active by Ashish Kalra · 15 years ago
  31. dc77ad4 sata_fsl: Add power mgmt support by Dave Liu · 15 years ago
  32. d358724 sata_fsl: Fix the command description of FSL SATA controller by Dave Liu · 15 years ago
  33. f48c019 sata_fsl: Fix compile warnings by Kumar Gala · 15 years ago
  34. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  35. e4ac522 sata_fsl: Return non-zero on error in probe() by Michal Sojka · 15 years ago
  36. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  37. 034d8e8 [libata] sata_fsl: Fix broken driver, add port multiplier (PMP) support by Ashish Kalra · 16 years ago
  38. ac2f217 typo in sata_fsl by Al Viro · 16 years ago
  39. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 16 years ago
  40. 350756f libata: don't use ap->ioaddr in non-SFF drivers by Tejun Heo · 16 years ago
  41. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 16 years ago
  42. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  43. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  44. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  45. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  46. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  47. 6bd99b4 libata: normalize port_info, port_operations and sht tables by Tejun Heo · 16 years ago
  48. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 16 years ago
  49. 8cebf27 libata: kill ATA_LFLAG_SKIP_D2H_BSY by Tejun Heo · 16 years ago
  50. cf48062 libata: prefer hardreset by Tejun Heo · 16 years ago
  51. ac2c5bd ata/sata_fsl: Remove unused variable in sata_fsl_probe by Johann Felix Soden · 16 years ago
  52. 96ce1b6 [POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata by Kim Phillips · 16 years ago
  53. b1f5dc4 sata_fsl: fix build with ATA_VERBOSE_DEBUG by Anton Vorontsov · 16 years ago
  54. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  55. 37198e3 libata: kill now unused n_iter and fix sata_fsl by James Bottomley · 16 years ago
  56. a984f58 fix drivers/ata/sata_fsl.c double-decl by akpm@linux-foundation.org · 16 years ago
  57. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  58. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  59. aa91c72 ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks by ashish kalra · 17 years ago
  60. 1f0e4175 ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset() by ashish kalra · 17 years ago
  61. e7eac96 ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdef by ashish kalra · 17 years ago
  62. 520d3a1 ata/sata_fsl: cleanup style problem by Li Yang · 17 years ago
  63. 066ce4d ata/sata_fsl: remove unneeded sata_fsl_hardreset() by Jeff Garzik · 17 years ago
  64. 25ce945 ata/sata_fsl: remove unneeded on-stack copy of FIS by Jeff Garzik · 17 years ago
  65. 2a52e8d ata/sata_fsl: cleanup needless casts to/from void __iomem * by Jeff Garzik · 17 years ago
  66. 9465d53 ata/sata_fsl: Remove unnecessary SCR cases by Jeff Garzik · 17 years ago
  67. a2962dd ata/sata_fsl: Kill ata_sg_is_last() by Li Yang · 17 years ago
  68. 79b3edc ata/sata_fsl: save irq in private data for irq unmapping by Li Yang · 17 years ago
  69. 27c96ea ata/sata_fsl: Remove deprecated hooks by Li Yang · 17 years ago
  70. 1bf617b ata/sata_fsl: Update for ata_link introduction by Li Yang · 17 years ago
  71. faf0b2e drivers/ata: add support to Freescale 3.0Gbps SATA Controller by Li Yang · 17 years ago