lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <5c93892b-4d04-3b55-72ec-36d3519d543b@microchip.com> Date: Fri, 25 Nov 2022 13:52:21 +0000 From: <Eugen.Hristev@...rochip.com> To: <Claudiu.Beznea@...rochip.com> CC: <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>, <linux-media@...r.kernel.org> Subject: Re: [PATCH v2 1/2] ARM: configs: sama5/7: switch to new MICROCHIP_ISC driver On 11/25/22 15:47, Claudiu Beznea - M18063 wrote: > On 25.11.2022 15:06, Eugen Hristev wrote: >> The ATMEL_ISC and ATMEL_XISC have been deprecated and moved to staging. >> Use the new MICROCHIP_ISC/MICROCHIP_XISC symbols which are the >> replacement drivers. >> >> Signed-off-by: Eugen Hristev <eugen.hristev@...rochip.com> > > Applied to at91-defconfig (after re-worked a bit to keep entries > alphabetically sorted), thanks! I added them in the order given by make savedefconfig. It's not alphabetical rather given by the order in the menuconfig it appears. When moving from media/platform/atmel to media/platform/microchip the order in the defconfig changed. If you reordered them, now there will be differences vs make savedefconfig. Eugen > >> --- >> changes in v2: >> - split the multi v7 into separate patch >> >> arch/arm/configs/sama5_defconfig | 2 +- >> arch/arm/configs/sama7_defconfig | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig >> index 877bbe7b777e..f89fd4e0d10a 100644 >> --- a/arch/arm/configs/sama5_defconfig >> +++ b/arch/arm/configs/sama5_defconfig >> @@ -150,8 +150,8 @@ CONFIG_MEDIA_PLATFORM_SUPPORT=y >> CONFIG_MEDIA_USB_SUPPORT=y >> CONFIG_USB_VIDEO_CLASS=m >> CONFIG_V4L_PLATFORM_DRIVERS=y >> -CONFIG_VIDEO_ATMEL_ISC=y >> CONFIG_VIDEO_ATMEL_ISI=y >> +CONFIG_VIDEO_MICROCHIP_ISC=y >> CONFIG_VIDEO_MT9V032=m >> CONFIG_VIDEO_OV2640=m >> CONFIG_VIDEO_OV5640=m >> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig >> index 8f28c9d443f0..cc42cea77f38 100644 >> --- a/arch/arm/configs/sama7_defconfig >> +++ b/arch/arm/configs/sama7_defconfig >> @@ -140,7 +140,7 @@ CONFIG_MEDIA_SUPPORT_FILTER=y >> CONFIG_MEDIA_CAMERA_SUPPORT=y >> CONFIG_MEDIA_PLATFORM_SUPPORT=y >> CONFIG_V4L_PLATFORM_DRIVERS=y >> -CONFIG_VIDEO_ATMEL_XISC=y >> +CONFIG_VIDEO_MICROCHIP_XISC=y >> CONFIG_VIDEO_MICROCHIP_CSI2DC=y >> CONFIG_VIDEO_IMX219=m >> CONFIG_VIDEO_IMX274=m >
Powered by blists - more mailing lists