All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@kernel.org>
To: Maxime Ripard <mripard@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Sam Ravnborg <sam@ravnborg.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>
Cc: devicetree@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	Siarhei Siamashka <siarhei.siamashka@gmail.com>
Subject: [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet
Date: Tue, 14 Jul 2020 15:13:00 +0800	[thread overview]
Message-ID: <20200714071305.18492-1-wens@kernel.org> (raw)

From: Chen-Yu Tsai <wens@csie.org>

Hi everyone,

This series add support for MSI's Primo73 tablet. This is a 7" tablet
based on Allwinner's A20 SoC.

The tablet uses some unknown LCD panel, with only serial number
markings, and what appears to be a part number. Searching the Internet
for said part number yielded no usable results. Hence this panel is
described solely using the panel-dpi binding. The display timing values
were retrieved from the hardware description file from the original
Android system.

A new property for the panel-dpi binding is added to describe the color
depth of the panel, which is normally included the panel description in
panel-simple. Otherwise this would be undefined in the panel-dpi case
and left to encoder drivers to make up. I believe this would be separate
from the bus format, which was added earlier and then retracted.

Patches 1 and 2 add the new color depth property to the device tree
binding and the panel-simple driver.

Patch 3 adds the board compatible string to the list of boards.

Patch 4 adds a pinmux option for LCD0 full 24-bit output, with
control signals, for the A20.

Patch 5 adds the device tree file for the Primo73.


Please have a look.


Regards
ChenYu


Chen-Yu Tsai (5):
  dt-bindings: display: panel-dpi: Add bits-per-color property
  drm/panel: simple: Set bpc from bits-per-color DT property for
    panel-dpi
  dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet
  ARM: dts: sun7i: Add LCD0 RGB888 pins
  ARM: dts: sun7i: Add MSI Primo73 tablet

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 .../bindings/display/panel/panel-dpi.yaml     |   4 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/sun7i-a20-primo73.dts       | 279 ++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi              |  12 +
 drivers/gpu/drm/panel/panel-simple.c          |   1 +
 6 files changed, 302 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-primo73.dts

-- 
2.27.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Chen-Yu Tsai <wens@kernel.org>
To: Maxime Ripard <mripard@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Sam Ravnborg <sam@ravnborg.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Siarhei Siamashka <siarhei.siamashka@gmail.com>
Subject: [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet
Date: Tue, 14 Jul 2020 15:13:00 +0800	[thread overview]
Message-ID: <20200714071305.18492-1-wens@kernel.org> (raw)

From: Chen-Yu Tsai <wens@csie.org>

Hi everyone,

This series add support for MSI's Primo73 tablet. This is a 7" tablet
based on Allwinner's A20 SoC.

The tablet uses some unknown LCD panel, with only serial number
markings, and what appears to be a part number. Searching the Internet
for said part number yielded no usable results. Hence this panel is
described solely using the panel-dpi binding. The display timing values
were retrieved from the hardware description file from the original
Android system.

A new property for the panel-dpi binding is added to describe the color
depth of the panel, which is normally included the panel description in
panel-simple. Otherwise this would be undefined in the panel-dpi case
and left to encoder drivers to make up. I believe this would be separate
from the bus format, which was added earlier and then retracted.

Patches 1 and 2 add the new color depth property to the device tree
binding and the panel-simple driver.

Patch 3 adds the board compatible string to the list of boards.

Patch 4 adds a pinmux option for LCD0 full 24-bit output, with
control signals, for the A20.

Patch 5 adds the device tree file for the Primo73.


Please have a look.


Regards
ChenYu


Chen-Yu Tsai (5):
  dt-bindings: display: panel-dpi: Add bits-per-color property
  drm/panel: simple: Set bpc from bits-per-color DT property for
    panel-dpi
  dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet
  ARM: dts: sun7i: Add LCD0 RGB888 pins
  ARM: dts: sun7i: Add MSI Primo73 tablet

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 .../bindings/display/panel/panel-dpi.yaml     |   4 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/sun7i-a20-primo73.dts       | 279 ++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi              |  12 +
 drivers/gpu/drm/panel/panel-simple.c          |   1 +
 6 files changed, 302 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-primo73.dts

-- 
2.27.0


WARNING: multiple messages have this Message-ID (diff)
From: Chen-Yu Tsai <wens@kernel.org>
To: Maxime Ripard <mripard@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Sam Ravnborg <sam@ravnborg.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>
Cc: devicetree@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	Siarhei Siamashka <siarhei.siamashka@gmail.com>
Subject: [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet
Date: Tue, 14 Jul 2020 15:13:00 +0800	[thread overview]
Message-ID: <20200714071305.18492-1-wens@kernel.org> (raw)

From: Chen-Yu Tsai <wens@csie.org>

Hi everyone,

This series add support for MSI's Primo73 tablet. This is a 7" tablet
based on Allwinner's A20 SoC.

The tablet uses some unknown LCD panel, with only serial number
markings, and what appears to be a part number. Searching the Internet
for said part number yielded no usable results. Hence this panel is
described solely using the panel-dpi binding. The display timing values
were retrieved from the hardware description file from the original
Android system.

A new property for the panel-dpi binding is added to describe the color
depth of the panel, which is normally included the panel description in
panel-simple. Otherwise this would be undefined in the panel-dpi case
and left to encoder drivers to make up. I believe this would be separate
from the bus format, which was added earlier and then retracted.

Patches 1 and 2 add the new color depth property to the device tree
binding and the panel-simple driver.

Patch 3 adds the board compatible string to the list of boards.

Patch 4 adds a pinmux option for LCD0 full 24-bit output, with
control signals, for the A20.

Patch 5 adds the device tree file for the Primo73.


Please have a look.


Regards
ChenYu


Chen-Yu Tsai (5):
  dt-bindings: display: panel-dpi: Add bits-per-color property
  drm/panel: simple: Set bpc from bits-per-color DT property for
    panel-dpi
  dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet
  ARM: dts: sun7i: Add LCD0 RGB888 pins
  ARM: dts: sun7i: Add MSI Primo73 tablet

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 .../bindings/display/panel/panel-dpi.yaml     |   4 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/sun7i-a20-primo73.dts       | 279 ++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi              |  12 +
 drivers/gpu/drm/panel/panel-simple.c          |   1 +
 6 files changed, 302 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-primo73.dts

-- 
2.27.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2020-07-14  7:14 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-14  7:13 Chen-Yu Tsai [this message]
2020-07-14  7:13 ` [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13 ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 1/5] dt-bindings: display: panel-dpi: Add bits-per-color property Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-16  8:00   ` Maxime Ripard
2020-07-16  8:00     ` Maxime Ripard
2020-07-16  8:00     ` Maxime Ripard
2020-07-16  8:05     ` Chen-Yu Tsai
2020-07-16  8:05       ` Chen-Yu Tsai
2020-07-16  8:05       ` Chen-Yu Tsai
2020-07-21  2:10   ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  9:23     ` Maxime Ripard
2020-07-21  9:23       ` Maxime Ripard
2020-07-21  9:23       ` Maxime Ripard
2020-07-21  9:40       ` Chen-Yu Tsai
2020-07-21  9:40         ` Chen-Yu Tsai
2020-07-21  9:40         ` Chen-Yu Tsai
2020-07-21 13:58       ` Rob Herring
2020-07-21 13:58         ` Rob Herring
2020-07-21 13:58         ` Rob Herring
2020-07-14  7:13 ` [PATCH 2/5] drm/panel: simple: Set bpc from bits-per-color DT property for panel-dpi Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 3/5] dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-21  2:10   ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-14  7:13 ` [PATCH 4/5] ARM: dts: sun7i: Add LCD0 RGB888 pins Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 5/5] ARM: dts: sun7i: Add MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-16  8:04   ` Maxime Ripard
2020-07-16  8:04     ` Maxime Ripard
2020-07-16  8:04     ` Maxime Ripard
2020-07-16  8:09     ` Chen-Yu Tsai
2020-07-16  8:09       ` Chen-Yu Tsai
2020-07-16  8:09       ` Chen-Yu Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200714071305.18492-1-wens@kernel.org \
    --to=wens@kernel.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=siarhei.siamashka@gmail.com \
    --cc=thierry.reding@gmail.com \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.