[PATCH net-next v2 1/5] hv_netvsc: remove redundant assignment in netvsc_recv_callback()

2016-06-03 Thread Vitaly Kuznetsov
net_device_ctx is assigned in the very beginning of the function and 'net' pointer doesn't change. Signed-off-by: Vitaly Kuznetsov --- drivers/net/hyperv/netvsc_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/hyperv/netvsc_drv.c

[PATCH net-next v2 5/5] hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()

2016-06-03 Thread Vitaly Kuznetsov
The only caller rndis_filter_device_add() has 'struct net_device' pointer already. Signed-off-by: Vitaly Kuznetsov --- drivers/net/hyperv/rndis_filter.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/hyperv/rndis_filter.c

[PATCH net-next v2 1/5] hv_netvsc: remove redundant assignment in netvsc_recv_callback()

2016-06-03 Thread Vitaly Kuznetsov
net_device_ctx is assigned in the very beginning of the function and 'net' pointer doesn't change. Signed-off-by: Vitaly Kuznetsov --- drivers/net/hyperv/netvsc_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c index

[PATCH net-next v2 5/5] hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()

2016-06-03 Thread Vitaly Kuznetsov
The only caller rndis_filter_device_add() has 'struct net_device' pointer already. Signed-off-by: Vitaly Kuznetsov --- drivers/net/hyperv/rndis_filter.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/hyperv/rndis_filter.c

[v1 PATCH 1/4] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY

2016-06-03 Thread Chris Zhong
This patch adds a binding that describes the Rockchip USB Type-C PHY for rk3399 Signed-off-by: Chris Zhong --- Changes in v1: - add extcon node description - move the registers in phy driver - remove the suffix of reset .../devicetree/bindings/phy/phy-rockchip-typec.txt

[v1 PATCH 1/4] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY

2016-06-03 Thread Chris Zhong
This patch adds a binding that describes the Rockchip USB Type-C PHY for rk3399 Signed-off-by: Chris Zhong --- Changes in v1: - add extcon node description - move the registers in phy driver - remove the suffix of reset .../devicetree/bindings/phy/phy-rockchip-typec.txt | 46

[v1 PATCH 3/4] Documentation: bindings: add dt documentation for cdn DP controller

2016-06-03 Thread Chris Zhong
This patch adds a binding that describes the cdn DP controller for rk3399. Signed-off-by: Chris Zhong --- Changes in v1: - add extcon node description - add #sound-dai-cells description .../bindings/display/rockchip/cdn-dp-rockchip.txt | 62 ++ 1

[v1 PATCH 3/4] Documentation: bindings: add dt documentation for cdn DP controller

2016-06-03 Thread Chris Zhong
This patch adds a binding that describes the cdn DP controller for rk3399. Signed-off-by: Chris Zhong --- Changes in v1: - add extcon node description - add #sound-dai-cells description .../bindings/display/rockchip/cdn-dp-rockchip.txt | 62 ++ 1 file changed, 62

Re: [PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Andrew F. Davis
On 06/03/2016 10:41 AM, Joe Perches wrote: > On Fri, 2016-06-03 at 10:25 -0500, Nishanth Menon wrote: >> In some functions, returning a -ve decimal value is actually a valid >> return condition when the function is returning a value, however, it >> can also be misused for returning an error

Re: [PATCH] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-03 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [cannot apply to v4.7-rc1 next-20160603] [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/William-Breathitt-Gray/iio-stx104-Add-GPIO-support

Re: [PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Andrew F. Davis
On 06/03/2016 10:41 AM, Joe Perches wrote: > On Fri, 2016-06-03 at 10:25 -0500, Nishanth Menon wrote: >> In some functions, returning a -ve decimal value is actually a valid >> return condition when the function is returning a value, however, it >> can also be misused for returning an error

Re: [PATCH] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-03 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [cannot apply to v4.7-rc1 next-20160603] [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/William-Breathitt-Gray/iio-stx104-Add-GPIO-support

Re: [PATCH v2] tty:serial:msm:Do not restore Rx interrupts in DMA

2016-06-03 Thread Greg KH
On Fri, Jun 03, 2016 at 04:40:32PM +0530, Charanya Venkatraman wrote: > From: Charanya This name must match up with your Signed-off-by name :(

Re: [PATCH v2] tty:serial:msm:Do not restore Rx interrupts in DMA

2016-06-03 Thread Greg KH
On Fri, Jun 03, 2016 at 04:40:32PM +0530, Charanya Venkatraman wrote: > From: Charanya This name must match up with your Signed-off-by name :(

Re: [PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Joe Perches
On Fri, 2016-06-03 at 10:25 -0500, Nishanth Menon wrote: > In some functions, returning a -ve decimal value is actually a valid > return condition when the function is returning a value, however, it > can also be misused for returning an error value that should ideally > be a valid error code

Re: [PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Joe Perches
On Fri, 2016-06-03 at 10:25 -0500, Nishanth Menon wrote: > In some functions, returning a -ve decimal value is actually a valid > return condition when the function is returning a value, however, it > can also be misused for returning an error value that should ideally > be a valid error code

[GIT PULL] arm64: fixes for -rc2

2016-06-03 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc2. Details in the tag, but the main thing here is reviving hugetlb support using contiguous ptes, which we ended up reverting at the last minute in 4.5 pending a fix which went into the core mm/ code during the recent merge window. Thanks, Will

[GIT PULL] arm64: fixes for -rc2

2016-06-03 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc2. Details in the tag, but the main thing here is reviving hugetlb support using contiguous ptes, which we ended up reverting at the last minute in 4.5 pending a fix which went into the core mm/ code during the recent merge window. Thanks, Will

Re: USB broken on Banana Pi in Linux 4.6

2016-06-03 Thread Greg KH
On Fri, Jun 03, 2016 at 08:53:58AM +0200, Marc Haber wrote: > On Mon, May 30, 2016 at 01:47:12PM -0700, Greg KH wrote: > > On Mon, May 30, 2016 at 09:02:54PM +0200, Marc Haber wrote: > > > Hi, > > > > > > on my Bananapis, in kernel 4.6 USB does not work. Kernel configuration > > > is USB-wise

Re: USB broken on Banana Pi in Linux 4.6

2016-06-03 Thread Greg KH
On Fri, Jun 03, 2016 at 08:53:58AM +0200, Marc Haber wrote: > On Mon, May 30, 2016 at 01:47:12PM -0700, Greg KH wrote: > > On Mon, May 30, 2016 at 09:02:54PM +0200, Marc Haber wrote: > > > Hi, > > > > > > on my Bananapis, in kernel 4.6 USB does not work. Kernel configuration > > > is USB-wise

Re: [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support

2016-06-03 Thread Matthias Brugger
On 30/05/16 10:41, Weiqing Kong wrote: Use the mtk_pwm_data struction to define different registers and add MT2701 specific register operations, such as MT2701 doesn't have commit register, needs to disable double buffer before writing register, and needs to select manual mode and use

Re: [PATCH v1] KVM: VMX: enable guest access to LMCE related MSRs

2016-06-03 Thread Radim Krčmář
2016-06-03 14:08+0800, Haozhong Zhang: > On Intel platforms, this patch adds LMCE to KVM MCE supported > capabilities and handles guest access to LMCE related MSRs. > > Signed-off-by: Ashok Raj > Signed-off-by: Haozhong Zhang > --- > diff --git

Re: [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support

2016-06-03 Thread Matthias Brugger
On 30/05/16 10:41, Weiqing Kong wrote: Use the mtk_pwm_data struction to define different registers and add MT2701 specific register operations, such as MT2701 doesn't have commit register, needs to disable double buffer before writing register, and needs to select manual mode and use

Re: [PATCH v1] KVM: VMX: enable guest access to LMCE related MSRs

2016-06-03 Thread Radim Krčmář
2016-06-03 14:08+0800, Haozhong Zhang: > On Intel platforms, this patch adds LMCE to KVM MCE supported > capabilities and handles guest access to LMCE related MSRs. > > Signed-off-by: Ashok Raj > Signed-off-by: Haozhong Zhang > --- > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > @@

RE: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-03 Thread Gabriele Paoloni
Hi Cov > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Christopher Covington > Sent: 03 June 2016 16:15 > To: Tomasz Nowicki; helg...@kernel.org; a...@arndb.de; > will.dea...@arm.com; catalin.mari...@arm.com;

RE: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-03 Thread Gabriele Paoloni
Hi Cov > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Christopher Covington > Sent: 03 June 2016 16:15 > To: Tomasz Nowicki; helg...@kernel.org; a...@arndb.de; > will.dea...@arm.com; catalin.mari...@arm.com;

Applied "regulator: qcom_smd: add regulator ops for pm8941 lnldo" to the regulator tree

2016-06-03 Thread Mark Brown
The patch regulator: qcom_smd: add regulator ops for pm8941 lnldo has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "regulator: qcom_smd: add regulator ops for pm8941 lnldo" to the regulator tree

2016-06-03 Thread Mark Brown
The patch regulator: qcom_smd: add regulator ops for pm8941 lnldo has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

[PATCH v3 4/7] dt:mdio-mux: Add mdio multiplexer driver node

2016-06-03 Thread Pramod Kumar
Add integrated MDIO multiplexer driver node which contains two mux PCIe bus and one ethernet bus along with phys lying on these bus. Signed-off-by: Pramod Kumar --- arch/arm64/boot/dts/broadcom/ns2-svk.dts | 12 arch/arm64/boot/dts/broadcom/ns2.dtsi|

[PATCH v3 4/7] dt:mdio-mux: Add mdio multiplexer driver node

2016-06-03 Thread Pramod Kumar
Add integrated MDIO multiplexer driver node which contains two mux PCIe bus and one ethernet bus along with phys lying on these bus. Signed-off-by: Pramod Kumar --- arch/arm64/boot/dts/broadcom/ns2-svk.dts | 12 arch/arm64/boot/dts/broadcom/ns2.dtsi| 31

[PATCH v3 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus mutiplexer

2016-06-03 Thread Pramod Kumar
Add DT binding doc for Broadcom MDIO bus mutiplexer driver. Signed-off-by: Pramod Kumar --- .../bindings/net/brcm,mdio-mux-iproc.txt | 59 ++ 1 file changed, 59 insertions(+) create mode 100644

[PATCH v3 1/7] mdio:mux: Enhanced MDIO mux framework for integrated multiplexers

2016-06-03 Thread Pramod Kumar
An integrated multiplexer uses same address space for "muxed bus selection" and "generation of mdio transaction" hence its good to register parent bus from mux driver. Hence added a mechanism where mux driver could register a parent bus and pass it down to framework via mdio_mux_init api.

[PATCH v3 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus mutiplexer

2016-06-03 Thread Pramod Kumar
Add DT binding doc for Broadcom MDIO bus mutiplexer driver. Signed-off-by: Pramod Kumar --- .../bindings/net/brcm,mdio-mux-iproc.txt | 59 ++ 1 file changed, 59 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.txt diff

[PATCH v3 1/7] mdio:mux: Enhanced MDIO mux framework for integrated multiplexers

2016-06-03 Thread Pramod Kumar
An integrated multiplexer uses same address space for "muxed bus selection" and "generation of mdio transaction" hence its good to register parent bus from mux driver. Hence added a mechanism where mux driver could register a parent bus and pass it down to framework via mdio_mux_init api.

[ANNOUNCE] 4.4.12-rt19

2016-06-03 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v4.4.12-rt19 patch set. I'm doing this release mostly due the preemption check fix on non x86 architectures and the perf/rapl patch. Changes since v4.4.12-rt18: - On return from interrupt on ARM we could schedule with lazy preempt count > 0 under

[PATCH v3 6/7] Binding:PHY: Binding doc for NS2 PCIe PHYs.

2016-06-03 Thread Pramod Kumar
Binding doc for NS2 PCIe PHYs. Acked-by: Rob Herring Signed-off-by: Jon Mason Signed-off-by: Pramod Kumar --- .../bindings/phy/brcm,mdio-mux-bus-pci.txt | 27 ++ 1 file changed, 27 insertions(+)

[ANNOUNCE] 4.4.12-rt19

2016-06-03 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v4.4.12-rt19 patch set. I'm doing this release mostly due the preemption check fix on non x86 architectures and the perf/rapl patch. Changes since v4.4.12-rt18: - On return from interrupt on ARM we could schedule with lazy preempt count > 0 under

[PATCH v3 6/7] Binding:PHY: Binding doc for NS2 PCIe PHYs.

2016-06-03 Thread Pramod Kumar
Binding doc for NS2 PCIe PHYs. Acked-by: Rob Herring Signed-off-by: Jon Mason Signed-off-by: Pramod Kumar --- .../bindings/phy/brcm,mdio-mux-bus-pci.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644

[PATCH v3 5/7] net:mdio-mux: Add MDIO mux driver for iProc SoCs

2016-06-03 Thread Pramod Kumar
iProc based SoCs supports the integrated mdio multiplexer which has the bus selection as well as mdio transaction generation logic inside. This mutiplexer has child buses for PCIe, SATA, USB and ETH. These buses could be internal or external to SOC where PHYs are attached. These buses could use

[PATCH v3 7/7] phy: Add Northstar2 PCI Phy support

2016-06-03 Thread Pramod Kumar
Add PCI Phy support for Broadcom Northstar2 SoCs. This driver uses the interface from the iproc mdio mux driver to enable the devices respective phys. Signed-off-by: Jon Mason Signed-off-by: Pramod Kumar --- drivers/phy/Kconfig|

[PATCH v3 5/7] net:mdio-mux: Add MDIO mux driver for iProc SoCs

2016-06-03 Thread Pramod Kumar
iProc based SoCs supports the integrated mdio multiplexer which has the bus selection as well as mdio transaction generation logic inside. This mutiplexer has child buses for PCIe, SATA, USB and ETH. These buses could be internal or external to SOC where PHYs are attached. These buses could use

[PATCH v3 7/7] phy: Add Northstar2 PCI Phy support

2016-06-03 Thread Pramod Kumar
Add PCI Phy support for Broadcom Northstar2 SoCs. This driver uses the interface from the iproc mdio mux driver to enable the devices respective phys. Signed-off-by: Jon Mason Signed-off-by: Pramod Kumar --- drivers/phy/Kconfig| 8 +++ drivers/phy/Makefile | 1 +

[PATCH v3 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

2016-06-03 Thread Pramod Kumar
Change "mdio-parent-bus" from mandatory section to optional as it won't be required by integrated MDIO multiplexer which has bus selection and mdio transaction generation logic, integrated inside. Signed-off-by: Pramod Kumar ---

[PATCH v3 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

2016-06-03 Thread Pramod Kumar
Change "mdio-parent-bus" from mandatory section to optional as it won't be required by integrated MDIO multiplexer which has bus selection and mdio transaction generation logic, integrated inside. Signed-off-by: Pramod Kumar --- Documentation/devicetree/bindings/net/mdio-mux.txt | 3 ++- 1 file

[PATCH v3 0/7] Add MDIO bus multiplexer support for iProc SoCs

2016-06-03 Thread Pramod Kumar
Broadcom iProc based SoCs use a MDIO bus multiplexer where child buses could be internal as well external to SoCs. These buses could supports MDIO transaction compatible to C-22/C-45. Broadcom MDIO bus mulitplexer is an integrated multiplexer where child bus selection and mdio transaction logic

[PATCH v3 0/7] Add MDIO bus multiplexer support for iProc SoCs

2016-06-03 Thread Pramod Kumar
Broadcom iProc based SoCs use a MDIO bus multiplexer where child buses could be internal as well external to SoCs. These buses could supports MDIO transaction compatible to C-22/C-45. Broadcom MDIO bus mulitplexer is an integrated multiplexer where child bus selection and mdio transaction logic

[PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Nishanth Menon
In some functions, returning a -ve decimal value is actually a valid return condition when the function is returning a value, however, it can also be misused for returning an error value that should ideally be a valid error code defined in include/uapi/asm-generic/errno-base.h or

[PATCH] checkpatch: Flag code that returns a negative number

2016-06-03 Thread Nishanth Menon
In some functions, returning a -ve decimal value is actually a valid return condition when the function is returning a value, however, it can also be misused for returning an error value that should ideally be a valid error code defined in include/uapi/asm-generic/errno-base.h or

[PATCH] serial: earlycon: stop abusing console::index

2016-06-03 Thread Mark Rutland
Commit cda64e6824026575 ("serial: earlycon: Fixup earlycon console name and index") added code to decompose an earlycon driver name into a string prefix and numeric suffix, and place this into console::name and console::index, such that we'd get a pretty name out of the core console code, which

[PATCH] serial: earlycon: stop abusing console::index

2016-06-03 Thread Mark Rutland
Commit cda64e6824026575 ("serial: earlycon: Fixup earlycon console name and index") added code to decompose an earlycon driver name into a string prefix and numeric suffix, and place this into console::name and console::index, such that we'd get a pretty name out of the core console code, which

Re: [PATCH 2/3] iio: adc: ina3221: Add support for IIO ADC driver for TI INA3221

2016-06-03 Thread Andrew F. Davis
On 06/03/2016 09:14 AM, Laxman Dewangan wrote: > > On Friday 03 June 2016 06:59 PM, Guenter Roeck wrote: >> On 06/03/2016 03:06 AM, Jonathan Cameron wrote: >>> On 01/06/16 13:34, Laxman Dewangan wrote: The INA3221 is a three-channel, high-side current and bus voltage monitor with

Re: [PATCH 2/3] iio: adc: ina3221: Add support for IIO ADC driver for TI INA3221

2016-06-03 Thread Andrew F. Davis
On 06/03/2016 09:14 AM, Laxman Dewangan wrote: > > On Friday 03 June 2016 06:59 PM, Guenter Roeck wrote: >> On 06/03/2016 03:06 AM, Jonathan Cameron wrote: >>> On 01/06/16 13:34, Laxman Dewangan wrote: The INA3221 is a three-channel, high-side current and bus voltage monitor with

Re: [RFC PATCHv2] usb: USB Type-C Connector Class

2016-06-03 Thread Heikki Krogerus
On Fri, Jun 03, 2016 at 06:51:54AM -0700, Guenter Roeck wrote: > On 06/03/2016 06:21 AM, Heikki Krogerus wrote: > > Hi, > > > > On Thu, Jun 02, 2016 at 09:12:19AM -0700, Guenter Roeck wrote: > > > On Thu, Jun 02, 2016 at 01:18:53PM +0300, Heikki Krogerus wrote: > > > > On Wed, Jun 01, 2016 at

Re: [RFC PATCHv2] usb: USB Type-C Connector Class

2016-06-03 Thread Heikki Krogerus
On Fri, Jun 03, 2016 at 06:51:54AM -0700, Guenter Roeck wrote: > On 06/03/2016 06:21 AM, Heikki Krogerus wrote: > > Hi, > > > > On Thu, Jun 02, 2016 at 09:12:19AM -0700, Guenter Roeck wrote: > > > On Thu, Jun 02, 2016 at 01:18:53PM +0300, Heikki Krogerus wrote: > > > > On Wed, Jun 01, 2016 at

Re: [PATCH 0/10 -v3] Handle oom bypass more gracefully

2016-06-03 Thread Tetsuo Handa
Michal Hocko wrote: > On Fri 03-06-16 21:00:31, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > Patch 8 is new in this version and it addresses an issue pointed out > > > by 0-day OOM report where an oom victim was reaped several times. > > > > I believe we need below once-you-nacked patch as

Re: [PATCH 0/10 -v3] Handle oom bypass more gracefully

2016-06-03 Thread Tetsuo Handa
Michal Hocko wrote: > On Fri 03-06-16 21:00:31, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > Patch 8 is new in this version and it addresses an issue pointed out > > > by 0-day OOM report where an oom victim was reaped several times. > > > > I believe we need below once-you-nacked patch as

Re: [RFC PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

2016-06-03 Thread Tetsuo Handa
Michal Hocko wrote: > The only case where the oom_reaper is not triggered for the oom victim > is when it shares the memory with a kernel thread (aka use_mm) or with > the global init. After "mm, oom: skip vforked tasks from being selected" > the victim cannot be a vforked task of the global init

Re: [RFC PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

2016-06-03 Thread Tetsuo Handa
Michal Hocko wrote: > The only case where the oom_reaper is not triggered for the oom victim > is when it shares the memory with a kernel thread (aka use_mm) or with > the global init. After "mm, oom: skip vforked tasks from being selected" > the victim cannot be a vforked task of the global init

Re: [PATCH v4] Axi-usb: Add support for 64-bit addressing.

2016-06-03 Thread Shubhrajyoti Datta
On Tue, May 31, 2016 at 10:45 AM, Nava kishore Manne wrote: > Hi Shubhrajyoti, > > > Thanks for the review... > >> > /** >> > + * xudc_write64 - write 64bit value to device registers >> > + * @ep: pointer to the usb device endpoint structure. >> > + * @offset:

[PATCH] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-03 Thread William Breathitt Gray
The Apex Embedded Systems STX104 device features eight lines of digital I/O (four digital inputs and four digital outputs). This patch adds GPIO support for these eight lines of digital I/O via GPIOLIB. Signed-off-by: William Breathitt Gray --- drivers/iio/dac/Kconfig |

Re: [Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260

2016-06-03 Thread Sedat Dilek
On 3/30/16, Peter Zijlstra wrote: > On Wed, Mar 30, 2016 at 11:36:59AM +0200, Peter Zijlstra wrote: >> Furthermore, our hash function has definite room for improvement. > > After a bit of reading, using a 'strong' PRNG as base for a hash > function seems generally suggested.

Re: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-03 Thread Christopher Covington
Hi Tomasz, Thanks for your work on this. On 06/02/2016 04:41 AM, Tomasz Nowicki wrote: > Some platforms may not be fully compliant with generic set of PCI config > accessors. For these cases we implement the way to overwrite accessors > set. Algorithm traverses available quirk list, matches

Re: [PATCH v4] Axi-usb: Add support for 64-bit addressing.

2016-06-03 Thread Shubhrajyoti Datta
On Tue, May 31, 2016 at 10:45 AM, Nava kishore Manne wrote: > Hi Shubhrajyoti, > > > Thanks for the review... > >> > /** >> > + * xudc_write64 - write 64bit value to device registers >> > + * @ep: pointer to the usb device endpoint structure. >> > + * @offset: register offset >> > + *

[PATCH] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-03 Thread William Breathitt Gray
The Apex Embedded Systems STX104 device features eight lines of digital I/O (four digital inputs and four digital outputs). This patch adds GPIO support for these eight lines of digital I/O via GPIOLIB. Signed-off-by: William Breathitt Gray --- drivers/iio/dac/Kconfig | 11 +++--

Re: [Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260

2016-06-03 Thread Sedat Dilek
On 3/30/16, Peter Zijlstra wrote: > On Wed, Mar 30, 2016 at 11:36:59AM +0200, Peter Zijlstra wrote: >> Furthermore, our hash function has definite room for improvement. > > After a bit of reading, using a 'strong' PRNG as base for a hash > function seems generally suggested. > > --- >

Re: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-03 Thread Christopher Covington
Hi Tomasz, Thanks for your work on this. On 06/02/2016 04:41 AM, Tomasz Nowicki wrote: > Some platforms may not be fully compliant with generic set of PCI config > accessors. For these cases we implement the way to overwrite accessors > set. Algorithm traverses available quirk list, matches

[GIT PULL] VFIO fixes for v4.7-rc2

2016-06-03 Thread Alex Williamson
Hi Linus, The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.7-rc2 for you to fetch changes up to

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Thursday, June 2, 2016 9:02 PM > To: Limonciello, Mario > Cc: hayesw...@realtek.com; linux-kernel@vger.kernel.org; > net...@vger.kernel.org; linux-...@vger.kernel.org;

[GIT PULL] VFIO fixes for v4.7-rc2

2016-06-03 Thread Alex Williamson
Hi Linus, The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.7-rc2 for you to fetch changes up to

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Thursday, June 2, 2016 9:02 PM > To: Limonciello, Mario > Cc: hayesw...@realtek.com; linux-kernel@vger.kernel.org; > net...@vger.kernel.org; linux-...@vger.kernel.org; pali.ro...@gmail.com; >

Re: [linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup

2016-06-03 Thread Andrea Arcangeli
Hello Michal, CC'ed Hugh, On Fri, Jun 03, 2016 at 04:46:00PM +0200, Michal Hocko wrote: > What do you think about the external dependencies mentioned above. Do > you think this is a sufficient argument wrt. occasional higher > latencies? It's a tradeoff and both latencies would be short and

Re: [linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup

2016-06-03 Thread Andrea Arcangeli
Hello Michal, CC'ed Hugh, On Fri, Jun 03, 2016 at 04:46:00PM +0200, Michal Hocko wrote: > What do you think about the external dependencies mentioned above. Do > you think this is a sufficient argument wrt. occasional higher > latencies? It's a tradeoff and both latencies would be short and

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Hayes Wang [mailto:hayesw...@realtek.com] > Sent: Friday, June 3, 2016 4:44 AM > To: Limonciello, Mario > Cc: LKML ; Netdev > ; Linux USB ; >

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Hayes Wang [mailto:hayesw...@realtek.com] > Sent: Friday, June 3, 2016 4:44 AM > To: Limonciello, Mario > Cc: LKML ; Netdev > ; Linux USB ; > pali.ro...@gmail.com; anthony.w...@canonical.com; Greg KH > > Subject: RE: [PATCH v2] r8152: Add support for setting

Re: [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings

2016-06-03 Thread Matthias Brugger
On 03/06/16 08:45, weiqing kong wrote: On Thu, 2016-06-02 at 17:45 -0500, Rob Herring wrote: On Mon, May 30, 2016 at 04:41:50PM +0800, Weiqing Kong wrote: Add MT2701 compatible string. Signed-off-by: Weiqing Kong ---

Re: [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings

2016-06-03 Thread Matthias Brugger
On 03/06/16 08:45, weiqing kong wrote: On Thu, 2016-06-02 at 17:45 -0500, Rob Herring wrote: On Mon, May 30, 2016 at 04:41:50PM +0800, Weiqing Kong wrote: Add MT2701 compatible string. Signed-off-by: Weiqing Kong --- Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 5 +++-- 1

Re: [PATCH 3/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-03 Thread Boris Brezillon
On Thu, 2 Jun 2016 09:48:32 +0200 Ricard Wanderlof wrote: > Driver for the Evatronix NANDFLASH-CTRL NAND flash controller IP. This > controller is used in the Axis ARTPEC-6 SoC. > > The driver supports BCH ECC using the controller's hardware, but there is > also an

Re: [PATCH 3/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-03 Thread Boris Brezillon
On Thu, 2 Jun 2016 09:48:32 +0200 Ricard Wanderlof wrote: > Driver for the Evatronix NANDFLASH-CTRL NAND flash controller IP. This > controller is used in the Axis ARTPEC-6 SoC. > > The driver supports BCH ECC using the controller's hardware, but there is > also an option to use software BCH

RE: [PATCH] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Hayes Wang [mailto:hayesw...@realtek.com] > Sent: Friday, June 3, 2016 4:23 AM > To: Limonciello, Mario ; > gre...@linuxfoundation.org > Cc: linux-kernel@vger.kernel.org; net...@vger.kernel.org; linux- > u...@vger.kernel.org;

RE: [PATCH] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Hayes Wang [mailto:hayesw...@realtek.com] > Sent: Friday, June 3, 2016 4:23 AM > To: Limonciello, Mario ; > gre...@linuxfoundation.org > Cc: linux-kernel@vger.kernel.org; net...@vger.kernel.org; linux- > u...@vger.kernel.org; pali.ro...@gmail.com;

[PATCH] iommu/vt-d: fix overflow of iommu->domains array

2016-06-03 Thread Jan Niehusmann
The valid range of did in get_iommu_domain(*iommu, did) is 0..cap_ndoms(iommu->cap), so don't exceed that range in free_all_cpu_cached_iovas(). Signed-off-by: Jan Niehusmann --- drivers/iommu/intel-iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] iommu/vt-d: fix overflow of iommu->domains array

2016-06-03 Thread Jan Niehusmann
The valid range of did in get_iommu_domain(*iommu, did) is 0..cap_ndoms(iommu->cap), so don't exceed that range in free_all_cpu_cached_iovas(). Signed-off-by: Jan Niehusmann --- drivers/iommu/intel-iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

RE: [PATCH v2 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus mutiplexer

2016-06-03 Thread Pramod Kumar
Hi Rob, > -Original Message- > From: Rob Herring [mailto:r...@kernel.org] > Sent: 03 June 2016 07:13 > To: Pramod Kumar > Cc: Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Catalin Marinas; Will > Deacon; Kishon Vijay Abraham I; David S. Miller; devicet...@vger.kernel.org; >

RE: [PATCH v2 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus mutiplexer

2016-06-03 Thread Pramod Kumar
Hi Rob, > -Original Message- > From: Rob Herring [mailto:r...@kernel.org] > Sent: 03 June 2016 07:13 > To: Pramod Kumar > Cc: Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Catalin Marinas; Will > Deacon; Kishon Vijay Abraham I; David S. Miller; devicet...@vger.kernel.org; >

Re: [linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup

2016-06-03 Thread Michal Hocko
On Fri 03-06-16 15:51:54, Andrea Arcangeli wrote: > On Thu, Jun 02, 2016 at 02:21:10PM +0200, Michal Hocko wrote: > > Testing with the patch makes some sense as well, but I would like to > > hear from Andrea whether the approach is good because I am wondering why > > he hasn't done that before -

Re: [linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup

2016-06-03 Thread Michal Hocko
On Fri 03-06-16 15:51:54, Andrea Arcangeli wrote: > On Thu, Jun 02, 2016 at 02:21:10PM +0200, Michal Hocko wrote: > > Testing with the patch makes some sense as well, but I would like to > > hear from Andrea whether the approach is good because I am wondering why > > he hasn't done that before -

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, June 2, 2016 2:10 PM > To: Limonciello, Mario > Cc: gre...@linuxfoundation.org; hayesw...@realtek.com; linux- > ker...@vger.kernel.org; net...@vger.kernel.org; linux- >

RE: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address

2016-06-03 Thread Mario_Limonciello
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, June 2, 2016 2:10 PM > To: Limonciello, Mario > Cc: gre...@linuxfoundation.org; hayesw...@realtek.com; linux- > ker...@vger.kernel.org; net...@vger.kernel.org; linux- > u...@vger.kernel.org;

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Fri, Jun 03, 2016 at 09:06:23AM +0200, Johannes Berg wrote: > > > http://www.filewatcher.com/_/?q=wireless-legacy.git, maybe ? > > > > Seems to work - both have the same branches: > >   adm8211 72c942ed694e [PATCH] adm8211: fix build breakage > from skb->mac.raw >   at76

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Fri, Jun 03, 2016 at 09:06:23AM +0200, Johannes Berg wrote: > > > http://www.filewatcher.com/_/?q=wireless-legacy.git, maybe ? > > > > Seems to work - both have the same branches: > >   adm8211 72c942ed694e [PATCH] adm8211: fix build breakage > from skb->mac.raw >   at76

Re: [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio

2016-06-03 Thread Jens Axboe
On 05/27/2016 05:11 AM, Baolin Wang wrote: In dm-crypt, it need to map one bio to scatterlist for improving the hardware engine encryption efficiency. Thus this patch introduces the blk_bio_map_sg() function to map one bio with scatterlists. For avoiding the duplicated code in

Re: [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio

2016-06-03 Thread Jens Axboe
On 05/27/2016 05:11 AM, Baolin Wang wrote: In dm-crypt, it need to map one bio to scatterlist for improving the hardware engine encryption efficiency. Thus this patch introduces the blk_bio_map_sg() function to map one bio with scatterlists. For avoiding the duplicated code in

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Guenter Roeck
On 06/03/2016 05:11 AM, Arnd Bergmann wrote: On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function

Re: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'

2016-06-03 Thread Guenter Roeck
On 06/03/2016 05:11 AM, Arnd Bergmann wrote: On Thursday, June 2, 2016 5:58:48 PM CEST Guenter Roeck wrote: Hi Arnd, sparc32:allmodconfig fails to build in next-20160602 as follows. In file included from drivers/block/floppy.c:185:0: include/linux/mc146818rtc.h: In function

Re: [PATCH] perf script: Fix display inconsitency when call-graph config is used

2016-06-03 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 03, 2016 at 04:38:04PM +0800, Wangnan (F) escreveu: > Hi, Arnaldo and David, > > Could you please have a look at this patch? It solves a perf script problem > when > dealing with mixed call-graph and no-call-graph events. Sorry for the delay, I reproduced the problem and applied the

Re: [PATCH] perf script: Fix display inconsitency when call-graph config is used

2016-06-03 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 03, 2016 at 04:38:04PM +0800, Wangnan (F) escreveu: > Hi, Arnaldo and David, > > Could you please have a look at this patch? It solves a perf script problem > when > dealing with mixed call-graph and no-call-graph events. Sorry for the delay, I reproduced the problem and applied the

Re: [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio

2016-06-03 Thread Jens Axboe
On 05/27/2016 05:11 AM, Baolin Wang wrote: +/* + * Map a bio to scatterlist, return number of sg entries setup. Caller must + * make sure sg can hold bio segments entries. + */ +int blk_bio_map_sg(struct request_queue *q, struct bio *bio, + struct scatterlist *sglist) +{ +

Re: [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio

2016-06-03 Thread Jens Axboe
On 05/27/2016 05:11 AM, Baolin Wang wrote: +/* + * Map a bio to scatterlist, return number of sg entries setup. Caller must + * make sure sg can hold bio segments entries. + */ +int blk_bio_map_sg(struct request_queue *q, struct bio *bio, + struct scatterlist *sglist) +{ +

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Thu, Jun 02, 2016 at 06:18:27PM -0700, Guenter Roeck wrote: > On Thu, Jun 02, 2016 at 02:38:04PM -0400, John W. Linville wrote: > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer available on kernel.org. I honestly have no idea > > what happened to

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Thu, Jun 02, 2016 at 06:18:27PM -0700, Guenter Roeck wrote: > On Thu, Jun 02, 2016 at 02:38:04PM -0400, John W. Linville wrote: > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer available on kernel.org. I honestly have no idea > > what happened to

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