All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add PATA host controller support for Cirrus Logic EP93xx CPU
@ 2012-03-29  8:10 ` Rafal Prylowski
  0 siblings, 0 replies; 42+ messages in thread
From: Rafal Prylowski @ 2012-03-29  8:10 UTC (permalink / raw)
  To: linux-ide
  Cc: bzolnier, hsweeten, ryan, sshtylyov, joao.ramos, linux-arm-kernel

Hi.

The following patchset adds support for IDE interface controller found on
Cirrus Logic's EP931x CPUs. It is based on an earlier work done by
Alessandro Zummo, Lennert Buytenhek, Joao Ramos and Bartlomiej
Zolnierkiewicz. I tried to take the best parts of code from previous
attempts for inclusion and added dma support. The driver is working
correctly in both PIO and DMA mode (with exception that it could give
timeouts in DMA mode occasionally - the problem has been solved by me
and solution proposed to LAKML; it's not related to this driver, but
DMA/interrupt handling of ep93xx IMHO).

I'm not sure about correctness of the following in the driver:
- module copyrights/authorship - I just added all copyrights of the
  earlier drivers and MODULE_AUTHOR macro lists their authors,
- timeout in IORDY polling (how long to wait for IORDY?),
- GPIO/IDE pin muxing - I hope it's done in a way acceptable for
  ep93xx maintainers (patch 2/3). I would like for the driver to refuse
  loading when muxing is wrong (first commented out lines of
  ep93xx_pata_probe, patch 1/3), but some api is needed as raw access
  to SYSCON register is prohibited in drivers.

Patchset is against current mainline kernel.

Regards,
RP


[PATCH 1/3] PATA host controller driver for ep93xx
[PATCH 2/3] ep93xx: IDE driver platform support code
[PATCH 3/3] ep93xx: Add IDE support to edb93xx boards

 arch/arm/mach-ep93xx/core.c                  |   36
 arch/arm/mach-ep93xx/edb93xx.c               |   23
 arch/arm/mach-ep93xx/include/mach/platform.h |    1
 arch/arm/mach-ep93xx/soc.h                   |    1
 drivers/ata/Kconfig                          |    9
 drivers/ata/Makefile                         |    1
 drivers/ata/pata_ep93xx.c                    |  949 +++++++++++++++++
 7 files changed, 1020 insertions(+)

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

end of thread, other threads:[~2012-04-03  8:20 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29  8:10 [PATCH 0/3] Add PATA host controller support for Cirrus Logic EP93xx CPU Rafal Prylowski
2012-03-29  8:10 ` Rafal Prylowski
2012-03-29  8:17 ` [PATCH 1/3] PATA host controller driver for ep93xx Rafal Prylowski
2012-03-29  8:17   ` Rafal Prylowski
2012-03-29 17:25   ` H Hartley Sweeten
2012-03-29 17:25     ` H Hartley Sweeten
2012-03-30  8:13     ` Rafal Prylowski
2012-03-30  8:13       ` Rafal Prylowski
2012-03-29 22:21   ` Ryan Mallon
2012-03-29 22:21     ` Ryan Mallon
2012-03-30 10:13     ` Rafal Prylowski
2012-03-30 10:13       ` Rafal Prylowski
2012-03-29 22:24   ` Ryan Mallon
2012-03-29 22:24     ` Ryan Mallon
2012-03-30  8:19     ` Rafal Prylowski
2012-03-30  8:19       ` Rafal Prylowski
2012-03-30 20:18   ` Arnd Bergmann
2012-03-30 20:18     ` Arnd Bergmann
2012-04-02  7:52     ` Rafal Prylowski
2012-04-02  7:52       ` Rafal Prylowski
2012-04-02  8:08       ` Arnd Bergmann
2012-04-02  8:08         ` Arnd Bergmann
2012-04-02  9:28         ` Rafal Prylowski
2012-04-02  9:28           ` Rafal Prylowski
2012-04-02 10:24           ` Arnd Bergmann
2012-04-02 10:24             ` Arnd Bergmann
2012-04-03  1:50       ` Ryan Mallon
2012-04-03  1:50         ` Ryan Mallon
2012-04-03  7:41         ` Arnd Bergmann
2012-04-03  7:41           ` Arnd Bergmann
2012-03-29  8:19 ` [PATCH 2/3] ep93xx: IDE driver platform support code Rafal Prylowski
2012-03-29  8:19   ` Rafal Prylowski
2012-03-29 16:26   ` H Hartley Sweeten
2012-03-29 16:26     ` H Hartley Sweeten
2012-03-30  8:29     ` Rafal Prylowski
2012-03-30  8:29       ` Rafal Prylowski
2012-03-29  8:20 ` [PATCH 3/3] ep93xx: Add IDE support to edb93xx boards Rafal Prylowski
2012-03-29  8:20   ` Rafal Prylowski
2012-03-29 16:32   ` H Hartley Sweeten
2012-03-29 16:32     ` H Hartley Sweeten
2012-03-30  8:32     ` Rafal Prylowski
2012-03-30  8:32       ` Rafal Prylowski

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.