On Wed, Feb 19, 2025 at 12:33:10AM +0530, 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 >
You have some dependencies here, so you must always clearly mention them. > 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 > > Here is a list of all sub-series: > * bootmode - > https://lore.kernel.org/all/20250204-exynos7870-bootmode-v1-1-0f17b3033...@disroot.org/ > * gpu R > https://lore.kernel.org/all/20250204-exynos7870-gpu-v1-1-0db4c163a...@disroot.org/ > * i2c A > https://lore.kernel.org/all/20250204-exynos7870-i2c-v1-0-63d67871a...@disroot.org/ > * mmc - > https://lore.kernel.org/all/20250219-exynos7870-mmc-v2-0-b4255a3e3...@disroot.org/ > * pinctrl - > https://lore.kernel.org/all/20250219-exynos7870-pinctrl-v2-0-1ff9b10bf...@disroot.org/ > * pmic-regulators - > https://lore.kernel.org/all/20250219-exynos7870-pmic-regulators-v2-0-1ea86fb33...@disroot.org/ > * pmu-clocks - > https://lore.kernel.org/all/20250219-exynos7870-pmu-clocks-v3-0-0d1e415e9...@disroot.org/ > * uart - > https://lore.kernel.org/all/20250219-exynos7870-uart-v2-1-c8c67f3a9...@disroot.org/ > * usb - > https://lore.kernel.org/all/20250219-exynos7870-usb-v2-0-1de41a89c...@disroot.org/ > * usbphy - > https://lore.kernel.org/all/20250219-exynos7870-usbphy-v2-0-b8ba4e7a7...@disroot.org/ These are not dependencies. Weirdly, you link related patches but you do not even mention the actual dependency. Best regards, Krzysztof