All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: "David Airlie" <airlied@gmail.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Andi Shyti" <andi.shyti@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Lee Jones" <lee@kernel.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Tomasz Figa" <tomasz.figa@gmail.com>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jiri Slaby" <jirislaby@kernel.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
	linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
	alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
Date: Wed,  8 Nov 2023 11:43:35 +0100	[thread overview]
Message-ID: <20231108104343.24192-10-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20231108104343.24192-1-krzysztof.kozlowski@linaro.org>

Samsung Exynos SoC reuses several devices from older designs, thus
historically we kept the old (block's) compatible only.  This works fine
and there is no bug here, however guidelines expressed in
Documentation/devicetree/bindings/writing-bindings.rst state that:
1. Compatibles should be specific.
2. We should add new compatibles in case of bugs or features.

Add compatibles specific to each SoC in front of all old-SoC-like
compatibles.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

I propose to take the patch through Samsung SoC (me). See cover letter
for explanation.
---
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index ca02baba5526..0801da33a385 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -40,6 +40,11 @@ properties:
               - rockchip,rk3288-mali
               - samsung,exynos5433-mali
           - const: arm,mali-t760
+      - items:
+          - enum:
+              - samsung,exynos7-mali
+          - const: samsung,exynos5433-mali
+          - const: arm,mali-t760
       - items:
           - enum:
               - rockchip,rk3399-mali
-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: "David Airlie" <airlied@gmail.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Andi Shyti" <andi.shyti@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Lee Jones" <lee@kernel.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Tomasz Figa" <tomasz.figa@gmail.com>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jiri Slaby" <jirislaby@kernel.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
	linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
	alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
Date: Wed,  8 Nov 2023 11:43:35 +0100	[thread overview]
Message-ID: <20231108104343.24192-10-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20231108104343.24192-1-krzysztof.kozlowski@linaro.org>

Samsung Exynos SoC reuses several devices from older designs, thus
historically we kept the old (block's) compatible only.  This works fine
and there is no bug here, however guidelines expressed in
Documentation/devicetree/bindings/writing-bindings.rst state that:
1. Compatibles should be specific.
2. We should add new compatibles in case of bugs or features.

Add compatibles specific to each SoC in front of all old-SoC-like
compatibles.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

I propose to take the patch through Samsung SoC (me). See cover letter
for explanation.
---
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index ca02baba5526..0801da33a385 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -40,6 +40,11 @@ properties:
               - rockchip,rk3288-mali
               - samsung,exynos5433-mali
           - const: arm,mali-t760
+      - items:
+          - enum:
+              - samsung,exynos7-mali
+          - const: samsung,exynos5433-mali
+          - const: arm,mali-t760
       - items:
           - enum:
               - rockchip,rk3399-mali
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: "David Airlie" <airlied@gmail.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Andi Shyti" <andi.shyti@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Lee Jones" <lee@kernel.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Tomasz Figa" <tomasz.figa@gmail.com>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jiri Slaby" <jirislaby@kernel.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
	linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
	alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 09/17] dt-bindings: gpu: arm, mali-midgard: add specific compatibles for existing Exynos SoC
Date: Wed,  8 Nov 2023 11:43:35 +0100	[thread overview]
Message-ID: <20231108104343.24192-10-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20231108104343.24192-1-krzysztof.kozlowski@linaro.org>

Samsung Exynos SoC reuses several devices from older designs, thus
historically we kept the old (block's) compatible only.  This works fine
and there is no bug here, however guidelines expressed in
Documentation/devicetree/bindings/writing-bindings.rst state that:
1. Compatibles should be specific.
2. We should add new compatibles in case of bugs or features.

Add compatibles specific to each SoC in front of all old-SoC-like
compatibles.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

I propose to take the patch through Samsung SoC (me). See cover letter
for explanation.
---
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index ca02baba5526..0801da33a385 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -40,6 +40,11 @@ properties:
               - rockchip,rk3288-mali
               - samsung,exynos5433-mali
           - const: arm,mali-t760
+      - items:
+          - enum:
+              - samsung,exynos7-mali
+          - const: samsung,exynos5433-mali
+          - const: arm,mali-t760
       - items:
           - enum:
               - rockchip,rk3399-mali
-- 
2.34.1


  parent reply	other threads:[~2023-11-08 10:45 UTC|newest]

Thread overview: 182+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20231108104359epcas5p3ebee7b4b489f1e1434436909e4251b81@epcas5p3.samsung.com>
2023-11-08 10:43 ` [PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC Krzysztof Kozlowski
2023-11-08 10:43   ` Krzysztof Kozlowski
2023-11-08 10:43   ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 01/17] dt-bindings: hwinfo: samsung, exynos-chipid: " Krzysztof Kozlowski
2023-11-08 18:56     ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: " Rob Herring
2023-11-08 18:56       ` Rob Herring
2023-11-08 18:56       ` Rob Herring
2023-11-09 17:52     ` Alim Akhtar
2023-11-09 17:52       ` Alim Akhtar
2023-11-09 17:52       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 02/17] dt-bindings: i2c: exynos5: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-09 18:05     ` Alim Akhtar
2023-11-09 18:05       ` Alim Akhtar
2023-11-09 18:05       ` Alim Akhtar
2023-11-10  7:58       ` Krzysztof Kozlowski
2023-11-10  7:58         ` Krzysztof Kozlowski
2023-11-09 19:21     ` Wolfram Sang
2023-11-09 19:21       ` Wolfram Sang
2023-11-09 19:21       ` Wolfram Sang
2023-11-10 20:38     ` Rob Herring
2023-11-10 20:38       ` Rob Herring
2023-11-10 20:38       ` Rob Herring
2023-11-08 10:43   ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: " Krzysztof Kozlowski
2023-11-09 19:22     ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Wolfram Sang
2023-11-09 19:22       ` Wolfram Sang
2023-11-09 19:22       ` Wolfram Sang
2023-11-09 20:06     ` Linus Walleij
2023-11-09 20:06       ` Linus Walleij
2023-11-09 20:06       ` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: " Linus Walleij
2023-11-10 20:39     ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Rob Herring
2023-11-10 20:39       ` Rob Herring
2023-11-10 20:39       ` Rob Herring
2023-11-11  0:55     ` Alim Akhtar
2023-11-11  0:55       ` Alim Akhtar
2023-11-11  0:55       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 04/17] dt-bindings: mmc: samsung, exynos-dw-mshc: " Krzysztof Kozlowski
2023-11-10 20:39     ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: " Rob Herring
2023-11-10 20:39       ` Rob Herring
2023-11-10 20:39       ` Rob Herring
2023-11-11  0:57     ` Alim Akhtar
2023-11-11  0:57       ` Alim Akhtar
2023-11-11  0:57       ` Alim Akhtar
2023-11-14 16:30     ` Ulf Hansson
2023-11-14 16:30       ` Ulf Hansson
2023-11-14 16:30       ` Ulf Hansson
2023-11-08 10:43   ` [PATCH 05/17] dt-bindings: pinctrl: samsung: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-10 20:40     ` Rob Herring
2023-11-10 20:40       ` Rob Herring
2023-11-10 20:40       ` Rob Herring
2023-11-11  1:03     ` Alim Akhtar
2023-11-11  1:03       ` Alim Akhtar
2023-11-11  1:03       ` Alim Akhtar
2023-11-14 13:04     ` Linus Walleij
2023-11-14 13:04       ` Linus Walleij
2023-11-14 13:04       ` Linus Walleij
2023-11-08 10:43   ` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 23:38     ` Alexandre Belloni
2023-11-08 23:38       ` Alexandre Belloni
2023-11-08 23:38       ` Alexandre Belloni
2023-11-10 20:40     ` Rob Herring
2023-11-10 20:40       ` Rob Herring
2023-11-10 20:40       ` Rob Herring
2023-11-11  1:04     ` Alim Akhtar
2023-11-11  1:04       ` Alim Akhtar
2023-11-11  1:04       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 07/17] dt-bindings: serial: samsung: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-10 20:41     ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-11  1:05     ` Alim Akhtar
2023-11-11  1:05       ` Alim Akhtar
2023-11-11  1:05       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-10 20:41     ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-11  1:09     ` Alim Akhtar
2023-11-11  1:09       ` Alim Akhtar
2023-11-11  1:09       ` Alim Akhtar
2023-11-08 10:43   ` Krzysztof Kozlowski [this message]
2023-11-08 10:43     ` [PATCH 09/17] dt-bindings: gpu: arm, mali-midgard: add specific compatibles for existing Exynos SoC Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: " Krzysztof Kozlowski
2023-11-10 20:41     ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-10 20:41       ` Rob Herring
2023-11-11  1:24     ` Alim Akhtar
2023-11-11  1:24       ` Alim Akhtar
2023-11-11  1:24       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 10/17] dt-bindings: iio: samsung, exynos-adc: " Krzysztof Kozlowski
2023-11-08 10:43     ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: " Krzysztof Kozlowski
2023-11-10 20:42     ` [PATCH 10/17] dt-bindings: iio: samsung, exynos-adc: " Rob Herring
2023-11-10 20:42       ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: " Rob Herring
2023-11-10 20:42       ` Rob Herring
2023-11-11  1:26     ` Alim Akhtar
2023-11-11  1:26       ` Alim Akhtar
2023-11-11  1:26       ` Alim Akhtar
2023-11-25 20:48     ` Jonathan Cameron
2023-11-25 20:48       ` Jonathan Cameron
2023-11-25 20:48       ` Jonathan Cameron
2023-11-08 10:43   ` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 13:07     ` Mark Brown
2023-11-08 13:07       ` Mark Brown
2023-11-08 13:07       ` Mark Brown
2023-11-08 16:41     ` Lee Jones
2023-11-08 16:41       ` Lee Jones
2023-11-08 16:41       ` Lee Jones
2023-11-10 20:43     ` Rob Herring
2023-11-10 20:43       ` Rob Herring
2023-11-10 20:43       ` Rob Herring
2023-11-11  1:37     ` Alim Akhtar
2023-11-11  1:37       ` Alim Akhtar
2023-11-11  1:37       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 12/17] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-08 11:13     ` Uwe Kleine-König
2023-11-08 11:13       ` Uwe Kleine-König
2023-11-08 11:13       ` Uwe Kleine-König
2023-11-10 20:43     ` Rob Herring
2023-11-10 20:43       ` Rob Herring
2023-11-10 20:43       ` Rob Herring
2023-11-11  1:37     ` Alim Akhtar
2023-11-11  1:37       ` Alim Akhtar
2023-11-11  1:37       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-11  1:40     ` Alim Akhtar
2023-11-11  1:40       ` Alim Akhtar
2023-11-11  1:40       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 14/17] arm64: dts: exynos7: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-11  1:42     ` Alim Akhtar
2023-11-11  1:42       ` Alim Akhtar
2023-11-11  1:42       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 15/17] arm64: dts: exynos7885: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-11  1:43     ` Alim Akhtar
2023-11-11  1:43       ` Alim Akhtar
2023-11-11  1:43       ` Alim Akhtar
2023-11-08 10:43   ` [PATCH 16/17] arm64: dts: exynos850: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-11  1:44     ` Alim Akhtar
2023-11-11  1:44       ` Alim Akhtar
2023-11-11  1:44       ` Alim Akhtar
2023-11-21 17:48     ` Sam Protsenko
2023-11-21 17:48       ` Sam Protsenko
2023-11-21 17:48       ` Sam Protsenko
2023-11-08 10:43   ` [PATCH 17/17] arm64: dts: exynosautov9: " Krzysztof Kozlowski
2023-11-08 10:43     ` Krzysztof Kozlowski
2023-11-11  1:45     ` Alim Akhtar
2023-11-11  1:45       ` Alim Akhtar
2023-11-11  1:45       ` Alim Akhtar
2023-11-08 17:17   ` [PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC Alim Akhtar
2023-11-08 17:17     ` Alim Akhtar
2023-11-08 17:17     ` Alim Akhtar
2023-11-14 15:20   ` Krzysztof Kozlowski
2023-11-14 15:20     ` Krzysztof Kozlowski
2023-11-28 17:49   ` (subset) " Thierry Reding
2023-11-28 17:49     ` Thierry Reding
2023-11-28 20:58     ` Uwe Kleine-König
2023-11-28 20:58       ` Uwe Kleine-König
2023-11-28 20:58       ` Uwe Kleine-König
2023-12-05  9:16       ` Krzysztof Kozlowski
2023-12-05  9:16         ` Krzysztof Kozlowski
2023-12-05  9:16         ` Krzysztof Kozlowski
2023-12-05 12:36       ` Thierry Reding
2023-12-05 12:36         ` Thierry Reding
2023-12-05 12:36         ` Thierry Reding
2023-12-05 16:12         ` Uwe Kleine-König
2023-12-05 16:12           ` Uwe Kleine-König
2023-12-05 16:12           ` Uwe Kleine-König

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=20231108104343.24192-10-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=a.zummo@towertech.it \
    --cc=airlied@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alim.akhtar@samsung.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=andi.shyti@kernel.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jh80.chung@samsung.com \
    --cc=jic23@kernel.org \
    --cc=jirislaby@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=semen.protsenko@linaro.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomasz.figa@gmail.com \
    --cc=tzimmermann@suse.de \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ulf.hansson@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.