All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ahci: enable ahci sata support on imx6q
@ 2013-07-01 10:02 ` Richard Zhu
  0 siblings, 0 replies; 42+ messages in thread
From: Richard Zhu @ 2013-07-01 10:02 UTC (permalink / raw)
  To: shawn.guo
  Cc: s.hauer, rob.herring, linux-ide, avorontsov, jgarzik,
	linux-arm-kernel

v2: add imx6q specific ahci sata support
 - 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"



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

.../devicetree/bindings/ata/ahci-platform.txt      |    2 +-
arch/arm/mach-imx/mach-imx6q.c                     |   85 +++++-
drivers/ata/Kconfig                                |    8 +
drivers/ata/Makefile                               |    1 +
drivers/ata/sata_imx.c                             |  349 ++++++++++++++++++++
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h        |  121 +++++--
6 files changed, 527 insertions(+), 39 deletions(-)

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

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

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 10:02 [PATCH v2 0/4] ahci: enable ahci sata support on imx6q Richard Zhu
2013-07-01 10:02 ` Richard Zhu
2013-07-01 10:02 ` [v2 1/4] ARM: dtsi: enable ahci sata on imx6q platforms Richard Zhu
2013-07-01 14:37   ` Shawn Guo
2013-07-01 14:37     ` Shawn Guo
2013-07-01 14:48     ` Zhu Richard-R65037
2013-07-01 14:48       ` Zhu Richard-R65037
2013-07-01 10:02 ` [v2 2/4] imx: ahci: " Richard Zhu
2013-07-01 12:55   ` Sascha Hauer
2013-07-01 12:55     ` Sascha Hauer
2013-07-01 14:48     ` Zhu Richard-R65037
2013-07-01 14:48       ` Zhu Richard-R65037
2013-07-01 14:53   ` Shawn Guo
2013-07-01 14:53     ` Shawn Guo
2013-07-01 10:02 ` [v2 3/4] ARM: imx6q: update the sata bits definitions of gpr13 Richard Zhu
2013-07-01 10:02 ` [v2 4/4] sata: imx: add ahci sata support on imx platforms Richard Zhu
2013-07-01 11:27   ` Girish K S
2013-07-01 11:27     ` Girish K S
2013-07-01 14:48     ` Shawn Guo
2013-07-01 14:48       ` Shawn Guo
2013-07-01 15:04       ` Girish K S
2013-07-01 15:04         ` Girish K S
2013-07-01 15:17         ` Shawn Guo
2013-07-01 15:17           ` Shawn Guo
2013-07-01 12:44   ` Sascha Hauer
2013-07-01 12:44     ` Sascha Hauer
2013-07-01 15:29     ` Shawn Guo
2013-07-01 15:29       ` Shawn Guo
2013-07-02  2:24       ` Zhu Richard-R65037
2013-07-02  2:24         ` Zhu Richard-R65037
2013-07-01 12:49   ` Rob Herring
2013-07-01 12:49     ` Rob Herring
2013-07-01 13:03     ` Sascha Hauer
2013-07-01 13:03       ` Sascha Hauer
2013-07-01 13:22     ` Girish K S
2013-07-01 13:22       ` Girish K S
2013-07-01 13:36   ` Tejun Heo
2013-07-01 13:36     ` Tejun Heo
2013-07-01 14:58     ` Zhu Richard-R65037
2013-07-01 14:58       ` Zhu Richard-R65037
2013-07-01 15:21     ` Shawn Guo
2013-07-01 15:21       ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.