All of lore.kernel.org
 help / color / mirror / Atom feed
From: Donald Robson <donald.robson@imgtec.com>
To: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <frank.binns@imgtec.com>, <matt.coster@imgtec.com>,
	<donald.robson@imgtec.com>, <nm@ti.com>, <vigneshr@ti.com>,
	<kristo@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<catalin.marinas@arm.com>, <will@kernel.org>,
	<quic_bjorande@quicinc.com>, <geert+renesas@glider.be>,
	<konrad.dybcio@linaro.org>, <arnd@arndb.de>,
	<neil.armstrong@linaro.org>, <dmitry.baryshkov@linaro.org>,
	<nfraprado@collabora.com>, <m.szyprowski@samsung.com>,
	<u-kumar1@ti.com>, <peng.fan@nxp.com>
Subject: [PATCH v2 0/2] Enable PowerVR driver for TI AM62x
Date: Tue,  5 Dec 2023 11:39:31 +0000	[thread overview]
Message-ID: <cover.1701773390.git.donald.robson@imgtec.com> (raw)

These patches enable the new open source PowerVR driver for TI AM62x SoCs,
currently the only one supported.

Changes since v1:
- Added patch 1 for arm64 defconfig (requested by Nishanth Menon)

Donald Robson (1):
  arm64: defconfig: enable DRM_POWERVR

Sarah Walker (1):
  arm64: dts: ti: k3-am62-main: Add GPU device node

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 9 +++++++++
 arch/arm64/configs/defconfig             | 1 +
 2 files changed, 10 insertions(+)

-- 
2.25.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: Donald Robson <donald.robson@imgtec.com>
To: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <frank.binns@imgtec.com>, <matt.coster@imgtec.com>,
	<donald.robson@imgtec.com>, <nm@ti.com>, <vigneshr@ti.com>,
	<kristo@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<catalin.marinas@arm.com>, <will@kernel.org>,
	<quic_bjorande@quicinc.com>, <geert+renesas@glider.be>,
	<konrad.dybcio@linaro.org>, <arnd@arndb.de>,
	<neil.armstrong@linaro.org>, <dmitry.baryshkov@linaro.org>,
	<nfraprado@collabora.com>, <m.szyprowski@samsung.com>,
	<u-kumar1@ti.com>, <peng.fan@nxp.com>
Subject: [PATCH v2 0/2] Enable PowerVR driver for TI AM62x
Date: Tue,  5 Dec 2023 11:39:31 +0000	[thread overview]
Message-ID: <cover.1701773390.git.donald.robson@imgtec.com> (raw)

These patches enable the new open source PowerVR driver for TI AM62x SoCs,
currently the only one supported.

Changes since v1:
- Added patch 1 for arm64 defconfig (requested by Nishanth Menon)

Donald Robson (1):
  arm64: defconfig: enable DRM_POWERVR

Sarah Walker (1):
  arm64: dts: ti: k3-am62-main: Add GPU device node

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 9 +++++++++
 arch/arm64/configs/defconfig             | 1 +
 2 files changed, 10 insertions(+)

-- 
2.25.1


             reply	other threads:[~2023-12-05 11:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 11:39 Donald Robson [this message]
2023-12-05 11:39 ` [PATCH v2 0/2] Enable PowerVR driver for TI AM62x Donald Robson
2023-12-05 11:39 ` [PATCH v2 1/2] arm64: defconfig: enable DRM_POWERVR Donald Robson
2023-12-05 11:39   ` Donald Robson
2023-12-05 11:39 ` [PATCH v2 2/2] arm64: dts: ti: k3-am62-main: Add GPU device node Donald Robson
2023-12-05 11:39   ` Donald Robson
2023-12-06 16:18 ` [PATCH v2 0/2] Enable PowerVR driver for TI AM62x Etheridge, Darren
2023-12-06 16:18   ` Etheridge, Darren
2023-12-13 14:55 ` Maxime Ripard
2023-12-13 14:55   ` Maxime Ripard
2023-12-13 15:02 ` Nishanth Menon
2023-12-13 15:02   ` Nishanth Menon

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=cover.1701773390.git.donald.robson@imgtec.com \
    --to=donald.robson@imgtec.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=frank.binns@imgtec.com \
    --cc=geert+renesas@glider.be \
    --cc=konrad.dybcio@linaro.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=matt.coster@imgtec.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nfraprado@collabora.com \
    --cc=nm@ti.com \
    --cc=peng.fan@nxp.com \
    --cc=quic_bjorande@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.com \
    --cc=will@kernel.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.