From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 0/8] driver core bus cleanup to use dev_groups, round 2
Date: Mon, 7 Oct 2013 18:27:34 -0700 [thread overview]
Message-ID: <1381195662-28009-1-git-send-email-gregkh@linuxfoundation.org> (raw)
Here is another series of patches to clean up the different bus code to
not use 'dev_attr' and instead, use 'dev_groups' as dev_attr will be
removed soon.
greg k-h
---
drivers/ide/ide-sysfs.c | 35 ++++++++++++++++++++++++++---------
drivers/ide/ide.c | 2 +-
drivers/input/gameport/gameport.c | 17 ++++++++++-------
drivers/ipack/ipack.c | 22 +++++++++++++++-------
drivers/memstick/core/memstick.c | 18 +++++++++---------
drivers/message/i2o/core.h | 2 +-
drivers/message/i2o/device.c | 32 +++++++++++++++++++++-----------
drivers/message/i2o/driver.c | 2 +-
drivers/misc/tifm_core.c | 10 ++++++----
drivers/spi/spi.c | 10 ++++++----
drivers/virtio/virtio.c | 27 +++++++++++++++++++--------
include/linux/ide.h | 2 +-
12 files changed, 116 insertions(+), 63 deletions(-)
next reply other threads:[~2013-10-08 2:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 1:27 Greg Kroah-Hartman [this message]
2013-10-08 1:27 ` [PATCH 1/8] ide: convert bus code to use dev_groups Greg Kroah-Hartman
2013-10-08 5:00 ` David Miller
2013-10-08 1:27 ` [PATCH 2/8] ipack: " Greg Kroah-Hartman
2013-10-08 6:26 ` Samuel Iglesias Gonsálvez
2013-10-08 1:27 ` [PATCH 3/8] input: gameport: " Greg Kroah-Hartman
2013-10-08 1:27 ` [PATCH 4/8] spi: " Greg Kroah-Hartman
2013-10-08 9:35 ` Mark Brown
2013-10-08 1:27 ` [PATCH 5/8] virtio: " Greg Kroah-Hartman
2013-10-08 1:27 ` [PATCH 6/8] tifm: " Greg Kroah-Hartman
2013-10-08 1:27 ` [PATCH 7/8] memstick: " Greg Kroah-Hartman
2013-10-08 1:27 ` [PATCH 8/8] i2o: " Greg Kroah-Hartman
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=1381195662-28009-1-git-send-email-gregkh@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).