linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@the-dreams.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	Peter Rosin <peda@axentia.se>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [PULL REQUEST] i2c for 5.2
Date: Sat, 18 May 2019 13:01:01 +0200	[thread overview]
Message-ID: <20190518110057.GA8674@kunai> (raw)

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

Linus,

here are some I2C core API additions which are kind of simple but
enhance error checking for users a lot, especially by returning errno
now. There are wrappers to still support the old API but it will be
removed once all users are converted.

This comes a bit later in a seperate pull request because of my recent
illness. It would be great to have it merged in this cycle, however, so
we can start converting the users (spread across many subsystems) right
away.

Thanks,

   Wolfram


The following changes since commit a6a4b66bd8f41922c543f7a820c66ed59c25995e:

  Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-block (2019-05-16 19:10:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b8f5fe3bc5b9318d95770a09a480c31aced20cd2:

  i2c: core: add device-managed version of i2c_new_dummy (2019-05-17 19:29:40 +0200)

----------------------------------------------------------------
Heiner Kallweit (2):
      i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
      i2c: core: add device-managed version of i2c_new_dummy


with much appreciated quality assurance from
----------------------------------------------------------------
Bartosz Golaszewski (2):
      (Rev.) i2c: core: add device-managed version of i2c_new_dummy
      (Rev.) i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy

Kieran Bingham (2):
      (Rev.) i2c: core: add device-managed version of i2c_new_dummy
      (Rev.) i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy

Peter Rosin (2):
      (Rev.) i2c: core: add device-managed version of i2c_new_dummy
      (Rev.) i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy

 Documentation/driver-model/devres.txt |   3 +
 drivers/i2c/i2c-core-base.c           | 118 ++++++++++++++++++++++++++++++----
 include/linux/i2c.h                   |   3 +
 3 files changed, 111 insertions(+), 13 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-05-18 11:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-18 11:01 Wolfram Sang [this message]
2019-05-19 19:15 ` [PULL REQUEST] i2c for 5.2 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-07-05 19:21 Wolfram Sang
2019-07-06  2:35 ` pr-tracker-bot
2019-06-14 16:45 Wolfram Sang
2019-06-15  1:55 ` pr-tracker-bot
2019-06-08  8:54 Wolfram Sang
2019-06-08 20:10 ` pr-tracker-bot
2019-06-02  6:24 Wolfram Sang
2019-06-02 17:25 ` pr-tracker-bot
2019-05-09 19:11 Wolfram Sang
2019-05-09 22:15 ` pr-tracker-bot

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=20190518110057.GA8674@kunai \
    --to=wsa@the-dreams.de \
    --cc=brgl@bgdev.pl \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    --cc=torvalds@linux-foundation.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).