Re: [PATCH v4 5/9] staging: iio: ad7780: move regulator to after GPIO init

2019-03-03 Thread Ardelean, Alexandru
On Sat, 2019-03-02 at 19:11 +, Jonathan Cameron wrote: > [External] > > > On Fri, 1 Mar 2019 07:38:45 + > "Ardelean, Alexandru" wrote: > > > On Thu, 2019-02-28 at 11:25 -0300, Renato Lui Geh wrote: > > > > > > > > > To maintain consistency between ad7780_probe and ad7780_remove > > >

Re: [PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline

2019-03-03 Thread Juergen Gross
On 04/03/2019 07:21, Dave Young wrote: > On 02/28/19 at 11:45am, Andrew Morton wrote: >> On Wed, 27 Feb 2019 13:32:14 +0800 Dave Young wrote: >> >>> This series have been in -next for some days, could we get this in >>> mainline? >> >> It's been in -next for two months? > > Should be around 3 mo

Re: [PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline

2019-03-03 Thread Dave Young
On 02/28/19 at 11:45am, Andrew Morton wrote: > On Wed, 27 Feb 2019 13:32:14 +0800 Dave Young wrote: > > > This series have been in -next for some days, could we get this in > > mainline? > > It's been in -next for two months? Should be around 3 months > > > Andrew, do you have plan about the

Re: [PATCH] staging: erofs: dir.c fix "alignment should match open parenthesis" issues

2019-03-03 Thread Gao Xiang
On 2019/3/4 6:37, Dominik Adamski wrote: > Fix checkpatch issues: "CHECK: Alignment should match open parenthesis" > > Signed-off-by: Dominik Adamski > --- > drivers/staging/erofs/dir.c | 8 duplicated commit... https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commi

[PATCH] staging: erofs: dir.c fix "alignment should match open parenthesis" issues

2019-03-03 Thread Dominik Adamski
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis" Signed-off-by: Dominik Adamski --- drivers/staging/erofs/dir.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/erofs/dir.c b/drivers/staging/erofs/dir.c index 833f052f79d0..e195570

Re: [RESEND][PATCH 0/2] staging: sm750fb: trivial style fixes.

2019-03-03 Thread Greg Kroah-Hartman
On Mon, Mar 04, 2019 at 12:55:30AM +0800, Yifeng Li wrote: > Hello. > > >From January to February, there have been two trivial sm750fb patches > submitted to linux-fbdev, one by me, one by Jin Chen, but both without > any response. Further, it seems both maintainers, Sudip Mukherjee and > Teddy Wa

Re: [PATCH v2 1/2] staging: iio: frequency: ad9834: Move frequency to standard iio types

2019-03-03 Thread Jonathan Cameron
On Fri, 22 Feb 2019 13:10:26 + "Bia, Beniamin" wrote: > Thank you for taking some time reviewing my code. > Ad9833/ad9834 has two frequency and phase registers and only one > output. The user can select which register is selected as input with a > mux.Because I wanted to reduce as much as pos

[RESEND][PATCH 1/2] staging: sm750fb: trivial comment indention fix.

2019-03-03 Thread Yifeng Li
In function sm750_hw_copyarea() of sm750_accel.c, there are some comments in ASCII graphs, describing 4 possible scenarios of overlapping areas when copying an area. However, the graphs have broken indention. The entire SiliconMotion series video controllers, including SM501, SM712 and SM750 have

[RESEND][PATCH 2/2] staging: sm750fb: trivial Camel Case removal for setDisplayControl().

2019-03-03 Thread Yifeng Li
Rename the function setDisplayControl() to set_display_control(). This fixes the following checkpatch.pl warning: CHECK: Avoid CamelCase: Suggested-by: Jin Chen Signed-off-by: Jin Chen [to...@tomli.me: resent as trivial patch, reworded the commit message] Signed-off-by: Yifeng Li --- dri

[RESEND][PATCH 0/2] staging: sm750fb: trivial style fixes.

2019-03-03 Thread Yifeng Li
Hello. >From January to February, there have been two trivial sm750fb patches submitted to linux-fbdev, one by me, one by Jin Chen, but both without any response. Further, it seems both maintainers, Sudip Mukherjee and Teddy Wang, are currently unavailable, getting an "Ack-by" would be unfeasible.

Re: [PATCH v4 4/9] staging:iio:ad7780: add chip ID values and mask

2019-03-03 Thread Jonathan Cameron
On Sun, 3 Mar 2019 11:01:09 -0300 Renato Lui Geh wrote: > On 03/01, Ardelean, Alexandru wrote: > >On Thu, 2019-02-28 at 11:24 -0300, Renato Lui Geh wrote: > >> > >> > >> The ad7780 supports both the ad778x and ad717x families. Each chip has > >> a corresponding ID. This patch provides a mask fo

Re: [PATCH v4 0/9] staging: iio: ad7780: move out of staging

2019-03-03 Thread Alexandru Ardelean
On Sun, Mar 3, 2019 at 3:52 PM Renato Lui Geh wrote: > > Hi Alexandru, > > Thanks for the review. Some questions inline. > > Thanks, > Renato > > On 03/01, Ardelean, Alexandru wrote: > >On Thu, 2019-02-28 at 11:23 -0300, Renato Lui Geh wrote: > >> > > > >The patch-series is a bit big. > >I guess t

Re: [PATCH v4 4/9] staging:iio:ad7780: add chip ID values and mask

2019-03-03 Thread Renato Lui Geh
On 03/01, Ardelean, Alexandru wrote: On Thu, 2019-02-28 at 11:24 -0300, Renato Lui Geh wrote: The ad7780 supports both the ad778x and ad717x families. Each chip has a corresponding ID. This patch provides a mask for extracting ID values from the status bits and also macros for the correct valu

Re: [PATCH v4 0/9] staging: iio: ad7780: move out of staging

2019-03-03 Thread Renato Lui Geh
Hi Alexandru, Thanks for the review. Some questions inline. Thanks, Renato On 03/01, Ardelean, Alexandru wrote: On Thu, 2019-02-28 at 11:23 -0300, Renato Lui Geh wrote: The patch-series is a bit big. I guess that the intent is to move this out-of-staging, but various patches are holding th

Re: [PATCH v3 2/3] staging: iio: frequency: ad9834: Move phase and scale to standard iio attribute

2019-03-03 Thread Jonathan Cameron
On Mon, 25 Feb 2019 21:17:31 +0200 Beniamin Bia wrote: > The custom phase and scale attributes were moved to standard iio types. > > Signed-off-by: Beniamin Bia > --- > Changes in v3: > -abi documentation added > > .../testing/sysfs-bus-iio-frequency-ad9834| 10 ++-- > drivers/sta

Re: [PATCH v3 1/3] staging: iio: frequency: ad9834: Move frequency to standard iio types

2019-03-03 Thread Jonathan Cameron
On Mon, 25 Feb 2019 21:17:30 +0200 Beniamin Bia wrote: > Frequency attribute is added with a standard type from iio framework > instead of custom attribute. This is a small step towards removing any > unnecessary custom attribute. Ad9834 will diverge from ad9833 in the > future, that is why we ha

Re: [PATCH] staging: wlan-ng: formatting cleanup

2019-03-03 Thread Greg Kroah-Hartman
On Sat, Mar 02, 2019 at 06:32:13PM +, Mikhail Gusarov wrote: > Wrap overlong lines in cfg80211.c > > Signed-off-by: Mikhail Gusarov > --- > drivers/staging/wlan-ng/cfg80211.c | 31 --- > 1 file changed, 16 insertions(+), 15 deletions(-) > > diff --git a/drivers/s