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 v4 0/7] Add support for the Exynos7870 SoC, along with three devices
Date: Wed, 5 Mar 2025 20:08:05 +0100 [thread overview]
Message-ID: <de3cc07a-e2f2-475d-9418-2621cb0a5d2c@kernel.org> (raw)
In-Reply-To: <20250301-exynos7870-v4-0-2925537f9b2a@disroot.org>
On 28/02/2025 20:46, Kaustabh Chakraborty wrote:
> 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:
> * bootmode - https://lore.kernel.org/all/20250204-exynos7870-bootmode-v1-1-0f17b3033c2d@disroot.org/
> * pmu-clocks - https://lore.kernel.org/all/20250301-exynos7870-pmu-clocks-v4-0-0f3e73b10db7@disroot.org/
>
> Other related sub-series:
> * gpu R https://lore.kernel.org/all/20250204-exynos7870-gpu-v1-1-0db4c163a030@disroot.org/
> * i2c A https://lore.kernel.org/all/20250204-exynos7870-i2c-v1-0-63d67871ab7e@disroot.org/
> * mmc - https://lore.kernel.org/all/20250219-exynos7870-mmc-v2-0-b4255a3e39ed@disroot.org/
> * pinctrl - https://lore.kernel.org/all/20250301-exynos7870-pinctrl-v3-0-ba1da9d3cd2f@disroot.org/
> * pmic-regulators - https://lore.kernel.org/all/20250301-exynos7870-pmic-regulators-v3-0-808d0b47a564@disroot.org/
> * uart R https://lore.kernel.org/all/20250219-exynos7870-uart-v2-1-c8c67f3a936c@disroot.org/
> * usb - https://lore.kernel.org/all/20250301-exynos7870-usb-v3-0-f01697165d19@disroot.org/
> * usbphy - https://lore.kernel.org/all/20250219-exynos7870-usbphy-v2-0-b8ba4e7a72e9@disroot.org/
> (Legend: [R]eviewed, [A]pplied)
Seems this will have to wait for the next cycle. I saw also some
checkpatch warnings, which anyway need fixing.
Best regards,
Krzysztof
prev parent reply other threads:[~2025-03-05 19:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 19:46 [PATCH v4 0/7] Add support for the Exynos7870 SoC, along with three devices Kaustabh Chakraborty
2025-02-28 19:46 ` [PATCH v4 1/7] dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible Kaustabh Chakraborty
2025-03-05 19:05 ` (subset) " Krzysztof Kozlowski
2025-02-28 19:46 ` [PATCH v4 2/7] dt-bindings: arm: samsung: add compatibles for exynos7870 devices Kaustabh Chakraborty
2025-02-28 19:46 ` [PATCH v4 3/7] soc: samsung: exynos-chipid: add support for exynos7870 Kaustabh Chakraborty
2025-03-05 19:05 ` (subset) " Krzysztof Kozlowski
2025-02-28 19:46 ` [PATCH v4 4/7] arm64: dts: exynos: add initial devicetree " Kaustabh Chakraborty
2025-02-28 19:46 ` [PATCH v4 5/7] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime Kaustabh Chakraborty
2025-02-28 19:46 ` [PATCH v4 6/7] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core Kaustabh Chakraborty
2025-02-28 19:46 ` [PATCH v4 7/7] arm64: dts: exynos: add initial support for Samsung Galaxy J6 Kaustabh Chakraborty
2025-03-01 4:00 ` [PATCH v4 0/7] Add support for the Exynos7870 SoC, along with three devices Kaustabh Chakraborty
2025-03-03 13:14 ` Rob Herring (Arm)
2025-03-03 13:14 ` Rob Herring (Arm)
2025-03-05 19:08 ` Krzysztof Kozlowski [this message]
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=de3cc07a-e2f2-475d-9418-2621cb0a5d2c@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