devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add ANX7814 I2C bridge driver
@ 2016-03-24 10:41 Enric Balletbo i Serra
       [not found] ` <1458816106-11596-1-git-send-email-enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Enric Balletbo i Serra @ 2016-03-24 10:41 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	treding-DDmLM1+adcrQT0dZR+AlfA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A
  Cc: pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, airlied-cv59FeDIM0c,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ,
	javier-0uQlZySMnqxg9hUCZPvPmw, span-RZiUC8FWO7+l5r2w9Jh5Rg,
	nathan.chung-NuS5LvNUpcJWk0Htik3J/w,
	djkurtz-F7+t8E8rja9g9hUCZPvPmw, drinkcat-F7+t8E8rja9g9hUCZPvPmw,
	laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw,
	dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA,
	jb.tsai-NuS5LvNUpcJWk0Htik3J/w, cawa.cheng-NuS5LvNUpcJWk0Htik3J/w,
	eddie.huang-NuS5LvNUpcJWk0Htik3J/w, cjiao-RZiUC8FWO7+l5r2w9Jh5Rg,
	emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w

Hi all,

This patch set to introduces the anx7814 slimport transmitter driver. These
new series will replace the old series that can be found here [1]. The reason
why I introduce these new series is because the driver changed significantly.
The old approach used a polled state machine ans was not really well using the
kernel mode setting API. With this new driver I tried to use better the drm API
and use an interrupt driven model.

Wating for your comments...

[1] https://lwn.net/Articles/666885/

Enric Balletbo i Serra (3):
  of: Add vendor prefix for Analogix Semiconductor
  devicetree: Add ANX7814 SlimPort transmitter binding.
  drm: bridge: anx78xx: Add anx78xx driver support.

 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 .../devicetree/bindings/video/bridge/anx7814.txt   |   41 +
 drivers/gpu/drm/bridge/Kconfig                     |    8 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/anx78xx.c                   | 1433 ++++++++++++++++++++
 drivers/gpu/drm/bridge/anx78xx.h                   |  719 ++++++++++
 6 files changed, 2203 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/bridge/anx7814.txt
 create mode 100644 drivers/gpu/drm/bridge/anx78xx.c
 create mode 100644 drivers/gpu/drm/bridge/anx78xx.h

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 10:41 [PATCH 0/3] Add ANX7814 I2C bridge driver Enric Balletbo i Serra
     [not found] ` <1458816106-11596-1-git-send-email-enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2016-03-24 10:41   ` [PATCH 1/3] of: Add vendor prefix for Analogix Semiconductor Enric Balletbo i Serra
2016-03-25 14:22     ` Rob Herring
2016-03-24 10:41   ` [PATCH 2/3] devicetree: Add ANX7814 bridge binding Enric Balletbo i Serra
     [not found]     ` <1458816106-11596-3-git-send-email-enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2016-03-25 14:36       ` Rob Herring
2016-03-24 10:41   ` [PATCH 3/3] drm: bridge: anx78xx: Add anx78xx bridge driver support Enric Balletbo i Serra
2016-03-24 11:28     ` Dan Carpenter
2016-03-28 12:03       ` Emil Velikov
2016-03-24 12:03     ` kbuild test robot
     [not found]       ` <1458816106-11596-4-git-send-email-enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2016-03-24 12:03         ` [PATCH] drm: bridge: anx78xx: fix ptr_ret.cocci warnings kbuild test robot

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).