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

v6: add imx6q specific ahci sata support
  Thanks for Shawn's comments.
  - Speicify the ahb clock in the sata related dts changes.
  - Move the initialization of the sata PHY clock of the private
  data to the probe function.
  - Remove the empty device release function.
  - In order to be more readable, rename the imx_dev/imx_ahci_pdev
  to be ahci_dev/ahci_pdev, and do some other changes, such as typo
  error, more readable name of the variable.
  - Tested on imx6q sd board.
  - 

v5: http://www.spinics.net/lists/linux-ide/msg45712.html
  - Fix the wrong referrence usage of the private data.
  - Use the private data to contain the poninter of the PHY
  signals adjustment window(gpr)
  - Tested on imx6q sd board.
  - 

v4: http://www.spinics.net/lists/linux-ide/msg45699.html
  Thanks for the review comments provided by Sascha, and Alexander.
  - Use the private data and keep a pointer to the PHY clock.
  - Don't use the global platform device variable, because that
  it would make the driver broken for mutiple instances.
  - Don't do the "writel" with assignment.
  - Other minor changes, such as print the error code when printing
  error message, use a u32 type to store readl results, and so on.

v3: http://www.spinics.net/lists/linux-ide/msg45688.html
  - 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"

[v6 1/3] ARM: dtsi: enable ahci sata on imx6q platforms
[v6 2/3] ARM: imx6q: update the sata bits definitions of gpr13
[v6 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                      |  241 +++++++++++++++++++++++++++
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h |  121 +++++++++----
8 files changed, 356 insertions(+), 37 deletions(-)

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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12  9:41 [PATCH v6 0/3] ahci: enable ahci sata support on imx6q Richard Zhu
2013-07-12  9:41 ` Richard Zhu
2013-07-12  9:41 ` [v6 1/3] ARM: dtsi: enable ahci sata on imx6q platforms Richard Zhu
2013-07-12 20:40   ` Sergei Shtylyov
2013-07-12 20:40     ` Sergei Shtylyov
2013-07-15  2:13     ` Zhu Richard-R65037
2013-07-15  2:13       ` Zhu Richard-R65037
2013-07-12  9:41 ` [v6 2/3] ARM: imx6q: update the sata bits definitions of gpr13 Richard Zhu
2013-07-12  9:41 ` [v6 3/3] sata: imx: add ahci sata support on imx platforms Richard Zhu
2013-07-15  2:02   ` Shawn Guo
2013-07-15  2:02     ` Shawn Guo
2013-07-15  5:21     ` Zhu Richard-R65037
2013-07-15  5:21       ` Zhu Richard-R65037

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.