devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Add displays support for bsh-smm-s2/pro boards
@ 2023-11-26 15:44 Dario Binacchi
  2023-11-26 15:44 ` [PATCH v2 05/11] dt-bindings: display: panel: Add synaptics r63353 panel controller Dario Binacchi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dario Binacchi @ 2023-11-26 15:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Amarula patchwork, michael, Dario Binacchi, Andrzej Hajda,
	Conor Dooley, Daniel Vetter, Dave Stevenson, David Airlie,
	Fabio Estevam, Frieder Schrempf, Inki Dae, Jagan Teki,
	Jernej Skrabec, Jessica Zhang, Jonas Karlman, Krzysztof Kozlowski,
	Laurent Pinchart, Maarten Lankhorst, Marek Szyprowski,
	Maxime Ripard, NXP Linux Team, Neil Armstrong, Peng Fan,
	Pengutronix Kernel Team, Rob Herring, Robert Foss, Sam Ravnborg,
	Sascha Hauer, Shawn Guo, Thomas Zimmermann, devicetree, dri-devel,
	linux-arm-kernel

The series adds drivers for the displays used by bsh-smm-s2/pro boards.
This required applying some patches to the samsung-dsim driver and the
drm_bridge.c module.

Changes in v2:
- Add $ref to panel-common.yaml
- Drop port, reset-gpios, and backlight
- Set port and backlight ad required
- Replace additionalProperties with unevaluatedProperties
- Adjust the timings of the panel reset
- Adjust the mipi_dsi node based on the latest patches merged into
  the mainline in the dtsi files it includes.
- Added to the series the following patches:
  - 0001 drm/bridge: Fix bridge disable logic
  - 0002 drm/bridge: Fix a use case in the bridge disable logic
  - 0003 samsung-dsim: enter display mode in the enable() callback
  - 0004 drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting

Dario Binacchi (4):
  drm/bridge: Fix bridge disable logic
  drm/bridge: Fix a use case in the bridge disable logic
  drm: bridge: samsung-dsim: enter display mode in the enable() callback
  drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting

Michael Trimarchi (7):
  dt-bindings: display: panel: Add synaptics r63353 panel controller
  drm/panel: Add Synaptics R63353 panel driver
  dt-bindings: display: panel: Add Ilitek ili9805 panel controller
  drm/panel: Add Ilitek ILI9805 panel driver
  dt-bindings: ili9805: add compatible string for Tianma TM041XDHG01
  drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel
  arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup

 .../display/panel/ilitek,ili9805.yaml         |  64 +++
 .../display/panel/synaptics,r63353.yaml       |  61 +++
 MAINTAINERS                                   |  12 +
 .../freescale/imx8mn-bsh-smm-s2-common.dtsi   |   1 +
 .../freescale/imx8mn-bsh-smm-s2-display.dtsi  | 121 +++++
 drivers/gpu/drm/bridge/samsung-dsim.c         |  14 +-
 drivers/gpu/drm/drm_bridge.c                  |   9 +-
 drivers/gpu/drm/panel/Kconfig                 |  18 +
 drivers/gpu/drm/panel/Makefile                |   2 +
 drivers/gpu/drm/panel/panel-ilitek-ili9805.c  | 418 ++++++++++++++++++
 .../gpu/drm/panel/panel-synaptics-r63353.c    | 375 ++++++++++++++++
 11 files changed, 1088 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml
 create mode 100644 Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-display.dtsi
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9805.c
 create mode 100644 drivers/gpu/drm/panel/panel-synaptics-r63353.c

-- 
2.42.0


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

end of thread, other threads:[~2023-11-27  7:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26 15:44 [PATCH v2 00/11] Add displays support for bsh-smm-s2/pro boards Dario Binacchi
2023-11-26 15:44 ` [PATCH v2 05/11] dt-bindings: display: panel: Add synaptics r63353 panel controller Dario Binacchi
2023-11-27  7:48   ` Krzysztof Kozlowski
2023-11-26 15:44 ` [PATCH v2 07/11] dt-bindings: display: panel: Add Ilitek ili9805 " Dario Binacchi
2023-11-27  7:50   ` Krzysztof Kozlowski
2023-11-26 15:45 ` [PATCH v2 09/11] dt-bindings: ili9805: add compatible string for Tianma TM041XDHG01 Dario Binacchi
2023-11-27  7:50   ` Krzysztof Kozlowski
2023-11-26 15:45 ` [PATCH v2 11/11] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup Dario Binacchi

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