All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c <linux-i3c@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] i3c: Changes for 5.4
Date: Mon, 16 Sep 2019 09:39:53 +0200	[thread overview]
Message-ID: <20190916093953.05c99b3e@collabora.com> (raw)

Hello Linus,

Here is the I3C PR for 5.4.

Regards,

Boris

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6030f42d20cedc04df019891851320f3e257038b:

  i3c: master: Use dev_to_i3cmaster() (2019-08-27 09:43:59 +0200)

----------------------------------------------------------------
Core changes:
* Export i3c_device_match_id() so driver can get per-device data
* Add addr and lvr fields to i2c_dev_desc so we can attach I2C devices
  that are not described in the DT
* Add a missing of_node_put()
* Fix a memory leak
* Use dev_to_i3cmaster() instead of open-coding it

Driver changes:
* Use for_each_set_bit() in the Cadence driver

----------------------------------------------------------------
Andy Shevchenko (1):
      i3c: master: cdns: Use for_each_set_bit()

Axel Lin (1):
      i3c: master: Use dev_to_i3cmaster()

Nishka Dasgupta (1):
      i3c: master: Add of_node_put() before return

Przemyslaw Gaj (1):
      i3c: add addr and lvr to i2c_dev_desc structure

Vitor Soares (1):
      i3c: move i3c_device_match_id to device.c and export it

Wenwen Wang (1):
      i3c: master: fix a memory leak bug

 drivers/i3c/device.c                 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i3c/master.c                 | 67 ++++++++++++++-----------------------------------------------------
 drivers/i3c/master/dw-i3c-master.c   |  4 ++--
 drivers/i3c/master/i3c-master-cdns.c | 30 ++++++++++++------------------
 include/linux/i3c/device.h           |  4 ++++
 include/linux/i3c/master.h           |  5 +++++
 6 files changed, 90 insertions(+), 73 deletions(-)

_______________________________________________
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c <linux-i3c@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] i3c: Changes for 5.4
Date: Mon, 16 Sep 2019 09:39:53 +0200	[thread overview]
Message-ID: <20190916093953.05c99b3e@collabora.com> (raw)

Hello Linus,

Here is the I3C PR for 5.4.

Regards,

Boris

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6030f42d20cedc04df019891851320f3e257038b:

  i3c: master: Use dev_to_i3cmaster() (2019-08-27 09:43:59 +0200)

----------------------------------------------------------------
Core changes:
* Export i3c_device_match_id() so driver can get per-device data
* Add addr and lvr fields to i2c_dev_desc so we can attach I2C devices
  that are not described in the DT
* Add a missing of_node_put()
* Fix a memory leak
* Use dev_to_i3cmaster() instead of open-coding it

Driver changes:
* Use for_each_set_bit() in the Cadence driver

----------------------------------------------------------------
Andy Shevchenko (1):
      i3c: master: cdns: Use for_each_set_bit()

Axel Lin (1):
      i3c: master: Use dev_to_i3cmaster()

Nishka Dasgupta (1):
      i3c: master: Add of_node_put() before return

Przemyslaw Gaj (1):
      i3c: add addr and lvr to i2c_dev_desc structure

Vitor Soares (1):
      i3c: move i3c_device_match_id to device.c and export it

Wenwen Wang (1):
      i3c: master: fix a memory leak bug

 drivers/i3c/device.c                 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i3c/master.c                 | 67 ++++++++++++++-----------------------------------------------------
 drivers/i3c/master/dw-i3c-master.c   |  4 ++--
 drivers/i3c/master/i3c-master-cdns.c | 30 ++++++++++++------------------
 include/linux/i3c/device.h           |  4 ++++
 include/linux/i3c/master.h           |  5 +++++
 6 files changed, 90 insertions(+), 73 deletions(-)

             reply	other threads:[~2019-09-16  7:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-16  7:39 Boris Brezillon [this message]
2019-09-16  7:39 ` [GIT PULL] i3c: Changes for 5.4 Boris Brezillon
2019-09-16 21:35 ` pr-tracker-bot
2019-09-16 21:35   ` 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=20190916093953.05c99b3e@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 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.