1. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  2. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  4. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  5. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  6. d301f8f sata: dwc_ahsata: Fix memory issue in reset_sata by Ye Li · Sun May 03 22:27:03 2020 +0800
  7. dcec3bd sata: dwc_ahsata: Fix incorrect free by Ye Li · Sun May 03 22:27:02 2020 +0800
  8. f1c562e sata: ahsata: Fix wrong operand for checking SERR DIAG_X by Ye Li · Sun May 03 22:27:01 2020 +0800
  9. cc653ce sata: ahsata: Fix resource leak by Ye Li · Sun May 03 22:27:00 2020 +0800
  10. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  11. 5569bbd ata: dwc_ahsata: Add ahci driver model support by Soeren Moch · Fri Mar 01 13:10:59 2019 +0100
  12. 71657f1 ata: dwc_ahsata: Fix sector reports for large disks by Soeren Moch · Fri Mar 01 13:10:58 2019 +0100
  13. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  14. 0067b87 dm: sata: dwc_ahsata: Add support for driver model by Simon Glass · Sat Jul 29 11:35:16 2017 -0600
  15. f89b250 dm: sata: dw_sata: Set up common versions of operations by Simon Glass · Sat Jul 29 11:35:12 2017 -0600
  16. 22b08aa dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · Sat Jul 29 11:35:11 2017 -0600
  17. 3b0ca22 dm: sata: dw_sata: Drop is_ready by Simon Glass · Sat Jul 29 11:35:10 2017 -0600
  18. 7b2a629 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · Sat Jul 29 11:35:09 2017 -0600
  19. 602cedc dm: sata: dw_sata: Sort #include directives by Simon Glass · Sat Jul 29 11:35:08 2017 -0600
  20. 96f2af4 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · Sat Jul 29 11:35:07 2017 -0600
  21. c5fc2a3 dm: sata: dw_sata: Pass uc_priv to internal functions by Simon Glass · Sat Jul 29 11:35:06 2017 -0600
  22. d30e76c dm: sata: dw_sata: Drop unnecessary casts by Simon Glass · Sat Jul 29 11:35:05 2017 -0600
  23. b1f7f58 dm: sata: dw_sata: Rename 'probe_ent' to uc_priv by Simon Glass · Sat Jul 29 11:35:04 2017 -0600
  24. ed82fcc dm: sata: dw_sata: Move exported functions to the end by Simon Glass · Sat Jul 29 11:35:03 2017 -0600
  25. c068229 dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd() by Simon Glass · Sat Jul 29 11:35:02 2017 -0600
  26. 89dc64f dm: sata: dwc_ahsata: Make functions static by Simon Glass · Sat Jul 29 11:35:01 2017 -0600
  27. 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · Wed Jun 14 21:28:32 2017 -0600
  28. 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600[Renamed from drivers/block/dwc_ahsata.c]
  29. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  30. c854694 block: dwc_ahsata: support i.MX6DQPlus by Peng Fan · Mon May 23 18:36:05 2016 +0800
  31. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  32. 3f262d0 ahci: Fix compiling warnings under 64bit platforms by Tang Yuantian · Thu Jul 09 14:37:30 2015 +0800
  33. 16519a3 ahci: mmio_base is a virtual address by Scott Wood · Fri Apr 17 09:19:01 2015 -0500
  34. a517d02 sata: fix reset_sata for dwc_ahsata by Soeren Moch · Thu Nov 27 10:11:41 2014 +0100
  35. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · Fri Nov 21 12:47:23 2014 +0200
  36. 7653a73 dwc_ahsata: use bitwise operator in sata_port_status by Nikita Kiryanov · Tue Oct 28 14:59:29 2014 +0200
  37. 6691404 sata: dwc_ahsata: implement sata_port_status by Nikita Kiryanov · Wed Aug 20 15:08:53 2014 +0300
  38. e9d1347 dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D by Tim Harvey · Wed May 07 22:23:35 2014 -0700
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  40. 998816b dwc_ahsata: Allow use with dcache enabled by Eric Nelson · Sat Jun 15 16:09:55 2013 -0700
  41. 9e9f628 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · Thu Sep 27 23:18:04 2012 +0000
  42. 532e867 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · Sat Sep 29 07:53:06 2012 -0700
  43. 771bfd1 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · Wed Feb 22 00:24:39 2012 +0000