[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080122055204.GA3066@darkstar.te-china.tietoenator.com>
Date: Tue, 22 Jan 2008 13:52:04 +0800
From: Dave Young <hidave.darkstar@...il.com>
To: Greg KH <gregkh@...e.de>
Cc: stefanr@...6.in-berlin.de, James.Bottomley@...senpartnership.com,
a.zummo@...ertech.it, peterz@...radead.org, cbou@...l.ru,
linux-kernel@...r.kernel.org, David Brownell <david-b@...bell.net>,
stern@...land.harvard.edu, dwmw2@...radead.org,
davem@...emloft.net, jarkao2@...il.com
Subject: [PATCHSET] driver core : add class iteration api
Repost for review.
[PATCH 1/6] Add some class iteration functions in driver core
[PATCH 2-6/6] Make the drivers with class iterating to use class iteration api
toc:
---
1-driver-core-add-class-iteration-api.patch
2-ieee1394-use-class-iteration-api.patch
3-power_supply-use-class-iteration-api.patch
4-rtc-use-class-iteration-api.patch
5-scsi-use-class-iteration-api.patch
6-spi-use-class-iteration-api.patch
Summary diffstat:
---
drivers/base/class.c | 159 +++++++++++++++++++
drivers/ieee1394/nodemgr.c | 312 +++++++++++++++++++++-----------------
drivers/power/apm_power.c | 116 ++++++++------
drivers/power/power_supply_core.c | 72 ++++----
drivers/rtc/interface.c | 22 +-
drivers/scsi/hosts.c | 24 +-
drivers/spi/spi.c | 24 +-
include/linux/device.h | 11 +
8 files changed, 488 insertions(+), 252 deletions(-)
Regards
dave
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists