Re: [PATCH] soc: Switch back to struct platform_driver::remove()

2024-10-29 Thread Heiko Stuebner
ace changes to make indention consistent. > > Signed-off-by: Uwe Kleine-König > drivers/soc/rockchip/io-domain.c | 8 For the Rockchip part: Acked-by: Heiko Stuebner

Re: (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling

2024-10-07 Thread Heiko Stuebner
commit: 3ca743f8a5b568dc5e5d5f1bab0298a4a43c2360 after the binding change from patch 02 got merged into the sound tree Best regards, -- Heiko Stuebner

Re: [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling

2024-09-27 Thread Heiko Stuebner
Hi Geert, Am Freitag, 27. September 2024, 14:42:15 CEST schrieb Geert Uytterhoeven: > - The second patch updates the Audio Graph and Simple Audio Card DT > bindings, > - Patches 3-9 converts various DTS files to use the new properties, > - The last 2 patches convert Freescale sound devic

Re: [PATCH v2 3/6] ASoC: rockchip: Remove unused of_gpio.h

2024-06-07 Thread Heiko Stuebner
Am Mittwoch, 5. Juni 2024, 23:27:26 CEST schrieb Andy Shevchenko: > of_gpio.h is deprecated and subject to remove. The drivers in question > don't use it, simply remove the unused header. > > Signed-off-by: Andy Shevchenko Acked-by: Heiko Stuebner

Re: [PATCH 00/25] Rid W=1 warnings in SoC

2020-11-12 Thread Heiko Stuebner
ra: fuse: speedo-tegra210: Remove a group of set but unused > variables > soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq' > > [...] Applied, thanks! [1/1] soc: rockchip: io-domain: Remove incorrect and incomplete comment header commit: a6a3a24c129d229a0eb26b329ab617e2a04245dd Best regards, -- Heiko Stuebner

[PATCH v2.2 24/34] dt-bindings: arm: Convert Rockchip board/soc bindings to json-schema

2018-12-10 Thread Heiko Stuebner
From: Rob Herring Convert Rockchip SoC bindings to DT schema format using json-schema. Cc: Mark Rutland Cc: Heiko Stuebner Cc: devicet...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Rob Herring [move to per-board entries and

Re: [PATCH v2.1 24/34] dt-bindings: arm: Convert Rockchip board/soc bindings to json-schema

2018-12-10 Thread Heiko Stuebner
Am Sonntag, 9. Dezember 2018, 23:14:05 CET schrieb Heiko Stuebner: Forgot the From: Rob Herring here, but if you're ok with how it looks I can apply it to my tree. Heiko > Convert Rockchip SoC bindings to DT schema format using json-schema. > > Cc: Mark Rutland > Cc: Hei

[PATCH v2.1 24/34] dt-bindings: arm: Convert Rockchip board/soc bindings to json-schema

2018-12-09 Thread Heiko Stuebner
Convert Rockchip SoC bindings to DT schema format using json-schema. Cc: Mark Rutland Cc: Heiko Stuebner Cc: devicet...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Rob Herring [move to per-board entries and added recently added

Re: [PATCH v2 24/34] dt-bindings: arm: Convert Rockchip board/soc bindings to json-schema

2018-12-04 Thread Heiko Stuebner
Am Montag, 3. Dezember 2018, 22:32:13 CET schrieb Rob Herring: > Convert Rockchip SoC bindings to DT schema format using json-schema. > > Cc: Mark Rutland > Cc: Heiko Stuebner > Cc: devicet...@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-rockc..

Re: [PATCH 28/36] dt-bindings: arm: Convert Rockchip board/soc bindings to json-schema

2018-10-08 Thread Heiko Stuebner
Hi Rob, either I'm misunderstanding that, or something did go a bit wrong during the conversion, as pointed out below: Am Freitag, 5. Oktober 2018, 18:58:40 CEST schrieb Rob Herring: > Convert Rockchip SoC bindings to DT schema format using json-schema. > > Cc: Mark Rutlan