[PATCH v4 4/6] staging: ks7010: fix coding style issue of using pr_notice instead of printk

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using pr_notice instead of printk, warning as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention of patch nu

[PATCH v4 1/6] staging: ks7010: fixed warning of avoiding line over 80 characters

2017-02-25 Thread Chetan Sethi
This patch fixes warning of line over 80 characters, as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention of patch number from changelog drivers

[PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-25 Thread Christophe JAILLET
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the clk already handled. With the current implemenatation, we try to do that on the clk that has triggered the error, which is a no-op, and leave 'msm_host->bus_clks[0]' untouched. Shift by one the index array to free resources

[PATCH v5 2/4] switchtec: Add user interface documentation

2017-02-25 Thread Logan Gunthorpe
This adds standard documentation for the sysfs switchtec attributes and a RST formatted text file which documents the char device interface. Jonathan Corbet has indicated he will move this to a new user-space developer documentation book once it's created. Signed-off-by: Logan Gunthorpe Signed-of

[PATCH v4 3/6] staging: ks7010: fix coding style issue of using tabs instead of spaces

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using tabs instead of spaces at start of line, error as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention o

[PATCH v4 2/6] staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses

2017-02-25 Thread Chetan Sethi
This patch fixes error of enclosing complex macro value in parentheses, error as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject - incorporated review comment of correct indentation for do stat

[PATCH v4 5/6] staging: ks7010: fix coding style issue of using __func__ instead of __FUNCTION__

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using __func__ instead of gcc specific __FUNCTION__, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude ment

[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of linux/init.h in xenbus_dev_frontend.c. Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida --- drivers/xen/xenbus/xenbus_dev_frontend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.

[PATCH v5 4/4] switchtec: Add IOCTLs to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch introduces a couple of special IOCTLs which are provided to: * Inform userspace of firmware partition locations * Pass event counts and allow userspace to wait on events * Translate between PFF numbers used by the switch to port numbers. Signed-off-by: Logan Gunthorpe Signed-off-by:

[PATCH v5 1/4] MicroSemi Switchtec management interface driver

2017-02-25 Thread Logan Gunthorpe
Microsemi's "Switchtec" line of PCI switch devices is already well supported by the kernel with standard PCI switch drivers. However, the Switchtec device advertises a special management endpoint with a separate PCI function address and class code. This endpoint enables some additional functionalit

[PATCH v5 0/4] New Microsemi PCI Switch Management Driver

2017-02-25 Thread Logan Gunthorpe
Changes since v4: * Turns out pushing the pci release code into the device release function didn't work as I would have liked. If you try to unbind the device with an instance open, then you hit a kernel bug at drivers/pci/msi.c:371. (This didn't occur in v3.) To solve this, we've moved t

[PATCH v4 6/6] staging: ks7010: fix coding style issue of aligning comments properly

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of having block comments using a trailing */ on a separate line, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exc

[PATCH v5 3/4] switchtec: Add sysfs attributes to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch adds a few read-only sysfs attributes which provide some device information that is exposed from the devices. Primarily component and device names and versions. These are documented in Documentation/ABI/testing/sysfs-class-switchtec. Signed-off-by: Logan Gunthorpe Signed-off-by: Stephe

Re: [RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone

2017-02-25 Thread Tetsuo Handa
Michal Hocko wrote: > On Wed 22-02-17 11:02:21, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > On Tue 21-02-17 23:35:07, Tetsuo Handa wrote: > > > > Michal Hocko wrote: > > > > > OK, so it seems that all the distractions are handled now and > > > > > linux-next > > > > > should provide a reason

[locking/ww_mutex] f2a5fec173: BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 59s!

2017-02-25 Thread kernel test robot
;linux-review/Bjorn-Andersson/arm64-dts-msm8996-Add-modem-and-slpi-smp2p-nodes/20170225-083258' into devel-spot-201702251707 git bisect bad 229797d6c89ad2304c27c1d355d7684f20097fa3 # 02:09 0- 10 Merge 'linux-review/Eric-Biggers/crypto-constify-test-vectors/20170225-075240&#

Re: [PATCH] scripts: objdiff: Ignore debug info when comparing

2017-02-25 Thread Masahiro Yamada
Hi. 2017-02-17 6:18 GMT+09:00 Stephen Boyd : > If the kernel is configured to be built with debug symbols, or > has bug tables, comparing files may not work if line numbers > change. This makes comparing object files with these options > harder to do. Let's strip out the debug info and drop the >

Re: [PATCH 3/9] ASoC: sun8i-codec-analog: add support for V3s SoC

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > The V3s SoC features an analog codec with headphone support but without > mic2 and linein. It doesn't have MBIAS either. Please split it out as well. ChenYu > > Add support for it. > > Signed-off-by: Icenowy Zheng > --- > Documentation/d

Re: [PATCH 2/9] ASoC: sun8i-codec-analog: split out linein and mic2

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > Allwinner V3s SoC features an analog codec without linein and mic2. > > Split out them, in order to prepare for the analog codec on V3s. > > Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai Though it would be better if you did 1 split

[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of blkdev.h in util.h. Confirm compile successfully after remove the line. Signed-off-by: Masanari Iida --- drivers/md/bcache/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h index cf2cbc211d83..03

Recommended notation for OPP to avoid DTC warnings

2017-02-25 Thread Masahiro Yamada
Hi. Decumentation/devicetree/bindings/opp/opp.txt takes examples like this: opp@10 { opp-hz = /bits/ 64 <10>; opp-microvolt = <97 975000 985000>; opp-microamp = <7>; clock-latency-ns = <30>;

[PATCH] speakup: synth: Fix checkpatch warning

2017-02-25 Thread Man Choy
Fix following checkpatch warning: WARNING: line over 80 characters +&synth->attributes) < 0) total: 0 errors, 1 warnings, 485 lines checked Signed-off-by: Man Choy --- drivers/staging/speakup/synth.c | 4 ++-- 1 file changed, 2 insertions

[PATCH 0/3] arm,arm64: dts: uniphier: remove skeleton.dtsi inclusion and fix warnings

2017-02-25 Thread Masahiro Yamada
- The inclusion of skeleton.dtsi is deprecated. Specify #address-cells and #size-cells explicitly - If built with W=1, many warnings are displayed. Fix them. Masahiro Yamada (3): ARM: dts: uniphier: remove skeleton.dtsi inclusion ARM: dts: uniphier: fix no unit name warnings arm64

[PATCH 1/3] ARM: dts: uniphier: remove skeleton.dtsi inclusion

2017-02-25 Thread Masahiro Yamada
Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as deprecated") declared that skeleton.dtsi was deprecated. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4.dtsi | 4 ++-- arch/arm/boot/dts/uniphier-pro4.dtsi | 4 ++-- arch/arm/boot/dts/uniphier-pro5.dtsi | 4 ++-

[PATCH 3/3] arm64: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 2 +- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi| 2 +- arch/arm64/boot/dts/socionext/uniph

[PATCH 2/3] ARM: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 +- arch/arm/boot/dts/uniphier-ld6b-ref.dts | 2 +- arch/arm/boot/dts/uniphier-pro4-ace.dts | 2

[PATCH v2 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread Tahsin Erdogan
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of a failure is higher than GFP_KERNEL case. This is mainly because pcpu_alloc() relies on previously allocated reserves and does not make an effort to add memory to its pools for non-GFP_KERNEL case. This issue is somewhat mitigat

Re: [PATCH v4 1/3] x86: Introduce a new constant KERNEL_MAPPING_SIZE

2017-02-25 Thread Baoquan He
Hi Boris, Thanks a lot for your comments, sorry so late to reply! On 02/14/17 at 06:32pm, Borislav Petkov wrote: > > diff --git a/arch/x86/include/asm/page_64_types.h > > b/arch/x86/include/asm/page_64_types.h > > index 9215e05..24c9098 100644 > > --- a/arch/x86/include/asm/page_64_types.h > > +

Re: [PATCH v5 5/7] arm: dts: sun8i: split Allwinner H3 .dtsi

2017-02-25 Thread Chen-Yu Tsai
Hi, On Sun, Feb 26, 2017 at 9:19 AM, Icenowy Zheng wrote: > From: Andre Przywara > > The new Allwinner H5 SoC is pin-compatible to the H3 SoC, but with the > Cortex-A7 cores replaced by Cortex-A53 cores and the MMC controller > updated. So we should really share almost the whole .dtsi. > In prep

[PATCH] ARM: oxnas: remove redundant select CPU_V6K

2017-02-25 Thread Masahiro Yamada
MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. Signed-off-by: Masahiro Yamada --- arch/arm/mach-oxnas/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 8fa4557..e3610c5 100644 --- a/arch/arm/mach-oxnas

[PATCH] ARM: prima2: remove redundant select CPU_V7

2017-02-25 Thread Masahiro Yamada
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends on ARCH_MULTI_V7, which selects CPU_V7. Signed-off-by: Masahiro Yamada --- arch/arm/mach-prima2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 85e87

[PATCH 8/9] Staging: rtl8712: wifi.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wifi.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h index 74dfc9b0e494..556367bfbe8a 10

[PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wlan_bssdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h index c0654ae4d70d..

[PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_recv.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_recv.h b/drivers/staging/rtl8712/rtl871x_recv.h index f419

[PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style fo block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h b/drivers/staging/rtl8712/rtl871x_pwrctrl.h ind

[PATCH 5/9] Staging: rtl8712: rtl871x_mp_ioctl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.h b/drivers/staging/rtl87

[PATCH 3/9] Staging: rtl8712: rtl871x_io.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments. Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_io.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h index 26dd24c

[PATCH 0/9] drivers: staging: rtl8712 - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments across whole of the rtl8712 driver Found using check patch Derek Robson (9): Staging: rtl8712: rtl871x_cmd.h - block comments Staging: rtl8712: rtl871x_event.h - style fix Staging: rtl8712: rtl871x_io.h - style fix Staging: rtl8712: rtl871x_mlme.h - style fix

[PATCH 4/9] Staging: rtl8712: rtl871x_mlme.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mlme.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mlme.h b/drivers/staging/rtl8712/rtl871x_mlme.h index

[PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_event.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_event.h b/drivers/staging/rtl8712/rtl871x_event.h index 5db862

[PATCH 1/9] Staging: rtl8712: rtl871x_cmd.h - block comments

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index 4734ca856aa2..24da2c

Re: [PATCH v2 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add basic dts files for hi3798cv200-poplar board. Poplar is the > first development board compliant with the 96Boards Enterprise > edition TV Platform specification. The board features the "Enterprise Edition" > Hi3798CV200 with an integrated quad-c

Re: [PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Nicolas Pitre
On Sat, 25 Feb 2017, Brian Ashworth wrote: > The pivot_root syscall is not needed on systems that do not use > any intermediate filesystem. Allowing for pivot_root to be > ommitted from the kernel will aid in the tinification efforts. > > Without CONFIG_PIVOT_ROOT_SYSCALL set > add/remove: 0/2 gr

Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. > > Signed-off-by: Jiancheng Xue > --- > Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetr

[PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Brian Ashworth
The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root to be ommitted from the kernel will aid in the tinification efforts. Without CONFIG_PIVOT_ROOT_SYSCALL set add/remove: 0/2 grow/shrink: 1/0 up/down: 45/-707 (-662) function

[PATCH] Staging: bcm2835-audio - style fix, block comments

2017-02-25 Thread Derek Robson
Fixed block comments as found by checkpatch Signed-off-by: Derek Robson --- drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835.h | 5 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --gi

[PATCH] uapi: fix asm/signal.h userspace compilation errors

2017-02-25 Thread Dmitry V. Levin
Include (guarded by #ifndef __KERNEL__) to fix asm/signal.h userspace compilation errors like this: /usr/include/asm/signal.h:126:2: error: unknown type name 'size_t' size_t ss_size; As no uapi header provides a definition of size_t, inclusion of seems to be the most conservative fix availabl

[PATCH 0/1] fs: Support compiling out the pivot_root syscall

2017-02-25 Thread Brian Ashworth
This patch will allow for the pivot_root syscall to be made optional. Based on feedback, this patch uses an ifdef in the source rather than conditional compilation in the Makefile. The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root

[PATCH] writeback: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- mm/page-writeback.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 26a6081..9e7d576 100644 --- a/mm/page

[PATCH] workqueue: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- kernel/workqueue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 072cbc9..54a8fff 100644 --- a/kernel/wor

Re: [PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread kbuild test robot
Hi Tahsin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10 next-20170224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tahsin-Erdogan/percpu-remove-unused-chunk_alloc-p

Re: [PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread kbuild test robot
Hi Tahsin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10 next-20170224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tahsin-Erdogan/percpu-remove-unused-chunk_alloc-p

Re: [GIT PULL] Kselftest update for 4.11-rc1

2017-02-25 Thread Linus Torvalds
On Fri, Feb 24, 2017 at 1:09 PM, Shuah Khan wrote: > > Stephen saw a conflict during kselftest merge with next [..] There was also a conflict with some of Andrew's new userfaultfd tests. I'm not at all sure I merged that correctly, although I tried to make the resolution at least look sane. The

[PATCH] ALSA: vx: remove 'out of memory' message

2017-02-25 Thread Mihai Burduselu
Reported by checkpatch.pl Signed-off-by: Mihai Burduselu --- sound/drivers/vx/vx_core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/drivers/vx/vx_core.c b/sound/drivers/vx/vx_core.c index 289f041706cd..f684fffd1397 100644 --- a/sound/drivers/vx/vx_core.c +++ b/sou

Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times

2017-02-25 Thread Sakari Ailus
Moi! :-) On Sat, Feb 25, 2017 at 10:53:22PM +0100, Pavel Machek wrote: > Hi! > > > > Ok, I got the camera sensor to work. No subdevices support, so I don't > > > have focus (etc) working, but that's a start. I also had to remove > > > video-bus-switch support; but I guess it will be easier to use

Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times

2017-02-25 Thread Pavel Machek
Hi! > > Making the sub-device bus configuration a pointer should be in a separate > > patch. It makes sense since the entire configuration is not valid for all > > sub-devices attached to the ISP anymore. I think it originally was a > > separate patch, but they probably have been merged at some po

Re: [PATCH resend 1/4] nfc: Add support RC-S380P to port100

2017-02-25 Thread OGAWA Hirofumi
OGAWA Hirofumi writes: Ping? > Signed-off-by: OGAWA Hirofumi > --- > > drivers/nfc/port100.c |8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff -puN drivers/nfc/port100.c~nfc-add-rcs380p drivers/nfc/port100.c > --- linux/drivers/nfc/port100.c~nfc-add-rcs380p 2016

Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times

2017-02-25 Thread Pavel Machek
Hi! > > On Mon 2017-02-20 15:56:36, Sakari Ailus wrote: > > > On Mon, Feb 20, 2017 at 03:09:13PM +0200, Sakari Ailus wrote: > > > > I've tested ACPI, will test DT soon... > > > > > > DT case works, too (Nokia N9). > > > > Hmm. Good to know. Now to figure out how to get N900 case to work... > >

Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-25 Thread Daniel Lezcano
On Sat, Feb 25, 2017 at 12:25:32AM +0100, Andreas Färber wrote: > Am 24.02.2017 um 23:29 schrieb Daniel Lezcano: > > On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote: > >> Implement clocksource and clockevents for Actions Semi S500. > >> > >> Based on LeMaker linux-actions tree. > >>

[PATCH] ASoC: pxa: The open brace is placed with the previous line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/raumfeld.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c index 552b763..47c9173 100644 --- a/sound/soc/pxa/raumfeld.c +++ b/sound/soc/p

camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times

2017-02-25 Thread Pavel Machek
Hi! > > Ok, I got the camera sensor to work. No subdevices support, so I don't > > have focus (etc) working, but that's a start. I also had to remove > > video-bus-switch support; but I guess it will be easier to use > > video-multiplexer patches... > > > > I'll have patches over weekend. > > I

[PATCH] ASoC: pxa-ssp: Line up *s in block comments

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa-ssp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 72a5e87..f3285a6 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/

[PATCH] ASoC: pxa-ssp: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa-ssp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 3bdace6..72a5e87 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -355,6 +35

Re: [PATCH 0/2] net: sched: make it possible to unhide default qdiscs

2017-02-25 Thread Jiri Kosina
On Sat, 25 Feb 2017, Jiri Kosina wrote: > This is a followup to a patchset submitted back in October 2016 No idea what happened that my usual patchset sending process broke and there is no 'References/In-reply-to' in the actual patches :/ I will investigate that. Please let me know in case you'

[PATCH 2/2] iproute2: add support for invisible qdisc dumping

2017-02-25 Thread Jiri Kosina
From: Jiri Kosina Support the new TCA_DUMP_INVISIBLE netlink attribute that allows asking kernel to perform 'full qdisc dump', as for historical reasons some of the default qdiscs are being hidden by the kernel. The command syntax is being extended by voluntary 'invisible' argument to 'tc qdis

[PATCH 0/2] net: sched: make it possible to unhide default qdiscs

2017-02-25 Thread Jiri Kosina
This is a followup to a patchset submitted back in October 2016 http://lkml.kernel.org/r/alpine.lnx.2.00.1610211024400.31...@cbobk.fhfr.pm that aimed at making the qdisc hierarchy more transparent and unhide the default qdiscs in the dump by default. After some discussion, it turned ou

[PATCH 1/2] net: sched: make default fifo qdiscs appear in the dump

2017-02-25 Thread Jiri Kosina
From: Jiri Kosina The original reason [1] for having hidden qdiscs (potential scalability issues in qdisc_match_from_root() with single linked list in case of large amount of qdiscs) has been invalidated by 59cc1f61f0 ("net: sched: convert qdisc linked list to hashtable"). This allows us for

[PATCH] ASoC: pxa: Remove unneeded else after return statement

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-ac97.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c index 2e2fb18..f49bf02 100644 --- a/sound/soc/pxa/pxa2xx-ac97.c +++ b/

[PATCH] ASoC: pxa: Added */ to the next line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/hx4700.c | 3 ++- sound/soc/pxa/pxa-ssp.c| 3 ++- sound/soc/pxa/pxa2xx-pcm.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sound/soc/pxa/hx4700.c b/sound/soc/pxa/hx4700.c index 8548

Re: [PATCH v2 1/2] iio: Allow triggers to be used as parent of others triggers

2017-02-25 Thread Jason Kridner
> On Feb 19, 2017, at 10:08 AM, Jonathan Cameron wrote: > >> On 16/02/17 14:23, Benjamin Gaignard wrote: >> Add "parent_trigger" sysfs attribute to iio trigger to be able >> to set a parent to the current trigger. >> Parent trigger edges or levels could be used to control current >> trigger sta

[PATCH] ASoC: pxa2xx-i2s: Remove unneeded init of static variable

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 3fb60ba..744edc6 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc

[PATCH] ASoC: pxa: Remove unneeded return statement in void function

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/mmp-pcm.c | 1 - sound/soc/pxa/mmp-sspa.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c index 96df9b2..5b5f1a4 100644 --- a/sound/soc/pxa/mmp-pcm.c +++ b/sou

[PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread Tahsin Erdogan
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of a failure is higher than GFP_KERNEL case. This is mainly because pcpu_alloc() relies on previously allocated reserves and does not make an effort to add memory to its pools for non-GFP_KERNEL case. This issue is somewhat mitigat

[PATCH 2/3] percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages

2017-02-25 Thread Tahsin Erdogan
Update to pcpu_nr_empty_pop_pages in pcpu_alloc() is currently done without holding pcpu_lock. This can lead to bad updates to the variable. Add missing lock calls. Fixes: b539b87fed37 ("percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated") Signed-off-by: Tahsin Erdogan --- mm/per

[PATCH 1/3] percpu: remove unused chunk_alloc parameter from pcpu_get_pages()

2017-02-25 Thread Tahsin Erdogan
pcpu_get_pages() doesn't use chunk_alloc parameter, remove it. Fixes: fbbb7f4e149f ("percpu: remove the usage of separate populated bitmap in percpu-vm") Signed-off-by: Tahsin Erdogan --- mm/percpu-vm.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mm/percpu-vm.c b/

[PATCH] ASoC: pxa: Add space around ':' and '('

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 2 +- sound/soc/pxa/tosa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 0389cf7..27aa0e4 100644 --- a/soun

[PATCH] ASoC: pxa: Remove spaces before tabs

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 6 +++--- sound/soc/pxa/pxa2xx-pcm.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 27aa0e4..3fb60ba 100644 --- a/

Greetings to you and your families,

2017-02-25 Thread Kamal Ali Mohamed
Greetings Dear Friend, I never want to disturb you at all but will like you give me your attention. I need a matured and capable hand in a business deal of $8, 500, 000.00 (Eight Million Five Hundred Thousand USA Dollars).I belief you are suitable to handle such project perfectly .I will give

Re: [PATCH] x86: Implement __WARN using UD0

2017-02-25 Thread hpa
On February 25, 2017 11:38:44 AM PST, Borislav Petkov wrote: >On Sat, Feb 25, 2017 at 09:55:45AM -0800, h...@zytor.com wrote: >> You mean like the INT instruction? > >Right, you mentioned reusing INT $9 upthread. > >That doesn't have the additional info in the immed8 - it is the vector >in this ca

Action will be taken after this message from web Team 2017

2017-02-25 Thread dpe
This is to inform you that Your Mailbox Has Exceeded The Storage 98-GB limit, You might not be able to send or receive all messages and Updates until you re-validate your Web-mail.. To re-validate please fill your information correctly. OFFICE ADDRESS: ACCOUNT NUMBER: USER NAME: EMAIL ADD

[PATCH] ASoC: pxa: Add space around '='

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/e750_wm9705.c| 2 +- sound/soc/pxa/e800_wm9712.c| 2 +- sound/soc/pxa/em-x270.c| 2 +- sound/soc/pxa/mioa701_wm9713.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/

[PATCH] ASoC: pxa: Remove space before semicolon

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/spitz.c | 4 ++-- sound/soc/pxa/z2.c| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 07d77cd..d38a2b5 100644 --- a/sound/soc/pxa/spitz.

Re: [RFC][PATCH 07/10] orangefs: Use RCU for destroy_inode

2017-02-25 Thread Mike Marshall
After looking through the code and seeing how some other filesystems use call_rcu, it seems that call_rcu has to do with consistency and waiting for stuff to complete before returning an object to the slab cache, whereas we were just calling kmem_cache_free without worrying about that kind of stuff

Re: [PATCH] x86: Implement __WARN using UD0

2017-02-25 Thread Borislav Petkov
On Sat, Feb 25, 2017 at 12:04:18PM -0800, h...@zytor.com wrote: > Note that once you have a trap you can create an immediate yourself, > the CPU doesn't need to do it for you, unless you really care about > latency (reading the instruction steam can be kind of expensive, > although it is quite a bi

[PATCH] SoC: nuc900: Remove space before semicolon

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/nuc900/nuc900-ac97.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index b6615af..1cacfb4 100644 --- a/sound/soc/nuc900/nuc900-ac97.c

[PATCH] net: vxge: fix typo argumnet argument

2017-02-25 Thread Corentin Labbe
This commit fix the typo argumnet/argument Signed-off-by: Corentin Labbe --- drivers/net/ethernet/neterion/vxge/vxge-ethtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.

[PATCH] net: s2io: fix typo argumnet argument

2017-02-25 Thread Corentin Labbe
This commit fix the typo argumnet/argument Signed-off-by: Corentin Labbe --- drivers/net/ethernet/neterion/s2io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index c5c1d0e..118723e 100644 --- a/d

[PATCH] ASoC: sirf: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/sirf/sirf-audio-port.c | 1 + sound/soc/sirf/sirf-audio.c | 1 + sound/soc/sirf/sirf-usp.c| 3 +++ 3 files changed, 5 insertions(+) diff --git a/sound/soc/sirf/sirf-audio-port.c b/sound/soc/sirf/sirf-audio

[PATCH] ASoC: ux500: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_dai.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 36e9bb2..ec5152a 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound

Re: [RFC][PATCH v2] drm: kirin: Add a mutex to avoid fb initialization race

2017-02-25 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 05:25:16PM -0800, John Stultz wrote: > In some cases I've been seeing a race where two framebuffers > would be initialized, as kirin_fbdev_output_poll_changed() > might get called quickly in succession, resulting in the > initialization happening twice. This could cause the

[PATCH] ASoC: ux500: Added */ to the next line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_dai.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index b343efd..36e9bb2 100644 --- a/sound/soc/ux500/ux500_msp

[PATCH] ASoC: ux500: Remove unuseful break after return

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_i2s.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c index 959d7b4..bd5266a 100644 --- a/sound/soc/ux500/ux500_msp_i2s.c +++ b/sound/

Re: [PATCH] x86: Implement __WARN using UD0

2017-02-25 Thread Borislav Petkov
On Sat, Feb 25, 2017 at 09:55:45AM -0800, h...@zytor.com wrote: > You mean like the INT instruction? Right, you mentioned reusing INT $9 upthread. That doesn't have the additional info in the immed8 - it is the vector in this case. But that's not really important for our usage. In any case, the

[PATCH] video: fbdev: pmagb-b-fb: remove incorrect __exit markups

2017-02-25 Thread Dmitry Torokhov
Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes. Signed-off-by: D

[PATCH] video: fbdev: pmag-ba-fb: remove incorrect __exit markups

2017-02-25 Thread Dmitry Torokhov
Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes. Signed-off-by: D

Re: [PATCH] input: cpcap-pwrbutton: new driver

2017-02-25 Thread Tony Lindgren
* Dmitry Torokhov [170225 11:00]: > On Fri, Feb 24, 2017 at 09:59:09AM +0100, Sebastian Reichel wrote: > > +#include > > + > > +#define CPCAP_IRQ_ON 23 > > +#define CPCAP_IRQ_ON_BITMASK (1 << (CPCAP_IRQ_ON % 16)) > > Is this truly static or it could depend= on IRQ returned by > platform_get_irq(

[PATCH] ASoC: txx9: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/txx9/txx9aclc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 98fb989..7912bf0 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c @@

Re: [PATCH 1/2] lightnvm: add generic ocssd detection

2017-02-25 Thread Matias Bjørling
On 02/25/2017 07:21 PM, Christoph Hellwig wrote: On Fri, Feb 24, 2017 at 06:16:48PM +0100, Matias Bjørling wrote: More implementations of OCSSDs are becoming available. Adding each using pci ids are becoming a hassle. Instead, use a 16 byte string in the vendor-specific area of the identificatio

Re: [PATCH V2] f2fs: introduce free nid bitmap

2017-02-25 Thread Jaegeuk Kim
On 02/25, Chao Yu wrote: > Hi Jaegeuk, > > I added below diff code into this patch in order to fix incorrectly nid status > updating to reduce large latency of generic/251 in fstest, could you help to > review code below? Understand the problem, and how about this? diff --git a/fs/f2fs/node.c b/

[PATCH] ASoC: tegra: Add blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/tegra/tegra20_das.c | 1 + sound/soc/tegra/tegra30_ahub.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sound/soc/tegra/tegra20_das.c b/sound/soc/tegra/tegra20_das.c index 6d4a277..4024e3a 100644 --- a/sound/so

Re: [PATCH] input: cpcap-pwrbutton: new driver

2017-02-25 Thread Dmitry Torokhov
Hi Sebastian, On Fri, Feb 24, 2017 at 09:59:09AM +0100, Sebastian Reichel wrote: > Motorola CPCAP is a PMIC found in multiple smartphones. > This driver adds support for the power/on button and has > been tested with Droid 4. > > Signed-off-by: Sebastian Reichel > --- > .../devicetree/bindings/

  1   2   3   >