All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shengyang Chen <shengyang.chen@starfivetech.com>
To: <devicetree@vger.kernel.org>, <dri-devel@lists.freedesktop.org>
Cc: <neil.armstrong@linaro.org>, <quic_jesszhan@quicinc.com>,
	<sam@ravnborg.org>, <airlied@gmail.com>, <daniel@ffwll.ch>,
	<maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
	<tzimmermann@suse.de>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<florian.fainelli@broadcom.com>,
	<bcm-kernel-feedback-list@broadcom.com>, <eric@anholt.net>,
	<thierry.reding@gmail.com>, <changhuang.liang@starfivetech.com>,
	<keith.zhao@starfivetech.com>, <shengyang.chen@starfivetech.com>,
	<jack.zhu@starfivetech.com>,
	<linux-rpi-kernel@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
Date: Fri, 24 Nov 2023 18:44:49 +0800	[thread overview]
Message-ID: <20231124104451.44271-1-shengyang.chen@starfivetech.com> (raw)

This patchset adds waveshare 7inch touchscreen panel support
for the StarFive JH7110 SoC.

Patch 1 add new compatible for the raspberrypi panel driver and its dt-binding.
Patch 2 add new display mode and new probing process for raspberrypi panel driver.

Waveshare 7inch touchscreen panel is a kind of raspberrypi panel
which can be drived by raspberrypi panel driver.

The series has been tested on the VisionFive 2 board.

Shengyang Chen (2):
  dt-bindings: display: panel: raspberrypi: Add compatible property for
    waveshare 7inch touchscreen panel
  gpu: drm: panel: raspberrypi: add new display mode and new probing
    process

 .../panel/raspberrypi,7inch-touchscreen.yaml  |  4 +-
 .../drm/panel/panel-raspberrypi-touchscreen.c | 99 ++++++++++++++++---
 2 files changed, 91 insertions(+), 12 deletions(-)

-- 
2.17.1


_______________________________________________
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: Shengyang Chen <shengyang.chen@starfivetech.com>
To: <devicetree@vger.kernel.org>, <dri-devel@lists.freedesktop.org>
Cc: <neil.armstrong@linaro.org>, <quic_jesszhan@quicinc.com>,
	<sam@ravnborg.org>, <airlied@gmail.com>, <daniel@ffwll.ch>,
	<maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
	<tzimmermann@suse.de>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<florian.fainelli@broadcom.com>,
	<bcm-kernel-feedback-list@broadcom.com>, <eric@anholt.net>,
	<thierry.reding@gmail.com>, <changhuang.liang@starfivetech.com>,
	<keith.zhao@starfivetech.com>, <shengyang.chen@starfivetech.com>,
	<jack.zhu@starfivetech.com>,
	<linux-rpi-kernel@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
Date: Fri, 24 Nov 2023 18:44:49 +0800	[thread overview]
Message-ID: <20231124104451.44271-1-shengyang.chen@starfivetech.com> (raw)

This patchset adds waveshare 7inch touchscreen panel support
for the StarFive JH7110 SoC.

Patch 1 add new compatible for the raspberrypi panel driver and its dt-binding.
Patch 2 add new display mode and new probing process for raspberrypi panel driver.

Waveshare 7inch touchscreen panel is a kind of raspberrypi panel
which can be drived by raspberrypi panel driver.

The series has been tested on the VisionFive 2 board.

Shengyang Chen (2):
  dt-bindings: display: panel: raspberrypi: Add compatible property for
    waveshare 7inch touchscreen panel
  gpu: drm: panel: raspberrypi: add new display mode and new probing
    process

 .../panel/raspberrypi,7inch-touchscreen.yaml  |  4 +-
 .../drm/panel/panel-raspberrypi-touchscreen.c | 99 ++++++++++++++++---
 2 files changed, 91 insertions(+), 12 deletions(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Shengyang Chen <shengyang.chen@starfivetech.com>
To: <devicetree@vger.kernel.org>, <dri-devel@lists.freedesktop.org>
Cc: eric@anholt.net, thierry.reding@gmail.com,
	krzysztof.kozlowski+dt@linaro.org, sam@ravnborg.org,
	florian.fainelli@broadcom.com,
	bcm-kernel-feedback-list@broadcom.com,
	shengyang.chen@starfivetech.com, quic_jesszhan@quicinc.com,
	conor+dt@kernel.org, mripard@kernel.org, robh+dt@kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, neil.armstrong@linaro.org,
	keith.zhao@starfivetech.com, linux-kernel@vger.kernel.org,
	jack.zhu@starfivetech.com, tzimmermann@suse.de,
	changhuang.liang@starfivetech.com
Subject: [PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
Date: Fri, 24 Nov 2023 18:44:49 +0800	[thread overview]
Message-ID: <20231124104451.44271-1-shengyang.chen@starfivetech.com> (raw)

This patchset adds waveshare 7inch touchscreen panel support
for the StarFive JH7110 SoC.

Patch 1 add new compatible for the raspberrypi panel driver and its dt-binding.
Patch 2 add new display mode and new probing process for raspberrypi panel driver.

Waveshare 7inch touchscreen panel is a kind of raspberrypi panel
which can be drived by raspberrypi panel driver.

The series has been tested on the VisionFive 2 board.

Shengyang Chen (2):
  dt-bindings: display: panel: raspberrypi: Add compatible property for
    waveshare 7inch touchscreen panel
  gpu: drm: panel: raspberrypi: add new display mode and new probing
    process

 .../panel/raspberrypi,7inch-touchscreen.yaml  |  4 +-
 .../drm/panel/panel-raspberrypi-touchscreen.c | 99 ++++++++++++++++---
 2 files changed, 91 insertions(+), 12 deletions(-)

-- 
2.17.1


             reply	other threads:[~2023-11-24 10:46 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-24 10:44 Shengyang Chen [this message]
2023-11-24 10:44 ` [PATCH v1 0/2] Add waveshare 7inch touchscreen panel support Shengyang Chen
2023-11-24 10:44 ` Shengyang Chen
2023-11-24 10:44 ` [PATCH v1 1/2] dt-bindings: display: panel: raspberrypi: Add compatible property for waveshare 7inch touchscreen panel Shengyang Chen
2023-11-24 10:44   ` Shengyang Chen
2023-11-24 10:44   ` Shengyang Chen
2023-11-24 12:31   ` Conor Dooley
2023-11-24 12:31     ` Conor Dooley
2023-11-24 12:31     ` Conor Dooley
2023-12-06  9:43     ` Shengyang Chen
2023-12-06  9:43       ` Shengyang Chen
2023-12-06  9:43       ` Shengyang Chen
2023-12-06 15:40       ` Conor Dooley
2023-12-06 15:40         ` Conor Dooley
2023-12-06 15:40         ` Conor Dooley
2023-12-07  3:48         ` Shengyang Chen
2023-12-07  3:48           ` Shengyang Chen
2023-12-07  3:48           ` Shengyang Chen
2023-12-07  9:34           ` Conor Dooley
2023-12-07  9:34             ` Conor Dooley
2023-12-07  9:34             ` Conor Dooley
2023-11-24 10:44 ` [PATCH v1 2/2] gpu: drm: panel: raspberrypi: add new display mode and new probing process Shengyang Chen
2023-11-24 10:44   ` Shengyang Chen
2023-11-24 10:44   ` Shengyang Chen
2023-11-24 14:54 ` [PATCH v1 0/2] Add waveshare 7inch touchscreen panel support Stefan Wahren
2023-11-24 14:54   ` Stefan Wahren
2023-11-24 14:54   ` Stefan Wahren
2023-11-24 16:04   ` Dave Stevenson
2023-11-24 16:04     ` Dave Stevenson
2023-11-24 16:04     ` Dave Stevenson
2023-12-06  8:55     ` Keith Zhao
2023-12-06  8:55       ` Keith Zhao
2023-12-06  8:55       ` Keith Zhao
2023-12-06 14:56       ` Dave Stevenson
2023-12-06 14:56         ` Dave Stevenson
2023-12-06 14:56         ` Dave Stevenson
2023-12-07  2:16         ` Keith Zhao
2023-12-07  2:16           ` Keith Zhao
2023-12-07  2:16           ` Keith Zhao
2023-12-06  9:53   ` Shengyang Chen
2023-12-06  9:53     ` Shengyang Chen
2023-12-06  9:53     ` Shengyang Chen

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=20231124104451.44271-1-shengyang.chen@starfivetech.com \
    --to=shengyang.chen@starfivetech.com \
    --cc=airlied@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=changhuang.liang@starfivetech.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eric@anholt.net \
    --cc=florian.fainelli@broadcom.com \
    --cc=jack.zhu@starfivetech.com \
    --cc=keith.zhao@starfivetech.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=quic_jesszhan@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    --cc=tzimmermann@suse.de \
    /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.