linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: fsi: Fixes for systems with more ports
@ 2020-06-08 16:05 Eddie James
  2020-06-08 16:05 ` [PATCH 1/2] i2c: fsi: Fix the port number field in status register Eddie James
  2020-06-08 16:05 ` [PATCH 2/2] i2c: fsi: Prevent adding adapters for ports without dts nodes Eddie James
  0 siblings, 2 replies; 5+ messages in thread
From: Eddie James @ 2020-06-08 16:05 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-kernel, andy.shevchenko, wsa, joel, eajames

This series fixes a register definition for the FSI-attached I2C master to
allow all the available ports. In addition, the code to add an adapter for
each port is modified to require a device-tree entry for the bus. This is so
that systems with lots of busses that have no devices on them don't add lots
of unecessary devices.

Eddie James (2):
  i2c: fsi: Fix the port number field in status register
  i2c: fsi: Prevent adding adapters for ports without dts nodes

 drivers/i2c/busses/i2c-fsi.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2020-06-08 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-08 16:05 [PATCH 0/2] i2c: fsi: Fixes for systems with more ports Eddie James
2020-06-08 16:05 ` [PATCH 1/2] i2c: fsi: Fix the port number field in status register Eddie James
2020-06-08 16:05 ` [PATCH 2/2] i2c: fsi: Prevent adding adapters for ports without dts nodes Eddie James
2020-06-08 16:31   ` Andy Shevchenko
2020-06-08 18:12     ` Eddie James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).