linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] add pata_arasan_cf support
@ 2011-02-18 11:40 Viresh Kumar
  2011-02-18 11:40 ` [PATCH V1 1/2] libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work() Viresh Kumar
  2011-02-18 11:40 ` [PATCH V2 2/2] pata_arasan_cf: Adding support for arasan compact flash host controller Viresh Kumar
  0 siblings, 2 replies; 12+ messages in thread
From: Viresh Kumar @ 2011-02-18 11:40 UTC (permalink / raw)
  To: tj, jgarzik, linux-ide
  Cc: viresh.linux, shiraz.hashim, armando.visconti, amit.goel,
	Viresh Kumar

This patch series adds
 - ata_sff_queue_work() & ata_sff_queue_delayed_work()
 - add support for arasan compact flash controller.

Changes Since V1:
 - add separate patch to introduce ata_sff_queue_work & ata_sff_queue_delayed_work 
 - remove arasan cf drivers workqueue.
 - remove drivers/ata/pata_arasan_cf.h and put register definitions in
   pata_arasan_cf.c
 - take ap->lock and host->lock at relevant places.
 - use bool for variables which can have value 0 or 1.
 - remove bmdma part and override freeze, qc_issue routines.
 - introduce concept of delayed_work if altstatus reg reads ATA_BUSY after DMA
   xfer are over.

Viresh Kumar (2):
  libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()
  pata_arasan_cf: Adding support for arasan compact flash host
    controller

 MAINTAINERS                         |    7 +
 drivers/ata/Kconfig                 |    6 +
 drivers/ata/Makefile                |    1 +
 drivers/ata/libata-sff.c            |   15 +-
 drivers/ata/pata_arasan_cf.c        |  945 +++++++++++++++++++++++++++++++++++
 include/linux/libata.h              |    3 +
 include/linux/pata_arasan_cf_data.h |   47 ++
 7 files changed, 1022 insertions(+), 2 deletions(-)
 create mode 100644 drivers/ata/pata_arasan_cf.c
 create mode 100644 include/linux/pata_arasan_cf_data.h

-- 
1.7.2.2


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

end of thread, other threads:[~2011-02-22  8:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 11:40 [PATCH V2 0/2] add pata_arasan_cf support Viresh Kumar
2011-02-18 11:40 ` [PATCH V1 1/2] libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work() Viresh Kumar
2011-02-18 14:11   ` Tejun Heo
2011-02-18 11:40 ` [PATCH V2 2/2] pata_arasan_cf: Adding support for arasan compact flash host controller Viresh Kumar
2011-02-18 14:34   ` Tejun Heo
2011-02-18 16:58     ` viresh kumar
2011-02-18 17:20       ` ejun Heo
2011-02-19  3:39         ` viresh kumar
2011-02-21  8:31           ` Tejun Heo
2011-02-22  5:46     ` viresh kumar
2011-02-22  8:58       ` Tejun Heo
2011-02-22  7:03     ` viresh kumar

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).