mbox series

[0/2] Add the I3C mastership request

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

Message

Przemysław Gaj Dec. 13, 2018, 12:27 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.

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

 drivers/i3c/master.c                 | 260 ++++++++++++++++++++++++++--
 drivers/i3c/master/i3c-master-cdns.c | 316 ++++++++++++++++++++++++++++++-----
 include/linux/i3c/master.h           |  43 ++++-
 3 files changed, 560 insertions(+), 59 deletions(-)

Comments

Boris Brezillon Dec. 13, 2018, 12:47 p.m. UTC | #1
Hi Przemek,

When you resend a patch or a series, you should prefix it with [PATCH
RESEND] and explain why you're resending it.

On Thu, 13 Dec 2018 12:27:59 +0000
Przemyslaw Gaj <pgaj@cadence.com> wrote:

> 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.

Thanks for working on that.

> 
> Przemyslaw Gaj (2):
>   i3c: Add support for mastership request to I3C subsystem
>   i3c: master: cdns: add support for mastership request to Cadence I3C
>     master driver.
> 
>  drivers/i3c/master.c                 | 260 ++++++++++++++++++++++++++--
>  drivers/i3c/master/i3c-master-cdns.c | 316 ++++++++++++++++++++++++++++++-----
>  include/linux/i3c/master.h           |  43 ++++-
>  3 files changed, 560 insertions(+), 59 deletions(-)
>