mbox series

[GIT,PULL] i3c: Changes for 5.6

Message ID 20200127093443.0f52c6b3@collabora.com (mailing list archive)
State Mainlined
Commit b9b627a449889e9dacfe9e7ac3cdf829a0004845
Headers show
Series [GIT,PULL] i3c: Changes for 5.6 | expand

Pull-request

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

Message

Boris Brezillon Jan. 27, 2020, 8:34 a.m. UTC
Hello Linus,

Here is the I3C PR for 5.6.

Best Regards,

Boris

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3952cf8ff2f7751ee2f9d6cc6140df4667853250:

  i3c: master: dw: reattach device on first available location of address table (2020-01-13 10:00:05 +0100)

----------------------------------------------------------------
* Core changes:
  - Make i3c_bus_set_mode() static

* Driver changes:
  - Add a per-SoC data_hold_delay property to the Cadence driver
  - Fix formatting issues in the 'CADENCE I3C MASTER IP' MAINTAINERS entry
  - Use devm_platform_ioremap_resource() where appropriate
  - Adjust DesignWare reattach logic

----------------------------------------------------------------
Benjamin Gaignard (1):
      i3c: master: make i3c_bus_set_mode static

Lukas Bulwahn (1):
      MAINTAINERS: fix style in CADENCE I3C MASTER IP entry

Przemyslaw Gaj (1):
      i3c: master: cdns: add data hold delay support

Vitor Soares (1):
      i3c: master: dw: reattach device on first available location of address table

Yangtao Li (2):
      i3c: master: dw: convert to devm_platform_ioremap_resource
      i3c: master: cdns: convert to devm_platform_ioremap_resource

 MAINTAINERS                          |  8 ++++----
 drivers/i3c/master.c                 |  4 ++--
 drivers/i3c/master/dw-i3c-master.c   | 20 +++++++++++++++++---
 drivers/i3c/master/i3c-master-cdns.c | 53 +++++++++++++++++++++++++++++++++++++++++++++--------
 4 files changed, 68 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 27, 2020, 7:15 p.m. UTC | #1
The pull request you sent on Mon, 27 Jan 2020 09:34:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b9b627a449889e9dacfe9e7ac3cdf829a0004845

Thank you!