public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/5] Move tda998x to a couple encoder/connector
@ 2014-03-17  9:40 Jean-Francois Moine
  2014-03-17  8:17 ` [PATCH RFC 1/5] drm/i2c: tda998x: " Jean-Francois Moine
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jean-Francois Moine @ 2014-03-17  9:40 UTC (permalink / raw)
  To: dri-devel
  Cc: Dave Airlie, linux-arm-kernel, linux-kernel, Rob Clark,
	Russell King - ARM Linux

The 'slave encoder' structure of the tda998x driver asks for glue
between the DRM driver and the encoder/connector structures.

Changing the tda998x driver to a simple encoder/connector simplifies
the code of the tilcdc driver. This change is permitted by
Russell's infrastructure for componentised subsystems.

The proposed patch set does not include changes to the Armada DRM driver
which has no DT support yet and which will not work anymore if this
patch set is applied.

Jean-Francois Moine (5):
  drm/i2c: tda998x: Move tda998x to a couple encoder/connector
  drm/tilcdc: Change the interface with the tda998x driver
  drm/i2c: tda998x: Add required properties
  drm/tilcd: dts: Add the video sink
  ARM: AM33XX: dts: Change the tda998x description

 .../devicetree/bindings/drm/i2c/tda998x.txt        |  12 +
 .../devicetree/bindings/drm/tilcdc/slave.txt       |  18 -
 .../devicetree/bindings/drm/tilcdc/tilcdc.txt      |   6 +
 arch/arm/boot/dts/am335x-base0033.dts              |  28 +-
 arch/arm/boot/dts/am335x-boneblack.dts             |  21 +-
 drivers/gpu/drm/i2c/tda998x_drv.c                  | 335 +++++++++--------
 drivers/gpu/drm/tilcdc/Makefile                    |   1 -
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                |  81 +++-
 drivers/gpu/drm/tilcdc/tilcdc_slave.c              | 406 ---------------------
 drivers/gpu/drm/tilcdc/tilcdc_slave.h              |  26 --
 10 files changed, 297 insertions(+), 637 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/drm/tilcdc/slave.txt
 delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave.c
 delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave.h

-- 
1.9.0


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

end of thread, other threads:[~2014-03-17  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17  9:40 [PATCH RFC 0/5] Move tda998x to a couple encoder/connector Jean-Francois Moine
2014-03-17  8:17 ` [PATCH RFC 1/5] drm/i2c: tda998x: " Jean-Francois Moine
2014-03-17  8:36 ` [PATCH RFC 2/5] drm/tilcdc: Change the interface with the tda998x driver Jean-Francois Moine
2014-03-17  8:52 ` [PATCH RFC 5/5] ARM: AM33XX: dts: Change the tda998x description Jean-Francois Moine
2014-03-17  9:17 ` [PATCH RFC 3/5] drm/i2c: tda998x: Add required properties Jean-Francois Moine
2014-03-17  9:31 ` [PATCH RFC 4/5] drm/tilcd: dts: Add the video sink Jean-Francois Moine

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