All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Add displays support for bsh-smm-s2/pro boards
@ 2023-12-13 14:03 ` Dario Binacchi
  0 siblings, 0 replies; 19+ messages in thread
From: Dario Binacchi @ 2023-12-13 14:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: michael, Amarula patchwork, Dario Binacchi, Andrzej Hajda,
	Conor Dooley, Daniel Vetter, David Airlie, Fabio Estevam,
	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.

Changes in v6:
- Drop patches:
  - [06/10] drm/panel: Add Synaptics R63353 panel driver
  - [07/10] dt-bindings: display: panel: Add Ilitek ili9805 panel controller
  - [08/10] drm/panel: Add Ilitek ILI9805 panel driver
  - [09/10] drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel
  Because applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)
  Drop patches:
  - [01/10] drm/bridge: Fix bridge disable logic
  - [02/10] drm/bridge: Fix a use case in the bridge disable logic
  Because they are wrong

Changes in v3:
- Add 'Reviewed-by' tag of Krzysztof Kozlowski.
- Replace "synaptics,r63353" compatible with "syna,r63353", as
  required by vendor-prefixes.yaml.
- Replace "synaptics,r63353" compatible with "syna,r63353", as
  required by vendor-prefixes.yaml.
- Squash patch [09/11] dt-bindings: ili9805: add compatible string for Tianma TM041XDHG01
  into [07/11] dt-bindings: display: panel: Add Ilitek ili9805 panel controller.

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 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 (2):
  drm: bridge: samsung-dsim: enter display mode in the enable() callback
  drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting

Michael Trimarchi (2):
  dt-bindings: display: panel: Add synaptics r63353 panel controller
  arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup

 .../display/panel/synaptics,r63353.yaml       |  61 +++++++++
 .../freescale/imx8mn-bsh-smm-s2-common.dtsi   |   1 +
 .../freescale/imx8mn-bsh-smm-s2-display.dtsi  | 121 ++++++++++++++++++
 drivers/gpu/drm/bridge/samsung-dsim.c         |  14 +-
 4 files changed, 194 insertions(+), 3 deletions(-)
 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

-- 
2.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-12-13 22:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 14:03 [PATCH v6 0/4] Add displays support for bsh-smm-s2/pro boards Dario Binacchi
2023-12-13 14:03 ` Dario Binacchi
2023-12-13 14:03 ` Dario Binacchi
2023-12-13 14:03 ` [PATCH v6 1/4] drm: bridge: samsung-dsim: enter display mode in the enable() callback Dario Binacchi
2023-12-13 14:03   ` Dario Binacchi
2023-12-13 14:03 ` [PATCH v6 2/4] drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting Dario Binacchi
2023-12-13 14:03   ` Dario Binacchi
2023-12-13 14:03 ` [PATCH v6 3/4] dt-bindings: display: panel: Add synaptics r63353 panel controller Dario Binacchi
2023-12-13 14:03   ` Dario Binacchi
2023-12-13 17:53   ` Rob Herring
2023-12-13 17:53     ` Rob Herring
2023-12-13 14:03 ` [PATCH v6 4/4] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup Dario Binacchi
2023-12-13 14:03   ` Dario Binacchi
2023-12-13 17:53 ` [PATCH v6 0/4] Add displays support for bsh-smm-s2/pro boards Rob Herring
2023-12-13 17:53   ` Rob Herring
2023-12-13 17:53   ` Rob Herring
2023-12-13 21:59   ` Neil Armstrong
2023-12-13 21:59     ` Neil Armstrong
2023-12-13 21:59     ` Neil Armstrong

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.