All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] omapdss: Add video output support for gta04
@ 2014-11-30 13:07 ` Marek Belisko
  0 siblings, 0 replies; 20+ messages in thread
From: Marek Belisko @ 2014-11-30 13:07 UTC (permalink / raw)
  To: linux-arm-kernel

changes from v2:
- rename amplifier-opa362.c to encoder-opa362
- drop inversion handlign from driver
- add ti,invert-polarity to venc node

I also drop devconf1 handling patches because discussion how to
properly implement is not yet finished and this part is independent
from video driver.

changes from v1:
- fix opa362 compilation error
- fix opa362 DT documentation
- move devconf1 definition to omap3.dtsi

Marek Belisko (3):
  video: omapdss: Add opa362 driver
  Documentation: DT: Add documentation for ti,opa362 bindings
  arm: dts: omap3-gta04: Add handling for tv output

 .../devicetree/bindings/video/ti,opa362.txt        |  38 +++
 arch/arm/boot/dts/omap3-gta04.dtsi                 |  49 ++++
 drivers/video/fbdev/omap2/displays-new/Kconfig     |   6 +
 drivers/video/fbdev/omap2/displays-new/Makefile    |   1 +
 .../fbdev/omap2/displays-new/encoder-opa362.c      | 283 +++++++++++++++++++++
 5 files changed, 377 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt
 create mode 100644 drivers/video/fbdev/omap2/displays-new/encoder-opa362.c

-- 
1.9.1


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

end of thread, other threads:[~2014-12-03 12:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-30 13:07 [PATCH v3 0/3] omapdss: Add video output support for gta04 Marek Belisko
2014-11-30 13:07 ` Marek Belisko
2014-11-30 13:07 ` Marek Belisko
2014-11-30 13:07 ` [PATCH v3 1/3] video: omapdss: Add opa362 driver Marek Belisko
2014-11-30 13:07   ` Marek Belisko
2014-11-30 13:07   ` Marek Belisko
2014-12-03 12:13   ` Tomi Valkeinen
2014-12-03 12:13     ` Tomi Valkeinen
2014-12-03 12:13     ` Tomi Valkeinen
2014-12-03 12:13     ` Tomi Valkeinen
2014-11-30 13:07 ` [PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings Marek Belisko
2014-11-30 13:07   ` [PATCH v3 2/3] Documentation: DT: Add documentation for ti, opa362 bindings Marek Belisko
2014-11-30 13:07   ` [PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings Marek Belisko
2014-12-03 12:18   ` Tomi Valkeinen
2014-12-03 12:18     ` Tomi Valkeinen
2014-12-03 12:18     ` [PATCH v3 2/3] Documentation: DT: Add documentation for ti, opa362 bindings Tomi Valkeinen
2014-12-03 12:18     ` [PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings Tomi Valkeinen
2014-11-30 13:07 ` [PATCH v3 3/3] arm: dts: omap3-gta04: Add handling for tv output Marek Belisko
2014-11-30 13:07   ` Marek Belisko
2014-11-30 13:07   ` Marek Belisko

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.