From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] AHCI support
Date: Thu, 6 Dec 2012 14:34:21 +0100 [thread overview]
Message-ID: <1354800870-28385-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following adds support for AHCI based SATA controllers. Some
cleanup has to be done first as currently our ATA support assumes
that all devices have a SFF interface, so this has to be separated
first.
----------------------------------------------------------------
Sascha Hauer (9):
ata: register disks as /dev/ata*
ata: fix status flags
ata: split ide sff suport to separate file
ata: align ata command defines with kernel
ata: Use dma_alloc for buffer
ata: Add ahci support
mfd: Add i.MX6 iomux gpr header file
ata: Add i.MX AHCI driver
ARM i.MX5: Add SATA support
arch/arm/mach-imx/clk-imx5.c | 1 +
arch/arm/mach-imx/include/mach/devices-imx53.h | 5 +
arch/arm/mach-imx/include/mach/imx53-regs.h | 2 +
drivers/ata/Kconfig | 15 +-
drivers/ata/Makefile | 3 +
drivers/ata/ahci.c | 678 ++++++++++++++++++++++++
drivers/ata/ahci.h | 182 +++++++
drivers/ata/disk_ata_drive.c | 345 ++----------
drivers/ata/ide-sff.c | 343 ++++++++++++
drivers/ata/intf_platform_ide.c | 2 +-
drivers/ata/pata-imx.c | 2 +-
drivers/ata/sata-imx.c | 155 ++++++
include/ata_drive.h | 43 +-
include/mfd/imx6q-iomuxc-gpr.h | 320 +++++++++++
14 files changed, 1783 insertions(+), 313 deletions(-)
create mode 100644 drivers/ata/ahci.c
create mode 100644 drivers/ata/ahci.h
create mode 100644 drivers/ata/ide-sff.c
create mode 100644 drivers/ata/sata-imx.c
create mode 100644 include/mfd/imx6q-iomuxc-gpr.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-12-06 13:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 13:34 Sascha Hauer [this message]
2012-12-06 13:34 ` [PATCH 1/9] ata: register disks as /dev/ata* Sascha Hauer
2012-12-06 13:34 ` [PATCH 2/9] ata: fix status flags Sascha Hauer
2012-12-06 13:34 ` [PATCH 3/9] ata: split ide sff suport to separate file Sascha Hauer
2012-12-06 13:34 ` [PATCH 4/9] ata: align ata command defines with kernel Sascha Hauer
2012-12-06 13:34 ` [PATCH 5/9] ata: Use dma_alloc for buffer Sascha Hauer
2012-12-06 13:34 ` [PATCH 6/9] ata: Add ahci support Sascha Hauer
2012-12-06 13:34 ` [PATCH 7/9] mfd: Add i.MX6 iomux gpr header file Sascha Hauer
2012-12-06 13:34 ` [PATCH 8/9] ata: Add i.MX AHCI driver Sascha Hauer
2012-12-06 13:34 ` [PATCH 9/9] ARM i.MX5: Add SATA support Sascha Hauer
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=1354800870-28385-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@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