[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381128950-28125-1-git-send-email-gregkh@linuxfoundation.org>
Date: Sun, 6 Oct 2013 23:55:39 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 00/11] driver core bus cleanup to use dev_groups
Here's a series to start cleaning 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/bcma/main.c | 23 ++++++---
drivers/hsi/hsi.c | 10 ++-
drivers/mmc/core/bus.c | 12 ++--
drivers/mmc/core/sdio_bus.c | 21 ++++----
drivers/net/phy/mdio_bus.c | 10 ++-
drivers/pci/pci-driver.c | 2
drivers/pci/pci-sysfs.c | 73 ++++++++++++++++++-----------
drivers/pci/pci.h | 2
drivers/pcmcia/ds.c | 65 +++++++++++++++----------
drivers/pnp/base.h | 2
drivers/pnp/driver.c | 2
drivers/pnp/interface.c | 43 ++++++++++-------
drivers/rapidio/rio-driver.c | 2
drivers/rapidio/rio-sysfs.c | 38 +++++++++------
drivers/rapidio/rio.h | 2
drivers/ssb/main.c | 25 +++++----
drivers/uwb/umc-bus.c | 13 +++--
drivers/xen/xenbus/xenbus_probe.c | 24 +++++++--
drivers/xen/xenbus/xenbus_probe.h | 2
drivers/xen/xenbus/xenbus_probe_backend.c | 2
drivers/xen/xenbus/xenbus_probe_frontend.c | 2
21 files changed, 231 insertions(+), 144 deletions(-)
--
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