mbox series

[v2,0/3] Add the I3C mastership request

Message ID cover.1547227861.git.pgaj@cadence.com (mailing list archive)
Headers show
Series Add the I3C mastership request | expand

Message

Przemysław Gaj Jan. 11, 2019, 5:43 p.m. UTC
This patch series adds support for mastership request to I3C
subsystem and Cadence I3C master driver. Mastership request
allows slave to become the master of the I3C bus.

Main changes between initial version and v2 are:
- Reworked devices registration on secondary master side
- Reworked mastership event disabling/enabling
- Reworked bus locking related to mastership takeover process
- Added DEFSLVS devices registration during initialization
- Fixed style issues

Przemyslaw Gaj (3):
  i3c: Add support for mastership request to I3C subsystem
  i3c: master: cdns: add support for mastership request to Cadence I3C
    master driver.
  i3c: master: Add module author

 drivers/i3c/master.c                 | 258 +++++++++++++++++++++--
 drivers/i3c/master/i3c-master-cdns.c | 385 ++++++++++++++++++++++++++++++-----
 include/linux/i3c/master.h           |  29 ++-
 3 files changed, 611 insertions(+), 61 deletions(-)