Re: [V2][linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] bsp: delete unused kernel option CONFIG_XILINX_DMA_ENGINES

2021-05-21 Thread Bruce Ashfield
In message: [V2][linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] 
bsp: delete unused kernel option CONFIG_XILINX_DMA_ENGINES
on 20/05/2021 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> The kernel option CONFIG_XILINX_DMA_ENGINES isn't used anymore since we
> have switched to mainline xilinx dma driver. Let's remove it to fix the
> warning as below:
> 
> WARNING: linux-yocto-5.10.x do_kernel_configcheck: [kernel config]: specified 
> values did not make it into the kernel's final configuration:
> 
> [NOTE]: 'CONFIG_XILINX_DMA_ENGINES' last val (y) and .config val (n) do 
> not match
> [INFO]: CONFIG_XILINX_DMA_ENGINES : n
> [INFO]: raw config text:
> 
> Config 'XILINX_DMA_ENGINES' has the following Direct dependencies 
> (XILINX_DMA_ENGINES=n):
> n
> Parent dependencies are:
> [INFO]: config 'CONFIG_XILINX_DMA_ENGINES' was set, but it wasn't 
> assignable, check (parent) dependencies
> 
> [INFO]: selection details for 'CONFIG_XILINX_DMA_ENGINES':
> Symbols currently n-selecting this symbol (no effect):
>   - DRM_ZYNQMP_DPSUB

merged!

Bruce

> 
> Signed-off-by: Quanyang Wang 
> ---
>  bsp/xilinx-zynq/xilinx-zynq.cfg | 1 -
>  bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/bsp/xilinx-zynq/xilinx-zynq.cfg b/bsp/xilinx-zynq/xilinx-zynq.cfg
> index 37d6a07db..dc6610371 100644
> --- a/bsp/xilinx-zynq/xilinx-zynq.cfg
> +++ b/bsp/xilinx-zynq/xilinx-zynq.cfg
> @@ -22,7 +22,6 @@ CONFIG_VFP=y
>  CONFIG_NEON=y
>  
>  # DMA
> -CONFIG_XILINX_DMA_ENGINES=y
>  CONFIG_AXI_DMAC=y
>  CONFIG_DMADEVICES=y
>  CONFIG_DMA_ENGINE=y
> diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg 
> b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> index fcef2f491..6005eaeb0 100644
> --- a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> +++ b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> @@ -109,7 +109,6 @@ CONFIG_RTC_INTF_SYSFS=y
>  CONFIG_RTC_DRV_ZYNQMP=y
>  
>  CONFIG_DMADEVICES=y
> -CONFIG_XILINX_DMA_ENGINES=y
>  CONFIG_DMA_ENGINE=y
>  CONFIG_DMA_OF=y
>  CONFIG_CMA=y
> -- 
> 2.25.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9912): 
https://lists.yoctoproject.org/g/linux-yocto/message/9912
Mute This Topic: https://lists.yoctoproject.org/mt/82960912/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto][linux-yocto v5.10][PATCH 0/4] fix the wrong backporting about iommu in v5.10.37

2021-05-21 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10][PATCH 0/4] fix the wrong 
backporting about iommu in v5.10.37
on 20/05/2021 Yongxin Liu wrote:

> Hi Bruce,
> 
> Those 4 patches are from Linux stable v5.10.38, in order to fix the wrong
> backporting in linux stable v5.10.37.
> 2 commits revert the incorrect merge, and another 2 commits re-backport
> the patches correctly.
> 
> This wrong backporting has serious consequence which makes iommu unusable
> on intel platforms.
> 
> If you will update linux-yocto to v5.10.38 soon, please ignore them.
> Otherwise it is better to have them in v5.10.37.

5.10.38 is now pushed to the repos.

Bruce

> 
> Greg Kroah-Hartman (2):
>   Revert "iommu/vt-d: Remove WO permissions on second-level paging
> entries"
>   Revert "iommu/vt-d: Preset Access/Dirty bits for IOVA over FL"
> 
> Lu Baolu (2):
>   iommu/vt-d: Preset Access/Dirty bits for IOVA over FL
>   iommu/vt-d: Remove WO permissions on second-level paging entries
> 
>  drivers/iommu/intel/iommu.c | 5 -
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> Thanks,
> Yongxin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9911): 
https://lists.yoctoproject.org/g/linux-yocto/message/9911
Mute This Topic: https://lists.yoctoproject.org/mt/82957071/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] [yocto-kernel-cache][only master][PATCH] bsp: use CONFIG_GPIO_CDEV instead of CONFIG_GPIO_SYSFS

2021-05-21 Thread Bruce Ashfield
merged.

Bruce

In message: [linux-yocto] [yocto-kernel-cache][only master][PATCH] bsp: use 
CONFIG_GPIO_CDEV instead of CONFIG_GPIO_SYSFS
on 20/05/2021 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> For now CONFIG_GPIO_CDEV is encouraged to use and CONFIG_GPIO_SYSFS
> is obsolete. In mainline commit 3b4feb21158f ("gpio: sysfs: Enforce
> character device"), CONFIG_GPIO_SYSFS can only be enabled with option
> CONFIG_EXPERT. In light of this, let's switch to CONFIG_GPIO_CDEV.
> 
> Signed-off-by: Quanyang Wang 
> ---
>  bsp/xilinx-zynq/xilinx-zynq.cfg | 2 +-
>  bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/bsp/xilinx-zynq/xilinx-zynq.cfg b/bsp/xilinx-zynq/xilinx-zynq.cfg
> index 45725c9a4..c4589de20 100644
> --- a/bsp/xilinx-zynq/xilinx-zynq.cfg
> +++ b/bsp/xilinx-zynq/xilinx-zynq.cfg
> @@ -39,7 +39,7 @@ CONFIG_CADENCE_WATCHDOG=y
>  
>  # GPIO
>  CONFIG_GPIOLIB=y
> -CONFIG_GPIO_SYSFS=y
> +CONFIG_GPIO_CDEV=y
>  CONFIG_GPIO_XILINX=y
>  CONFIG_GPIO_ZYNQ=y
>  CONFIG_GPIO_PCA953X=y
> diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg 
> b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> index e37c1f73b..afc383977 100644
> --- a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> +++ b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> @@ -70,7 +70,7 @@ CONFIG_SPI_ZYNQMP_GQSPI=y
>  
>  CONFIG_GPIOLIB=y
>  CONFIG_OF_GPIO=y
> -CONFIG_GPIO_SYSFS=y
> +CONFIG_GPIO_CDEV=y
>  CONFIG_GPIO_XILINX=y
>  CONFIG_GPIO_PCA953X=y
>  CONFIG_GPIO_PCA953X_IRQ=y
> -- 
> 2.25.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9910): 
https://lists.yoctoproject.org/g/linux-yocto/message/9910
Mute This Topic: https://lists.yoctoproject.org/mt/82954153/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-