linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-i3c <linux-i3c@lists.infradead.org>
Subject: [GIT PULL] i3c: Changes for 5.3
Date: Sat, 6 Jul 2019 09:27:55 +0200	[thread overview]
Message-ID: <20190706092755.1e0e8275@collabora.com> (raw)

Hello Linus,

Here is the I3C PR for 5.3.

Regards,

Boris

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.3

for you to fetch changes up to ede2001569c32e5bafd2203c7272bbd3249e942e:

  i3c: master: Use struct_size() helper (2019-07-04 12:05:14 +0200)

----------------------------------------------------------------
* Drop support for 10-bit I2C addresses
* Add support for limited bus mode
* Fix the Cadence DT binding doc
* Use struct_size() to allocate a DEFSLVS packet

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      i3c: master: Use struct_size() helper

Przemyslaw Gaj (2):
      i3c: Drop support for I2C 10 bit addresing
      dt-bindings: i3c: Document dropped support for I2C 10 bit devices

Qii Wang (1):
      dt-bindings: i3c: cdns: Use correct cells for I2C device

Vitor Soares (3):
      i3c: fix i2c and i3c scl rate by bus mode
      i3c: add mixed limited bus mode
      i3c: dw: add limited bus mode support

 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt |  2 +-
 Documentation/devicetree/bindings/i3c/i3c.txt             |  4 +++-
 drivers/i3c/master.c                                      | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 drivers/i3c/master/dw-i3c-master.c                        |  7 +------
 drivers/i3c/master/i3c-master-cdns.c                      | 10 +---------
 include/linux/i3c/master.h                                | 10 ++++++----
 6 files changed, 71 insertions(+), 44 deletions(-)

             reply	other threads:[~2019-07-06  7:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06  7:27 Boris Brezillon [this message]
2019-07-09 18:05 ` [GIT PULL] i3c: Changes for 5.3 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=20190706092755.1e0e8275@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --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).