public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Kaustabh Chakraborty <kauschluss@disroot.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Kees Cook <kees@kernel.org>, Tony Luck <tony.luck@intel.com>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>
Cc: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-hardening@vger.kernel.org
Subject: Re: [PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices
Date: Wed, 16 Apr 2025 09:14:41 +0200	[thread overview]
Message-ID: <22b58ea6-0416-461f-b1b3-b2c7a3e87b1e@kernel.org> (raw)
In-Reply-To: <20250414-exynos7870-v6-0-039bd5385411@disroot.org>

On 13/04/2025 20:58, Kaustabh Chakraborty wrote:
> Samsung Exynos 7870 (codename: Joshua) is an ARM-v8 system-on-chip that was
> announced in 2016. The chipset was found in several popular mid-range to
> low-end Samsung phones, released within 2016 to 2019.
> 
> This patch series aims to add support for Exynos 7870, starting with the
> most basic yet essential components such as CPU, GPU, clock controllers,
> PMIC, pin controllers, etc.
> 
> Moreover, the series also adds support for three Exynos 7870 devices via
> devicetree. The devices are:
>  * Samsung Galaxy J7 Prime	- released 2016, codename on7xelte
>  * Samsung Galaxy J6		- released 2018, codename j6lte
>  * Samsung Galaxy A2 Core	- released 2019, codename a2corelte
> 
> Additional features implemented in this series include:
>  * I2C	- touchscreen, IIO sensors, etc.
>  * UART	- bluetooth and serial debugging
>  * MMC	- eMMC, Wi-Fi SDIO, SDCard
>  * USB	- micro-USB 2.0 interface
> 
> Build dependencies are in these sub-series:
>  * pmu-clocks		A https://lore.kernel.org/all/20250301-exynos7870-pmu-clocks-v5-0-715b646d5206@disroot.org/
> 
> Other related sub-series:
>  * gpu			A https://lore.kernel.org/all/20250318-exynos7870-gpu-v1-1-084863f28b5c@disroot.org/
>  * i2c	      		A https://lore.kernel.org/all/20250204-exynos7870-i2c-v1-0-63d67871ab7e@disroot.org/
>  * mmc			A https://lore.kernel.org/all/20250219-exynos7870-mmc-v2-0-b4255a3e39ed@disroot.org/
>  * pinctrl	  	A https://lore.kernel.org/all/20250301-exynos7870-pinctrl-v3-0-ba1da9d3cd2f@disroot.org/
>  * pmic-regulators	A https://lore.kernel.org/all/20250301-exynos7870-pmic-regulators-v3-0-808d0b47a564@disroot.org/
>  * uart			A https://lore.kernel.org/all/20250318-exynos7870-uart-v2-1-b9dcf145ae87@disroot.org/
>  * usb			A https://lore.kernel.org/all/20250301-exynos7870-usb-v3-0-f01697165d19@disroot.org/
>  * usbphy		A https://lore.kernel.org/all/20250410-exynos7870-usbphy-v2-0-2eb005987455@disroot.org/
> (Legend: [R]eviewed, [A]pplied)
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
> Changes in v6:
> - Append the following trailers:
>   [v5 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices
>     Acked-by: Rob Herring (Arm) <robh@kernel.org>
> - Link to v5: https://lore.kernel.org/r/20250411-exynos7870-v5-0-6b319ae36c36@disroot.org
This is not the reason to send new version. It only creates unnecessary
traffic and more effort on my side to filter out versions. Read
submitting patches regarding handling the tags.

Best regards,
Krzysztof

  parent reply	other threads:[~2025-04-16  7:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-13 18:58 [PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 2/5] arm64: dts: exynos: add initial devicetree support for exynos7870 Kaustabh Chakraborty
2025-05-01 10:14   ` Krzysztof Kozlowski
2025-04-13 18:58 ` [PATCH v6 3/5] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime Kaustabh Chakraborty
2025-05-01 10:13   ` Krzysztof Kozlowski
2025-05-01 11:01     ` Kaustabh Chakraborty
2025-05-01 11:03       ` Krzysztof Kozlowski
2025-04-13 18:58 ` [PATCH v6 4/5] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 5/5] arm64: dts: exynos: add initial support for Samsung Galaxy J6 Kaustabh Chakraborty
2025-04-14 12:42 ` [PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices Rob Herring (Arm)
2025-04-14 19:50   ` Kaustabh Chakraborty
2025-04-16  7:14 ` Krzysztof Kozlowski [this message]
2025-04-16  7:15 ` Krzysztof Kozlowski
2025-05-01  8:03   ` Kaustabh Chakraborty

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=22b58ea6-0416-461f-b1b3-b2c7a3e87b1e@kernel.org \
    --to=krzk@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gpiccoli@igalia.com \
    --cc=ivo.ivanov.ivanov1@gmail.com \
    --cc=kauschluss@disroot.org \
    --cc=kees@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tony.luck@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox