From: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>,
Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
Subject: [PULL REQUEST] i2c for 3.8
Date: Sat, 22 Dec 2012 20:23:55 +0100 [thread overview]
Message-ID: <20121222192355.GA26323@pengutronix.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 4395 bytes --]
Linus,
since 3.8-rc1 is out now, please pull the squashed patches from Bill to
get rid of the __dev* annotations in the i2c subsystem. I couldn't
include it in my previous pull request due to some dependency with the
mfd subsystem. I had this patch in linux-next for two days before rc1
and nothing popped up. Please pull.
Thanks,
Wolfram
The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
are available in the git repository at:
git://git.pengutronix.de/git/wsa/linux.git i2c-embedded/for-next
for you to fetch changes up to 0b255e927d47b550620dfd3475ee74b0f52e09c8:
i2c: remove __dev* attributes from subsystem (2012-12-22 20:13:45 +0100)
----------------------------------------------------------------
Bill Pemberton (1):
i2c: remove __dev* attributes from subsystem
drivers/i2c/busses/i2c-ali1535.c | 8 +++---
drivers/i2c/busses/i2c-ali1563.c | 10 +++----
drivers/i2c/busses/i2c-ali15x3.c | 8 +++---
drivers/i2c/busses/i2c-amd756.c | 7 +++--
drivers/i2c/busses/i2c-amd8111.c | 7 +++--
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 | 28 +++++++++-----------
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 | 12 ++++-----
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 | 32 +++++++++++-----------
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 | 4 +--
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, 241 insertions(+), 247 deletions(-)
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next reply other threads:[~2012-12-22 19:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-22 19:23 Wolfram Sang [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-23 13:23 [PULL REQUEST] i2c for 3.8 Wolfram Sang
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=20121222192355.GA26323@pengutronix.de \
--to=w.sang-bicnvbalz9megne8c9+irq@public.gmane.org \
--cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
--cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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).