INVESTMENT

2020-12-08 Thread MR JABER AL-GHAFR
Good Day I am JABER AL-GHAFRI, Pleasant greetings to you as i seek your indulgence to introduce to you the desire of my principal’s wish, to make huge financial investment in your home country on areas of oil and gas, real estate, tourism and hotel, manufacturing and production company,

[staging:staging-testing] BUILD SUCCESS 518b466a21ad7fa1e338fa4ed9d180ef439d3bc0

2020-12-08 Thread kernel test robot
allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a004-20201208 i386 randconfig-a005-20201208 i386

INVESTMENT

2020-12-08 Thread MR JABER AL-GHAFR
Good Day I am JABER AL-GHAFRI, Pleasant greetings to you as i seek your indulgence to introduce to you the desire of my principal’s wish, to make huge financial investment in your home country on areas of oil and gas, real estate, tourism and hotel, manufacturing and production company,

[PATCH] staging: qlge: remove duplicate word in comment

2020-12-08 Thread Nicholas Warfield
This patch fixes the checkpatch warning: WARNING: Possible repeated word: 'each' 1712: FILE: qlge.h:1712.h + * that are each each 64-bits in length. There are a total of Signed-off-by: Nicholas Warfield --- drivers/staging/qlge/qlge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH v2 06/19] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port

2020-12-08 Thread Rob Herring
On Wed, Dec 02, 2020 at 03:16:44PM +0100, Paul Kocialkowski wrote: > Hi, > > On Tue 01 Dec 20, 11:43, Maxime Ripard wrote: > > On Sat, Nov 28, 2020 at 03:28:26PM +0100, Paul Kocialkowski wrote: > > > The A31 CSI controller supports two distinct input interfaces: > > > parallel and an external

Re: [PATCH v2] media: atomisp: Fixed error handling path

2020-12-08 Thread Souptick Joarder
On Thu, Nov 19, 2020 at 1:06 AM Souptick Joarder wrote: > > On Wed, Nov 4, 2020 at 7:32 AM Souptick Joarder wrote: > > > > Inside alloc_user_pages() based on flag value either pin_user_pages() > > or get_user_pages_fast() will be called. However, these API might fail. > > > > But

[PATCH] media: rkvdec: silence ktest bot build warning

2020-12-08 Thread Adrian Ratiu
Some configurations built by the ktest bot produce the following warn, so mark the struct as __maybe_unused to avoid unnecessary ML spam. >> drivers/staging/media/rkvdec/rkvdec.c:967:34: warning: unused variable >> 'of_rkvdec_match' [-Wunused-const-variable] static const struct of_device_id

Re: [PATCH 2/3] pinctrl: ralink: add a pinctrl driver for the rt2880 family

2020-12-08 Thread Sergio Paracuellos
Hi Dan, Thanks for the review. On Tue, Dec 8, 2020 at 11:17 AM Dan Carpenter wrote: > > On Mon, Dec 07, 2020 at 08:21:03PM +0100, Sergio Paracuellos wrote: > > +static struct pinctrl_desc rt2880_pctrl_desc = { > > + .owner = THIS_MODULE, > > + .name = "rt2880-pinmux",

Re: [PATCH 06/12] media: atomisp: Add parentheses

2020-12-08 Thread Dan Carpenter
On Mon, Dec 07, 2020 at 08:26:33PM +0100, Philipp Gerlesberger wrote: > ERROR:COMPLEX_MACRO: Macros with complex values should be > enclosed in parentheses > > Co-developed-by: Andrey Khlopkov > Signed-off-by: Andrey Khlopkov > Signed-off-by: Philipp Gerlesberger > --- >

Re: [PATCH v2] staging: greybus: Add TODO item about modernizing the pwm code

2020-12-08 Thread Johan Hovold
On Tue, Dec 08, 2020 at 11:16:07AM +0100, Uwe Kleine-König wrote: > drivers/staging/greybus/pwm.c uses the old style PWM callbacks, new drivers > should stick to the atomic API instead. > > Signed-off-by: Uwe Kleine-König > --- > On 12/8/20 10:39 AM, Johan Hovold wrote: > > No sign off? > > > >

Re: [PATCH 01/12] media: atomsip: Convert comments to C99 initializers

2020-12-08 Thread Dan Carpenter
On Mon, Dec 07, 2020 at 08:26:27PM +0100, Philipp Gerlesberger wrote: > The struct initalizers have been changed as recommended on > https://kernelnewbies.org/KernelJanitors/Todo > > Co-developed-by: Andrey Khlopkov > Signed-off-by: Andrey Khlopkov > Signed-off-by: Philipp Gerlesberger > --- >

Re: [PATCH 2/3] pinctrl: ralink: add a pinctrl driver for the rt2880 family

2020-12-08 Thread Dan Carpenter
On Mon, Dec 07, 2020 at 08:21:03PM +0100, Sergio Paracuellos wrote: > +static struct pinctrl_desc rt2880_pctrl_desc = { > + .owner = THIS_MODULE, > + .name = "rt2880-pinmux", > + .pctlops= _pctrl_ops, > + .pmxops = _pmx_group_ops, > +}; > + >

[PATCH v2] staging: greybus: Add TODO item about modernizing the pwm code

2020-12-08 Thread Uwe Kleine-König
drivers/staging/greybus/pwm.c uses the old style PWM callbacks, new drivers should stick to the atomic API instead. Signed-off-by: Uwe Kleine-König --- On 12/8/20 10:39 AM, Johan Hovold wrote: > No sign off? > > Please also add a staging prefix since this part of greybus still lives > there.

Re: [PATCH] greybus: Add TODO item about modernizing the pwm code

2020-12-08 Thread Johan Hovold
On Fri, Dec 04, 2020 at 07:33:35PM +0100, Uwe Kleine-König wrote: > drivers/staging/greybus/pwm.c uses the old style PWM callbacks, new drivers > should stick to the atomic API instead. > --- No sign off? Please also add a staging prefix since this part of greybus still lives there. >

Re: [PATCH] staging: greybus: audio: Fix possible leak free widgets in gbaudio_dapm_free_controls

2020-12-08 Thread Johan Hovold
On Sat, Dec 05, 2020 at 06:38:27PM +0800, Wang Hai wrote: > In gbaudio_dapm_free_controls(), if one of the widgets is not found, an error > will be returned directly, which will cause the rest to be unable to be freed, > resulting in leak. > > This patch fixes the bug. If if one of them is not

Re: [PATCH v2 2/2] pinctrl: ralink: add a pinctrl driver for the rt2880 family

2020-12-08 Thread Sergio Paracuellos
On Tue, Dec 8, 2020 at 10:03 AM Greg KH wrote: > > On Tue, Dec 08, 2020 at 09:21:31AM +0100, Linus Walleij wrote: > > On Tue, Dec 8, 2020 at 8:55 AM Sergio Paracuellos > > wrote: > > > > > These Socs have 1-3 banks of 8-32 gpios. Rather then setting the muxing > > > of each > > > pin

Re: [PATCH v2 2/2] pinctrl: ralink: add a pinctrl driver for the rt2880 family

2020-12-08 Thread Greg KH
On Tue, Dec 08, 2020 at 09:21:31AM +0100, Linus Walleij wrote: > On Tue, Dec 8, 2020 at 8:55 AM Sergio Paracuellos > wrote: > > > These Socs have 1-3 banks of 8-32 gpios. Rather then setting the muxing of > > each > > pin individually, these socs have mux groups that when set will effect 1-N >

Re: [PATCH v2 2/2] pinctrl: ralink: add a pinctrl driver for the rt2880 family

2020-12-08 Thread Linus Walleij
On Tue, Dec 8, 2020 at 8:55 AM Sergio Paracuellos wrote: > These Socs have 1-3 banks of 8-32 gpios. Rather then setting the muxing of > each > pin individually, these socs have mux groups that when set will effect 1-N > pins. > Pin groups have a 2, 4 or 8 different muxes. > > Acked-by: Linus