Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Greg KH
On Mon, Nov 02, 2020 at 11:17:40PM +, christian.gr...@microchip.com wrote: > On Mon, 2020-11-02 at 16:31 +0100, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wr

Re: [PATCH] staging: mt7621-dma: Prefer Using BIT Macro instead of left shifting on 1.

2020-11-02 Thread siddhant gupta
On Tue, 3 Nov 2020 at 01:10, Greg KH wrote: > > On Tue, Nov 03, 2020 at 01:04:02AM +0530, siddhant gupta(siddhant1223) wrote: > > > > Replace left shifting on 1 by a BIT macro to fix checkpatch warning. > > > > Signed-off-by: Siddhant Gupta > > > > --- > > drivers/staging/mt7621-dma/mtk-hsdma.c

Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Christian.Gromm
On Mon, 2020-11-02 at 16:31 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wrote: > > This patch moves the ALSA sound driver out of the staging area and > > adds it >

[PATCH AUTOSEL 5.9 29/35] staging: mmal-vchiq: Fix memory leak for vchiq_instance

2020-11-02 Thread Sasha Levin
From: Seung-Woo Kim [ Upstream commit b6ae84d648954fae096d94faea1ddb6518b27841 ] The vchiq_instance is allocated with vchiq_initialise() but never freed properly. Fix memory leak for the vchiq_instance. Reported-by: Jaehoon Chung Signed-off-by: Seung-Woo Kim Link: https://lore.kernel.org/r/1

[staging:staging-testing] BUILD SUCCESS 9364a2cf567187c0a075942c22d1f434c758de5d

2020-11-02 Thread kernel test robot
allmodconfig powerpc allyesconfig powerpc allnoconfig i386 randconfig-a004-20201102 i386 randconfig-a006-20201102 i386 randconfig-a005-20201102 i386 randconfig-a001-20201102 i386

[driver-core:driver-core-linus] BUILD SUCCESS 9d4fdda3344611ec53ededccc0c13cb149ba4375

2020-11-02 Thread kernel test robot
allyesconfig sparc defconfig i386defconfig mips allmodconfig powerpc allyesconfig powerpc allnoconfig i386 randconfig-a004-20201102 i386

[staging:staging-next] BUILD SUCCESS 83e63b2cc416904b50895eeee8d8e0d7ea0418fe

2020-11-02 Thread kernel test robot
allyesconfig powerpc allmodconfig i386 randconfig-a004-20201102 i386 randconfig-a006-20201102 i386 randconfig-a005-20201102 i386 randconfig-a001-20201102 i386 randconfig-a002-20201102

[PATCH] staging: mt7621-pci: avoid to request pci bus resources

2020-11-02 Thread Sergio Paracuellos
After upgrading kernel to version 5.9.x the driver was not working anymore showing the following kernel trace: ... mt7621-pci 1e14.pcie: resource collision: [mem 0x6000-0x6fff] conflicts with pcie@1e14 [mem 0x6000-0x6fff] [ cut here ] WARNING: CPU:

Re: [PATCH] staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids

2020-11-02 Thread Brian O'Keefe
On Fri, Oct 30, 2020 at 10:25 AM Arend Van Spriel wrote: > > On 10/29/2020 2:52 PM, Brian O'Keefe wrote: > > Add 024c:0627 to the list of SDIO device-ids, based on hardware found in > > the wild. This hardware exists on at least some Acer SW1-011 tablets. > > > > Signed-off-by: Brian O'Keefe > >

Re: [PATCH] staging: mt7621-dma: Prefer Using BIT Macro instead of left shifting on 1.

2020-11-02 Thread Greg KH
On Tue, Nov 03, 2020 at 01:04:02AM +0530, siddhant gupta(siddhant1223) wrote: > > Replace left shifting on 1 by a BIT macro to fix checkpatch warning. > > Signed-off-by: Siddhant Gupta > > --- > drivers/staging/mt7621-dma/mtk-hsdma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH] staging: mt7621-dma: Prefer Using BIT Macro instead of left shifting on 1.

2020-11-02 Thread siddhant gupta(siddhant1223)
Replace left shifting on 1 by a BIT macro to fix checkpatch warning. Signed-off-by: Siddhant Gupta --- drivers/staging/mt7621-dma/mtk-hsdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c in

[PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Christian Gromm
This patch moves the ALSA sound driver out of the staging area and adds it to the stable part of the MOST driver. Modifications to the Makefiles and Kconfigs are done accordingly to not break the build. Signed-off-by: Christian Gromm --- drivers/most/Kconfig| 10 + drivers/most/

. ,,

2020-11-02 Thread Patrick Ho
Sincerely ask for your involvement in this transaction. If interested, write me back for further clarification Take note will also be a partner in this transaction as i can orderly see this transaction through. If you have any questions or if I can be of any assistance to you. Email: mailpatri

Re: [PATCH 07/23] wfx: add bus_sdio.c

2020-11-02 Thread Kalle Valo
Ulf Hansson writes: > On Thu, 15 Oct 2020 at 16:03, Jérôme Pouiller > wrote: >> >> On Wednesday 14 October 2020 14:43:34 CEST Pali Rohár wrote: >> > On Wednesday 14 October 2020 13:52:15 Jérôme Pouiller wrote: >> > > On Tuesday 13 October 2020 22:11:56 CEST Pali Rohár wrote: >> > > > On Monday 1

Re: [PATCH 01/23] dt-bindings: introduce silabs,wfx.yaml

2020-11-02 Thread Kalle Valo
Jérôme Pouiller writes: > On Tuesday 13 October 2020 18:49:35 CEST Rob Herring wrote: >> On Mon, Oct 12, 2020 at 12:46:26PM +0200, Jerome Pouiller wrote: >> > From: Jérôme Pouiller > [...] >> > + Note that in add of the properties below, the WFx driver also supports >> > + `mac-address` and `l

Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Greg KH
On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wrote: > This patch moves the ALSA sound driver out of the staging area and adds it > to the stable part of the MOST driver. Modifications to the Makefiles and > Kconfigs are done accordingly to not break the build. > > Signed-off-by: Chris

Re: [PATCH -next] media: cedrus: fix reference leak in cedrus_start_streaming

2020-11-02 Thread Dan Carpenter
On Mon, Nov 02, 2020 at 03:18:38PM +0100, Maxime Ripard wrote: > On Mon, Nov 02, 2020 at 10:26:22PM +0800, Zhang Qilong wrote: > > pm_runtime_get_sync will increment pm usage counter even it > > failed. Forgetting to pm_runtime_put_noidle will result in > > reference leak in cedrus_start_streaming.

答复: [PATCH -next] media: cedrus: fix reference leak in cedrus_start_streaming

2020-11-02 Thread zhangqilong
Hi > > On Mon, Nov 02, 2020 at 10:26:22PM +0800, Zhang Qilong wrote: > > pm_runtime_get_sync will increment pm usage counter even it failed. > > Forgetting to pm_runtime_put_noidle will result in reference leak in > > cedrus_start_streaming. We should fix it. > > > > Fixes: d5aecd289babf ("media:

Re: [PATCH -next] media: cedrus: fix reference leak in cedrus_start_streaming

2020-11-02 Thread Maxime Ripard
On Mon, Nov 02, 2020 at 10:26:22PM +0800, Zhang Qilong wrote: > pm_runtime_get_sync will increment pm usage counter even it > failed. Forgetting to pm_runtime_put_noidle will result in > reference leak in cedrus_start_streaming. We should fix it. > > Fixes: d5aecd289babf ("media: cedrus: Implement

[PATCH -next] media: staging: rkisp1: cap: fix runtime PM imbalance on error

2020-11-02 Thread Zhang Qilong
pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to pm_runtime_put_noidle will result in reference imbalance in rkisp1_vb2_start_streaming, so we should fix it. Fixes: 56e3b29f9f6b2 ("media: staging: rkisp1: add streaming paths") Signed-off-by: Zhang Qilong --- driv

[PATCH -next] media: cedrus: fix reference leak in cedrus_start_streaming

2020-11-02 Thread Zhang Qilong
pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to pm_runtime_put_noidle will result in reference leak in cedrus_start_streaming. We should fix it. Fixes: d5aecd289babf ("media: cedrus: Implement runtime PM") Signed-off-by: Zhang Qilong --- drivers/staging/media/su

Re: [PATCH] staging: comedi: cb_pcidas: reinstate delay removed from trimpot setting

2020-11-02 Thread Ian Abbott
On 02/11/2020 10:25, Ian Abbott wrote: On 29/10/2020 14:18, Ian Abbott wrote: Commit eddd2a4c675c ("staging: comedi: cb_pcidas: refactor write_calibration_bitstream()") inadvertently removed one of the `udelay(1)` calls when writing to the calibration register in `cb_pcidas_calib_write()`.  Rein

Re: [PATCH] staging: comedi: cb_pcidas: reinstate delay removed from trimpot setting

2020-11-02 Thread Ian Abbott
On 29/10/2020 14:18, Ian Abbott wrote: Commit eddd2a4c675c ("staging: comedi: cb_pcidas: refactor write_calibration_bitstream()") inadvertently removed one of the `udelay(1)` calls when writing to the calibration register in `cb_pcidas_calib_write()`. Reinstate the delay. It may seem strange th

Re: [PATCH 08/14] media: sunxi: Add support for the A31 MIPI CSI-2 controller

2020-11-02 Thread Maxime Ripard
On Fri, Oct 30, 2020 at 07:45:18PM -0300, Helen Koike wrote: > On 10/23/20 2:45 PM, Paul Kocialkowski wrote: > > The A31 MIPI CSI-2 controller is a dedicated MIPI CSI-2 controller > > found on Allwinner SoCs such as the A31 and V3/V3s. > > > > It is a standalone block, connected to the CSI control

Re: [PATCH 00/14] Allwinner MIPI CSI-2 support for A31/V3s/A83T

2020-11-02 Thread Maxime Ripard
Hi On Fri, Oct 30, 2020 at 07:44:28PM -0300, Helen Koike wrote: > On thing that is confusing me is the name csi2 with csi (that makes me > think of csi vesun6i-csirsion one, which is not the case), I would > rename it to sun6i-video (or maybe it is just me who gets confused). > > I know this drive