Linux-i2c Archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
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>,
	Andi Shyti <andi.shyti@kernel.org>
Subject: [PULL REQUEST] i2c-for-6.9-rc1-part2
Date: Fri, 22 Mar 2024 08:15:07 +0100	[thread overview]
Message-ID: <Zf0v-8vtOcMdy9Hp@shikoro> (raw)

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

The following changes since commit a4145ce1e7bc247fd6f2846e8699473448717b37:

  Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefs (2024-03-19 17:27:25 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.9-rc1-part2

for you to fetch changes up to e593a4a2d3ad5e1a4be338b38ed6ba7c70642d88:

  dt-bindings: i2c: qcom,i2c-cci: Fix OV7251 'data-lanes' entries (2024-03-20 10:28:56 +0100)

----------------------------------------------------------------
Some more I2C updates after the dependencies have been merged now.
Plus a DT binding fix.

----------------------------------------------------------------
Chris Packham (1):
      i2c: muxes: pca954x: Allow sharing reset GPIO

Rob Herring (1):
      dt-bindings: i2c: qcom,i2c-cci: Fix OV7251 'data-lanes' entries

Théo Lebrun (9):
      dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
      i2c: nomadik: rename private struct pointers from dev to priv
      i2c: nomadik: simplify IRQ masking logic
      i2c: nomadik: use bitops helpers
      i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
      i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
      i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
      i2c: nomadik: support Mobileye EyeQ5 I2C controller
      i2c: nomadik: sort includes

Wolfram Sang (1):
      Merge tag 'i2c-host-6.9-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (8):
      (Rev.) i2c: nomadik: sort includes
      (Rev.) i2c: nomadik: support Mobileye EyeQ5 I2C controller
      (Rev.) i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
      (Rev.) i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
      (Rev.) i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
      (Rev.) i2c: nomadik: use bitops helpers
      (Rev.) i2c: nomadik: simplify IRQ masking logic
      (Rev.) i2c: nomadik: rename private struct pointers from dev to priv

Krzysztof Kozlowski (2):
      (Rev.) dt-bindings: i2c: qcom,i2c-cci: Fix OV7251 'data-lanes' entries
      (Rev.) i2c: muxes: pca954x: Allow sharing reset GPIO

Linus Walleij (8):
      (Rev.) i2c: nomadik: sort includes
      (Rev.) i2c: nomadik: support Mobileye EyeQ5 I2C controller
      (Rev.) i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
      (Rev.) i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
      (Rev.) i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
      (Rev.) i2c: nomadik: use bitops helpers
      (Rev.) i2c: nomadik: simplify IRQ masking logic
      (Rev.) i2c: nomadik: rename private struct pointers from dev to priv

Rob Herring (1):
      (Rev.) dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example

Wolfram Sang (3):
      (Rev.) i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
      (Rev.) i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
      (Rev.) i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer

 .../devicetree/bindings/i2c/qcom,i2c-cci.yaml      |   2 +-
 .../devicetree/bindings/i2c/st,nomadik-i2c.yaml    |  49 +-
 drivers/i2c/busses/i2c-nomadik.c                   | 740 ++++++++++++---------
 drivers/i2c/muxes/i2c-mux-pca954x.c                |  46 +-
 4 files changed, 514 insertions(+), 323 deletions(-)

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

             reply	other threads:[~2024-03-22  7:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22  7:15 Wolfram Sang [this message]
2024-03-22 17:16 ` [PULL REQUEST] i2c-for-6.9-rc1-part2 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=Zf0v-8vtOcMdy9Hp@shikoro \
    --to=wsa@kernel.org \
    --cc=andi.shyti@kernel.org \
    --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 read-only IMAP folder(s) and NNTP newsgroup(s).