lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 20 Jul 2018 21:57:49 +0100
From:   Vitor soares <Vitor.Soares@...opsys.com>
To:     boris.brezillon@...tlin.com, wsa@...-dreams.de,
        linux-i2c@...r.kernel.org, corbet@....net,
        linux-doc@...r.kernel.org, gregkh@...uxfoundation.org,
        arnd@...db.de
Cc:     psroka@...ence.com, agolec@...ence.com, adouglas@...ence.com,
        bfolta@...ence.com, dkos@...ence.com, alicja@...ence.com,
        cwronka@...ence.com, sureshp@...ence.com, rafalc@...ence.com,
        thomas.petazzoni@...tlin.com, nm@...com, robh+dt@...nel.org,
        pawel.moll@....com, mark.rutland@....com,
        ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        geert@...ux-m68k.org, linus.walleij@...aro.org,
        Xiang.Lin@...aptics.com, linux-gpio@...r.kernel.org,
        nsekhar@...com, pgaj@...ence.com, peda@...ntia.se,
        Joao.Pinto@...opsys.com, Vitor.Soares@...opsys.com
Subject: [PATCH 0/3] Add driver for Synopsys DesignWare I3C master IP

This patch series is a proposal for the I3C master driver for Synopsys IP.
This patch is to be applied on top of I3C subsystem RFC V6 submitted
by Boris Brezillon.

Supported features:
  Regular CCC commands.
  I3C private transfers.
  I2C transfers.

Missing functionalities:
  Hot-join.
  IBI.

Vitor soares (3):
  i3c: master: Add driver for Synopsys DesignWare IP
  dt-bindings: i3c: Document Synopsys DesignWare I3C master bindings
  MAINTAINERS: Add myself as the dw-i3c-master module maintainer

 .../devicetree/bindings/i3c/snps,dw-i3c-master.txt |   43 +
 MAINTAINERS                                        |    6 +
 drivers/i3c/master/Kconfig                         |   10 +
 drivers/i3c/master/Makefile                        |    1 +
 drivers/i3c/master/dw-i3c-master.c                 | 1255 ++++++++++++++++++++
 5 files changed, 1315 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
 create mode 100644 drivers/i3c/master/dw-i3c-master.c

-- 
2.7.4


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ