From patchwork Sun Jul 16 22:05:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markuss Broks X-Patchwork-Id: 13316382 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qL9uM-00G1qb-3B for linux-arm-kernel@lists.infradead.org; Sun, 16 Jul 2023 22:08:04 +0000 Received: by mail-lf1-x129.google.com with SMTP id 2adb3069b0e04-4fbc0314a7bso6032802e87.2 for ; Sun, 16 Jul 2023 15:08:00 -0700 (PDT) From: Markuss Broks Subject: [PATCH 0/7] Add various peripheral support for K3G Date: Mon, 17 Jul 2023 01:05:01 +0300 Message-ID: <20230716220644.22158-1-markuss.broks@gmail.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+lwn-linux-arm-kernel=archive.lwn.net@lists.infradead.org List-Archive: To: Krzysztof Kozlowski Cc: Markuss Broks , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org This series adds support for some peripherals installed on Samsung Galaxy S5 (SM-G900H). This includes the WiFi card, GPIO keys, fuel gauge, touchkeys, notification LED and display. Also documents the peripherals for which we currently lack drivers. Markuss Broks (7): ARM: dts: exynos: k3g: Add WiFi card support ARM: dts: exynos: Add GPIO keys support for k3g ARM: dts: exynos: k3g: Add fuel gauge support ARM: dts: exynos: k3g: Add touchkeys support ARM: dts: exynos: k3g: Add notification LED support ARM: dts: exynos: k3g: Document the devices which are not supported ARM: dts: exynos: k3g: Add display support arch/arm/boot/dts/exynos5422-samsung-k3g.dts | 256 +++++++++++++++++++ 1 file changed, 256 insertions(+)