linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] i2c: remove __dev* attributes for retirement of HOTPLUG
@ 2012-11-27 20:59 Bill Pemberton
       [not found] ` <1354049993-12718-1-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
  2012-11-27 20:59 ` [PATCH 05/16] i2c: i2c-cpm: remove __dev* attributes Bill Pemberton
  0 siblings, 2 replies; 33+ messages in thread
From: Bill Pemberton @ 2012-11-27 20:59 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA; +Cc: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r

This is a respin of the patches to remove the __dev* attributes in the
i2c subsystem.

The attributes __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit are no longer needed since CONFIG_HOTPLUG is being
removed as an option.


Bill Pemberton (16):
  i2c/busses: remove __dev* attributes
  i2c: mux-gpio: remove __dev* attributes
  i2c: pnx: remove __dev* attributes
  i2c: scx200_acb: remove __dev* attributes
  i2c: i2c-cpm: remove __dev* attributes
  i2c: i2c-gpio: remove __dev* attributes
  i2c: i2c-parport-light: remove __dev* attributes
  i2c: ocores: remove __dev* attributes
  i2c: omap: remove __dev* attributes
  i2c: pca: remove __dev* attributes
  i2c: puv3: remove __dev* attributes
  i2c: i2c-pasemi: remove __dev* attributes
  i2c: sirf: remove __dev* attributes
  i2c-ali1563: remove __dev* attributes
  i2c-sis96x: remove __dev* attributes
  i2c: SMBus: remove __dev* attributes

 drivers/i2c/busses/i2c-ali1535.c            |  8 +++---
 drivers/i2c/busses/i2c-ali1563.c            |  8 +++---
 drivers/i2c/busses/i2c-ali15x3.c            |  8 +++---
 drivers/i2c/busses/i2c-amd756.c             |  6 ++---
 drivers/i2c/busses/i2c-amd8111.c            |  6 ++---
 drivers/i2c/busses/i2c-at91.c               | 14 +++++------
 drivers/i2c/busses/i2c-au1550.c             |  6 ++---
 drivers/i2c/busses/i2c-cpm.c                |  8 +++---
 drivers/i2c/busses/i2c-designware-pcidrv.c  |  6 ++---
 drivers/i2c/busses/i2c-designware-platdrv.c |  6 ++---
 drivers/i2c/busses/i2c-eg20t.c              |  6 ++---
 drivers/i2c/busses/i2c-elektor.c            |  8 +++---
 drivers/i2c/busses/i2c-gpio.c               |  8 +++---
 drivers/i2c/busses/i2c-highlander.c         |  6 ++---
 drivers/i2c/busses/i2c-hydra.c              |  6 ++---
 drivers/i2c/busses/i2c-i801.c               | 24 +++++++++---------
 drivers/i2c/busses/i2c-ibm_iic.c            |  8 +++---
 drivers/i2c/busses/i2c-intel-mid.c          |  6 ++---
 drivers/i2c/busses/i2c-isch.c               |  6 ++---
 drivers/i2c/busses/i2c-mpc.c                | 38 ++++++++++++++---------------
 drivers/i2c/busses/i2c-mv64xxx.c            | 18 +++++++-------
 drivers/i2c/busses/i2c-mxs.c                |  6 ++---
 drivers/i2c/busses/i2c-nforce2.c            | 10 ++++----
 drivers/i2c/busses/i2c-nuc900.c             |  6 ++---
 drivers/i2c/busses/i2c-ocores.c             |  6 ++---
 drivers/i2c/busses/i2c-octeon.c             | 10 ++++----
 drivers/i2c/busses/i2c-omap.c               |  6 ++---
 drivers/i2c/busses/i2c-parport-light.c      |  6 ++---
 drivers/i2c/busses/i2c-pasemi.c             |  6 ++---
 drivers/i2c/busses/i2c-pca-isa.c            |  8 +++---
 drivers/i2c/busses/i2c-pca-platform.c       |  6 ++---
 drivers/i2c/busses/i2c-piix4.c              | 20 +++++++--------
 drivers/i2c/busses/i2c-pmcmsp.c             |  6 ++---
 drivers/i2c/busses/i2c-pnx.c                |  6 ++---
 drivers/i2c/busses/i2c-powermac.c           | 16 ++++++------
 drivers/i2c/busses/i2c-puv3.c               |  6 ++---
 drivers/i2c/busses/i2c-pxa-pci.c            |  6 ++---
 drivers/i2c/busses/i2c-rcar.c               |  6 ++---
 drivers/i2c/busses/i2c-s6000.c              |  8 +++---
 drivers/i2c/busses/i2c-sh7760.c             |  8 +++---
 drivers/i2c/busses/i2c-sh_mobile.c          |  2 +-
 drivers/i2c/busses/i2c-sirf.c               |  8 +++---
 drivers/i2c/busses/i2c-sis5595.c            |  4 +--
 drivers/i2c/busses/i2c-sis630.c             |  8 +++---
 drivers/i2c/busses/i2c-sis96x.c             |  6 ++---
 drivers/i2c/busses/i2c-tegra.c              |  8 +++---
 drivers/i2c/busses/i2c-via.c                |  6 ++---
 drivers/i2c/busses/i2c-viapro.c             |  2 +-
 drivers/i2c/busses/i2c-viperboard.c         |  6 ++---
 drivers/i2c/busses/i2c-xiic.c               |  8 +++---
 drivers/i2c/busses/i2c-xlr.c                |  6 ++---
 drivers/i2c/busses/scx200_acb.c             | 16 ++++++------
 drivers/i2c/muxes/i2c-mux-gpio.c            | 14 +++++------
 drivers/i2c/muxes/i2c-mux-pinctrl.c         |  8 +++---
 54 files changed, 232 insertions(+), 232 deletions(-)

-- 
1.8.0.1

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

end of thread, other threads:[~2012-11-29  1:22 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 20:59 [PATCH 00/16] i2c: remove __dev* attributes for retirement of HOTPLUG Bill Pemberton
     [not found] ` <1354049993-12718-1-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-27 20:59   ` [PATCH 01/16] i2c/busses: remove __dev* attributes Bill Pemberton
2012-11-27 20:59   ` [PATCH 02/16] i2c: mux-gpio: " Bill Pemberton
     [not found]     ` <1354049993-12718-3-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-27 22:44       ` Peter Korsgaard
2012-11-27 20:59   ` [PATCH 03/16] i2c: pnx: " Bill Pemberton
2012-11-27 20:59   ` [PATCH 04/16] i2c: scx200_acb: " Bill Pemberton
2012-11-27 20:59   ` [PATCH 06/16] i2c: i2c-gpio: " Bill Pemberton
     [not found]     ` <1354049993-12718-7-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-27 22:22       ` Håvard Skinnemoen
2012-11-27 20:59   ` [PATCH 07/16] i2c: i2c-parport-light: " Bill Pemberton
     [not found]     ` <1354049993-12718-8-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-28 12:28       ` Jean Delvare
2012-11-27 20:59   ` [PATCH 08/16] i2c: ocores: " Bill Pemberton
     [not found]     ` <1354049993-12718-9-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-27 22:55       ` Peter Korsgaard
2012-11-27 20:59   ` [PATCH 09/16] i2c: omap: " Bill Pemberton
2012-11-27 20:59   ` [PATCH 10/16] i2c: pca: " Bill Pemberton
2012-11-27 20:59   ` [PATCH 11/16] i2c: puv3: " Bill Pemberton
     [not found]     ` <1354049993-12718-12-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-29  1:22       ` guanxuetao-TG0Ac1+ktVePQbnJrJN+5g
2012-11-27 20:59   ` [PATCH 12/16] i2c: i2c-pasemi: " Bill Pemberton
2012-11-27 20:59   ` [PATCH 13/16] i2c: sirf: " Bill Pemberton
     [not found]     ` <1354049993-12718-14-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-28  2:45       ` Barry Song
2012-11-27 20:59   ` [PATCH 14/16] i2c-ali1563: " Bill Pemberton
     [not found]     ` <1354049993-12718-15-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-28 12:31       ` Jean Delvare
     [not found]         ` <20121128133153.700e84a8-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2012-11-28 13:48           ` Bill Pemberton
2012-11-27 20:59   ` [PATCH 15/16] i2c-sis96x: " Bill Pemberton
     [not found]     ` <1354049993-12718-16-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-28 12:33       ` Jean Delvare
2012-11-27 20:59   ` [PATCH 16/16] i2c: SMBus: " Bill Pemberton
     [not found]     ` <1354049993-12718-17-git-send-email-wfp5p-4Ng6DfrEGID2fBVCVOL8/A@public.gmane.org>
2012-11-28 13:23       ` Jean Delvare
     [not found]         ` <20121128142349.629db0c0-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2012-11-28 13:54           ` Bill Pemberton
     [not found]             ` <20121128135448.5319580134-A/mCt7huS1Rvw44tLj6iNJvpjmsXDcsSh13vi7wywA4@public.gmane.org>
2012-11-28 14:07               ` Jean Delvare
2012-11-28 13:32       ` Jean Delvare
2012-11-28 10:47   ` [PATCH 00/16] i2c: remove __dev* attributes for retirement of HOTPLUG Wolfram Sang
     [not found]     ` <20121128104716.GC14238-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-28 13:51       ` [PATCH 00/16] i2c: remove __dev* attributes for retirement of Bill Pemberton
     [not found]         ` <20121128135146.74D0580134-A/mCt7huS1Rvw44tLj6iNJvpjmsXDcsSh13vi7wywA4@public.gmane.org>
2012-11-28 13:52           ` Wolfram Sang
2012-11-27 20:59 ` [PATCH 05/16] i2c: i2c-cpm: remove __dev* attributes Bill Pemberton

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