All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PULL REQUEST] i2c for 3.12
Date: Sat, 12 Oct 2013 08:20:51 +0200	[thread overview]
Message-ID: <20131012062046.GA3227@katana> (raw)

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]

Linus,

we had various reports of problems with deferred probing in the I2C
subsystem, so this pull requst is a little bigger than usual. Most
issues should be addressed now so devices will be found correctly. A few
ususal driver bugfixes are in here, too. Please pull.

Thanks,

   Wolfram


The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to 2737de460e33df89461a59b247d3bfd477101785:

  i2c: i2c-mux-pinctrl: use deferred probe when adapter not found (2013-10-10 10:22:35 +0200)

----------------------------------------------------------------
Ionut Nicu (2):
      i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors
      i2c: i2c-mux-gpio: use deferred probing

Jean Delvare (1):
      i2c: Not all adapters have a parent

Taras Kondratiuk (1):
      i2c: omap: Clear ARDY bit twice

Wolfram Sang (6):
      i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing
      i2c: i2c-imx: replace platform_driver_probe to support deferred probing
      i2c: i2c-mxs: replace platform_driver_probe to support deferred probing
      i2c: i2c-stu300: replace platform_driver_probe to support deferred probing
      i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not found
      i2c: i2c-mux-pinctrl: use deferred probe when adapter not found

 drivers/i2c/busses/i2c-designware-platdrv.c |  5 +++--
 drivers/i2c/busses/i2c-imx.c                | 11 ++++++-----
 drivers/i2c/busses/i2c-mxs.c                |  3 ++-
 drivers/i2c/busses/i2c-omap.c               |  3 +++
 drivers/i2c/busses/i2c-stu300.c             | 11 +++++------
 drivers/i2c/i2c-core.c                      |  3 +++
 drivers/i2c/muxes/i2c-arb-gpio-challenge.c  |  2 +-
 drivers/i2c/muxes/i2c-mux-gpio.c            | 14 +++++++++-----
 drivers/i2c/muxes/i2c-mux-pinctrl.c         |  4 ++--
 9 files changed, 34 insertions(+), 22 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@the-dreams.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jean Delvare <khali@linux-fr.org>,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PULL REQUEST] i2c for 3.12
Date: Sat, 12 Oct 2013 08:20:51 +0200	[thread overview]
Message-ID: <20131012062046.GA3227@katana> (raw)

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]

Linus,

we had various reports of problems with deferred probing in the I2C
subsystem, so this pull requst is a little bigger than usual. Most
issues should be addressed now so devices will be found correctly. A few
ususal driver bugfixes are in here, too. Please pull.

Thanks,

   Wolfram


The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to 2737de460e33df89461a59b247d3bfd477101785:

  i2c: i2c-mux-pinctrl: use deferred probe when adapter not found (2013-10-10 10:22:35 +0200)

----------------------------------------------------------------
Ionut Nicu (2):
      i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors
      i2c: i2c-mux-gpio: use deferred probing

Jean Delvare (1):
      i2c: Not all adapters have a parent

Taras Kondratiuk (1):
      i2c: omap: Clear ARDY bit twice

Wolfram Sang (6):
      i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing
      i2c: i2c-imx: replace platform_driver_probe to support deferred probing
      i2c: i2c-mxs: replace platform_driver_probe to support deferred probing
      i2c: i2c-stu300: replace platform_driver_probe to support deferred probing
      i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not found
      i2c: i2c-mux-pinctrl: use deferred probe when adapter not found

 drivers/i2c/busses/i2c-designware-platdrv.c |  5 +++--
 drivers/i2c/busses/i2c-imx.c                | 11 ++++++-----
 drivers/i2c/busses/i2c-mxs.c                |  3 ++-
 drivers/i2c/busses/i2c-omap.c               |  3 +++
 drivers/i2c/busses/i2c-stu300.c             | 11 +++++------
 drivers/i2c/i2c-core.c                      |  3 +++
 drivers/i2c/muxes/i2c-arb-gpio-challenge.c  |  2 +-
 drivers/i2c/muxes/i2c-mux-gpio.c            | 14 +++++++++-----
 drivers/i2c/muxes/i2c-mux-pinctrl.c         |  4 ++--
 9 files changed, 34 insertions(+), 22 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2013-10-12  6:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-12  6:20 Wolfram Sang [this message]
2013-10-12  6:20 ` [PULL REQUEST] i2c for 3.12 Wolfram Sang
  -- strict thread matches above, loose matches on Subject: below --
2013-09-28 14:37 Wolfram Sang
2013-09-28 14:37 ` Wolfram Sang
2013-09-05  9:03 Wolfram Sang
2013-09-05  9:03 ` 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=20131012062046.GA3227@katana \
    --to=wsa-z923lk4zbo2bacvfa/9k2g@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.