All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.4.y-cip 0/9] Add LCD Panel support for RZ/G1E board
@ 2020-07-28 10:43 Biju Das
  2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 1/9] drm: Add an encoder and connector type enum for DPI Biju Das
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Biju Das @ 2020-07-28 10:43 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek
  Cc: Chris Paterson, Biju Das, Prabhakar Mahadev Lad

[-- Attachment #1: Type: text/plain, Size: 2265 bytes --]

Add LCD Panel support for iWave RZ/G1E board based on r8a7745 SoC.

Backporting the panel patch as it is, requires drm bridge Api changes, 
which is not present at 4.4 kernel. So used the 4.4 rm framework to attach
the simple panel driver with rgb connector driver. The rgb connector is
based on the workdone for the lvds connector. The display panel binding
patch is backported to 4.4 kernel,since the mainline uses yaml file and
it conflict with corresponding .txt in 4.4 kernel.

Other patches in this series are cherry picked from mainline.


Biju Das (2):
  dt-bindings: display: Add bindings for EDT panel
  drm: rcar-du: Support panels connected directly to the DPAD outputs

Eric Anholt (1):
  drm: Add an encoder and connector type enum for DPI.

Fabrizio Castro (1):
  ARM: shmobile: defconfig: Enable support for panels from EDT

Geert Uytterhoeven (1):
  ARM: shmobile: defconfig: Enable frame buffer console for
    armadillo800eva

Laurent Pinchart (1):
  drm: rcar-du: Use the DRM panel API

Marian-Cristian Rotariu (2):
  drm/panel: simple: Add EDT panel support
  ARM: dts: iwg22d-sodimm: Enable LCD panel

Rob Herring (1):
  of: add node name compare helper functions

 .../display/panel/edt,etm043080dh6gp.txt      |   9 ++
 .../dts/r8a7745-iwg22d-sodimm-dbhd-ca.dts     |   6 +
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts   |  59 ++++++++++
 arch/arm/configs/shmobile_defconfig           |   3 +
 drivers/gpu/drm/drm_crtc.c                    |   2 +
 drivers/gpu/drm/panel/panel-simple.c          |  33 ++++++
 drivers/gpu/drm/rcar-du/Kconfig               |   1 +
 drivers/gpu/drm/rcar-du/Makefile              |   1 +
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c     |  36 ++++++
 drivers/gpu/drm/rcar-du/rcar_du_rgbcon.c      | 105 ++++++++++++++++++
 drivers/gpu/drm/rcar-du/rcar_du_rgbcon.h      |  22 ++++
 drivers/of/base.c                             |  22 ++++
 include/linux/of.h                            |  13 +++
 include/uapi/drm/drm_mode.h                   |   2 +
 14 files changed, 314 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/edt,etm043080dh6gp.txt
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_rgbcon.c
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_rgbcon.h

-- 
2.17.1


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5032): https://lists.cip-project.org/g/cip-dev/message/5032
Mute This Topic: https://lists.cip-project.org/mt/75842037/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2020-07-29 11:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 10:43 [cip-dev] [PATCH 4.4.y-cip 0/9] Add LCD Panel support for RZ/G1E board Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 1/9] drm: Add an encoder and connector type enum for DPI Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 2/9] of: add node name compare helper functions Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 3/9] dt-bindings: display: Add bindings for EDT panel Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 4/9] drm/panel: simple: Add EDT panel support Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 5/9] drm: rcar-du: Support panels connected directly to the DPAD outputs Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 6/9] drm: rcar-du: Use the DRM panel API Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 7/9] ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 8/9] ARM: shmobile: defconfig: Enable support for panels from EDT Biju Das
2020-07-28 10:43 ` [cip-dev] [PATCH 4.4.y-cip 9/9] ARM: dts: iwg22d-sodimm: Enable LCD panel Biju Das
2020-07-28 20:40 ` [cip-dev] [PATCH 4.4.y-cip 0/9] Add LCD Panel support for RZ/G1E board Pavel Machek
2020-07-29  6:11   ` Nobuhiro Iwamatsu
2020-07-29  6:57     ` Biju Das

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.