linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] driver core bus cleanup to use dev_groups
@ 2013-10-07  6:55 Greg Kroah-Hartman
  2013-10-07  6:55 ` [PATCH 01/11] pci: convert bus code " Greg Kroah-Hartman
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Greg Kroah-Hartman @ 2013-10-07  6:55 UTC (permalink / raw)
  To: linux-kernel

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



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

end of thread, other threads:[~2013-10-10  8:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07  6:55 [PATCH 00/11] driver core bus cleanup to use dev_groups Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 01/11] pci: convert bus code " Greg Kroah-Hartman
2013-10-07 18:21   ` Bjorn Helgaas
2013-10-07 20:41     ` Greg Kroah-Hartman
2013-10-07 20:47       ` Bjorn Helgaas
2013-10-07 21:18   ` Bjorn Helgaas
2013-10-07  6:55 ` [PATCH 02/11] mdio_bus: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 03/11] PNP: " Greg Kroah-Hartman
2013-10-07 21:27   ` Rafael J. Wysocki
2013-10-07  6:55 ` [PATCH 04/11] MMC: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 05/11] uwb: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 06/11] bcma: " Greg Kroah-Hartman
2013-10-09 15:13   ` John W. Linville
2013-10-10  8:08     ` Rafał Miłecki
2013-10-07  6:55 ` [PATCH 07/11] pcmcia: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 08/11] rapidio: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 09/11] ssb: " Greg Kroah-Hartman
2013-10-07  6:55 ` [PATCH 10/11] xenbus: " Greg Kroah-Hartman
2013-10-07 16:34   ` Boris Ostrovsky
2013-10-07  6:55 ` [PATCH 11/11] hsi: " Greg Kroah-Hartman

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