Message ID | 20231211162331.435900-17-peter.griffin@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board | expand |
> -----Original Message----- > From: Peter Griffin <peter.griffin@linaro.org> > Sent: Monday, December 11, 2023 9:54 PM > To: robh+dt@kernel.org; krzysztof.kozlowski+dt@linaro.org; > mturquette@baylibre.com; conor+dt@kernel.org; sboyd@kernel.org; > tomasz.figa@gmail.com; s.nawrocki@samsung.com; linus.walleij@linaro.org; > wim@linux-watchdog.org; linux@roeck-us.net; catalin.marinas@arm.com; > will@kernel.org; arnd@arndb.de; olof@lixom.net; > gregkh@linuxfoundation.org; jirislaby@kernel.org; > cw00.choi@samsung.com; alim.akhtar@samsung.com > Cc: peter.griffin@linaro.org; tudor.ambarus@linaro.org; > andre.draszik@linaro.org; semen.protsenko@linaro.org; > saravanak@google.com; willmcvicker@google.com; soc@kernel.org; > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- > samsung-soc@vger.kernel.org; linux-clk@vger.kernel.org; linux- > gpio@vger.kernel.org; linux-watchdog@vger.kernel.org; kernel- > team@android.com; linux-serial@vger.kernel.org > Subject: [PATCH v7 16/16] MAINTAINERS: add entry for Google Tensor SoC > > Add maintainers entry for the Google tensor SoC based platforms. > > Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 98f7dd0499f1..b731d6b9876a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8990,6 +8990,16 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome- > platform/linux.git > F: drivers/firmware/google/ > > +GOOGLE TENSOR SoC SUPPORT > +M: Peter Griffin <peter.griffin@linaro.org> > +L: linux-arm-kernel@lists.infradead.org (moderated for non- > subscribers) > +L: linux-samsung-soc@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/clock/google,gs101-clock.yaml > +F: arch/arm64/boot/dts/exynos/google/ > +F: drivers/clk/samsung/clk-gs101.c > +F: include/dt-bindings/clock/google,clk-gs101.h > + > GPD POCKET FAN DRIVER > M: Hans de Goede <hdegoede@redhat.com> > L: platform-driver-x86@vger.kernel.org > -- > 2.43.0.472.g3155946c3a-goog
On Mon, 11 Dec 2023 16:23:31 +0000, Peter Griffin wrote: > Add maintainers entry for the Google tensor SoC based > platforms. > > Applied, thanks! [16/16] MAINTAINERS: add entry for Google Tensor SoC https://git.kernel.org/krzk/linux/c/9d71df3e6eb773f23d6f1f3f8790bae6aba1a088 Best regards,
diff --git a/MAINTAINERS b/MAINTAINERS index 98f7dd0499f1..b731d6b9876a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8990,6 +8990,16 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git F: drivers/firmware/google/ +GOOGLE TENSOR SoC SUPPORT +M: Peter Griffin <peter.griffin@linaro.org> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/clock/google,gs101-clock.yaml +F: arch/arm64/boot/dts/exynos/google/ +F: drivers/clk/samsung/clk-gs101.c +F: include/dt-bindings/clock/google,clk-gs101.h + GPD POCKET FAN DRIVER M: Hans de Goede <hdegoede@redhat.com> L: platform-driver-x86@vger.kernel.org