Re: [PATCH] scsi: pmcraid: fix 'ioarcb' alignment warning

2021-02-02 Thread Lee Jones
to 32 [-Wpacked-not-aligned] > 1041 | struct pmcraid_ioarcb ioarcb; > > The inner structure is documented as having 32 byte alignment here, > but is starts at a 16 byte offset in the outer structure, so it's never > actually aligned, as the outer structure is also marked 'packed

Re: [PATCH v1 00/10] mfd, x86: remove msic driver and leftovers

2021-02-02 Thread Lee Jones
On Mon, 01 Feb 2021, Rafael J. Wysocki wrote: > On Mon, Feb 1, 2021 at 7:45 PM Andy Shevchenko > wrote: > > > > On Tue, Jan 26, 2021 at 12:39:59PM +0200, Andy Shevchenko wrote: > > > On Tue, Jan 26, 2021 at 08:21:01AM +, Lee Jones wrote: > > > > On

Re: [PATCH v1 10/10] mfd: intel_msic: Remove driver for deprecated platform

2021-02-02 Thread Lee Jones
> 6 files changed, 902 deletions(-) > delete mode 100644 drivers/mfd/intel_msic.c > delete mode 100644 include/linux/mfd/intel_msic.h 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 v5 06/20] mfd: axp20x: Allow AXP chips without interrupt lines

2021-02-02 Thread Lee Jones
n, to avoid the driver to bail out completely. > > Signed-off-by: Andre Przywara > --- > drivers/mfd/axp20x.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jone

[PATCH 07/20] ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s 'mask' param

2021-02-01 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_hpt366.c:200: warning: Function parameter or member 'mask' not described in 'hpt366_filter' Cc: Jens Axboe Cc: Andre Hedrick Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_hpt366.c | 1 + 1 file

[PATCH 10/20] ata: sata_mv: Fix worthy headers and demote others

2021-02-01 Thread Lee Jones
was for soc_is_65n() instead Cc: Jens Axboe Cc: Mark Lord Cc: ALWAYS copy Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/sata_mv.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index 664ef658a955f

[PATCH 11/20] ata: pata_ali: Supply description for 'ali_20_filter()'s 'mask' param

2021-02-01 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_ali.c:119: warning: Function parameter or member 'mask' not described in 'ali_20_filter' Cc: Jens Axboe Cc: CJ Cc: Andre Hedrick Cc: Alan Cox Cc: Clear Zhang Cc: linux-...@vger.kernel.org Cc: and cc Signed-off-by: Lee

[PATCH 15/20] ata: pata_cs5520: Add a couple of missing param descriptions

2021-02-01 Thread Lee Jones
Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_cs5520.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 9052148b306d9..d09d432d3c442 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata

[PATCH 09/20] ata: ahci_xgene: Fix incorrect naming of 'xgene_ahci_handle_broken_edge_irq()'s 'host' param

2021-02-01 Thread Lee Jones
in 'xgene_ahci_handle_broken_edge_irq' Cc: Jens Axboe Cc: Loc Ho Cc: Tuan Phan Cc: Suman Tripathi Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/ahci_xgene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c index 16246c843365e

[PATCH 17/20] ata: pata_marvell: Fix incorrectly documented function parameter

2021-02-01 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_marvell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index b066809ba9a11..361597d14c569 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata

[PATCH 19/20] ata: pata_optidma: Fix a function misnaming, a formatting issue and a missing description

2021-02-01 Thread Lee Jones
in 'optidma_set_mode' drivers/ata/pata_optidma.c:361: warning: Function parameter or member 'pdev' not described in 'optiplus_with_udma' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_optidma.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 20/20] ata: pata_pdc2027x: Fix some incorrect function names and parameter docs

2021-02-01 Thread Lee Jones
/pata_pdc2027x.c:599: warning: expecting prototype for detect_pll_input_clock(). Prototype was for pdc_detect_pll_input_clock() instead Cc: Jens Axboe Cc: Albert Lee Cc: Andre Hedrick Cc: Frank Tiernan Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_pdc2027x.c | 10

[PATCH 18/20] ata: pata_jmicron: Fix incorrectly documented function parameter

2021-02-01 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_jmicron.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_jmicron.c b/drivers/ata/pata_jmicron.c index c3dedd3e71fb7..d1b3ce8958ddc 100644 --- a/drivers/ata/pata_jmicron.c +++ b/drivers/ata

[PATCH 14/20] ata: pata_atiixp: Fix a function name and supply description for 'pio'

2021-02-01 Thread Lee Jones
Cc: Jens Axboe Cc: ATI Inc Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_atiixp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index c68aa3f585f22..d671d33ef2874 100644 --- a/drivers

[PATCH 13/20] ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s header

2021-02-01 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/ata/pata_artop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 02e4fd5e3b934..ad3c5808aaad6 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c @@ -268,7 +268,7

[PATCH 16/20] ata: pata_hpt3x2n: Fix possible doc-rotted function name

2021-02-01 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_hpt3x2n.c:247: warning: expecting prototype for hpt3x2n_bmdma_end(). Prototype was for hpt3x2n_bmdma_stop() instead Cc: Jens Axboe Cc: Andre Hedrick Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata

[PATCH 12/20] ata: pata_amd: Fix incorrectly named function in the header

2021-02-01 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_amd.c:331: warning: expecting prototype for nv_probe_init(). Prototype was for nv_pre_reset() instead Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_amd.c | 2 +- 1 file changed, 1

[PATCH 08/20] ata: pata_hpt37x: Fix some function misnaming and missing param issues

2021-02-01 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_hpt37x.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c index fad6c6a873130..f242157bc81bb 100644 --- a/drivers/ata/pata_hpt37x.c +++ b/drivers/ata/pata_hpt37x.c

[PATCH 05/20] ata: pata_artop: Fix a function name and parameter description

2021-02-01 Thread Lee Jones
' drivers/ata/pata_artop.c:359: warning: Excess function parameter 'ent' description in 'artop_init_one' Cc: Jens Axboe Cc: Andre Hedrick Cc: Thibaut VARENE Cc: Alessandro Zummo Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_artop.c | 2 +- 1 file changed, 1 insertion

[PATCH 03/20] ata: libata-pmp: Fix misspelling of 'val'

2021-02-01 Thread Lee Jones
Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-pmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/libata-pmp.c b/drivers/ata/libata-pmp.c index 79f2aeeb482ab..ba7be3f386171 100644 --- a/drivers/ata/libata-pmp.c +++ b/drivers/ata

[PATCH 02/20] ata: libata-sata: Fix function names in header comments

2021-02-01 Thread Lee Jones
() instead Cc: Jens Axboe Cc: Tejun Heo Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-sata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c index c16423e445255..8adeab76dd382 100644

[PATCH 01/20] ata: libata-transport: Fix some potential doc-rot issues

2021-02-01 Thread Lee Jones
' not described in 'ata_tdev_delete' drivers/ata/libata-transport.c:640: warning: Excess function parameter 'port' description in 'ata_tdev_delete' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-transport.c | 6 +++--- 1 file changed, 3 insertions

[PATCH v2 00/20] [Set 1] Rid W=1 warnings from ATA

2021-02-01 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 1 out of 2 sets required. v2: - Removed "Ignore -Woverride-init" patches - Back-filled them with others Lee Jones (

[PATCH 04/20] ata: pata_ali: Repair some misnamed kernel-doc issues

2021-02-01 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/ata/pata_ali.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 0b122f903b8a8..e18aa02f89530 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c @@ -108,7 +108,7 @@ static

[PATCH 06/20] ata: pata_amd: Remove superfluous, add missing and fix broken params

2021-02-01 Thread Lee Jones
: Function parameter or member 'deadline' not described in 'nv_pre_reset' drivers/ata/pata_amd.c:331: warning: expecting prototype for nv_probe_init(). Prototype was for nv_pre_reset() instead Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_amd.c | 4

Re: [PATCH 01/20] ata: ahci_dm816: Ignore -Woverride-init

2021-02-01 Thread Lee Jones
On Mon, 01 Feb 2021, Arnd Bergmann wrote: > On Thu, Jan 28, 2021 at 7:32 PM Lee Jones wrote: > > > > On Thu, 28 Jan 2021, Christoph Hellwig wrote: > > > > > On Thu, Jan 28, 2021 at 06:02:20PM +, Lee Jones wrote: > > > > Some ATA drivers use the

Re: [PATCH 01/20] ata: ahci_dm816: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
On Thu, 28 Jan 2021, Christoph Hellwig wrote: > On Thu, Jan 28, 2021 at 06:02:20PM +0000, Lee Jones wrote: > > Some ATA drivers use the SCSI host template, a series of interwoven > > macros, to aid with initialisation. Some of these macros conflict, > > resultin

[PATCH 17/20] ata: ahci_xgene: Fix incorrect naming of 'xgene_ahci_handle_broken_edge_irq()'s 'host' param

2021-01-28 Thread Lee Jones
in 'xgene_ahci_handle_broken_edge_irq' Cc: Jens Axboe Cc: Loc Ho Cc: Tuan Phan Cc: Suman Tripathi Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/ahci_xgene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c index 16246c843365e

[PATCH 15/20] ata: sata_highbank: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
initialization for ‘ahci_highbank_platform_sht.sdev_attrs’) drivers/ata/sata_highbank.c:442:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b

[PATCH 14/20] ata: sata_sil24: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
' not described in 'sata_pmp_write' drivers/ata/libata-pmp.c:76: warning: Excess function parameter 'r_val' description in 'sata_pmp_write' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata

[PATCH 01/20] ata: ahci_dm816: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
for ‘ahci_dm816_platform_sht.sdev_attrs’) drivers/ata/ahci_dm816.c:138:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile

[PATCH 19/20] ata: pata_ali: Supply description for 'ali_20_filter()'s 'mask' param

2021-01-28 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_ali.c:119: warning: Function parameter or member 'mask' not described in 'ali_20_filter' Cc: Jens Axboe Cc: CJ Cc: Andre Hedrick Cc: Alan Cox Cc: Clear Zhang Cc: linux-...@vger.kernel.org Cc: and cc Signed-off-by: Lee

[PATCH 20/20] ata: ahci: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index a6755a524efa0..4580a0306bf3d 100644 --- a/drivers/ata

[PATCH 18/20] ata: sata_mv: Fix worthy headers and demote others

2021-01-28 Thread Lee Jones
was for soc_is_65n() instead Cc: Jens Axboe Cc: Mark Lord Cc: ALWAYS copy Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/sata_mv.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index 664ef658a955f

[PATCH 10/20] ata: ahci_ceva: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 4542f101042ac..c7460c6b94c1d 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -1,6 +1,7 @@ # SPDX-License

[PATCH 16/20] ata: ahci_brcm: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
for ‘ahci_platform_sht.sdev_attrs’) drivers/ata/ahci_brcm.c:414:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index

[PATCH 13/20] ata: pata_hpt37x: Fix some function misnaming and missing param issues

2021-01-28 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_hpt37x.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c index fad6c6a873130..f242157bc81bb 100644 --- a/drivers/ata/pata_hpt37x.c +++ b/drivers/ata/pata_hpt37x.c

[PATCH 12/20] ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s 'mask' param

2021-01-28 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_hpt366.c:200: warning: Function parameter or member 'mask' not described in 'hpt366_filter' Cc: Jens Axboe Cc: Andre Hedrick Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_hpt366.c | 1 + 1 file

[PATCH 06/20] ata: ahci_mtk: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
for ‘ahci_platform_sht.sdev_attrs’) drivers/ata/ahci_mtk.c:41:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index c7c26a0ef7632

[PATCH 08/20] ata: pata_artop: Fix a function name and parameter description

2021-01-28 Thread Lee Jones
' drivers/ata/pata_artop.c:359: warning: Excess function parameter 'ent' description in 'artop_init_one' Cc: Jens Axboe Cc: Andre Hedrick Cc: Thibaut VARENE Cc: Alessandro Zummo Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_artop.c | 2 +- 1 file changed, 1 insertion

[PATCH 09/20] ata: acard-ahci: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
for ‘acard_ahci_sht.sdev_attrs’) drivers/ata/acard-ahci.c:70:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 79c59550c23a0

[PATCH 07/20] ata: pata_ali: Repair some misnamed kernel-doc issues

2021-01-28 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/ata/pata_ali.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 0b122f903b8a8..e18aa02f89530 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c @@ -108,7 +108,7 @@ static

[PATCH 11/20] ata: pata_amd: Remove superfluous, add missing and fix broken params

2021-01-28 Thread Lee Jones
: Function parameter or member 'deadline' not described in 'nv_pre_reset' drivers/ata/pata_amd.c:331: warning: expecting prototype for nv_probe_init(). Prototype was for nv_pre_reset() instead Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/pata_amd.c | 4

[PATCH 05/20] ata: libata-pmp: Fix misspelling of 'val'

2021-01-28 Thread Lee Jones
Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-pmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/libata-pmp.c b/drivers/ata/libata-pmp.c index 79f2aeeb482ab..ba7be3f386171 100644 --- a/drivers/ata/libata-pmp.c +++ b/drivers/ata

[PATCH 03/20] ata: ahci_platform: Ignore -Woverride-init

2021-01-28 Thread Lee Jones
for ‘ahci_platform_sht.sdev_attrs’) drivers/ata/ahci_platform.c:40:2: note: in expansion of macro ‘AHCI_SHT’ Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile

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

2021-01-28 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 1 out of 3 sets required. Lee Jones (20): ata: ahci_dm816: Ignore -Woverride-init ata: libata-transport: Fix some potential doc

[PATCH 02/20] ata: libata-transport: Fix some potential doc-rot issues

2021-01-28 Thread Lee Jones
' not described in 'ata_tdev_delete' drivers/ata/libata-transport.c:640: warning: Excess function parameter 'port' description in 'ata_tdev_delete' Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-transport.c | 6 +++--- 1 file changed, 3 insertions

[PATCH 04/20] ata: libata-sata: Fix function names in header comments

2021-01-28 Thread Lee Jones
() instead Cc: Jens Axboe Cc: Tejun Heo Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-sata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c index c16423e445255..8adeab76dd382 100644

Re: [PATCH 00/12] Rid W=1 warnings from Thunderbolt

2021-01-28 Thread Lee Jones
On Thu, 28 Jan 2021, Mika Westerberg wrote: > Hi Lee, > > On Wed, Jan 27, 2021 at 11:25:42AM +0000, 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 littl

[PATCH V2 01/12] thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return value

2021-01-28 Thread Lee Jones
Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- v2: Different approach: actually handle the error. drivers/thunderbolt/dma_port.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/thunderbolt/dma_port.c b/drivers

Re: [PATCH 05/12] thunderbolt: pa: Demote non-conformant kernel-doc headers

2021-01-28 Thread Lee Jones
On Thu, 28 Jan 2021, Mika Westerberg wrote: > On Thu, Jan 28, 2021 at 08:23:30AM +0000, Lee Jones wrote: > > On Wed, 27 Jan 2021, Mika Westerberg wrote: > > > > > On Wed, Jan 27, 2021 at 04:13:20PM +, Lee Jones wrote: > > > > On Wed

Re: [PATCH 05/12] thunderbolt: pa: Demote non-conformant kernel-doc headers

2021-01-28 Thread Lee Jones
On Wed, 27 Jan 2021, Mika Westerberg wrote: > On Wed, Jan 27, 2021 at 04:13:20PM +0000, Lee Jones wrote: > > On Wed, 27 Jan 2021, Andy Shevchenko wrote: > > > > > On Wednesday, January 27, 2021, Lee Jones wrote: > > > > > > > F

Re: [PATCH v6 5/7] mfd: hi6421-spmi-pmic: move driver from staging

2021-01-28 Thread Lee Jones
mi-pmic.c (100%) I've already reviewed this: https://lore.kernel.org/driverdev-devel/20210127110537.GI4903@dell/ -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH 01/12] thunderbolt: dma_port: Remove unused variable 'ret'

2021-01-27 Thread Lee Jones
On Wed, 27 Jan 2021, Andy Shevchenko wrote: > On Wednesday, January 27, 2021, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/thunderbolt/dma_port.c: In function ‘dma_port_flash_write_block’: > > drivers/thunderbolt/dma_p

Re: [PATCH 05/12] thunderbolt: pa: Demote non-conformant kernel-doc headers

2021-01-27 Thread Lee Jones
On Wed, 27 Jan 2021, Andy Shevchenko wrote: > On Wednesday, January 27, 2021, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/thunderbolt/path.c:476: warning: Function parameter or member > > 'path' not described in '

[PATCH 01/12] thunderbolt: dma_port: Remove unused variable 'ret'

2021-01-27 Thread Lee Jones
: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/dma_port.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/thunderbolt/dma_port.c b/drivers/thunderbolt/dma_port.c index 847dd07a7b172..5aced91e17dc4 100644

[PATCH 02/12] thunderbolt: cap: Fix kernel-doc formatting issue

2021-01-27 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/thunderbolt/cap.c:189: warning: Function parameter or member 'sw' not described in 'tb_switch_find_cap' Cc: Andreas Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee

[PATCH 05/12] thunderbolt: pa: Demote non-conformant kernel-doc headers

2021-01-27 Thread Lee Jones
Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thunderbolt/path.c b/drivers/thunderbolt/path.c index

[PATCH 06/12] thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' param

2021-01-27 Thread Lee Jones
.org Cc: b...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/xdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/xdomain.c b/drivers/thunderbolt/xdomain.c index f2d4db1cd84d0..6e8bea6a7d392 100644 --- a/drivers/thunderbolt/xdomain.c +++ b/drivers/t

[PATCH 12/12] thunderbolt: swit: Fix function name in the header

2021-01-27 Thread Lee Jones
-off-by: Lee Jones --- drivers/thunderbolt/switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index ce1b120d1cd46..6a3d5608431f6 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c

[PATCH 09/12] thunderbolt: swit: Demote a bunch of non-conformant kernel-doc headers

2021-01-27 Thread Lee Jones
: Function parameter or member 'sw' not described in 'tb_sw_set_unplugged' Cc: Andreas Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/switch.c | 12 ++-- 1 file changed, 6 insertions(+), 6

[PATCH 11/12] thunderbolt: tunnel: Fix misspelling of 'receive_path'

2021-01-27 Thread Lee Jones
in 'tb_tunnel_alloc_dma' Cc: Andreas Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/tunnel.c b/drivers/thunderbolt

[PATCH 10/12] thunderbolt: icm: Fix a couple of formatting issues

2021-01-27 Thread Lee Jones
Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/icm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thunderbolt/icm.c b/drivers/thunderbolt/icm.c index b8c4159bc32d0

[PATCH 07/12] thunderbolt: nhi: Demote some non-conformant kernel-doc headers

2021-01-27 Thread Lee Jones
: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/nhi.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index cfc622da4f832..2ba33b53d4eb1

[PATCH 04/12] thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard comment blocks

2021-01-27 Thread Lee Jones
in 'tb_drom_copy_efi' drivers/thunderbolt/eeprom.c:526: warning: Function parameter or member 'sw' not described in 'tb_drom_read' Cc: Andreas Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/eeprom.c | 24

[PATCH 08/12] thunderbolt: tb: Kernel-doc function headers should document their parameters

2021-01-27 Thread Lee Jones
was for tb_handle_event() instead Cc: Andreas Noever Cc: Michael Jamet Cc: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/tb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/thunderbolt/tb.c b/drivers

[PATCH 03/12] thunderbolt: ctl: Demote non-conformant kernel-doc headers

2021-01-27 Thread Lee Jones
: Mika Westerberg Cc: Yehezkel Bernat Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/thunderbolt/ctl.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/thunderbolt/ctl.c b/drivers/thunderbolt/ctl.c index bac08b820015d

[PATCH 00/12] Rid W=1 warnings from Thunderbolt

2021-01-27 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. Only 1 small set required for Thunderbolt. Pretty good! Lee Jones (12): thunderbolt: dma_port: Remove unused variable 'ret' thunderbolt: cap

Re: [PATCH v5 19/21] mfd: hi6421-spmi-pmic: move driver from staging

2021-01-27 Thread Lee Jones
mic.c (100%) Replied to an earlier submission where I was able to reply in-line. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v4 18/21] mfd: hi6421-spmi-pmic: move driver from staging

2021-01-27 Thread Lee Jones
421_spmi_irq_handler, NULL, > +IRQF_TRIGGER_LOW | IRQF_SHARED | > IRQF_NO_SUSPEND, > +"pmic", pmic); > + if (ret < 0) { > + dev_err(dev, "could not claim pmic IRQ: error %d\n", ret); This is inconsistent with other prints. Better to start with a capital I think. Also, it should be "PMIC", as it's an abbreviation. > + goto irq_malloc; > + } > + > + dev_set_drvdata(>dev, pmic); > + > + /* > + * The logic below will rely that the pmic is already stored at > + * drvdata. > + */ Which logic? > + dev_dbg(>dev, "SPMI-PMIC: adding children for %pOF\n", > + pdev->dev.of_node); Please remove this. > + ret = devm_mfd_add_devices(>dev, PLATFORM_DEVID_NONE, > +hi6421v600_devs, ARRAY_SIZE(hi6421v600_devs), > +NULL, 0, NULL); > + if (!ret) > + return 0; > + > + dev_err(dev, "Failed to add child devices: %d\n", ret); > + > +irq_malloc: > + free_irq(pmic->irq, pmic); Does gpio_to_irq() need freeing? > + return ret; > +} > + > +static void hi6421_spmi_pmic_remove(struct spmi_device *pdev) > +{ > + struct hi6421_spmi_pmic *pmic = dev_get_drvdata(>dev); > + > + free_irq(pmic->irq, pmic); > +} > + > +static const struct of_device_id pmic_spmi_id_table[] = { > + { .compatible = "hisilicon,hi6421-spmi" }, > + { } > +}; > +MODULE_DEVICE_TABLE(of, pmic_spmi_id_table); > + > +static struct spmi_driver hi6421_spmi_pmic_driver = { > + .driver = { > + .name = "hi6421-spmi-pmic", Odd spacing. Just use one ' ' please. > + .of_match_table = pmic_spmi_id_table, > + }, > + .probe = hi6421_spmi_pmic_probe, > + .remove = hi6421_spmi_pmic_remove, > +}; > +module_spmi_driver(hi6421_spmi_pmic_driver); > + > +MODULE_DESCRIPTION("HiSilicon Hi6421v600 SPMI PMIC driver"); > +MODULE_LICENSE("GPL v2"); -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH v5 00/21] Move Hisilicon 6421v600 SPMI driver set out of staging

2021-01-27 Thread Lee Jones
have expected the whole set to be merged as a set into a single tree, placed on an immutable branch and a pull-request to be sent out for the other maintainers to pull from (if they so wished). This would ensure development could continue on any/all of the affected drivers/files. If it's n

Re: [PATCH] mfd: max8997: Replace 8998 with 8997

2021-01-26 Thread Lee Jones
LDO2, > MAX8997_LDO3, > @@ -207,4 +207,4 @@ struct max8997_platform_data { > struct max8997_led_platform_data *led_pdata; > }; > > -#endif /* __LINUX_MFD_MAX8998_H */ > +#endif /* __LINUX_MFD_MAX8997_H */ -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

Re: [PATCH 12/21] clk: sunxi: clk-sun6i-ar100: Demote non-conformant kernel-doc header

2021-01-26 Thread Lee Jones
On Tue, 26 Jan 2021, Maxime Ripard wrote: > On Tue, Jan 26, 2021 at 12:45:31PM +0000, Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > > > drivers/clk/sunxi/clk-sun6i-ar100.c:26: warning: Function parameter or > > member 'req' not described

Re: [PATCH v2 09/17] mfd: Support for ROHM BD71815 PMIC core

2021-01-26 Thread Lee Jones
On Mon, 25 Jan 2021, Matti Vaittinen wrote: > Hello Lee, > > Thanks again for the review! > > On Mon, 2021-01-25 at 14:10 +, Lee Jones wrote: > > On Tue, 19 Jan 2021, Matti Vaittinen wrote: > > > > > Add core support for ROHM BD71815 Power Managemen

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

2021-01-26 Thread Lee Jones
pe for an integration to the mainline. > > Because we are on a vendor kernel we were not able to test this patch > on the current mainline kernel. Though, we tested a (very similar) > patch on our (close to mainline) Linux 4.14 and 5.4 vendor kernels. This is the 3rd cover-letter I

Re: [PATCH v6 3/7] mfd: Add MFD driver for ATC260x PMICs

2021-01-26 Thread Lee Jones
On Mon, 25 Jan 2021, Cristian Ciocaltea wrote: > Hi Lee, > > On Mon, Jan 25, 2021 at 02:25:58PM +0000, Lee Jones wrote: > > On Wed, 20 Jan 2021, Cristian Ciocaltea wrote: > > > > > Add initial support for the Actions Semi ATC260x PMICs which integrates > > &g

[PATCH 01/21] clk: zynq: pll: Fix kernel-doc formatting in 'clk_register_zynq_pll's header

2021-01-26 Thread Lee Jones
ux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/zynq/pll.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/clk/zynq/pll.c b/drivers/clk/zynq/pll.c index dcb2037a95964..54f4184de89af 100644 --- a/drivers/clk/zynq/pll.c +++ b/driver

[PATCH 02/21] clk: ti: clkt_dpll: Fix some kernel-doc misdemeanours

2021-01-26 Thread Lee Jones
' drivers/clk/ti/clkt_dpll.c:284: warning: Excess function parameter 'clk' description in 'omap2_dpll_round_rate' Cc: Tero Kristo Cc: Michael Turquette Cc: Stephen Boyd Cc: Richard Woodruff Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/ti

[PATCH 05/21] clk: sunxi: clk-sun9i-core: Demote non-conformant kernel-doc headers

2021-01-26 Thread Lee Jones
in 'sun9i_a80_get_apb1_factors' Cc: "Emilio López" Cc: Michael Turquette Cc: Stephen Boyd Cc: Maxime Ripard Cc: Chen-Yu Tsai Cc: Jernej Skrabec Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/sunxi/clk-sun9i-core.c | 8 --

[PATCH 06/21] clk: sunxi: clk-usb: Demote obvious kernel-doc abuse

2021-01-26 Thread Lee Jones
Zabel Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/sunxi/clk-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk-usb.c b/drivers/clk/sunxi/clk-usb.c index d78a78495bede..5460218f34

[PATCH 03/21] clk: ti: dpll3xxx: Fix some kernel-doc headers and promote other worthy ones

2021-01-26 Thread Lee Jones
' description in 'omap3_clkoutx2_recalc' Cc: Tero Kristo Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/ti/dpll3xxx.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git

[PATCH 07/21] clk: tegra: clk-tegra30: Remove unused variable 'reg'

2021-01-26 Thread Lee Jones
Turquette Cc: Stephen Boyd Cc: Thierry Reding Cc: Jonathan Hunter Cc: linux-...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/tegra/clk-tegra30.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clk/tegra/clk-tegra30.c b

[PATCH 10/21] clk: ti: dpll44xx: Fix some potential doc-rot

2021-01-26 Thread Lee Jones
: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/ti/dpll44xx.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/ti/dpll44xx.c b/drivers/clk/ti/dpll44xx.c index 89c3ed1a24b82..3fc2cab69a3fe 100644 --- a/drivers/clk/ti/dpll44xx.c +++ b/drivers

[PATCH 09/21] clk: tegra: cvb: Provide missing description for 'tegra_cvb_add_opp_table()'s align param

2021-01-26 Thread Lee Jones
Cc: linux-...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/tegra/cvb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/tegra/cvb.c b/drivers/clk/tegra/cvb.c index 21115c4e5d3a1..a7fdc7622913c 100644 --- a/drivers/clk/tegra/cvb.c +++ b

[PATCH 18/21] clk: qcom: clk-rpm: Remove a bunch of superfluous code

2021-01-26 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/qcom/clk-rpm.c | 63 -- 1 file changed, 63 deletions(-) diff --git a/drivers/clk/qcom/clk-rpm.c b/drivers/clk/qcom/clk-rpm.c index f71d228fd6bd5..a18811c380187 100644 --- a/drivers/clk/qcom/clk-rpm.c +++ b

[PATCH 16/21] clk: qcom: mmcc-msm8974: Remove unused static const tables 'mmcc_xo_mmpll0_1_2_gpll0{map}'

2021-01-26 Thread Lee Jones
-variable=] Cc: Andy Gross Cc: Bjorn Andersson Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-arm-...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/qcom/mmcc-msm8974.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/clk/qcom

[PATCH 17/21] clk: clk-xgene: Add description for 'mask' and fix formatting for 'flags'

2021-01-26 Thread Lee Jones
: Stephen Boyd Cc: Loc Ho Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/clk-xgene.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/clk/clk-xgene.c b/drivers/clk/clk-xgene.c index 3fd53057c01fe..857217cbcef87 100644 --- a/drivers/clk/clk

[PATCH 15/21] clk: clk-npcm7xx: Remove unused static const tables 'npcm7xx_gates' and 'npcm7xx_divs_fx'

2021-01-26 Thread Lee Jones
Maimon Cc: Tali Perry Cc: Patrick Venture Cc: Nancy Yuen Cc: Benjamin Fair Cc: Michael Turquette Cc: Stephen Boyd Cc: Nuvoton Technologies Cc: open...@lists.ozlabs.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/clk-npcm7xx.c | 108

[PATCH 19/21] clk: spear: Move prototype to accessible header

2021-01-26 Thread Lee Jones
] Cc: Viresh Kumar Cc: Shiraz Hashim Cc: Russell King Cc: Rajeev Kumar Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- arch/arm/mach-spear/generic.h | 12 arch/arm/mach-spear/spear13xx.c | 1 + drivers/clk/spear/spear1310_clock.c | 1 + drivers

[PATCH 11/21] clk: renesas: renesas-cpg-mssr: Fix formatting issues for 'smstpcr_saved's documentation

2021-01-26 Thread Lee Jones
-...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/renesas/renesas-cpg-mssr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/renesas/renesas-cpg-mssr.c b/drivers/clk/renesas/renesas-cpg-mssr.c index 1c3215dc4877c..bffbc3d2faf5f

[PATCH 12/21] clk: sunxi: clk-sun6i-ar100: Demote non-conformant kernel-doc header

2021-01-26 Thread Lee Jones
ej Skrabec Cc: Boris BREZILLON Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/sunxi/clk-sun6i-ar100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk-sun6i-ar100.c b/drivers/clk/sunxi/clk-s

[PATCH 21/21] clk: zynqmp: divider: Add missing description for 'max_div'

2021-01-26 Thread Lee Jones
...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/zynqmp/divider.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/zynqmp/divider.c b/drivers/clk/zynqmp/divider.c index 66da02b83d393..e9bf7958b8218 100644 --- a/drivers/clk/zynqmp/divider.c +++ b/drivers/clk/zynqmp

[PATCH 20/21] clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header

2021-01-26 Thread Lee Jones
Fatoum Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- arch/arm/mach-imx/common.h | 1 - arch/arm/mach-imx/cpuidle-imx6sl.c | 1 + arch/arm/mach-imx/pm-imx6.c| 1 + drivers/clk/imx/clk-imx6sl.c | 1 + include/linux/clk/imx.h| 15

[PATCH 01/20] RDMA/hw/hfi1/intr: Fix some kernel-doc formatting issues

2021-01-26 Thread Lee Jones
in 'hfi1_format_hwerrors' drivers/infiniband/hw/hfi1/intr.c:115: warning: Function parameter or member 'msgl' not described in 'hfi1_format_hwerrors' Cc: Mike Marciniszyn Cc: Dennis Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers

[PATCH 18/20] RDMA/hw/hfi1/user_exp_rcv: Demote half-documented and kernel-doc abuses

2021-01-26 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/user_exp_rcv.c b/drivers/infiniband/hw/hfi1/user_exp_rcv.c index b94fc7fd75a96..58dcab2679d9d 100644 --- a/drivers

[PATCH 10/20] RDMA/hw/hfi1/pio_copy: Provide entry for 'pio_copy()'s 'dd' param

2021-01-26 Thread Lee Jones
-by: Lee Jones --- drivers/infiniband/hw/hfi1/pio_copy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/hfi1/pio_copy.c b/drivers/infiniband/hw/hfi1/pio_copy.c index 4a4ec23978579..14bfd8287f4ae 100644 --- a/drivers/infiniband/hw/hfi1/pio_copy.c +++ b/drivers/infiniband/hw

[PATCH 19/20] RDMA/hw/hfi1/verbs: Demote non-conforming doc header and fix a misspelling

2021-01-26 Thread Lee Jones
parameter or member 'ps' not described in 'get_send_routine' Cc: Mike Marciniszyn Cc: Dennis Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/verbs.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH 13/21] clk: qcom: gcc-ipq4019: Remove unused variable 'ret'

2021-01-26 Thread Lee Jones
: Stephen Boyd Cc: linux-arm-...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/qcom/gcc-ipq4019.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/clk/qcom/gcc-ipq4019.c b/drivers/clk/qcom/gcc-ipq4019.c index ef5137fd50f3f

[PATCH 17/20] RDMA/hw/hfi1/ud: Fix a little more doc-rot

2021-01-26 Thread Lee Jones
function parameter 'qp' description in 'hfi1_ud_rcv' Cc: Mike Marciniszyn Cc: Dennis Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/ud.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff

[PATCH 20/20] RDMA/hw/hfi1/rc: Demote incorrectly populated kernel-doc header

2021-01-26 Thread Lee Jones
' drivers/infiniband/hw/hfi1/rc.c:1388: warning: Excess function parameter 'qp' description in 'hfi1_send_rc_ack' Cc: Mike Marciniszyn Cc: Dennis Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/rc.c | 3

<    4   5   6   7   8   9   10   11   12   13   >