Re: [PATCH 2/2] video: backlight: qcom-wled: Add PMI8994 compatible

2021-03-23 Thread Lee Jones
On Tue, 23 Mar 2021, Daniel Thompson wrote: > On Tue, Mar 23, 2021 at 08:39:35AM +0000, Lee Jones wrote: > > On Mon, 22 Mar 2021, Daniel Thompson wrote: > > > > > On Sun, Feb 28, 2021 at 01:41:05PM +0100, Konrad Dybcio wrote: > > > > Add a compatible for PMI

Re: [PATCH V5 2/2] backlight: qcom-wled: Correct the sync_toggle sequence

2021-03-23 Thread Lee Jones
hanged, 6 insertions(+), 6 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH] mfd: stm32-timers: avoid clearing auto reload register

2021-03-23 Thread Lee Jones
en, instead of clearing its value. > It also fixes the initial condition seen by the counter driver. > > Fixes: d0f949e220fd ("mfd: Add STM32 Timers driver") > > Signed-off-by: Fabrice Gasnier > --- > drivers/mfd/stm32-timers.c | 7 ++- > 1 file changed, 6

Re: [PATCH v7 04/11] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources

2021-03-23 Thread Lee Jones
On Tue, 02 Mar 2021, Gene Chen wrote: > Lee Jones 於 2021年1月15日 週五 下午3:32寫道: > > > > On Fri, 15 Jan 2021, Gene Chen wrote: > > > > > Matthias Brugger 於 2021年1月12日 週二 下午8:32寫道: > > > > > > > > > > > > >

Re: [PATCH 2/6] mfd: Initial commit of sy7636a

2021-03-23 Thread Lee Jones
On Sat, 20 Mar 2021, Alistair Francis wrote: > On Thu, Feb 4, 2021 at 5:31 AM Lee Jones wrote: > > > > On Sat, 16 Jan 2021, Alistair Francis wrote: > > > > > Initial support for the Silergy SY7636A Power Management chip > > > driver. > > >

Re: [PATCH v1 4/5] mfd: intel_quark_i2c_gpio: Replace I²C speeds with descriptive definitions

2021-03-23 Thread Lee Jones
tions(+), 4 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 3/5] mfd: intel_quark_i2c_gpio: Remove unused struct device member

2021-03-23 Thread Lee Jones
On Tue, 02 Mar 2021, Andy Shevchenko wrote: > The device pointer in the custom structure is not used anywhere, > remove it for good. > > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/intel_quark_i2c_gpio.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks

Re: [PATCH v1 2/5] mfd: intel_quark_i2c_gpio: Unregister resources in reversed order

2021-03-23 Thread Lee Jones
, 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 5/5] mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexing

2021-03-23 Thread Lee Jones
) > return ret; > > - ret = intel_quark_i2c_setup(pdev, _quark_mfd_cells[1]); > + ret = intel_quark_i2c_setup(pdev, _quark_mfd_cells[MFD_I2C_BAR]); > if (ret) > goto err_unregister_i2c_clk; > > - ret = intel_quark_gpio_setup(

Re: [PATCH v1 1/5] mfd: intel_quark_i2c_gpio: revert "Constify static struct resources"

2021-03-23 Thread Lee Jones
ar changes in the future. > > Fixes: c4a164f41554 ("mfd: Constify static struct resources") > Cc: Rikard Falkeborn > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/intel_quark_i2c_gpio.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Applied to -fi

Re: [PATCH] mfd: ABX500_CORE should depend on ARCH_U8500

2021-03-23 Thread Lee Jones
8500 support. > > Also, merely enabling CONFIG_COMPILE_TEST should not enable additional > code, and thus should not enable this driver by default. > > Signed-off-by: Geert Uytterhoeven > --- > drivers/mfd/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [PATCH 3/7] mfd: mt6397: Drop of_compatible for regulator

2021-03-23 Thread Lee Jones
On Fri, 12 Mar 2021, matthias@kernel.org wrote: > From: Matthias Brugger > > For regulators a compatible string is superfluous. Drop the string. > > Signed-off-by: Matthias Brugger > --- > drivers/mfd/mt6397-core.c | 3 --- > 1 file changed, 3 deletions(-) Acked

[GIT PULL] Immutable branch between MFD and Power due for the v5.13 merge window

2021-03-23 Thread Lee Jones
mfd/abx500.h | 276 --- 11 files changed, 326 insertions(+), 393 deletions(-) rename {include/linux/mfd/abx500 => drivers/power/supply}/ab8500-bm.h (58%) rename include/linux/mfd/abx500/ux500_chargalg.h => drivers/power/supply/ab8500-chargalg.h (93%) --

Re: [PATCH mfd v1] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-23 Thread Lee Jones
rnel/git/lee/mfd.git/ > > I am wondering if this is the correct tree to submit the patch for MFD? > > So to sum it up, the latest patch is my first version to this tree. Either MFD or -next is fine for MFD-only patches. Has the code changed at all in any of the patches? If so, please pr

Re: [PATCH 2/2] video: backlight: qcom-wled: Add PMI8994 compatible

2021-03-23 Thread Lee Jones
; > { .compatible = "qcom,pm8941-wled", .data = (void *)3 }, > > + { .compatible = "qcom,pmi8994-wled", .data = (void *)4 }, > > { .compatible = "qcom,pmi8998-wled", .data = (void *)4 }, > > { .compatible = "qcom,pm660l-wled"

Re: [PATCH v2 00/10] Rid W=1 warnings from OF

2021-03-23 Thread Lee Jones
On Mon, 22 Mar 2021, Rob Herring wrote: > On Thu, Mar 18, 2021 at 4:40 AM Lee Jones wrote: > > > > This set is part of a larger effort attempting to clean-up W=1 > > kernel builds, which are currently overwhelmingly riddled with > > niggly little warnings. >

Re: [PATCH V5 1/2] backlight: qcom-wled: Fix FSC update issue for WLED5

2021-03-22 Thread Lee Jones
drivers/video/backlight/qcom-wled.c | 25 +++-- > 1 file changed, 19 insertions(+), 6 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v3 03/15] mfd: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10

2021-03-22 Thread Lee Jones
tions(+), 2 deletions(-) Acked-by: Lee Jones -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH] mfd: rn5t618: Do not cache various USB related registers

2021-03-22 Thread Lee Jones
> include/linux/mfd/rn5t618.h | 1 + > 2 files changed, 4 insertions(+) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH mfd v1] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-22 Thread Lee Jones
--git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 49bb445..1202301 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -1196,6 +1196,33 @@ config MFD_STW481X > endmenu > endif -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v2] mfd: ntxec: Support for EC in Tolino Shine 2 HD

2021-03-22 Thread Lee Jones
On Thu, 11 Mar 2021, Mark Brown wrote: > On Wed, Mar 10, 2021 at 09:48:21AM +0000, Lee Jones wrote: > > > Could you take a look at this for me please: > > > > +static int regmap_ignore_write(void *context, > > > +u

Re: [PATCH -next] mfd: Make symbol 'atc260x_i2c_of_match' static

2021-03-22 Thread Lee Jones
-i2c.c, so this > commit marks it static. > > Fixes: f7cb7fe34db9 ("mfd: Add MFD driver for ATC260x PMICs") > Reported-by: Hulk Robot > Signed-off-by: Wei Yongjun > --- > drivers/mfd/atc260x-i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) A

[GIT PULL] Immutable branch between MFD and Extcon due for the v5.13 merge window

2021-03-22 Thread Lee Jones
deletions(-) rename drivers/extcon/extcon-arizona.c => sound/soc/codecs/arizona-jack.c (98%) -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 4/4] mfd: core: Remove support for dangling device properties

2021-03-22 Thread Lee Jones
| 4 > 2 files changed, 10 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 3/4] mfd: intel-lpss: Switch to use the software nodes

2021-03-22 Thread Lee Jones
tions(+), 15 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 2/4] mfd: intel-lpss: Constify device property structures

2021-03-22 Thread Lee Jones
ntel-lpss-pci.c | 10 +- > drivers/mfd/intel-lpss.h | 2 +- > 3 files changed, 10 insertions(+), 10 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v1 1/4] mfd: core: Add support for software nodes

2021-03-22 Thread Lee Jones
-off-by: Andy Shevchenko > --- > drivers/mfd/mfd-core.c | 9 + > include/linux/mfd/core.h | 4 > 2 files changed, 13 insertions(+) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH] mfd: stm32-timers: avoid clearing auto reload register

2021-03-22 Thread Lee Jones
he maximum value */ > > + regmap_read(ddata->regmap, TIM_ARR, ); > > + > > /* > > * Only the available bits will be written so when readback > > * we get the maximum value of auto reload register > > */ > > regmap_write(ddata->regmap, TIM_ARR, ~0L); &g

Re: [RESEND 00/53] Rid GPU from W=1 warnings

2021-03-22 Thread Lee Jones
On Fri, 19 Mar 2021, Daniel Vetter wrote: > On Fri, Mar 19, 2021 at 08:24:07AM +0000, Lee Jones wrote: > > On Thu, 18 Mar 2021, Daniel Vetter wrote: > > > > > On Wed, Mar 17, 2021 at 9:32 PM Daniel Vetter wrote: > > > > > > > >

Re: [PATCH v6 4/6] mfd: ahc1ec0: Add support for Advantech embedded controller

2021-03-19 Thread Lee Jones
email before. > > - > Date: Tue, 9 Mar 2021 16:07:55 +0000 > From: Lee Jones [...] > > +enum { > > + ADVEC_SUBDEV_BRIGHTNESS = 0, > > + ADVEC_SUBDEV_EEPROM, > > +

Re: [PATCH v1 1/5] mfd: intel_quark_i2c_gpio: revert "Constify static struct resources"

2021-03-19 Thread Lee Jones
run-time */ > > > +static struct resource intel_quark_gpio_res[] = { > > > [INTEL_QUARK_IORES_MEM] = { > > > .flags = IORESOURCE_MEM, > > > }, > > > > Sorry about that :( > > > > Reviewed-by: Rikard Falkeborn > > Thanks for review! > > Lee, this series has a critical bug fix, should I do something or you is going > to apply this soon? It's on my to-review list. I can prioritise bug fixes though - can it be applied by itself? -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 19/19] drm/nouveau/nouveau_ioc32: Demote kernel-doc abuse to standard comment block

2021-03-19 Thread Lee Jones
in 'nouveau_compat_ioctl' drivers/gpu/drm/nouveau/nouveau_ioc32.c:52: warning: Function parameter or member 'arg' not described in 'nouveau_compat_ioctl' Cc: Ben Skeggs Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones

[PATCH 18/19] drm/nouveau/nouveau_svm: Remove unused variable 'ret' from void function

2021-03-19 Thread Lee Jones
: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nouveau_svm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c b/drivers/gpu/drm/nouveau/nouveau_svm.c index

[PATCH 14/19] drm/nouveau/dispnv50/headc57d: Make local function 'headc57d_olut' static

2021-03-19 Thread Lee Jones
...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/dispnv50/headc57d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/headc57d.c b/drivers/gpu/drm/nouveau/dispnv50/headc57d.c index fd51527b56b83..bdcfd240d61c8 100644

[PATCH 17/19] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc

2021-03-19 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/nouveau/nouveau_ioc32.c:2: warning: Cannot understand * file mga_ioc32.c Cc: Ben Skeggs Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones

[PATCH 13/19] drm/nouveau/dispnv50/disp: Remove unused variable 'ret' from function returning void

2021-03-19 Thread Lee Jones
Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/dispnv50/disp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c

[PATCH 15/19] drm/nouveau/nv50_display: Remove superfluous prototype for local static functions

2021-03-19 Thread Lee Jones
...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nv50_display.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h index fbd3b15583bc8..2421401d12636 100644 --- a/drivers/gpu/drm/nouveau

[PATCH 10/19] drm/nouveau/nouveau_bo: Remove unused variables 'dev'

2021-03-19 Thread Lee Jones
g Cc: nouv...@lists.freedesktop.org Cc: linux-me...@vger.kernel.org Cc: linaro-mm-...@lists.linaro.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_

[PATCH 16/19] drm/nouveau/dispnv50/disp: Include header containing our prototypes

2021-03-19 Thread Lee Jones
...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c index 828f48d5bdd4e..cd16431422198 100644 --- a/drivers/gpu/drm/nouveau/dispnv50

[PATCH 12/19] drm/nouveau/dispnv04/crtc: Demote non-conforming kernel-doc headers

2021-03-19 Thread Lee Jones
...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/dispnv04/crtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv04/crtc.c b/drivers/gpu/drm/nouveau/dispnv04/crtc.c index f9e962fd94d0d..f9a276ea5a9e0 100644 --- a/drivers/gpu

[PATCH 08/19] drm/amd/display/dc/dce80/dce80_resource: Make local functions static

2021-03-19 Thread Lee Jones
Cc: dri-de...@lists.freedesktop.org Signed-off-by: Lee Jones --- .../drm/amd/display/dc/dce80/dce80_resource.c| 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c b/drivers/gpu/drm/amd/display/dc/dce80/dce80_resour

[PATCH 09/19] drm/nouveau/nvkm/engine/gr/gf100: Demote non-conformant kernel-doc header

2021-03-19 Thread Lee Jones
...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c index 397ff4fe9df89..69e6008f99196 100644

[PATCH 07/19] drm/amd/display/dc/calcs/dce_calcs: Remove some large variables from the stack

2021-03-19 Thread Lee Jones
=] Cc: Harry Wentland Cc: Leo Li Cc: Alex Deucher Cc: "Christian König" Cc: David Airlie Cc: Daniel Vetter Cc: amd-...@lists.freedesktop.org Cc: dri-de...@lists.freedesktop.org Signed-off-by: Lee Jones --- .../gpu/drm/amd/display/dc/calcs/dce_calcs.c | 1122 + 1 fi

[PATCH 11/19] drm/nouveau/nouveau_display: Remove set but unused variable 'width'

2021-03-19 Thread Lee Jones
: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nouveau_display.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau

[PATCH 05/19] drm/nouveau/nvkm/subdev/volt/gk20a: Demote non-conformant kernel-doc headers

2021-03-19 Thread Lee Jones
' not described in 'gk20a_volt_get_cvb_t_voltage' Cc: Ben Skeggs Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 03/19] drm/msm/dp/dp_display: Remove unused variable 'hpd'

2021-03-19 Thread Lee Jones
Cc: Daniel Vetter Cc: Kuogee Hsieh Cc: linux-arm-...@vger.kernel.org Cc: dri-de...@lists.freedesktop.org Cc: freedr...@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/msm/dp/dp_display.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/msm/dp/dp_display.c

[PATCH 04/19] include: drm: drm_atomic: Make use of 'new_plane_state'

2021-03-19 Thread Lee Jones
ter Cc: Rob Clark Cc: dri-de...@lists.freedesktop.org Signed-off-by: Lee Jones --- include/drm/drm_atomic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index ac5a28eff2c86..259e6970dc836 100644 --- a/include/

[PATCH 06/19] drm/amd/display/dc/calcs/dce_calcs: Move some large variables from the stack to the heap

2021-03-19 Thread Lee Jones
-than=] Cc: Harry Wentland Cc: Leo Li Cc: Alex Deucher Cc: "Christian König" Cc: David Airlie Cc: Daniel Vetter Cc: Colin Ian King Cc: amd-...@lists.freedesktop.org Cc: dri-de...@lists.freedesktop.org Signed-off-by: Lee Jones --- .../gpu/drm/amd/display/dc/calcs/dce_cal

[PATCH 01/19] drm/nouveau/nvkm/subdev/bios/init: Demote obvious abuse of kernel-doc

2021-03-19 Thread Lee Jones
of these!) Cc: Ben Skeggs Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Cc: nouv...@lists.freedesktop.org Signed-off-by: Lee Jones --- .../gpu/drm/nouveau/nvkm/subdev/bios/init.c | 204 ++ 1 file changed, 68 insertions(+), 136 deletions(-) diff --git

[RESEND 00/19] Rid GPU from W=1 warnings

2021-03-19 Thread Lee Jones
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a resend of the remaining patches. All of these patches have been sent before. Lee Jones (19): drm/nouveau/nvkm/subdev/bios/init: Demote obvious abuse of kernel-doc drm/nouveau/dispnv50/disp

[PATCH 02/19] drm/nouveau/dispnv50/disp: Remove unused variable 'ret'

2021-03-19 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/gpu/drm/nouveau/dispnv50/disp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c index 196612addfd61..c51efca82ac78 100644 --- a/drivers/gpu/drm/nouveau/dispnv50

Re: [RESEND 00/53] Rid GPU from W=1 warnings

2021-03-19 Thread Lee Jones
On Thu, 18 Mar 2021, Daniel Vetter wrote: > On Wed, Mar 17, 2021 at 9:32 PM Daniel Vetter wrote: > > > > On Wed, Mar 17, 2021 at 9:17 AM Lee Jones wrote: > > > > > > On Thu, 11 Mar 2021, Lee Jones wrote: > > > > > > > On Thu, 11 Mar 2021,

Re: [PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI

2021-03-19 Thread Lee Jones
anks! I fixed a few little things. Thanks for your continued support Martin. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 06/10] crypto: atmel-ecc: Struct headers need to start with keyword 'struct'

2021-03-18 Thread Lee Jones
linux-cry...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/crypto/atmel-ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c index 515946c99394e..333fbefbbccbd 100644 --- a/driv

[PATCH 05/10] crypto: keembay: ocs-hcu: Fix incorrectly named functions/structs

2021-03-18 Thread Lee Jones
was for ocs_hcu_hash_finup() instead Cc: Daniele Alessandrelli Cc: Declan Murphy Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/crypto/keembay/ocs-hcu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/driv

[PATCH 04/10] crypto: ux500: hash: hash_core: Fix worthy kernel-doc headers and remove others

2021-03-18 Thread Lee Jones
rnaeus Cc: Jonas Linde Cc: Andreas Westin Cc: linux-cry...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/crypto/ux500/cryp/cryp.c | 5 +++-- drivers/crypto/ux500/cryp/cryp_core.c | 5 +++-- drivers/crypto/ux500/cryp/cryp_irq.c | 2 +- drivers/crypto/ux500/hash/hash_c

[PATCH 02/10] crypto: bcm: Fix a whole host of kernel-doc misdemeanours

2021-03-18 Thread Lee Jones
org Signed-off-by: Lee Jones --- drivers/crypto/bcm/cipher.c | 7 +++--- drivers/crypto/bcm/spu.c| 16 +++--- drivers/crypto/bcm/spu2.c | 43 + drivers/crypto/bcm/util.c | 4 ++-- 4 files changed, 38 insertions(+), 32 deletions(-) diff --git

[PATCH 03/10] crypto: chelsio: chcr_core: Fix some kernel-doc issues

2021-03-18 Thread Lee Jones
kernel.org Signed-off-by: Lee Jones --- drivers/crypto/chelsio/chcr_algo.c | 8 +++- drivers/crypto/chelsio/chcr_core.c | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/crypto/chelsio/chcr_algo.c b/drivers/crypto/chelsio/chcr_algo.c index f5a336634daa6..f77

[PATCH 10/10] crypto: cavium: nitrox_isr: Demote non-compliant kernel-doc headers

2021-03-18 Thread Lee Jones
'irq' not described in 'nps_core_int_isr' drivers/crypto/cavium/nitrox/nitrox_isr.c:224: warning: Function parameter or member 'data' not described in 'nps_core_int_isr' Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/cry

[PATCH 09/10] crypto: nx: nx-aes-cbc: Repair some kernel-doc problems

2021-03-18 Thread Lee Jones
zlabs.org Signed-off-by: Lee Jones --- drivers/crypto/nx/nx-aes-cbc.c | 2 +- drivers/crypto/nx/nx.c | 5 +++-- drivers/crypto/nx/nx_debugfs.c | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/nx/nx-aes-cbc.c b/drivers/crypto/nx/nx-aes-cbc.c

[PATCH 01/10] crypto: hisilicon: sec_drv: Supply missing description for 'sec_queue_empty()'s 'queue' param

2021-03-18 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/crypto/hisilicon/sec/sec_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/hisilicon/sec/sec_drv.c b/drivers/crypto/hisilicon/sec/sec_drv.c index 91ee2bb575df2..3c26871db12f3 100644 --- a/drivers/crypto/hisilicon/sec/sec_drv.c +++ b/driv

[PATCH 08/10] crypto: vmx: Source headers are not good kernel-doc candidates

2021-03-18 Thread Lee Jones
lerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Herbert Xu Cc: "David S. Miller" Cc: Henrique Cerri Cc: linux-cry...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Lee Jones --- drivers/crypto/vmx/vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 07/10] crypto: caam: caampkc: Provide the name of the function and provide missing descriptions

2021-03-18 Thread Lee Jones
'xts_key_fallback' not described in 'caam_ctx' drivers/crypto/caam/caamalg_qi2.c:87: warning: Function parameter or member 'fallback' not described in 'caam_ctx' Cc: "Horia Geantă" Cc: Aymen Sghaier Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...@vger.kernel.org Signed-off-by: Lee

[PATCH v3 00/10] Rid W=1 warnings in Crypto

2021-03-18 Thread Lee Jones
This is set 1 of 2 sets required to fully clean Crypto. v2: No functional changes since v1. v3: Description change and additional struct header fix Lee Jones (10): crypto: hisilicon: sec_drv: Supply missing description for 'sec_queue_empty()'s 'queue' param crypto: bcm: Fix a whole host

Re: [PATCH v4 resend 00/13] MFD/extcon/ASoC: Rework arizona codec jack-detect support

2021-03-18 Thread Lee Jones
| 44 ++ > > sound/soc/codecs/wm5102.c | 12 +- > > sound/soc/codecs/wm5110.c | 12 +- > > sound/soc/codecs/wm8997.c | 14 +- > > sound/soc/codecs/wm8998.c | 9 + > > sound/soc/intel/boards/bytcr_wm5102.c | 28 +- > > 12 files changed, 325 insertions(+), 405 deletions(-) > > rename drivers/extcon/extcon-arizona.c => sound/soc/codecs/arizona-jack.c > > (76%) > > > -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 06/10] of: address: Provide descriptions for 'of_address_to_resource's params

2021-03-18 Thread Lee Jones
/of/address.c:868: warning: Function parameter or member 'r' not described in 'of_address_to_resource' Cc: Rob Herring Cc: Frank Rowand Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/address.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/of/address.c b/drivers

[PATCH 10/10] of: of_reserved_mem: Demote kernel-doc abuses

2021-03-18 Thread Lee Jones
Herring Cc: Frank Rowand Cc: Marek Szyprowski Cc: Josh Cartwright Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/of_reserved_mem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_mem.c index

[PATCH 03/10] of: platform: Demote kernel-doc abuse

2021-03-18 Thread Lee Jones
Cc: Kees Cook Cc: Anton Vorontsov Cc: Colin Cross Cc: Tony Luck Cc: b...@kernel.crashing.org Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c

[PATCH 07/10] of: fdt: Demote kernel-doc abuses and fix function naming

2021-03-18 Thread Lee Jones
: Function parameter or member 'data' not described in 'early_init_dt_scan_memory' Cc: Rob Herring Cc: Frank Rowand Cc: b...@kernel.crashing.org Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/fdt.c | 23 --- 1 file changed, 12 insertions(+), 11

[PATCH 08/10] of: of_net: Provide function name and param description

2021-03-18 Thread Lee Jones
: Heiner Kallweit Cc: Russell King Cc: Rob Herring Cc: Frank Rowand Cc: net...@vger.kernel.org Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/of_net.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c index 6e411821583e4

[PATCH 04/10] of: base: Fix some formatting issues and provide missing descriptions

2021-03-18 Thread Lee Jones
: Frank Rowand Cc: "David S. Miller" Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/base.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index 8a348f0d3c5e7..457d1ec27300b 100644 ---

[PATCH 05/10] of: property: Provide missing member description and remove excess param

2021-03-18 Thread Lee Jones
Rowand Cc: "David S. Miller" Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/property.c b/drivers/of/property.c index 23816959c6966..c000ed01db018 100644 --- a/drivers/of/

[PATCH 09/10] of: overlay: Fix function name disparity

2021-03-18 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/of/overlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c index 50bbe0edf5380..1c867a5e4c7c2 100644 --- a/drivers/of/overlay.c +++ b/drivers/of/overlay.c @@ -140,7 +140,7 @@ int

[PATCH v2 00/10] Rid W=1 warnings from OF

2021-03-18 Thread Lee Jones
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. v2: - Provided some descriptions to exported functions Lee Jones (10): of: device: Fix function name in header and provide missing

[PATCH 01/10] of: device: Fix function name in header and provide missing descriptions

2021-03-18 Thread Lee Jones
in 'of_device_uevent' drivers/of/device.c:280: warning: Function parameter or member 'env' not described in 'of_device_uevent' Cc: Rob Herring Cc: Frank Rowand Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/device.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion

[PATCH 02/10] of: dynamic: Fix incorrect parameter name and provide missing descriptions

2021-03-18 Thread Lee Jones
: Function parameter or member 'kobj' not described in 'of_node_release' drivers/of/dynamic.c:326: warning: Excess function parameter 'kref' description in 'of_node_release' Cc: Rob Herring Cc: Frank Rowand Cc: devicet...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/dynamic.c | 4

[PATCH 12/15] ata: pata_cs5530: Fix misspelling of 'cs5530_init_one()'s 'pdev' param

2021-03-18 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_cs5530.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_cs5530.c b/drivers/ata/pata_cs5530.c index ad75d02b6dacf..a1b4aaccaa50a 100644 --- a/drivers/ata/pata_cs5530.c +++ b/drivers/ata

[PATCH 15/15] ata: pata_acpi: Fix some incorrect function param descriptions

2021-03-18 Thread Lee Jones
' drivers/ata/pata_acpi.c:239: warning: Excess function parameter 'ent' description in 'pacpi_init_one' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_acpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/pata_acpi.c

[PATCH 14/15] ata: libata-acpi: Fix function name and provide description for 'prev_gtf'

2021-03-18 Thread Lee Jones
in 'ata_acpi_run_tf' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/ata/libata-acpi.c b/drivers/ata/libata-acpi.c index 224e3486e9a5d..7a7d6642edcc5 100644 --- a/drivers/ata

[PATCH 13/15] ata: sata_mv: Fix misnaming of 'mv_bmdma_stop()'

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/sata_mv.c:1929: warning: expecting prototype for mv_bmdma_stop(). Prototype was for mv_bmdma_stop_ap() instead Cc: Jens Axboe Cc: Mark Lord Cc: ALWAYS copy Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata

[PATCH 09/15] ata: pata_opti: Fix spelling issue of 'val' in 'opti_write_reg()'

2021-03-18 Thread Lee Jones
Cc: Jan Harkes Cc: Mark Lord Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_opti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_opti.c b/drivers/ata/pata_opti.c index 06a800a3b0706..01976c4e40330 100644 --- a/drivers/ata

[PATCH 10/15] ata: ata_generic: Fix misspelling of 'ata_generic_init_one()'

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/ata_generic.c:164: warning: expecting prototype for ata_generic_init(). Prototype was for ata_generic_init_one() instead Cc: Jens Axboe Cc: Andre Hedrick Cc: Hat Inc Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones

[PATCH 08/15] ata: pata_sl82c105: Fix potential doc-rot

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_sl82c105.c:191: warning: expecting prototype for sl82c105_bmdma_end(). Prototype was for sl82c105_bmdma_stop() instead Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_sl82c105.c | 2

[PATCH 11/15] ata: pata_legacy: Repair a couple kernel-doc problems

2021-03-18 Thread Lee Jones
in 'legacy_check_special_cases' Cc: Jens Axboe Cc: Colten Edwards Cc: Samuel Thibault Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_legacy.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c index

[PATCH 04/15] ata: pata_triflex: Repair some misnamed functions and fix some param descriptions

2021-03-18 Thread Lee Jones
in 'triflex_bmdma_stop' drivers/ata/pata_triflex.c:159: warning: expecting prototype for triflex_dma_stop(). Prototype was for triflex_bmdma_stop() instead Cc: Jens Axboe Cc: Alan Cox Cc: Torben Mathiasen Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_triflex.c | 7 +++ 1 file

[PATCH 05/15] ata: pata_it821x: Fix possible doc-rotted function names

2021-03-18 Thread Lee Jones
(). Prototype was for it821x_passthru_bmdma_stop() instead Cc: Jens Axboe Cc: Alan Cox Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_it821x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c

[PATCH 03/15] ata: pata_sis: Remove superfluous param description and supply another

2021-03-18 Thread Lee Jones
: Andre Hedrick Cc: Lionel Bouton Cc: Vojtech Pavlik Cc: "L.C. Chang" Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_sis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c index d7c

[PATCH 06/15] ata: pata_via: Fix a kernel-doc formatting issue

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_via.c:675: warning: Function parameter or member 'pdev' not described in 'via_reinit_one' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_via.c | 2 +- 1 file changed, 1 insertion

[PATCH 07/15] ata: pata_piccolo: 'ata_tosh_init()' is misnamed in its header

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_piccolo.c:87: warning: expecting prototype for ata_tosh_init(). Prototype was for ata_tosh_init_one() instead Cc: Jens Axboe Cc: Andre Hedrick Cc: Hat Inc Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers

[PATCH 00/15] [Set 2] Rid W=1 warnings from ATA

2021-03-18 Thread Lee Jones
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. This is set 2 out of 2 sets required. Lee Jones (15): ata: pata_pdc202xx_old: Fix some incorrectly named functions ata: pata_sil680: Add some

[PATCH 02/15] ata: pata_sil680: Add some missing function parameter docs

2021-03-18 Thread Lee Jones
: Andre Hedrick Cc: Red Hat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_sil680.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/pata_sil680.c b/drivers/ata/pata_sil680.c index 7ab9aea3b6305..43215a664b960 100644 --- a/drivers/ata/pata_sil680.c

[PATCH 01/15] ata: pata_pdc202xx_old: Fix some incorrectly named functions

2021-03-18 Thread Lee Jones
(). Prototype was for pdc2026x_bmdma_stop() instead Cc: Jens Axboe Cc: Alan Cox Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_pdc202xx_old.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_pdc202xx_old.c b/drivers/ata

Re: [PATCH v6 1/1] mfd: da9063: Support SMBus and I2C mode

2021-03-17 Thread Lee Jones
les the I2C bus mode if I2C_FUNC_I2C is set or > > > otherwise keeps the default SMBus mode. > > > > > > Signed-off-by: Hubert Streidl > > > Signed-off-by: Mark Jonas > > > > Applied with Wolfram's RB, thanks. > > Thank you very much for your support to all reviewers. Any time. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 5/8] scsi: sim710: Remove unused variable 'err' from sim710_init()

2021-03-17 Thread Lee Jones
"Martin K. Petersen" Cc: Richard Hirst Cc: c by Cc: linux-s...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/scsi/sim710.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/sim710.c b/drivers/scsi/sim710.c index 22302612e032b..

Re: [PATCH] backlight: qcom-wled: Use sink_addr for sync toggle

2021-03-17 Thread Lee Jones
by: Konrad Dybcio > Signed-off-by: Marijn Suijten > --- > drivers/video/backlight/qcom-wled.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 36/36] scsi: cxlflash: vlun: Fix some misnaming related doc-rot

2021-03-17 Thread Lee Jones
: Excess function parameter 'lun_info' description in 'init_vlun' Cc: "Manoj N. Kumar" Cc: "Matthew R. Ochs" Cc: Uma Krishnan Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: linux-s...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/scsi/cxlf

[PATCH 34/36] scsi: ibmvscsi: ibmvfc: Fix a bunch of misdocumentation

2021-03-17 Thread Lee Jones
: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: Brian King Cc: linux-s...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Lee Jones --- drivers/scsi/ibmvscsi/ibmvfc.c | 29 ++---

[PATCH 35/36] scsi: ibmvscsi_tgt: ibmvscsi_tgt: Remove duplicate section 'NOTE'

2021-03-17 Thread Lee Jones
onori Cc: "Nicholas A. Bellinger" Cc: "Bryant G. Ly" Cc: linux-s...@vger.kernel.org Cc: target-de...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scs

[PATCH 33/36] scsi: ibmvscsi: Fix a bunch of kernel-doc related issues

2021-03-17 Thread Lee Jones
: Paul Mackerras Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: Colin DeVilbiss Cc: Santiago Leon Cc: Dave Boutcher Cc: linux-s...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Lee Jones --- drivers/scsi/ibmvscsi/ibmvscsi.c | 70 +++

[PATCH 32/36] scsi: cxlflash: superpipe: Fix a few misnaming issues

2021-03-17 Thread Lee Jones
: expecting prototype for rhte_format1(). Prototype was for rht_format1() instead Cc: "Manoj N. Kumar" Cc: "Matthew R. Ochs" Cc: Uma Krishnan Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: linux-s...@vger.kernel.org Signed-off-by: Lee Jones --

<    1   2   3   4   5   6   7   8   9   10   >