public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for i2c_new_secondary_device
@ 2018-01-22 12:49 Kieran Bingham
  2018-01-22 12:49 ` [PATCH 1/2] media: adv7604: " Kieran Bingham
  2018-01-22 12:49 ` [PATCH 2/2] drm: adv7511: " Kieran Bingham
  0 siblings, 2 replies; 17+ messages in thread
From: Kieran Bingham @ 2018-01-22 12:49 UTC (permalink / raw)
  To: linux-media, dri-devel, linux-kernel, linux-renesas-soc
  Cc: Jean-Michel Hautbois, Kieran Bingham

Back in 2014, Jean-Michel provided patches [0] to implement a means of
describing software defined I2C addresses for devices through the DT nodes.

The patch to implement the function "i2c_new_secondary_device()" was integrated,
but the corresponding driver update didn't get applied.

This short series re-bases Jean-Michel's patch to mainline for the ADV7604 driver
in linux-media, and also provides a patch for the ADV7511 DRM Bridge driver taking
the same approach.

This series allows us to define the I2C address allocations of these devices in
the device tree for the Renesas D3 platform where these two devices reside on
the same bus and conflict with each other presently..

[0] https://lkml.org/lkml/2014/10/22/468
[1] https://lkml.org/lkml/2014/10/22/469

Jean-Michel Hautbois (1):
  media: adv7604: Add support for i2c_new_secondary_device

Kieran Bingham (1):
  drm: adv7511: Add support for i2c_new_secondary_device

 .../bindings/display/bridge/adi,adv7511.txt        | 10 +++-
 .../devicetree/bindings/media/i2c/adv7604.txt      | 18 ++++++-
 drivers/gpu/drm/bridge/adv7511/adv7511.h           |  4 ++
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       | 36 ++++++++-----
 drivers/media/i2c/adv7604.c                        | 60 ++++++++++++++--------
 5 files changed, 92 insertions(+), 36 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-02-08 21:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22 12:49 [PATCH 0/2] Add support for i2c_new_secondary_device Kieran Bingham
2018-01-22 12:49 ` [PATCH 1/2] media: adv7604: " Kieran Bingham
2018-01-29 20:08   ` Rob Herring
2018-02-07 15:54     ` Kieran Bingham
2018-01-22 12:49 ` [PATCH 2/2] drm: adv7511: " Kieran Bingham
2018-01-22 13:00   ` Lars-Peter Clausen
2018-01-23  7:54     ` Kieran Bingham
2018-01-29  4:11   ` Archit Taneja
2018-02-07 12:33     ` Kieran Bingham
2018-02-07 23:40       ` Kieran Bingham
2018-01-29 10:26   ` Laurent Pinchart
2018-01-29 20:12     ` Rob Herring
2018-02-07 15:14     ` Kieran Bingham
2018-02-07 21:59       ` Laurent Pinchart
2018-02-07 23:30         ` Kieran Bingham
2018-02-08 21:51           ` Laurent Pinchart
2018-01-29 20:09   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox