[PATCH] usb: isp1301-omap: Add missing gpiod_add_lookup_table function

2021-04-01 Thread Maciej Falkowski
piod_table = { ^ 1 warning generated. The patch adds the missing gpiod_add_lookup_table() function. Signed-off-by: Maciej Falkowski Fixes: f3ef38160e3d ("usb: isp1301-omap: Convert to use GPIO descriptors") Link: https://github.com/ClangBuiltLinux/linux/issue

[PATCH] ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power

2021-04-01 Thread Maciej Falkowski
int power) ^ 1 warning generated. The soc_camera support was dropped without removing ams_delta_camera_power() function, making it unused. Signed-off-by: Maciej Falkowski Fixes: ce548396a433 ("media: mach-omap1: board-ams-delta.c: remove soc_camera dependencies") Link

[PATCH] ARM: OMAP: Fix use of possibly uninitialized irq variable

2021-04-01 Thread Maciej Falkowski
xx()) ^~ arch/arm/mach-omap1/pm.c:611:9: note: initialize the variable 'irq' to silence this warning int irq; ^ = 0 1 warning generated. The patch provides a default value to the `irq` variable along with a v

Re: [PATCH] dt-bindings: sound: Convert Samsung Exynos5433 TM2(E) audio complex with WM5110 codec to dt-schema

2019-09-26 Thread Maciej Falkowski
On 9/24/19 5:20 PM, Krzysztof Kozlowski wrote: > On Tue, Sep 24, 2019 at 05:01:46PM +0200, Marek Szyprowski wrote: >> From: Maciej Falkowski >> >> Convert Samsung Exynos5433 TM2(E) audio complex with WM5110 codec to newer >> dt-schema format. >> >> Sig

Re: [PATCH v2 1/2] dt-bindings: sound: Convert Samsung I2S controller to dt-schema

2019-09-18 Thread Maciej Falkowski
On 9/17/19 3:05 PM, Rob Herring wrote: > On Tue, Sep 17, 2019 at 7:05 AM Maciej Falkowski > wrote: >> Convert Samsung I2S controller to newer dt-schema format. >> >> Signed-off-by: Maciej Falkowski >> Signed-off-by: Marek Szyprowski >> --- >> v2: &g

[PATCH v2 2/2] dt-bindings: sound: Convert Samsung SMDK audio complex

2019-09-17 Thread Maciej Falkowski
Convert Samsung SMDK audio complex to newer dt-schema format. Signed-off-by: Maciej Falkowski Signed-off-by: Marek Szyprowski --- v2: - Added missing Signed-off-by certificate --- .../bindings/sound/samsung,smdk-wm8994.txt| 14 --- .../bindings/sound/samsung,smdk-wm8994.yaml | 38

[PATCH v2 1/2] dt-bindings: sound: Convert Samsung I2S controller to dt-schema

2019-09-17 Thread Maciej Falkowski
Convert Samsung I2S controller to newer dt-schema format. Signed-off-by: Maciej Falkowski Signed-off-by: Marek Szyprowski --- v2: - Added missing Signed-off-by certificate --- .../devicetree/bindings/sound/samsung-i2s.txt | 84 - .../bindings/sound/samsung-i2s.yaml | 119

[PATCH 2/2] dt-bindings: sound: Convert Samsung SMDK audio complex

2019-09-17 Thread Maciej Falkowski
Convert Samsung SMDK audio complex to newer dt-schema format. Signed-off-by: Maciej Falkowski --- .../bindings/sound/samsung,smdk-wm8994.txt| 14 --- .../bindings/sound/samsung,smdk-wm8994.yaml | 38 +++ 2 files changed, 38 insertions(+), 14 deletions(-) delete mode

[PATCH 1/2] dt-bindings: sound: Convert Samsung I2S controller to dt-schema

2019-09-17 Thread Maciej Falkowski
Convert Samsung I2S controller to newer dt-schema format Signed-off-by: Maciej Falkowski --- .../devicetree/bindings/sound/samsung-i2s.txt | 84 - .../bindings/sound/samsung-i2s.yaml | 119 ++ 2 files changed, 119 insertions(+), 84 deletions(-) delete

[PATCH v2] ARM: dts: exynos: remove obsolete IRQ lines

2019-09-12 Thread Maciej Falkowski
In commit 7222e8db2d506197ee183de0f9b76b3ad97e8c18 (iommu/exynos: Fix build errors) Exynos3250 iommu driver stopped supporting two IRQ lines. The second IRQ line in DTS is ignored and is not needed. Signed-off-by: Maciej Falkowski Signed-off-by: Marek Szyprowski --- v2: - change commit message

[PATCH] dt-bindings: arm: samsung: Exynos 3250: iommu: remove obsolete IRQ lines

2019-09-11 Thread Maciej Falkowski
In commit 7222e8db2d506197ee183de0f9b76b3ad97e8c18 (iommu/exynos: Fix build errors) Exynos3250 iommu driver stopped supporting two IRQ lines. The second IRQ line in DTS is ignored and is not needed. Signed-off-by: Maciej Falkowski Signed-off-by: Marek Szyprowski --- arch/arm/boot/dts

[PATCH v3] dt-bindings: arm: samsung: Convert Samsung Exynos IOMMU H/W, System MMU to dt-schema

2019-09-11 Thread Maciej Falkowski
Convert Samsung Exynos IOMMU H/W, System Memory Management Unit to newer dt-schema format. Update clock description. Signed-off-by: Maciej Falkowski Signed-off-by: Andrzej Hajda --- Hi Krzysztof, Thank you for feedback. v3: - remove obsolete interrupts description and set its maxItems to

[PATCH v2] dt-bindings: arm: samsung: Convert Samsung Exynos IOMMU H/W, System MMU to dt-schema

2019-09-10 Thread Maciej Falkowski
Convert Samsung Exynos IOMMU H/W, System Memory Management Unit to newer dt-schema format. Update clock description. Signed-off-by: Maciej Falkowski Signed-off-by: Andrzej Hajda --- Hi Krzysztof, Thank you for feedback. New changes: - style fixes including missing empty lines, deletion of

[PATCH] dt-bindings: arm: samsung: Convert Samsung Exynos IOMMU H/W, System MMU to dt-schema

2019-09-09 Thread Maciej Falkowski
Convert Samsung Exynos IOMMU H/W, System Memory Management Unit to newer dt-schema format. Signed-off-by: Maciej Falkowski Signed-off-by: Andrzej Hajda --- .../bindings/iommu/samsung,sysmmu.txt | 67 .../bindings/iommu/samsung,sysmmu.yaml| 102