All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: xiic: Support forcing single-master in DT
@ 2020-08-20 10:02 ` Jaakko Laine
  0 siblings, 0 replies; 20+ messages in thread
From: Jaakko Laine @ 2020-08-20 10:02 UTC (permalink / raw)
  To: wsa
  Cc: shubhrajyoti.datta, linux-i2c, michal.simek, linux-arm-kernel,
	Jaakko Laine

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-08-26 13:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 10:02 [PATCH v2 0/2] i2c: xiic: Support forcing single-master in DT Jaakko Laine
2020-08-20 10:02 ` Jaakko Laine
2020-08-20 10:02 ` [PATCH v2 1/2] i2c: xiic: Change code alignment to 1 space only Jaakko Laine
2020-08-20 10:02   ` Jaakko Laine
2020-08-25 13:20   ` wsa
2020-08-25 13:20     ` wsa
2020-08-26 11:22     ` Michal Simek
2020-08-26 11:22       ` Michal Simek
2020-08-20 10:02 ` [PATCH v2 2/2] i2c: xiic: Support forcing single-master in DT Jaakko Laine
2020-08-20 10:02   ` Jaakko Laine
2020-08-25 13:24   ` Wolfram Sang
2020-08-25 13:24     ` Wolfram Sang
2020-08-26 11:57     ` Laine Jaakko EXT
2020-08-26 11:57       ` Laine Jaakko EXT
2020-08-26 12:05       ` Wolfram Sang
2020-08-26 12:05         ` Wolfram Sang
2020-08-26 11:55   ` Michal Simek
2020-08-26 11:55     ` Michal Simek
2020-08-26 13:03     ` Laine Jaakko EXT
2020-08-26 13:03       ` Laine Jaakko EXT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.