Re: [PATCH] clk: staging: Specify IOMEM dependency for Xilinx Clocking Wizard driver

2020-07-11 Thread Greg Kroah-Hartman
On Sat, Jul 11, 2020 at 09:30:10AM -0700, Stephen Boyd wrote: > Quoting David Gow (2020-06-29 21:45:17) > > The Xilinx Clocking Wizard driver uses the devm_ioremap_resource > > function, but does not specify a dependency on IOMEM in Kconfig. This > > causes a build failure on architectures without

[staging:staging-testing] BUILD SUCCESS a3232e64b4be06460d02ded09c5bd347b0a3a2b8

2020-07-11 Thread kernel test robot
randconfig-a014-20200710 x86_64 randconfig-a015-20200710 x86_64 randconfig-a013-20200710 i386 randconfig-a016-20200711 i386 randconfig-a015-20200711 i386 randconfig-a011-20200711 i386 randconfig-a012-20200711 i386

Re: [PATCH] clk: staging: Specify IOMEM dependency for Xilinx Clocking Wizard driver

2020-07-11 Thread Stephen Boyd
Quoting David Gow (2020-06-29 21:45:17) > The Xilinx Clocking Wizard driver uses the devm_ioremap_resource > function, but does not specify a dependency on IOMEM in Kconfig. This > causes a build failure on architectures without IOMEM, for example, UML > (notably with make allyesconfig). > > Fix t

Re: [PATCH] staging: comedi: s626: Remove pci-dma-compat wrapper APIs.

2020-07-11 Thread Christophe JAILLET
Le 11/07/2020 à 14:35, Suraj Upadhyay a écrit : The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs, instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script be

[PATCH] staging: rtl8192e: rtl_core: Remove pci-dma-compat wrapper APIs.

2020-07-11 Thread Suraj Upadhyay
The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs, instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script below and compile-tested. - PCI_DMA_BIDIRECTIO

[PATCH] staging: rtl8192e: rtl8192E_dev: Remove pci-dma-compat wrapper APIs.

2020-07-11 Thread Suraj Upadhyay
The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs, instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script below and compile-tested. - PCI_DMA_BIDIRECTIO

[PATCH] staging: qlge: Remove pci-dma-compat wrapper APIs.

2020-07-11 Thread Suraj Upadhyay
The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs, instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script below and compile-tested. - PCI_DMA_BIDIRECTIO

[PATCH] staging: comedi: s626: Remove pci-dma-compat wrapper APIs.

2020-07-11 Thread Suraj Upadhyay
The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs, instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script below and compile-tested. - PCI_DMA_BIDIRECTIO

Re: [PATCH] staging: rtl8723bs: core: Using comparison to true is error prone

2020-07-11 Thread
Hi Gustavo Thanks for the feedback. I'll re-submit the patch. Many thanks john On Fri, Jul 10, 2020 at 03:44:53PM -0500, Gustavo A. R. Silva wrote: > > > On 7/10/20 15:16, John Oldman wrote: > > clear below issues reported by checkpatch.pl: > > > > CHECK: Using comparison to true is error p