From: richard.zhu@linaro.org (Richard Zhu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V9 0/5] imx53 ahci driver v9
Date: Wed, 28 Sep 2011 15:41:52 +0800 [thread overview]
Message-ID: <1317195717-21174-1-git-send-email-richard.zhu@linaro.org> (raw)
*** 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
next reply other threads:[~2011-09-28 7:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-28 7:41 Richard Zhu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317195717-21174-1-git-send-email-richard.zhu@linaro.org \
--to=richard.zhu@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).