mbox series

[v6,0/2] Drop support for I2C 10 bit devices from I3C subsystem

Message ID 20190416083615.6894-1-pgaj@cadence.com (mailing list archive)
Headers show
Series Drop support for I2C 10 bit devices from I3C subsystem | expand

Message

Przemysław Gaj April 16, 2019, 8:36 a.m. UTC
I3C MIPI spec does not clearly say that I2C 10bit devices are supported.
Additionally, it isn't possible to pass 10 bit device properly through DEFSLVS
command and reserve address for such device on secondary master side.

Main changes between v5 and v6:
- Fix typo in commit message

Main changes between v4 and v5:
- Merge HC driver patches and I3C subsystem into one.

Main changes between v3 and v4:
- Fix changelogs
- Fix patch versioning
- Change order of the patches to make it bisectable.

Przemyslaw Gaj (2):
  i3c: Drop support for I2C 10 bit addresing
  dt-bindings: i3c: Document dropped support for I2C 10 bit devices

 Documentation/devicetree/bindings/i3c/i3c.txt |  4 +++-
 drivers/i3c/master.c                          | 21 ++++++++++++++-------
 drivers/i3c/master/dw-i3c-master.c            |  6 ------
 drivers/i3c/master/i3c-master-cdns.c          | 10 +---------
 include/linux/i3c/master.h                    |  5 +----
 5 files changed, 19 insertions(+), 27 deletions(-)