linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V9 0/5] imx53 ahci driver v9
@ 2011-09-28  7:41 Richard Zhu
  2011-09-28  7:41 ` [PATCH V9 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms Richard Zhu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Richard Zhu @ 2011-09-28  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

*** BLURB HERE ***
This is the seventh iteration of the imx53 ahci patch. Changes between
v5 and v7 are described in the following description.

ChangeLog v5->v6:
 - Move the most ahci initialization codes from the board related files
   to the common ahci_sata file.

 - Add the imx53 ahci's own ata_port_info definition in ahci_platform
   driver, since the 'ahci_pmp_retry_srst_ops' is required when imx53
   ahci is present.
 V6: http://www.spinics.net/lists/arm-kernel/msg138254.html

ChangeLog v6->v7:
 - Define the default imx53 ahci platform data, reduce the modificatons
   on the board related files.

 - Handle the sata_pwr_en pin obviously on smd board.
 V7: http://www.spinics.net/lists/arm-kernel/msg138569.html

ChangeLog V7->V8
 - Accept Sascha's suggestions.
   * Rename sata_init/sata_exit to imx_sata_init/imx_sata_exit.
   * move the init/exit as static functions to platform-ahci-imx.c file.
     Make a wrapper on these functions, and avoid to pass the function
     hooks by platform data.
   V8: http://www.spinics.net/lists/arm-kernel/msg141500.html

ChangeLog V8->V9
 - Use gpio_request_one to replace the gpio_request and gpio_direction_output
   when enable the sata power on mx53 smd board.

Richard Zhu (5):
  AHCI Add the AHCI SATA feature on the MX53 platforms
  ahci_plt Add the board_ids and pi refer to different features
  MX53 Enable the AHCI SATA on MX53 ARD board
  MX53 Enable the AHCI SATA on MX53 LOCO board
  MX53 Enable the AHCI SATA on MX53 SMD board

 arch/arm/mach-mx5/board-mx53_ard.c              |    1 +
 arch/arm/mach-mx5/board-mx53_loco.c             |    1 +
 arch/arm/mach-mx5/board-mx53_smd.c              |   16 +++
 arch/arm/mach-mx5/clock-mx51-mx53.c             |   19 +++
 arch/arm/mach-mx5/devices-imx53.h               |    2 +
 arch/arm/plat-mxc/devices/Kconfig               |    4 +
 arch/arm/plat-mxc/devices/Makefile              |    1 +
 arch/arm/plat-mxc/devices/platform-ahci-imx.c   |  156 +++++++++++++++++++++++
 arch/arm/plat-mxc/include/mach/devices-common.h |   10 ++
 drivers/ata/ahci_platform.c                     |   44 ++++++-
 10 files changed, 248 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/plat-mxc/devices/platform-ahci-imx.c

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-07 12:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28  7:41 [PATCH V9 0/5] imx53 ahci driver v9 Richard Zhu
2011-09-28  7:41 ` [PATCH V9 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms Richard Zhu
2011-09-28  7:41 ` [PATCH V9 2/5] ahci_plt Add the board_ids and pi refer to different features Richard Zhu
2011-10-06  6:22   ` Jeff Garzik
2011-10-07 12:44     ` Sascha Hauer
2011-09-28  7:41 ` [PATCH V9 3/5] MX53 Enable the AHCI SATA on MX53 ARD board Richard Zhu
2011-09-28  7:41 ` [PATCH V9 4/5] MX53 Enable the AHCI SATA on MX53 LOCO board Richard Zhu
2011-09-28  7:41 ` [PATCH V9 5/5] MX53 Enable the AHCI SATA on MX53 SMD board Richard Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).