All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libata: Add libata transport class.
@ 2010-05-25 19:31 Gwendal Grignou
  2010-05-25 19:31 ` Gwendal Grignou
  0 siblings, 1 reply; 4+ messages in thread
From: Gwendal Grignou @ 2010-05-25 19:31 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide, Gwendal Grignou

This is a scheleton for libata transport class. 
It has been proposed a while back, I upgraded to work on 2.6.34rc7

Gwendal Grignou (1):
  Add libata transport class.

 Documentation/ABI/testing/sysfs-ata |   99 +++++
 drivers/ata/Makefile                |    2 +-
 drivers/ata/libata-core.c           |   43 ++-
 drivers/ata/libata-eh.c             |   35 +-
 drivers/ata/libata-pmp.c            |   18 +-
 drivers/ata/libata-scsi.c           |   21 +-
 drivers/ata/libata-transport.c      |  773 +++++++++++++++++++++++++++++++++++
 drivers/ata/libata-transport.h      |   18 +
 drivers/ata/libata.h                |    7 +
 include/linux/libata.h              |    5 +
 10 files changed, 982 insertions(+), 39 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-ata
 create mode 100644 drivers/ata/libata-transport.c
 create mode 100644 drivers/ata/libata-transport.h


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

end of thread, other threads:[~2010-08-04  4:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 19:31 [PATCH] libata: Add libata transport class Gwendal Grignou
2010-05-25 19:31 ` Gwendal Grignou
2010-06-26  3:02   ` Grant Grundler
2010-08-04  4:19     ` Jeff Garzik

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.