[PATCH v2 0/2] i2c: xiic: Support forcing single-master in DT

Jaakko Laine ext-jaakko.laine at vaisala.com
Thu Aug 20 06:02:39 EDT 2020


This patch series allows xiic driver to take advantage of
single-master -tag in device tree to improve reliability.

Changes from first review include an alignment change to
code, which should remove need for future alignment changes
and changing to use the new single-master -tag instead of
pre-existing multi-master tag. This helps preserve
backwards compatibility with devices without single-master
or multi-master defined in DT.

Link to v1 review:
https://lore.kernel.org/linux-i2c/20200218135627.24739-1-ext-jaakko.laine@vaisala.com/

Jaakko Laine (2):
  i2c: xiic: Change code alignment to 1 space only
  i2c: xiic: Support forcing single-master in DT

 drivers/i2c/busses/i2c-xiic.c | 74 ++++++++++++++++++++---------------
 1 file changed, 43 insertions(+), 31 deletions(-)

-- 
2.19.1




More information about the linux-arm-kernel mailing list