devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v20 0/2] PS8640 MIPI-to-eDP bridge
@ 2019-10-07  8:22 Ulrich Hecht
       [not found] ` <1570436549-8694-1-git-send-email-uli-qwV78thtvt0@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Ulrich Hecht @ 2019-10-07  8:22 UTC (permalink / raw)
  To: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	jitao.shi-NuS5LvNUpcJWk0Htik3J/w
  Cc: mark.rutland-5wv7dgnIgG8, Ulrich Hecht, stonea168-9Onoh4P/yGk,
	ajaykumar.rs-Sze3O3UU22JBDgjK7y7TUQ,
	architt-sgV2jX0FEOL9JmXXK+q4OQ, vpalatin-F7+t8E8rja9g9hUCZPvPmw,
	cawa.cheng-NuS5LvNUpcJWk0Htik3J/w,
	bibby.hsieh-NuS5LvNUpcJWk0Htik3J/w, ck.hu-NuS5LvNUpcJWk0Htik3J/w,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w,
	devicetree-u79uwXL29TY76Z2rM5mHXA, p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ,
	pawel.moll-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	inki.dae-Sze3O3UU22JBDgjK7y7TUQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	seanpaul-F7+t8E8rja9g9hUCZPvPmw,
	matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w,
	eddie.huang-NuS5LvNUpcJWk0Htik3J/w,
	rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ, galak-sgV2jX0FEOL9JmXXK+q4OQ,
	enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ,
	andy.yan-TNX95d0MmH7DzftRWevZcw

Hi!

This revision fixes a minor issue that keeps the driver from probing on
the Elm platform. Thanks to Matthias Brugger for testing.

This driver seems to have fallen by the wayside because, while otherwise
fine, it has a firmware update feature that requires a blob that is not in
the linux-firmware repo.[1]

Whatever the cause for that may be, the update code is entirely optional
(my chip works fine with whatever firmware is currently installed), so I
have removed it in order to get this merged after all. I have also
followed various trivial API changes that have piled up since 2016; see
the individual patches for details.

I'm using this driver on an Acer Chromebook R13 ("Elm"); see
https://github.com/uli/kernel/tree/elm-working-5.4.

CU
Uli

[1] https://patchwork.kernel.org/patch/9427543/


Jitao Shi (2):
  Documentation: bridge: Add documentation for ps8640 DT properties
  drm/bridge: Add I2C based driver for ps8640 bridge

 .../devicetree/bindings/display/bridge/ps8640.txt  |  44 ++
 drivers/gpu/drm/bridge/Kconfig                     |  12 +
 drivers/gpu/drm/bridge/Makefile                    |   1 +
 drivers/gpu/drm/bridge/parade-ps8640.c             | 672 +++++++++++++++++++++
 4 files changed, 729 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ps8640.txt
 create mode 100644 drivers/gpu/drm/bridge/parade-ps8640.c

-- 
2.7.4

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

end of thread, other threads:[~2019-12-15  1:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:22 [PATCH v20 0/2] PS8640 MIPI-to-eDP bridge Ulrich Hecht
     [not found] ` <1570436549-8694-1-git-send-email-uli-qwV78thtvt0@public.gmane.org>
2019-10-07  8:22   ` [PATCH v20 1/2] Documentation: bridge: Add documentation for ps8640 DT properties Ulrich Hecht
2019-10-07  8:22   ` [PATCH v20 2/2] drm/bridge: Add I2C based driver for ps8640 bridge Ulrich Hecht
2019-10-07 11:04     ` Matthias Brugger
2019-11-21 16:53       ` Enric Balletbo Serra
2019-12-15  1:22     ` Matthias Brugger

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