linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/4] Fix ssd1307fb OLED driver reset
@ 2019-01-09  8:39 Vokáč Michal
  2019-01-09  8:39 ` [RESEND PATCH v2 1/4] dt-bindings: display: ssd1307fb: Remove reset-active-low from examples Vokáč Michal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vokáč Michal @ 2019-01-09  8:39 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Rob Herring, Shawn Guo, Fabio Estevam, Alexandre Belloni,
	Maxime Ripard, linux-fbdev, linux-kernel, devicetree,
	Vokáč Michal

Hi all,

this is my third attempt to fix the ssd1307fb OLED driver reset. In the
second attempt [1] Rob suggested to take different aproach. That is to
apply what was originaly part of the first round and eventually merged
but reverted later on [2][3].

The last patch in this series is a fixup for the single user (in-tree)
that uses this OLED. Rob suggested the fixup may actually be applied
only after someone complains their display broke.

And a comment from Alexandre regarding the status of the Crystalfontz
platform:

On 20.12.2018 13:35, Alexandre Belloni wrote:
> Honestly, the platform has been discontinued and I don't really think
> it is worth having that fixup in the tree forever.

Thank you,
Michal

[1] https://patchwork.kernel.org/patch/10665597/#22327227
[2] https://patchwork.kernel.org/patch/10617729/
[3] https://patchwork.kernel.org/patch/10617731/#22257175

Michal Vokáč (4):
  dt-bindings: display: ssd1307fb: Remove reset-active-low from examples
  video: ssd1307fb: Do not hard code active-low reset sequence
  ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity
  ARM: mxs: cfa10036: Fixup OLED display reset polarity

 .../devicetree/bindings/display/ssd1307fb.txt      |  2 -
 arch/arm/boot/dts/imx28-cfa10036.dts               |  3 +-
 arch/arm/mach-mxs/mach-mxs.c                       | 44 ++++++++++++++++++++++
 drivers/video/fbdev/ssd1307fb.c                    |  4 +-
 4 files changed, 48 insertions(+), 5 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2019-01-09  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09  8:39 [RESEND PATCH v2 0/4] Fix ssd1307fb OLED driver reset Vokáč Michal
2019-01-09  8:39 ` [RESEND PATCH v2 1/4] dt-bindings: display: ssd1307fb: Remove reset-active-low from examples Vokáč Michal
2019-01-09  8:39 ` [RESEND PATCH v2 2/4] video: ssd1307fb: Do not hard code active-low reset sequence Vokáč Michal
2019-01-09  8:39 ` [RESEND PATCH v2 3/4] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity Vokáč Michal
2019-01-09  8:39 ` [RESEND PATCH v2 4/4] ARM: mxs: cfa10036: Fixup OLED display reset polarity Vokáč Michal

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