[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190916093953.05c99b3e@collabora.com>
Date: Mon, 16 Sep 2019 09:39:53 +0200
From: Boris Brezillon <boris.brezillon@...labora.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-i3c <linux-i3c@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] i3c: Changes for 5.4
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(-)
Powered by blists - more mailing lists