linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ahci: enable ahci sata support on imx6q
@ 2013-07-05  9:52 Richard Zhu
  2013-07-05  9:52 ` [v3 1/3] ARM: dtsi: enable ahci sata on imx6q platforms Richard Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Richard Zhu @ 2013-07-05  9:52 UTC (permalink / raw)
  To: shawn.guo
  Cc: linux-arm-kernel, jgarzik, avorontsov, rob.herring, s.hauer,
	linux-ide

v3: add imx6q specific ahci sata support
  - Keep arch/arm and ahci_platform driver clean.
  - Add the sata_imx standalone driver contained all the
  specific setup
  - Add the release function, support the loadable module
  driver.
  - Tested on imx6q sd board.

v2: http://www.spinics.net/lists/linux-ide/msg45666.html 
 - Setup standalone imx ahci sata driver, because of
 the misalignments of the bits definition of the HBA register.
 - Replace the node by the label in the board dts.
 - 

v1: http://www.spinics.net/lists/linux-ide/msg45581.html
 - add imx6q specific ahci sata support to arch/arm/mach-imx/mach-imx6q.c

These patches is based on imx/dt branch of
"http://git.linaro.org/git-ro/people/shawnguo/linux-2.6.git"

[v3 1/3] ARM: dtsi: enable ahci sata on imx6q platforms
[v3 2/3] ARM: imx6q: update the sata bits definitions of gpr13
[v3 3/3] sata: imx: add ahci sata support on imx platforms

arch/arm/boot/dts/imx6q-sabreauto.dts       |    4 +
arch/arm/boot/dts/imx6q-sabrelite.dts       |    4 +
arch/arm/boot/dts/imx6q-sabresd.dts         |    4 +
arch/arm/boot/dts/imx6q.dtsi                |    9 +
drivers/ata/Kconfig                         |    9 +
drivers/ata/Makefile                        |    1 +
drivers/ata/sata_imx.c                      |  221 +++++++++++++++++++++++++++
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h |  121 ++++++++++-----
8 files changed, 336 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2013-07-24  2:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05  9:52 [PATCH v3 0/3] ahci: enable ahci sata support on imx6q Richard Zhu
2013-07-05  9:52 ` [v3 1/3] ARM: dtsi: enable ahci sata on imx6q platforms Richard Zhu
2013-07-05  9:52 ` [v3 2/3] ARM: imx6q: update the sata bits definitions of gpr13 Richard Zhu
2013-07-05  9:52 ` [v3 3/3] sata: imx: add ahci sata support on imx platforms Richard Zhu
2013-07-05 15:59   ` Sascha Hauer
2013-07-05 16:06     ` Re[2]: " Alexander Shiyan
2013-07-06  1:55       ` Zhu Richard-R65037
2013-07-06  1:54     ` Zhu Richard-R65037
2013-07-05 17:43   ` Tejun Heo
2013-07-06  2:03     ` Zhu Richard-R65037
2013-07-06  2:07       ` Tejun Heo
2013-07-22  7:02         ` Zhu Richard-R65037
2013-07-23 16:26           ` Tejun Heo
2013-07-24  2:21             ` Zhu Richard-R65037

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).