[PATCH 16/20] RDMA/hw/hfi1/uc: Fix a little doc-rot

2021-01-26 Thread Lee Jones
function parameter 'qp' description in 'hfi1_uc_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/uc.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git

[PATCH 11/20] RDMA/hw/hfi1/rc: Fix a few function documentation issues

2021-01-26 Thread Lee Jones
/rc.c:2554: warning: Function parameter or member 'rcd' not described in 'rc_rcv_error' 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 | 4 +++- 1 file changed, 3

[PATCH 14/20] RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' param

2021-01-26 Thread Lee Jones
' 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/sdma.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/sdma.c b

[PATCH 08/20] RDMA/hw/hfi1/netdev_rx: Fix misdocumentation of the 'start_id' param

2021-01-26 Thread Lee Jones
in 'hfi1_netdev_get_first_data' 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/netdev_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw

[PATCH 09/20] RDMA/hw/hfi1/pcie: Demote kernel-doc abuses

2021-01-26 Thread Lee Jones
' 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/pcie.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/pcie.c b/drivers

[PATCH 04/20] RDMA/hw/hfi1/mad: Demote half-completed kernel-doc header fix another

2021-01-26 Thread Lee Jones
parameter or member 'out_mad_pkey_index' not described in 'hfi1_process_mad' 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/mad.c | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH 07/20] RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem

2021-01-26 Thread Lee Jones
...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/qp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index 76d6bbfbec50c..9d13db68283c2 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b

[PATCH 05/20] RDMA/hw/hfi1/msix: Add description for 'name' and remove superfluous param 'idx'

2021-01-26 Thread Lee Jones
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/msix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/hfi1/msix.c b/drivers/infiniband/hw

[PATCH 06/20] RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' param

2021-01-26 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/mad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/sw/rdmavt/mad.c b/drivers/infiniband/sw/rdmavt/mad.c index 8cc4de9aa6644..fa5be13a43944 100644 --- a/drivers/infiniband/sw/rdmavt/mad.c +++ b/drivers

[PATCH 02/20] RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issues

2021-01-26 Thread Lee Jones
/infiniband/sw/rdmavt/srq.c:336: warning: Function parameter or member 'udata' not described in 'rvt_destroy_srq' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/srq.c | 7

[PATCH 03/20] RDMA/hw/hfi1/iowait: Demote half-completed kernel-doc and fix formatting issue in another

2021-01-26 Thread Lee Jones
...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/iowait.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/iowait.c b/drivers/infiniband/hw/hfi1/iowait.c index 5836fe7b28177..1114898026140 100644 --- a/drivers/infiniband/hw/hfi1/iowait.c

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

2021-01-26 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 3 of 3 sets required to fully clean-up. All done! Lee Jones (20): RDMA/hw/hfi1/intr: Fix some kernel-doc formatting issues RDMA

[PATCH 13/20] RDMA/hw/hfi1/ruc: Fix a small formatting and description issues

2021-01-26 Thread Lee Jones
Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/ruc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/ruc.c b/drivers/infiniband/hw/hfi1/ruc.c index

[PATCH 15/20] RDMA/hw/hfi1/tid_rdma: Fix a plethora of kernel-doc issues

2021-01-26 Thread Lee Jones
' not described in 'hfi1_tid_write_alloc_resources' 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/tid_rdma.c | 47 +++ 1 file changed, 27 insertions

[PATCH 12/20] RDMA/hw/hfi1/qp: Fix some formatting issues and demote kernel-doc abuse

2021-01-26 Thread Lee Jones
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/qp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/qp.c b/drivers

[PATCH 14/21] clk: clk-fixed-mmio: Demote obvious kernel-doc abuse

2021-01-26 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/clk/clk-fixed-mmio.c:62: warning: Function parameter or member 'pdev' not described in 'of_fixed_mmio_clk_probe' Cc: Michael Turquette Cc: Stephen Boyd Cc: Jan Kotas Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers

[PATCH 08/21] clk: clkdev: Ignore suggestion to use gnu_printf() as it's not appropriate here

2021-01-26 Thread Lee Jones
...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/clkdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/clk/clkdev.c b/drivers/clk/clkdev.c index 0f2e3fcf0f19f..5e5f25d568724 100644 --- a/drivers/clk/clkdev.c +++ b/drivers/clk/clkdev.c @@ -153,6 +153,11 @@ struct

[PATCH 00/21] [Set 2] Rid W=1 warnings from Clock

2021-01-26 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 the last set. Clock is clean after this. Lee Jones (21): clk: zynq: pll: Fix kernel-doc formatting in 'clk_register_zynq_pll's

[PATCH 04/21] clk: qcom: clk-regmap: Provide missing description for 'devm_clk_register_regmap()'s dev param

2021-01-26 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/qcom/clk-regmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/clk-regmap.c b/drivers/clk/qcom/clk-regmap.c index ce80db27ccf2a..92ac4e0d7dbe2 100644 --- a/drivers/clk/qcom/clk-regmap.c +++ b/drivers/clk/qcom/clk

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

2021-01-26 Thread Lee Jones
o-date since the 90's. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

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

2021-01-26 Thread Lee Jones
On Mon, 25 Jan 2021, Timon Baetz wrote: > On Mon, 25 Jan 2021 08:43:47 +0000, Lee Jones wrote: > > On Sun, 24 Jan 2021, Timon Baetz wrote: > > > > > Replace occurrences of 8998 with 8997. > > > > Because ... > > ... it is the max8997 header. Do

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

2021-01-25 Thread Lee Jones
either REGCACHE_NONE or > + * REGCACHE_FLAT. For slow buses like I2C and SPI, the regmap is > + * internally protected by a mutex which is acquired non-atomically. > + * > + * Let's improve this by using a customized locking scheme inspired > + * from I2C atomic transfer. See i2c

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

2021-01-25 Thread Lee Jones
ound\n"); > + break; > + case ROHM_CHIP_TYPE_BD71815: > + mfd = bd71815_mfd_cells; > + cells = ARRAY_SIZE(bd71815_mfd_cells); > + regmap_config = _regmap; > + irqchip = _irq_chip; > + clkmode_reg

Re: [PATCH v2 08/17] mfd: Add ROHM BD71815 ID

2021-01-25 Thread Lee Jones
For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-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 v2 04/17] mfd: bd718x7: simplify by cleaning unnecessary device data

2021-01-25 Thread Lee Jones
> include/linux/mfd/rohm-bd718x7.h | 13 -- > 2 files changed, 16 insertions(+), 40 deletions(-) For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │

Re: [PATCH 06/20] clk: sifive: fu540-prci: Declare static const variable 'prci_clk_fu540' where it's used

2021-01-25 Thread Lee Jones
> Cc: Pragnesh Patel > > Cc: Zong Li > > Cc: linux-...@vger.kernel.org > > Cc: linux-ri...@lists.infradead.org > > Signed-off-by: Lee Jones > > --- > > drivers/clk/sifive/fu540-prci.h | 5 - > > drivers/clk/sifive/sifive-prci.c | 5 + > >

[PATCH 09/30] RDMA/hw/qib/qib_mad: Fix a few misspellings and supply missing descriptions

2021-01-21 Thread Lee Jones
function parameter 'out_mad' description in 'qib_process_mad' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_mad.c | 10 ++ 1 file changed, 6 insertions(+), 4

[PATCH 01/30] RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()'

2021-01-21 Thread Lee Jones
: Function parameter or member 'receive_queue' not described in 'pagefault_data_segments' Cc: Leon Romanovsky Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/mlx5/odp.c | 22 -- 1 file changed, 12 insertions

[PATCH 00/30] [Set 2] Rid W=1 warnings from Infiniband

2021-01-21 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 of 3 (hopefully) sets required to fully clean-up. Lee Jones (30): RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions

[PATCH 05/30] RDMA/hw/hns/hns_roce_mr: Add missing description for 'hr_dev' param

2021-01-21 Thread Lee Jones
l.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hns/hns_roce_mr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/hns/hns_roce_mr.c b/drivers/infiniband/hw/hns/hns_roce_mr.c index 1bcffd93ff3e3..1fbfa3a375453 100644 --- a/drivers/infiniband/hw/hns/hns_roce_mr.c

[PATCH 04/30] RDMA/hw/hns/hns_roce_hw_v1: Fix doc-rot issue relating to 'rereset'

2021-01-21 Thread Lee Jones
in 'hns_roce_v1_reset' Cc: Lijun Ou Cc: "Wei Hu Cc: Weihang Li Cc: Doug Ledford Cc: Jason Gunthorpe Cc: Wei Hu Cc: Nenglong Zhao Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 08/30] RDMA/hw/qib/qib_eeprom: Fix misspelling of 'buff' in 'qib_eeprom_{read,write}()'

2021-01-21 Thread Lee Jones
: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_eeprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_eeprom.c b/drivers/infiniband/hw/qib/qib_eeprom.c index

[PATCH 10/30] RDMA/hw/qib/qib_intr: Fix a bunch of formatting issues

2021-01-21 Thread Lee Jones
-by: Lee Jones --- drivers/infiniband/hw/qib/qib_intr.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_intr.c b/drivers/infiniband/hw/qib/qib_intr.c index 65c3b964ad1bf..85c3187d796d9 100644 --- a/drivers/infiniband/hw/qib

[PATCH 15/30] RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issues

2021-01-21 Thread Lee Jones
function parameter 'dwlen' description in 'create_pbc' 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/chip.c | 46 +++ 1 file changed, 23

[PATCH 17/30] RDMA/hw/qib/qib_tx: Provide description for 'qib_chg_pioavailkernel()'s 'rcd' param

2021-01-21 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_tx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/qib/qib_tx.c b/drivers/infiniband/hw/qib/qib_tx.c index 29785eb846469..6a8148851f21d 100644 --- a/drivers/infiniband/hw/qib/qib_tx.c +++ b/drivers/infiniband/hw

[PATCH 18/30] RDMA/hw/qib/qib_uc: Provide description for missing 'flags' param

2021-01-21 Thread Lee Jones
-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_uc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/qib/qib_uc.c b/drivers/infiniband/hw/qib/qib_uc.c index 554af4273a131..8e2bda77d8b9c 100644 --- a/drivers/infiniband/hw/qib/qib_uc.c +++ b/drivers/infiniband/hw/qib

[PATCH 21/30] RDMA/hw/qib/qib_user_pages: Demote non-conformant documentation header

2021-01-21 Thread Lee Jones
in 'qib_map_page' drivers/infiniband/hw/qib/qib_user_pages.c:60: warning: Function parameter or member 'daddr' not described in 'qib_map_page' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband

[PATCH 20/30] RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header

2021-01-21 Thread Lee Jones
in 'rvt_process_mad' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/mad.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/sw

[PATCH 19/30] RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's 'flags' param

2021-01-21 Thread Lee Jones
-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_ud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/qib/qib_ud.c b/drivers/infiniband/hw/qib/qib_ud.c index 93ca21347959f..81eda94bd2799 100644 --- a/drivers/infiniband/hw/qib/qib_ud.c +++ b/drivers/infiniband/hw/qib

[PATCH 23/30] RDMA/hw/hfi1/exp_rcv: Fix some kernel-doc formatting issues

2021-01-21 Thread Lee Jones
Cc: Dennis Dalessandro Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/hfi1/exp_rcv.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/hw/hfi1/exp_rcv.c b/drivers/infiniband/hw

[PATCH 22/30] RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header

2021-01-21 Thread Lee Jones
: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/mcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/sw/rdmavt/mcast.c b/drivers

[PATCH 14/30] RDMA/hw/qib/qib_rc: Fix some worthy kernel-docs demote hardly complete one

2021-01-21 Thread Lee Jones
-by: Lee Jones --- drivers/infiniband/hw/qib/qib_rc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/qib/qib_rc.c b/drivers/infiniband/hw/qib/qib_rc.c index 3915e5b4a9bc1..a1c20ffb44903 100644 --- a/drivers/infiniband/hw/qib/qib_rc.c +++ b/drivers

[PATCH 16/30] RDMA/hw/qib/qib_twsi: Provide description for missing param 'last'

2021-01-21 Thread Lee Jones
-by: Lee Jones --- drivers/infiniband/hw/qib/qib_twsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/infiniband/hw/qib/qib_twsi.c b/drivers/infiniband/hw/qib/qib_twsi.c index f5698664419b4..97b8a2bf5c696 100644 --- a/drivers/infiniband/hw/qib/qib_twsi.c +++ b/drivers/infiniband/hw/qib

[PATCH 24/30] RDMA/hw/qib/qib_iba7220: Fix some kernel-doc issues

2021-01-21 Thread Lee Jones
...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_iba7220.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_iba7220.c b/drivers/infiniband/hw/qib/qib_iba7220.c index 0a6f26d4cb310..229dcd6ead95b 100644

[PATCH 26/30] RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descriptions

2021-01-21 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/mr.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/infiniband/sw/rdmavt/mr.c b/drivers/infiniband/sw/rdmavt/mr.c index 90fc234f489ac..601d18dda1f5a 100644 --- a/drivers/infiniband/sw

[PATCH 25/30] RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' param

2021-01-21 Thread Lee Jones
: 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/file_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/hfi1/file_ops.c b/drivers

[PATCH 28/30] RDMA/hw/qib/qib_verbs: Repair some formatting problems

2021-01-21 Thread Lee Jones
: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_verbs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_verbs.c b/drivers/infiniband/hw/qib/qib_verbs.c index

[PATCH 30/30] RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours

2021-01-21 Thread Lee Jones
'qp' not described in 'rvt_stop_rnr_timer' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/qp.c | 34 ++- 1 file changed, 20 insertions

[PATCH 29/30] RDMA/hw/qib/qib_iba6120: Fix some repeated (copy/paste) kernel-doc issues

2021-01-21 Thread Lee Jones
' description in 'qib_portcntr_6120' drivers/infiniband/hw/qib/qib_iba6120.c:2620: warning: Function parameter or member 't' not described in 'qib_get_6120_faststats' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee

[PATCH 27/30] RDMA/hw/qib/qib_iba7322: Fix a bunch of copy/paste issues

2021-01-21 Thread Lee Jones
Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_iba7322.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_iba7322.c b/drivers/infiniband/hw/qib

[PATCH 13/30] RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header

2021-01-21 Thread Lee Jones
: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/cq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/sw/rdmavt/cq.c b/drivers/infiniband/sw

[PATCH 12/30] RDMA/hw/qib/qib_qp: Fix some issues in worthy kernel-doc headers and demote another

2021-01-21 Thread Lee Jones
...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_qp.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_qp.c b/drivers/infiniband/hw/qib/qib_qp.c index 8d0563ef5be17..ca39a029e4af8 100644 --- a/drivers/infiniband

[PATCH 06/30] RDMA/hw/qib/qib_driver: Fix misspelling in 'ppd's param description

2021-01-21 Thread Lee Jones
' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: Intel Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/qib

[PATCH 11/30] RDMA/hw/qib/qib_pcie: Demote obvious kernel-doc abuse

2021-01-21 Thread Lee Jones
in 'qib_cache_msi_info' Cc: Dennis Dalessandro Cc: Mike Marciniszyn Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/qib/qib_pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/qib/qib_pcie.c b

[PATCH 07/30] RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'

2021-01-21 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/sw/rdmavt/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/sw/rdmavt/vt.c b/drivers/infiniband/sw/rdmavt/vt.c index 49cec85a372a9..8fd0128a93360 100644 --- a/drivers/infiniband/sw/rdmavt/vt.c +++ b/drivers

[PATCH 02/30] RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc header

2021-01-21 Thread Lee Jones
in 'mlx5_ib_qp_set_counter' Cc: Leon Romanovsky Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/mlx5/qp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c

[PATCH 03/30] RDMA/hw/efa/efa_com: Stop using param description notation for non-params

2021-01-21 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/infiniband/hw/efa/efa_com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/efa/efa_com.c b/drivers/infiniband/hw/efa/efa_com.c index 336bc2c57bb1d..f7242188a8434 100644 --- a/drivers/infiniband/hw/efa/efa_com.c +++ b

[PATCH 11/20] clk: st: clkgen-pll: Demote unpopulated kernel-doc header

2021-01-20 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/clk/st/clkgen-pll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c index c3952f2c42ba2..119c5b33080cf 100644 --- a/drivers/clk/st/clkgen-pll.c +++ b/drivers/clk/st/clkgen-pll.c

[PATCH 01/20] clk: rockchip: clk: Demote non-conformant kernel-doc headers

2021-01-20 Thread Lee Jones
or member 'n' not described in 'rockchip_fractional_approximation' Cc: Michael Turquette Cc: Stephen Boyd Cc: Heiko Stuebner Cc: Xing Zheng Cc: Thomas Abraham Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Lee Jones

[PATCH 13/20] clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw param

2021-01-20 Thread Lee Jones
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/clockdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/clockdomain.c b/drivers/clk/ti/clockdomain.c index

[PATCH 20/20] clk: zynq: clkc: Remove various instances of an unused variable 'clk'

2021-01-20 Thread Lee Jones
: Michal Simek Cc: "Sören Brinkmann" Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/zynq/clkc.c | 73 - 1 file changed, 35 insertions(+), 38 deletions(-) diff --git a/drivers/clk/zyn

[PATCH 18/20] clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header

2021-01-20 Thread Lee Jones
krabec Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/sunxi/clk-mod0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk-mod0.c b/drivers/clk/sunxi/clk-mod0.c index 0cca91e075a53..f9d715ec99

[PATCH 15/20] clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter

2021-01-20 Thread Lee Jones
Cc: Stephen Boyd Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/ti/dpll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/dpll.c b/drivers/clk/ti/dpll.c index 247510e306e2a..d6f1ac5b53e14 100644

[PATCH 14/20] clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc headers

2021-01-20 Thread Lee Jones
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-sunxi.c | 32 1 file changed, 16

[PATCH 19/20] clk: versatile: clk-icst: Fix worthy struct documentation block

2021-01-20 Thread Lee Jones
= ' Cc: Linus Walleij Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-arm-ker...@lists.infradead.org Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/versatile/clk-icst.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/clk/versatile/clk

[PATCH 17/20] clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse

2021-01-20 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-a10-ve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk-a10-ve.c b/drivers/clk/sunxi/clk-a10-ve.c index cb5daa4b37db7..658

[PATCH 12/20] clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially filled one

2021-01-20 Thread Lee Jones
' drivers/clk/st/clkgen-fsyn.c:466: warning: Function parameter or member 'sdiv' not described in 'st_clk_quadfs_fsynth' Cc: Michael Turquette Cc: Stephen Boyd Cc: Kees Cook Cc: Stephen Gallimore Cc: Pankaj Dev Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/st/clkgen

[PATCH 16/20] clk: ti: gate: Fix possible doc-rot in 'omap36xx_gate_clk_enable_with_hsdiv_restore'

2021-01-20 Thread Lee Jones
in 'omap36xx_gate_clk_enable_with_hsdiv_restore' 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/gate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/gate.c b/drivers/clk/ti

[PATCH 09/20] clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header

2021-01-20 Thread Lee Jones
'ratio_state_cluster_offset' not described in 'cpu_dfs_regs' Cc: Michael Turquette Cc: Stephen Boyd Cc: Julia Lawall Cc: Omri Itach Cc: Gregory Clement Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/mvebu/ap-cpu-clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 10/20] clk: imx: clk-imx31: Remove unused static const table 'uart_clks'

2021-01-20 Thread Lee Jones
Cc: Arnd Bergmann Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/imx/clk-imx31.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/clk/imx/clk-imx31.c b/drivers/clk/imx/clk-imx31.c index 7b13fb57d8428

[PATCH 07/20] clk: socfpga: clk-pll: Remove unused variable 'rc'

2021-01-20 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/socfpga/clk-pll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/clk/socfpga/clk-pll.c b/drivers/clk/socfpga/clk-pll.c index e5fb786843f39..3cf99df7d0056 100644 --- a/drivers/clk/socfpga/clk-pll.c +++ b/drivers

[PATCH 08/20] clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc'

2021-01-20 Thread Lee Jones
-...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/clk/socfpga/clk-pll-a10.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/clk/socfpga/clk-pll-a10.c b/drivers/clk/socfpga/clk-pll-a10.c index db54f7d806a09..3338f054fe98c 100644 --- a/drivers/clk/socfpga/clk

[PATCH 03/20] clk: rockchip: clk-pll: Demote kernel-doc abuses to standard comment blocks

2021-01-20 Thread Lee Jones
-by: Lee Jones --- drivers/clk/rockchip/clk-pll.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/clk/rockchip/clk-pll.c b/drivers/clk/rockchip/clk-pll.c index 4c6c9167ef509..fe937bcdb4876 100644 --- a/drivers/clk/rockchip/clk-pll.c +++ b/drivers/clk/rockchip/clk

[PATCH 04/20] clk: rockchip: clk-half-divider: Demote non-conformant kernel-doc header

2021-01-20 Thread Lee Jones
Turquette Cc: Stephen Boyd Cc: Heiko Stuebner Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/rockchip/clk-half-divider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH 05/20] clk: bcm: clk-iproc-pll: Demote kernel-doc abuse

2021-01-20 Thread Lee Jones
-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/bcm/clk-iproc-pll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/bcm/clk-iproc-pll.c b/drivers/clk/bcm/clk-iproc-pll.c index 274441e2ddb28..33da30f99c79b 100644

[PATCH 06/20] clk: sifive: fu540-prci: Declare static const variable 'prci_clk_fu540' where it's used

2021-01-20 Thread Lee Jones
Turquette Cc: Stephen Boyd Cc: Paul Walmsley Cc: Palmer Dabbelt Cc: Pragnesh Patel Cc: Zong Li Cc: linux-...@vger.kernel.org Cc: linux-ri...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/sifive/fu540-prci.h | 5 - drivers/clk/sifive/sifive-prci.c | 5 + 2 files changed, 5

[PATCH 02/20] clk: rockchip: clk-cpu: Remove unused/undocumented struct members

2021-01-20 Thread Lee Jones
: Michael Turquette Cc: Stephen Boyd Cc: Heiko Stuebner Cc: Thomas Abraham Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Lee Jones --- drivers/clk/rockchip/clk-cpu.c | 4 1 file changed, 4 deletions(-) diff

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

2021-01-20 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. We should have these nailed in ~2 patchsets. Lee Jones (20): clk: rockchip: clk: Demote non-conformant kernel-doc headers clk: rockchip: clk

Re: [PATCH v2 6/6] mfd: iqs62x: Do not change clock frequency during ATI

2021-01-20 Thread Lee Jones
following > a reset event, its duration is predictable and a simple delay can > suffice. > > Signed-off-by: Jeff LaBundy > Acked-for-MFD-by: Lee Jones > --- > Changes in v2: > - Added Acked-for-MFD-by trailer > > drivers/mfd/iqs62x.c | 9 + > 1 file

Re: [PATCH v2 5/6] mfd: iqs62x: Do not poll during ATI

2021-01-20 Thread Lee Jones
+ > include/linux/mfd/iqs62x.h | 11 ++-- > 2 files changed, 73 insertions(+), 63 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 v2 4/6] mfd: iqs62x: Increase interrupt handler return delay

2021-01-20 Thread Lee Jones
the time before returning > to account for the worst-case delay (~90 us) plus margin. > > Signed-off-by: Jeff LaBundy > Acked-for-MFD-by: Lee Jones > --- > Changes in v2: > - Added Acked-for-MFD-by trailer > > drivers/mfd/iqs62x.c | 2 +- > 1 file changed, 1

Re: [PATCH v2 3/6] mfd: iqs62x: Rename regmap_config struct

2021-01-20 Thread Lee Jones
ed-for-MFD-by: Lee Jones > --- > Changes in v2: > - Added Acked-for-MFD-by trailer > > drivers/mfd/iqs62x.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source

Re: [PATCH v2 1/6] mfd: iqs62x: Remove superfluous whitespace above fallthroughs

2021-01-20 Thread Lee Jones
space looks out of > place and can simply be removed. > > Fixes: df561f6688fe ("treewide: Use fallthrough pseudo-keyword") > Signed-off-by: Jeff LaBundy > Acked-for-MFD-by: Lee Jones > --- > Changes in v2: > - Added Acked-for-MFD-by trailer > > drivers/mfd/iqs6

Re: [PATCH v2 2/6] mfd: iqs62x: Remove unused bit mask

2021-01-20 Thread Lee Jones
> > Signed-off-by: Jeff LaBundy > Acked-for-MFD-by: Lee Jones > --- > Changes in v2: > - Added Acked-for-MFD-by trailer > > drivers/mfd/iqs62x.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Ser

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

2021-01-20 Thread Lee Jones
struct mutex *regmap_mutex; /* mutex for custom regmap locking */ > + > + const struct mfd_cell *cells; > + int nr_cells; > + int irq; > + > + enum atc260x_type ic_type; > + enum atc260x_ver ic_ver; > + const char *type_name; > + unsigned int rev_reg; &

Re: [PATCH 00/20] Rid W=1 warnings from Infinibad

2021-01-20 Thread Lee Jones
On Tue, 19 Jan 2021, Jason Gunthorpe wrote: > On Mon, Jan 18, 2021 at 10:39:09PM +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 little warnings. &

Re: [PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!

2021-01-20 Thread Lee Jones
On Tue, 19 Jan 2021, Zack Rusin wrote: > > > > On Jan 19, 2021, at 03:29, Lee Jones wrote: > > > > On Mon, 18 Jan 2021, Daniel Vetter wrote: > > > >> On Mon, Jan 18, 2021 at 03:09:45PM +, Lee Jones wrote: > >>> On Mon, 18 Jan 2021, Dani

Re: [PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!

2021-01-19 Thread Lee Jones
On Mon, 18 Jan 2021, Daniel Vetter wrote: > On Mon, Jan 18, 2021 at 03:09:45PM +0000, Lee Jones wrote: > > On Mon, 18 Jan 2021, Daniel Vetter wrote: > > > > > On Fri, Jan 15, 2021 at 06:27:15PM +, Zack Rusin wrote: > > > > > > > &g

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

2021-01-19 Thread Lee Jones
Tested-by: Chia-Lin Kao (AceLan) Would you be kind enough to snip your replies please AceLan? It would have the benefit of saving a lot of people a little time. TIA. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 03/20] RDMA/hw/i40iw/i40iw_ctrl: Fix a bunch of misspellings and formatting issues

2021-01-18 Thread Lee Jones
: Excess function parameter 'stat' description in 'i40iw_hw_stats_read_32' Cc: Faisal Latif Cc: Shiraz Saleem Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 18 +- 1 file changed, 9

[PATCH 04/20] RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issues

2021-01-18 Thread Lee Jones
' Cc: Faisal Latif Cc: Shiraz Saleem Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_cm.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/drivers/infiniband/hw/i40iw

[PATCH 02/20] RDMA/core: device: Fix formatting in worthy kernel-doc header and demote another

2021-01-18 Thread Lee Jones
:2328: warning: Function parameter or member 'skb' not described in 'ib_enum_all_devs' Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/core/device.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 05/20] RDMA/core/cache: Fix some misspellings, missing and superfluous param descriptions

2021-01-18 Thread Lee Jones
' description in 'rdma_find_gid_by_filter' drivers/infiniband/core/cache.c:1263: warning: Excess function parameter 'num_entries' description in 'rdma_query_gid_table' Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/core/cache.c | 9

[PATCH 07/20] RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanours

2021-01-18 Thread Lee Jones
: Jason Gunthorpe Cc: Intel Corporation Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_main.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_main.c b/drivers/infiniband/hw/i40iw

[PATCH 06/20] RDMA/hw/i40iw/i40iw_hw: Provide description for 'ipv4', remove 'user_pri' and fix 'iwcq'

2021-01-18 Thread Lee Jones
: Shiraz Saleem Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_hw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_hw.c b/drivers/infiniband/hw/i40iw

[PATCH 14/20] RDMA/hw/i40iw/i40iw_virtchnl: Fix a bunch of kernel-doc issues

2021-01-18 Thread Lee Jones
in 'i40iw_vf_init_pestat' Cc: Faisal Latif Cc: Shiraz Saleem Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_virtchnl.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git

[PATCH 18/20] RDMA/core/counters: Demote non-conformant kernel-doc headers

2021-01-18 Thread Lee Jones
...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/core/counters.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/infiniband/core/counters.c b/drivers/infiniband/core/counters.c index 92745522250e4..e9ab193465fa2 100644 --- a/drivers

[PATCH 15/20] RDMA/hw/i40iw/i40iw_utils: Fix some misspellings and missing param descriptions

2021-01-18 Thread Lee Jones
in 'i40iw_hw_stats_timeout' Cc: Faisal Latif Cc: Shiraz Saleem Cc: Doug Ledford Cc: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_utils.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/infiniband/hw

[PATCH 10/20] RDMA/hw/i40iw/i40iw_puda: Fix some misspellings and provide missing descriptions

2021-01-18 Thread Lee Jones
: Jason Gunthorpe Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/hw/i40iw/i40iw_puda.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_puda.c b/drivers/infiniband/hw/i40iw/i40iw_puda.c index

[PATCH 16/20] RDMA/core/restrack: Fix kernel-doc formatting issue

2021-01-18 Thread Lee Jones
' Cc: Doug Ledford Cc: Jason Gunthorpe Cc: Leon Romanovsky Cc: linux-r...@vger.kernel.org Signed-off-by: Lee Jones --- drivers/infiniband/core/restrack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/core/restrack.c b/drivers/infiniband/core

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