290e10eb | 25-Oct-2023 |
Geert Uytterhoeven <geert+renesas@glider.be> |
media: nuvoton: VIDEO_NPCM_VCD_ECE should depend on ARCH_NPCM
The Nuvoton NPCM Video Capture/Differentiation Engine (VCD) and Encoding Compression Engine (ECE) are only present on Nuvoton NPCM SoCs.
media: nuvoton: VIDEO_NPCM_VCD_ECE should depend on ARCH_NPCM
The Nuvoton NPCM Video Capture/Differentiation Engine (VCD) and Encoding Compression Engine (ECE) are only present on Nuvoton NPCM SoCs. Hence add a dependency on ARCH_NPCM, to prevent asking the user about these drivers when configuring a kernel without Nuvoton NPCM Architecture support.
OpenBMC-Staging-Count: 1 Fixes: 46c15a4ff1f4 ("media: nuvoton: Add driver for NPCM video capture and encoding engine") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> (cherry picked from commit 3e238417254bfdcc23fe207780b59cbb08656762) Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
0713029c | 27-Sep-2023 |
Dan Carpenter <dan.carpenter@linaro.org> |
media: nuvoton: npcm-video: Fix IS_ERR() vs NULL bug
The of_parse_phandle() function returns NULL on error. It never returns error pointers. Update the check accordingly.
OpenBMC-Staging-Count: 1
media: nuvoton: npcm-video: Fix IS_ERR() vs NULL bug
The of_parse_phandle() function returns NULL on error. It never returns error pointers. Update the check accordingly.
OpenBMC-Staging-Count: 1 Fixes: 70721089985c ("media: nuvoton: Add driver for NPCM video capture and encoding engine") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> (cherry picked from commit 5f9fcbf92da901495f2f8b09d2f6df5c2ca83dc5) Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|