Re: [PATCH v2 00/20] staging: mt7621-pci: Parse ports info from DT and other minor cleanups

2018-08-19 Thread NeilBrown
On Sun, Aug 12 2018, Sergio Paracuellos wrote: > This patch series parse remaining port info from device tree storing > it in mt7621_pcie_port struct created for this. > > Also minor cleanups are performed here: > - Remove not used macros. > - Use kernel reset_control functions. > -

[PATCH] staging: rtl8188eu: Removed unneeded variable

2018-08-19 Thread Bhaskar Singh
This patch removed unneeded variable named ret because this variable is used only to return 0. Signed-off-by: Bhaskar Singh --- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c

[PATCH] Staging: fsl-dpaa2: ethsw: dpsw: Use correct SPDX-License-Identifier comment

2018-08-19 Thread Jannis Nawroth
Use correct comment for SPDX-License-Identifier Signed-off-by: Jannis Nawroth --- drivers/staging/fsl-dpaa2/ethsw/dpsw.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/fsl-dpaa2/ethsw/dpsw.h b/drivers/staging/fsl-dpaa2/ethsw/dpsw.h index

[PATCH] Staging: sm750fb: sm750: add SPDX-License-Identifier

2018-08-19 Thread Jannis Nawroth
Adding missing SPDX-License-Identifier Signed-off-by: Jannis Nawroth --- drivers/staging/sm750fb/sm750.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index 846d7d243994..f2a969fcc913 100644 ---

Re: [PATCH v3] staging: mt7621-mmc: Fix debug macros and their usages

2018-08-19 Thread Greg Kroah-Hartman
On Sun, Aug 19, 2018 at 03:35:02PM +0530, Nishad Kamdar wrote: > Fixed four debug macros and their usages. Replaced printk with > dev_ without __func__ or __LINE__ or current->comm and > current->pid. Further removed the do {} while(0) loop for single > statement macros. > Out of the four,

Re: [PATCH 08/23] mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks

2018-08-19 Thread Boris Brezillon
Hi Stefan, On Sat, 18 Aug 2018 10:30:13 +0200 Stefan Agner wrote: > > diff --git a/drivers/mtd/nand/raw/tegra_nand.c > > b/drivers/mtd/nand/raw/tegra_nand.c > > index 5dcee20e2a8c..bcc3a2888c4f 100644 > > --- a/drivers/mtd/nand/raw/tegra_nand.c > > +++ b/drivers/mtd/nand/raw/tegra_nand.c > > @@

Re: [PATCH 01/23] mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks

2018-08-19 Thread Alexander Sverdlin
Hello! On 17/08/18 18:09, Boris Brezillon wrote: Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one or remove the mtd_info object when both are passed. In order to do that, we first need to update the

[PATCH v3] staging: mt7621-mmc: Fix debug macros and their usages

2018-08-19 Thread Nishad Kamdar
Fixed four debug macros and their usages. Replaced printk with dev_ without __func__ or __LINE__ or current->comm and current->pid. Further removed the do {} while(0) loop for single statement macros. Out of the four, replaced all usages of ERR_MSG and IRQ_MSG with dev_err() in the code itself and

Re: [PATCH v2] staging: mt7621-mmc: Fix debug macros in dbg.h

2018-08-19 Thread Nishad Kamdar
On Sat, Aug 18, 2018 at 01:49:23PM +0200, Greg Kroah-Hartman wrote: > On Sat, Aug 18, 2018 at 05:13:17PM +0530, Nishad Kamdar wrote: > > Fixed four debug macros by replacing printk with dev_ > > without __func__ or __LINE__ or current->comm and current->pid. > > Further removed the do {} while(0)

Re: [GIT PULL] Staging/IIO driver patches for 4.19-rc1

2018-08-19 Thread Greg Kroah-Hartman
On Sat, Aug 18, 2018 at 11:00:20AM -0700, Linus Torvalds wrote: > On Sat, Aug 18, 2018 at 8:57 AM Greg KH wrote: > > > > Note, you will have a merge problem with a device tree IIO file and the > > MAINTAINERS file, both resolutions are easy, just take all changed. > > Heh, no. In neither case