Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Marek Vasut
On 04/29/2016 03:43 PM, Ksenija Stanojević wrote: > On Fri, Apr 29, 2016 at 3:15 PM, Marek Vasut wrote: >> On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: >>> Add core files for mxs-lradc MFD driver. >>> >>> Signed-off-by: Ksenija Stanojevic >>> ---

Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Marek Vasut
On 04/29/2016 03:43 PM, Ksenija Stanojević wrote: > On Fri, Apr 29, 2016 at 3:15 PM, Marek Vasut wrote: >> On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: >>> Add core files for mxs-lradc MFD driver. >>> >>> Signed-off-by: Ksenija Stanojevic >>> --- >>> drivers/mfd/Kconfig | 33

Re: [PATCH v2 02/13] staging/android: drop sync_file_install() and sync_file_put()

2016-04-29 Thread Gustavo Padovan
2016-04-29 Hillf Danton : > > > > From: Gustavo Padovan > > > > These two functions are just wrappers for one line functions, they > > call fd_install() and fput() respectively, so just get rid of them > > and use fd_install() and

Re: [PATCH v2 02/13] staging/android: drop sync_file_install() and sync_file_put()

2016-04-29 Thread Gustavo Padovan
2016-04-29 Hillf Danton : > > > > From: Gustavo Padovan > > > > These two functions are just wrappers for one line functions, they > > call fd_install() and fput() respectively, so just get rid of them > > and use fd_install() and fput() directly for more simplicity. > > > Given sync_file is

Re: [PATCH v4 4/7] fbdev: fb_defio: Export fb_deferred_io_mmap

2016-04-29 Thread Tomi Valkeinen
On 28/04/16 18:18, Noralf Trønnes wrote: > Export fb_deferred_io_mmap so drivers can change vma->vm_page_prot. > When the framebuffer memory is allocated using dma_alloc_writecombine() > instead of vmalloc(), I get cache syncing problems on ARM. > This solves it: > > static int

Re: [PATCH v4 4/7] fbdev: fb_defio: Export fb_deferred_io_mmap

2016-04-29 Thread Tomi Valkeinen
On 28/04/16 18:18, Noralf Trønnes wrote: > Export fb_deferred_io_mmap so drivers can change vma->vm_page_prot. > When the framebuffer memory is allocated using dma_alloc_writecombine() > instead of vmalloc(), I get cache syncing problems on ARM. > This solves it: > > static int

Re: v4l subdevs without big device was Re: drivers/media/i2c/adp1653.c: does not show as /dev/video* or v4l-subdev*

2016-04-29 Thread Pavel Machek
Hi! > > > This seems to be mostly in line with what has been discussed in the > > > meeting, > > > except that the patches add a device specific property. Please ignore the > > > led patches in that tree for now (i.e. four patches on the top are the > > > relevant ones here). > > > > > > > I'm

Re: v4l subdevs without big device was Re: drivers/media/i2c/adp1653.c: does not show as /dev/video* or v4l-subdev*

2016-04-29 Thread Pavel Machek
Hi! > > > This seems to be mostly in line with what has been discussed in the > > > meeting, > > > except that the patches add a device specific property. Please ignore the > > > led patches in that tree for now (i.e. four patches on the top are the > > > relevant ones here). > > > > > > > I'm

Re: [PATCH] i2c: st: Implement i2c_bus_recovery_info callbacks

2016-04-29 Thread Peter Griffin
Hi Maxime, On Fri, 29 Apr 2016, Maxime Coquelin wrote: > > > On 04/28/2016 04:57 PM, Wolfram Sang wrote: > >>The trick is to switch to SPI mode, 9 bits words and write a 0, > >>so that 9 clock pulses are generated. > >Heh. As long as it works :) But as you said, it really needs a comment. > >

Re: [PATCH] i2c: st: Implement i2c_bus_recovery_info callbacks

2016-04-29 Thread Peter Griffin
Hi Maxime, On Fri, 29 Apr 2016, Maxime Coquelin wrote: > > > On 04/28/2016 04:57 PM, Wolfram Sang wrote: > >>The trick is to switch to SPI mode, 9 bits words and write a 0, > >>so that 9 clock pulses are generated. > >Heh. As long as it works :) But as you said, it really needs a comment. > >

Re: linux-next: build warning after merge of the akpm-current tree

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 08:32:19AM -0500, Josh Poimboeuf wrote: > On Fri, Apr 29, 2016 at 04:45:43PM +1000, Stephen Rothwell wrote: > > Hi Andrew, > > > > After merging the akpm-current tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > drivers/scsi/ipr.c: In

Re: linux-next: build warning after merge of the akpm-current tree

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 08:32:19AM -0500, Josh Poimboeuf wrote: > On Fri, Apr 29, 2016 at 04:45:43PM +1000, Stephen Rothwell wrote: > > Hi Andrew, > > > > After merging the akpm-current tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > drivers/scsi/ipr.c: In

Re: [PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation

2016-04-29 Thread Ard Biesheuvel
On 29 April 2016 at 15:41, Bjorn Helgaas wrote: > On Thu, Apr 28, 2016 at 11:39:35PM +0200, Alexander Graf wrote: >> On 28.04.16 20:06, Bjorn Helgaas wrote: >> > On Thu, Apr 28, 2016 at 06:41:42PM +0200, Alexander Graf wrote: >> >> On 04/28/2016 06:20 PM, Bjorn Helgaas wrote:

Re: [PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation

2016-04-29 Thread Ard Biesheuvel
On 29 April 2016 at 15:41, Bjorn Helgaas wrote: > On Thu, Apr 28, 2016 at 11:39:35PM +0200, Alexander Graf wrote: >> On 28.04.16 20:06, Bjorn Helgaas wrote: >> > On Thu, Apr 28, 2016 at 06:41:42PM +0200, Alexander Graf wrote: >> >> On 04/28/2016 06:20 PM, Bjorn Helgaas wrote: >> >>> On Thu, Apr

Re: [RFC PATCH v2 06/18] x86: dump_trace() error handling

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 09:45:58PM +0800, Minfei Huang wrote: > On 04/28/16 at 03:44P, Josh Poimboeuf wrote: > > In preparation for being able to determine whether a given stack trace > > is reliable, allow the stacktrace_ops functions to propagate errors to > > dump_trace(). > > Hi, Josh. > >

Re: [RFC PATCH v2 06/18] x86: dump_trace() error handling

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 09:45:58PM +0800, Minfei Huang wrote: > On 04/28/16 at 03:44P, Josh Poimboeuf wrote: > > In preparation for being able to determine whether a given stack trace > > is reliable, allow the stacktrace_ops functions to propagate errors to > > dump_trace(). > > Hi, Josh. > >

[PATCH 2/3] bus: Add support for Tegra ACONNECT

2016-04-29 Thread Jon Hunter
Add a bus driver for the Tegra ACONNECT which is used to interface to various devices within the Audio Processing Engine (APE). The purpose of the bus driver is to register child devices that are accessed via the ACONNECT bus and through the device parent child relationship, ensure that the

Re: [tip:efi/core] efibc: Add EFI Bootloader Control module

2016-04-29 Thread Compostella, Jeremy
Matt Fleming writes: > On Fri, 29 Apr, at 01:36:01PM, Jeremy Compostella wrote: >> I would go for this last proposal because it fixes the issue, it works >> with the potential race condition you mentioned and it is a simple >> solution. Yet, it means that if we really

Re: [PATCH] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision

2016-04-29 Thread Dall, Betty
On 04/27/2016 03:19 PM, Rafael J. Wysocki wrote: > On Wednesday, April 27, 2016 04:19:45 PM Dall, Betty wrote: >> On 04/26/2016 02:39 PM, Rafael J. Wysocki wrote: >>> On Wednesday, April 13, 2016 08:48:14 AM Betty Dall wrote: The ACPI _HRV object on the device is used to supply Linux with

Re: VDSO unmap and remap support for additional architectures

2016-04-29 Thread Dmitry Safonov
On 04/29/2016 04:22 PM, Christopher Covington wrote: On 04/28/2016 02:53 PM, Andy Lutomirski wrote: Also, at some point, possibly quite soon, x86 will want a way for user code to ask the kernel to map a specific vdso variant at a specific address. Could we perhaps add a new pair of syscalls:

[PATCH 2/3] bus: Add support for Tegra ACONNECT

2016-04-29 Thread Jon Hunter
Add a bus driver for the Tegra ACONNECT which is used to interface to various devices within the Audio Processing Engine (APE). The purpose of the bus driver is to register child devices that are accessed via the ACONNECT bus and through the device parent child relationship, ensure that the

Re: [tip:efi/core] efibc: Add EFI Bootloader Control module

2016-04-29 Thread Compostella, Jeremy
Matt Fleming writes: > On Fri, 29 Apr, at 01:36:01PM, Jeremy Compostella wrote: >> I would go for this last proposal because it fixes the issue, it works >> with the potential race condition you mentioned and it is a simple >> solution. Yet, it means that if we really run into a race condition,

Re: [PATCH] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision

2016-04-29 Thread Dall, Betty
On 04/27/2016 03:19 PM, Rafael J. Wysocki wrote: > On Wednesday, April 27, 2016 04:19:45 PM Dall, Betty wrote: >> On 04/26/2016 02:39 PM, Rafael J. Wysocki wrote: >>> On Wednesday, April 13, 2016 08:48:14 AM Betty Dall wrote: The ACPI _HRV object on the device is used to supply Linux with

Re: VDSO unmap and remap support for additional architectures

2016-04-29 Thread Dmitry Safonov
On 04/29/2016 04:22 PM, Christopher Covington wrote: On 04/28/2016 02:53 PM, Andy Lutomirski wrote: Also, at some point, possibly quite soon, x86 will want a way for user code to ask the kernel to map a specific vdso variant at a specific address. Could we perhaps add a new pair of syscalls:

Re: [PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Ignore this, I ballsed it up! On 29/04/16 14:46, Jon Hunter wrote: > Add support for the ACONNECT bus which is part of the audio sub-system > on Tegra210. > > I did look to see if we could use the simple-pm-bus infrastructure for > this, however, in the end I found that it did was not a good fit

Re: [PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Ignore this, I ballsed it up! On 29/04/16 14:46, Jon Hunter wrote: > Add support for the ACONNECT bus which is part of the audio sub-system > on Tegra210. > > I did look to see if we could use the simple-pm-bus infrastructure for > this, however, in the end I found that it did was not a good fit

Re: [PATCH perf/core v5 00/15] perf-probe --cache and SDT support

2016-04-29 Thread Hemant Kumar
Hi Masami, On 04/28/2016 12:07 AM, Masami Hiramatsu wrote: Hi, Here is the 5th version of the patchset for probe-cache and initial SDT support which are going to be perf-cache finally. The previous version is here; https://lkml.org/lkml/2016/4/26/179 This version fixes a build bug on "make

[PATCH 3/3] arm64: tegra: Add ACONNECT bus node for Tegra210

2016-04-29 Thread Jon Hunter
Add the ACONNECT bus node for Tegra210 which is used to interface to the various devices in the Audio Processing Engine (APE). Signed-off-by: Jon Hunter --- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 12 1 file changed, 12 insertions(+) diff --git

[PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add support for the ACONNECT bus which is part of the audio sub-system on Tegra210. I did look to see if we could use the simple-pm-bus infrastructure for this, however, in the end I found that it did was not a good fit because of the way clocks for the bus are handled. The simple-pm-bus is

[PATCH 1/3] dt-bindings: bus: Add documentation for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add binding documentation for the Tegra ACONNECT bus that is part of the Audio Processing Engine (APE) on Tegra210. The ACONNECT bus is used to access devices within the APE subsystem. The APE is located in a separate power domain and so accesses made to the ACONNECT require the power domain to be

Re: [PATCH perf/core v5 00/15] perf-probe --cache and SDT support

2016-04-29 Thread Hemant Kumar
Hi Masami, On 04/28/2016 12:07 AM, Masami Hiramatsu wrote: Hi, Here is the 5th version of the patchset for probe-cache and initial SDT support which are going to be perf-cache finally. The previous version is here; https://lkml.org/lkml/2016/4/26/179 This version fixes a build bug on "make

[PATCH 3/3] arm64: tegra: Add ACONNECT bus node for Tegra210

2016-04-29 Thread Jon Hunter
Add the ACONNECT bus node for Tegra210 which is used to interface to the various devices in the Audio Processing Engine (APE). Signed-off-by: Jon Hunter --- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 12 1 file changed, 12 insertions(+) diff --git

[PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add support for the ACONNECT bus which is part of the audio sub-system on Tegra210. I did look to see if we could use the simple-pm-bus infrastructure for this, however, in the end I found that it did was not a good fit because of the way clocks for the bus are handled. The simple-pm-bus is

[PATCH 1/3] dt-bindings: bus: Add documentation for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add binding documentation for the Tegra ACONNECT bus that is part of the Audio Processing Engine (APE) on Tegra210. The ACONNECT bus is used to access devices within the APE subsystem. The APE is located in a separate power domain and so accesses made to the ACONNECT require the power domain to be

Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Ksenija Stanojević
On Fri, Apr 29, 2016 at 3:15 PM, Marek Vasut wrote: > On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: >> Add core files for mxs-lradc MFD driver. >> >> Signed-off-by: Ksenija Stanojevic >> --- >> drivers/mfd/Kconfig | 33 +-- >>

Re: [PATCH v4 12/13] USB: ch341: get rid of default configuration

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:15PM +0200, Grigori Goronzy wrote: > If the serial port hasn't been opened yet, no baud rate should be > set and RTS/DTR need to be deasserted. But what about reset_resume? Thanks, Johan

Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Ksenija Stanojević
On Fri, Apr 29, 2016 at 3:15 PM, Marek Vasut wrote: > On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: >> Add core files for mxs-lradc MFD driver. >> >> Signed-off-by: Ksenija Stanojevic >> --- >> drivers/mfd/Kconfig | 33 +-- >> drivers/mfd/Makefile | 1 + >>

Re: [PATCH v4 12/13] USB: ch341: get rid of default configuration

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:15PM +0200, Grigori Goronzy wrote: > If the serial port hasn't been opened yet, no baud rate should be > set and RTS/DTR need to be deasserted. But what about reset_resume? Thanks, Johan

Re: [PATCH v4 13/13] USB: ch341: implement tx_empty callback

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:16PM +0200, Grigori Goronzy wrote: > The status bit was found with USB captures of the Windows driver and > some luck. Tested on CH340G and CH341A. > > v2: unify general status definitions > > Signed-off-by: Grigori Goronzy Looks good too.

Re: [PATCH v4 13/13] USB: ch341: implement tx_empty callback

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:16PM +0200, Grigori Goronzy wrote: > The status bit was found with USB captures of the Windows driver and > some luck. Tested on CH340G and CH341A. > > v2: unify general status definitions > > Signed-off-by: Grigori Goronzy Looks good too. Thanks for doing all

[PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add support for the ACONNECT bus which is part of the audio sub-system on Tegra210. I did look to see if we could use the simple-pm-bus infrastructure for this, however, in the end I found that it did was not a good fit because of the way clocks for the bus are handled. The simple-pm-bus is

[PATCH 0/3] bus: Add support for Tegra210 ACONNECT

2016-04-29 Thread Jon Hunter
Add support for the ACONNECT bus which is part of the audio sub-system on Tegra210. I did look to see if we could use the simple-pm-bus infrastructure for this, however, in the end I found that it did was not a good fit because of the way clocks for the bus are handled. The simple-pm-bus is

Re: [RFC PATCH v2 06/18] x86: dump_trace() error handling

2016-04-29 Thread Minfei Huang
On 04/28/16 at 03:44P, Josh Poimboeuf wrote: > In preparation for being able to determine whether a given stack trace > is reliable, allow the stacktrace_ops functions to propagate errors to > dump_trace(). Hi, Josh. Have you considered to make walk_stack function as non-return function, since

Re: [RFC PATCH v2 06/18] x86: dump_trace() error handling

2016-04-29 Thread Minfei Huang
On 04/28/16 at 03:44P, Josh Poimboeuf wrote: > In preparation for being able to determine whether a given stack trace > is reliable, allow the stacktrace_ops functions to propagate errors to > dump_trace(). Hi, Josh. Have you considered to make walk_stack function as non-return function, since

Re: [PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation

2016-04-29 Thread Bjorn Helgaas
On Thu, Apr 28, 2016 at 11:39:35PM +0200, Alexander Graf wrote: > On 28.04.16 20:06, Bjorn Helgaas wrote: > > On Thu, Apr 28, 2016 at 06:41:42PM +0200, Alexander Graf wrote: > >> On 04/28/2016 06:20 PM, Bjorn Helgaas wrote: > >>> On Thu, Apr 28, 2016 at 12:22:24AM +0200, Alexander Graf wrote: >

Re: [PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation

2016-04-29 Thread Bjorn Helgaas
On Thu, Apr 28, 2016 at 11:39:35PM +0200, Alexander Graf wrote: > On 28.04.16 20:06, Bjorn Helgaas wrote: > > On Thu, Apr 28, 2016 at 06:41:42PM +0200, Alexander Graf wrote: > >> On 04/28/2016 06:20 PM, Bjorn Helgaas wrote: > >>> On Thu, Apr 28, 2016 at 12:22:24AM +0200, Alexander Graf wrote: >

Re: [PATCH v4 11/13] USB: ch341: improve B0 handling

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:14PM +0200, Grigori Goronzy wrote: > Check for B0 in a more idiomatic way and make sure to not enable > RTS/CTS hardware flow control in B0 as it may override the control > lines. Also make sure to only enable RTS/DTR if there's a transition > from B0. Ah, here it

Re: [PATCH v4 11/13] USB: ch341: improve B0 handling

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:14PM +0200, Grigori Goronzy wrote: > Check for B0 in a more idiomatic way and make sure to not enable > RTS/CTS hardware flow control in B0 as it may override the control > lines. Also make sure to only enable RTS/DTR if there's a transition > from B0. Ah, here it

Re: [PATCH] sched/core: don't include asm/mmu_context from drivers

2016-04-29 Thread Steven Rostedt
On Fri, 29 Apr 2016 10:52:32 +0200 Arnd Bergmann wrote: > This reverts the earlier fix attempt and works around the problem > by including both linux/mmu_context.h and asm/mmu_context.h from > kernel/sched/core.c. This is not a good solution but seems less > hacky than the

Re: [PATCH] sched/core: don't include asm/mmu_context from drivers

2016-04-29 Thread Steven Rostedt
On Fri, 29 Apr 2016 10:52:32 +0200 Arnd Bergmann wrote: > This reverts the earlier fix attempt and works around the problem > by including both linux/mmu_context.h and asm/mmu_context.h from > kernel/sched/core.c. This is not a good solution but seems less > hacky than the alternatives. What

[PATCH] perf/sdt: Directly record cached SDT events

2016-04-29 Thread Hemant Kumar
This patch adds support for directly recording SDT events which are present in the probe cache. This patch is based on current SDT enablement patchset (v5) by Masami : https://lkml.org/lkml/2016/4/27/828 and it implements two points in the TODO list mentioned in the cover note : "- (perf record)

[PATCH] perf/sdt: Directly record cached SDT events

2016-04-29 Thread Hemant Kumar
This patch adds support for directly recording SDT events which are present in the probe cache. This patch is based on current SDT enablement patchset (v5) by Masami : https://lkml.org/lkml/2016/4/27/828 and it implements two points in the TODO list mentioned in the cover note : "- (perf record)

Re: [PATCH v4 10/13] USB: ch341: clean up messages

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:13PM +0200, Grigori Goronzy wrote: > No functional change. Remove explicit function name printing, it's > easy to use dynamic debug to print it every time, if required. While that is true, we currently use __func__ in a lot of debug messages as a compact form for a

Re: [PATCH v4 10/13] USB: ch341: clean up messages

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:13PM +0200, Grigori Goronzy wrote: > No functional change. Remove explicit function name printing, it's > easy to use dynamic debug to print it every time, if required. While that is true, we currently use __func__ in a lot of debug messages as a compact form for a

[GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag

2016-04-29 Thread Michael Ellerman
Hi Linus, Please pull a few more powerpc fixes for 4.6: The following changes since commit 4705e02498d6d5a7ab98dfee9595cd5e91db2017: powerpc: Update TM user feature bits in scan_features() (2016-04-18 20:10:45 +1000) are available in the git repository at:

[GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag

2016-04-29 Thread Michael Ellerman
Hi Linus, Please pull a few more powerpc fixes for 4.6: The following changes since commit 4705e02498d6d5a7ab98dfee9595cd5e91db2017: powerpc: Update TM user feature bits in scan_features() (2016-04-18 20:10:45 +1000) are available in the git repository at:

Fwd: Strange I/O slowdown with 4.x kernels

2016-04-29 Thread Rus
Hi, After switching from 3.x to 4.x I'm observing strange filesystem (ext4 used) slowdown just after fresh boot - it is 100% reproducible. The simple test just after boot at root fs first shows the good performance : dd if=/dev/zero of=/output bs=8k count=10k; rm -f /output 10240+0 records in

Fwd: Strange I/O slowdown with 4.x kernels

2016-04-29 Thread Rus
Hi, After switching from 3.x to 4.x I'm observing strange filesystem (ext4 used) slowdown just after fresh boot - it is 100% reproducible. The simple test just after boot at root fs first shows the good performance : dd if=/dev/zero of=/output bs=8k count=10k; rm -f /output 10240+0 records in

[PATCH 05/11] MAINTAINERS: add web link for nilfs project

2016-04-29 Thread Ryusuke Konishi
Add nilfs.osdn.jp as the second web site of nilfs project. Signed-off-by: Ryusuke Konishi --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1d5b4be..1c4f5fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7794,6

[PATCH 05/11] MAINTAINERS: add web link for nilfs project

2016-04-29 Thread Ryusuke Konishi
Add nilfs.osdn.jp as the second web site of nilfs project. Signed-off-by: Ryusuke Konishi --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1d5b4be..1c4f5fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7794,6 +7794,7 @@ NILFS2 FILESYSTEM M:

[PATCH 02/11] nilfs2: remove space before comma

2016-04-29 Thread Ryusuke Konishi
Fix checkpatch.pl error "ERROR: space prohibited before that ',' (ctx:WxW)" at nilfs_sufile_set_suinfo(). This also fixes checkpatch.pl warning "WARNING: Prefer 'unsigned int' to bare use of 'unsigned'" at nilfs_sufile_set_suinfo() and nilfs_sufile_get_suinfo(). Signed-off-by: Ryusuke Konishi

[PATCH 08/11] nilfs2: move cleanup code of metadata file from inode routines

2016-04-29 Thread Ryusuke Konishi
Refactor nilfs_clear_inode() and nilfs_i_callback() so that cleanup code or resource deallocation related to metadata file will be moved out to mdt.c. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/inode.c | 5 ++--- fs/nilfs2/mdt.c | 25 +

[PATCH 01/11] nilfs2: fix white space issue in nilfs_mount()

2016-04-29 Thread Ryusuke Konishi
Fix the following checkpatch.pl error and warnings: ERROR: code indent should use tabs where possible #1317: FILE: super.c:1317: + ^I^Is_new = true;$ WARNING: please, no space before tabs #1317: FILE: super.c:1317: + ^I^Is_new = true;$ WARNING: please, no spaces at the start of a line

[PATCH 02/11] nilfs2: remove space before comma

2016-04-29 Thread Ryusuke Konishi
Fix checkpatch.pl error "ERROR: space prohibited before that ',' (ctx:WxW)" at nilfs_sufile_set_suinfo(). This also fixes checkpatch.pl warning "WARNING: Prefer 'unsigned int' to bare use of 'unsigned'" at nilfs_sufile_set_suinfo() and nilfs_sufile_get_suinfo(). Signed-off-by: Ryusuke Konishi

[PATCH 08/11] nilfs2: move cleanup code of metadata file from inode routines

2016-04-29 Thread Ryusuke Konishi
Refactor nilfs_clear_inode() and nilfs_i_callback() so that cleanup code or resource deallocation related to metadata file will be moved out to mdt.c. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/inode.c | 5 ++--- fs/nilfs2/mdt.c | 25 + fs/nilfs2/mdt.h | 8

[PATCH 01/11] nilfs2: fix white space issue in nilfs_mount()

2016-04-29 Thread Ryusuke Konishi
Fix the following checkpatch.pl error and warnings: ERROR: code indent should use tabs where possible #1317: FILE: super.c:1317: + ^I^Is_new = true;$ WARNING: please, no space before tabs #1317: FILE: super.c:1317: + ^I^Is_new = true;$ WARNING: please, no spaces at the start of a line

[PATCH 00/11] nilfs2 updates

2016-04-29 Thread Ryusuke Konishi
Hi Andrew, Please queue the following changes for the next merge window: Ryusuke Konishi (11): nilfs2: fix white space issue in nilfs_mount() nilfs2: remove space before comma nilfs2: remove FSF mailing address from GPL notices nilfs2: clean up old e-mail addresses

[PATCH 04/11] nilfs2: clean up old e-mail addresses

2016-04-29 Thread Ryusuke Konishi
E-mail addresses of osrg.net domain are no longer available. This removes them from authorship notices and prevents reporters from being confused. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 5 ++--- fs/nilfs2/alloc.h | 5 ++---

[PATCH 00/11] nilfs2 updates

2016-04-29 Thread Ryusuke Konishi
Hi Andrew, Please queue the following changes for the next merge window: Ryusuke Konishi (11): nilfs2: fix white space issue in nilfs_mount() nilfs2: remove space before comma nilfs2: remove FSF mailing address from GPL notices nilfs2: clean up old e-mail addresses

[PATCH 04/11] nilfs2: clean up old e-mail addresses

2016-04-29 Thread Ryusuke Konishi
E-mail addresses of osrg.net domain are no longer available. This removes them from authorship notices and prevents reporters from being confused. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 5 ++--- fs/nilfs2/alloc.h | 5 ++--- fs/nilfs2/bmap.c | 2 +-

[PATCH 09/11] nilfs2: replace __attribute__((packed)) with __packed

2016-04-29 Thread Ryusuke Konishi
This fixes the following checkpatch.pl warning: WARNING: __packed is preferred over __attribute__((packed)) #23: FILE: export.h:23: +} __attribute__ ((packed)); Signed-off-by: Ryusuke Konishi --- fs/nilfs2/export.h | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 07/11] nilfs2: get rid of nilfs_mdt_mark_block_dirty()

2016-04-29 Thread Ryusuke Konishi
nilfs_mdt_mark_block_dirty() can be replaced with primary functions like nilfs_mdt_get_block() and mark_buffer_dirty(), and it's used only by nilfs_ioctl_mark_blocks_dirty(). This gets rid of the function to simplify the interface of metadata file. Signed-off-by: Ryusuke Konishi

[PATCH 09/11] nilfs2: replace __attribute__((packed)) with __packed

2016-04-29 Thread Ryusuke Konishi
This fixes the following checkpatch.pl warning: WARNING: __packed is preferred over __attribute__((packed)) #23: FILE: export.h:23: +} __attribute__ ((packed)); Signed-off-by: Ryusuke Konishi --- fs/nilfs2/export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 07/11] nilfs2: get rid of nilfs_mdt_mark_block_dirty()

2016-04-29 Thread Ryusuke Konishi
nilfs_mdt_mark_block_dirty() can be replaced with primary functions like nilfs_mdt_get_block() and mark_buffer_dirty(), and it's used only by nilfs_ioctl_mark_blocks_dirty(). This gets rid of the function to simplify the interface of metadata file. Signed-off-by: Ryusuke Konishi ---

[PATCH 10/11] nilfs2: add missing line spacing

2016-04-29 Thread Ryusuke Konishi
Clean up checkpatch.pl warnings "WARNING: Missing a blank line after declarations" from nilfs2. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/cpfile.c| 2 ++ fs/nilfs2/dir.c | 2 ++ fs/nilfs2/ifile.h | 1 + fs/nilfs2/inode.c | 1 +

[PATCH 06/11] nilfs2: clarify permission to replicate the design

2016-04-29 Thread Ryusuke Konishi
To respond to a certain developer's request, this explicitly state that developers can reimplement the nilfs2 design for other operating systems to share data stored in that format. Signed-off-by: Ryusuke Konishi --- Documentation/filesystems/nilfs2.txt | 5 +

[PATCH 10/11] nilfs2: add missing line spacing

2016-04-29 Thread Ryusuke Konishi
Clean up checkpatch.pl warnings "WARNING: Missing a blank line after declarations" from nilfs2. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/cpfile.c| 2 ++ fs/nilfs2/dir.c | 2 ++ fs/nilfs2/ifile.h | 1 + fs/nilfs2/inode.c | 1 + fs/nilfs2/namei.c | 1 +

[PATCH 06/11] nilfs2: clarify permission to replicate the design

2016-04-29 Thread Ryusuke Konishi
To respond to a certain developer's request, this explicitly state that developers can reimplement the nilfs2 design for other operating systems to share data stored in that format. Signed-off-by: Ryusuke Konishi --- Documentation/filesystems/nilfs2.txt | 5 + 1 file changed, 5

[PATCH 03/11] nilfs2: remove FSF mailing address from GPL notices

2016-04-29 Thread Ryusuke Konishi
This removes the extra paragraph which mentions FSF address in GPL notices from source code of nilfs2 and avoids the checkpatch.pl error related to it. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 4 fs/nilfs2/alloc.h | 4

[PATCH 11/11] nilfs2: clean trailing semicolons in macros

2016-04-29 Thread Ryusuke Konishi
Remove trailing semicolons from macros, as suggested by checkpatch.pl. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/sysfs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/nilfs2/sysfs.h b/fs/nilfs2/sysfs.h index 677e3a1..648cedf

[PATCH 03/11] nilfs2: remove FSF mailing address from GPL notices

2016-04-29 Thread Ryusuke Konishi
This removes the extra paragraph which mentions FSF address in GPL notices from source code of nilfs2 and avoids the checkpatch.pl error related to it. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 4 fs/nilfs2/alloc.h | 4 fs/nilfs2/bmap.c | 4

[PATCH 11/11] nilfs2: clean trailing semicolons in macros

2016-04-29 Thread Ryusuke Konishi
Remove trailing semicolons from macros, as suggested by checkpatch.pl. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/sysfs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/nilfs2/sysfs.h b/fs/nilfs2/sysfs.h index 677e3a1..648cedf 100644 --- a/fs/nilfs2/sysfs.h +++

Re: [PATCH v3] iio: accel: Add support for Freescale MMA7660FC

2016-04-29 Thread Constantin Musca
Thanks. We will add orientation detection support in case there will be a requirement for this feature in the future. Constantin On 29.04.2016 16:08, Martin Kepplinger wrote: Am 2016-04-29 um 14:19 schrieb Constantin Musca: Minimal implementation of an IIO driver for the Freescale MMA7660FC

Re: linux-next: build warning after merge of the akpm-current tree

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 04:45:43PM +1000, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/scsi/ipr.c: In function 'ipr_show_device_id': > drivers/scsi/ipr.c:4462:34: warning: format

Re: [PATCH v3] iio: accel: Add support for Freescale MMA7660FC

2016-04-29 Thread Constantin Musca
Thanks. We will add orientation detection support in case there will be a requirement for this feature in the future. Constantin On 29.04.2016 16:08, Martin Kepplinger wrote: Am 2016-04-29 um 14:19 schrieb Constantin Musca: Minimal implementation of an IIO driver for the Freescale MMA7660FC

Re: linux-next: build warning after merge of the akpm-current tree

2016-04-29 Thread Josh Poimboeuf
On Fri, Apr 29, 2016 at 04:45:43PM +1000, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/scsi/ipr.c: In function 'ipr_show_device_id': > drivers/scsi/ipr.c:4462:34: warning: format

Re: [PATCH v2 01/13] staging/android: remove redundant comments on sync_merge_data

2016-04-29 Thread Gustavo Padovan
Hi Hillf, 2016-04-29 Hillf Danton : > > > > From: Gustavo Padovan > > > > struct sync_merge_data already have documentation on top of the > > struct definition. No need to duplicate it. > > > > Signed-off-by: Gustavo Padovan

Re: [PATCH v2 01/13] staging/android: remove redundant comments on sync_merge_data

2016-04-29 Thread Gustavo Padovan
Hi Hillf, 2016-04-29 Hillf Danton : > > > > From: Gustavo Padovan > > > > struct sync_merge_data already have documentation on top of the > > struct definition. No need to duplicate it. > > > > Signed-off-by: Gustavo Padovan > > Reviewed-by: Maarten Lankhorst > > Reviewed-by: Daniel Vetter

Re: [PATCH v4 09/13] USB: ch341: fix coding style

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:12PM +0200, Grigori Goronzy wrote: > No functional change. The following adjustments were made to be more in > line with official coding style and to be more consistent. > > Stop mixing tabs and spaces for alignment. Stop putting labels and > statements into the

Re: [PATCH v4 09/13] USB: ch341: fix coding style

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:12PM +0200, Grigori Goronzy wrote: > No functional change. The following adjustments were made to be more in > line with official coding style and to be more consistent. > > Stop mixing tabs and spaces for alignment. Stop putting labels and > statements into the

Re: [PATCH V11 4/6] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024

2016-04-29 Thread Thierry Reding
On Thu, Apr 28, 2016 at 06:52:26PM +0530, Laxman Dewangan wrote: > Hi Lee, > > On Thursday 28 April 2016 03:28 PM, Laxman Dewangan wrote: > > MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO pins > > which also act as the special function in alternate mode. Also > > there is configuration

Re: [PATCH V11 4/6] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024

2016-04-29 Thread Thierry Reding
On Thu, Apr 28, 2016 at 06:52:26PM +0530, Laxman Dewangan wrote: > Hi Lee, > > On Thursday 28 April 2016 03:28 PM, Laxman Dewangan wrote: > > MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO pins > > which also act as the special function in alternate mode. Also > > there is configuration

Re: [PATCH v4 08/13] USB: ch341: add support for RTS/CTS flow control

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:11PM +0200, Grigori Goronzy wrote: No commit message? > v2: use correct flag variable. > v3: fix compilation > > Signed-off-by: Grigori Goronzy > --- > drivers/usb/serial/ch341.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff

Re: [PATCH 2/3] iio: adc: mxs-lradc: Add support for adc driver

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:48 PM, Ksenija Stanojevic wrote: > Add mxs-lradc adc driver. Commit message could use some improvement ;-) > Signed-off-by: Ksenija Stanojevic > --- > drivers/iio/adc/Kconfig | 37 +- > drivers/iio/adc/Makefile| 1 + >

Re: [PATCH v4 08/13] USB: ch341: add support for RTS/CTS flow control

2016-04-29 Thread Johan Hovold
On Fri, Apr 15, 2016 at 11:14:11PM +0200, Grigori Goronzy wrote: No commit message? > v2: use correct flag variable. > v3: fix compilation > > Signed-off-by: Grigori Goronzy > --- > drivers/usb/serial/ch341.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

Re: [PATCH 2/3] iio: adc: mxs-lradc: Add support for adc driver

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:48 PM, Ksenija Stanojevic wrote: > Add mxs-lradc adc driver. Commit message could use some improvement ;-) > Signed-off-by: Ksenija Stanojevic > --- > drivers/iio/adc/Kconfig | 37 +- > drivers/iio/adc/Makefile| 1 + > drivers/iio/adc/mxs-lradc-adc.c | 832

Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: > Add core files for mxs-lradc MFD driver. > > Signed-off-by: Ksenija Stanojevic > --- > drivers/mfd/Kconfig | 33 +-- > drivers/mfd/Makefile | 1 + > drivers/mfd/mxs-lradc.c | 213 >

Re: [PATCH 3/3] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:49 PM, Ksenija Stanojevic wrote: > Add mxs-lradc touchscreen driver. > > Signed-off-by: Ksenija Stanojevic > --- > drivers/input/touchscreen/Kconfig| 14 +- > drivers/input/touchscreen/Makefile | 1 + >

Re: [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:47 PM, Ksenija Stanojevic wrote: > Add core files for mxs-lradc MFD driver. > > Signed-off-by: Ksenija Stanojevic > --- > drivers/mfd/Kconfig | 33 +-- > drivers/mfd/Makefile | 1 + > drivers/mfd/mxs-lradc.c | 213 >

Re: [PATCH 3/3] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-04-29 Thread Marek Vasut
On 04/29/2016 01:49 PM, Ksenija Stanojevic wrote: > Add mxs-lradc touchscreen driver. > > Signed-off-by: Ksenija Stanojevic > --- > drivers/input/touchscreen/Kconfig| 14 +- > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/mxs-lradc-ts.c | 729 >

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