[PATCH net-next 5/6] r8152: support RTL8153B

2016-06-26 Thread Hayes Wang
Support new chip RTL8153B. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 560 +--- 1 file changed, 533 insertions(+), 27 deletions(-) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index 3ccbff0..2fd4944 100644 --- a/drivers/

[PATCH net-next 2/6] r8152: add u1u2_enable for rtl_ops

2016-06-26 Thread Hayes Wang
Add u1u2_enable() for rtl_ops. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index b253003..f51d799 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/u

Re: regression caused by bb6ab52f2bef ("intel_pstate: Do not set utilization update hook too early")

2016-06-26 Thread Jisheng Zhang
Dear Rafael, On Sat, 25 Jun 2016 02:14:28 +0200 "Rafael J. Wysocki" wrote: > On Friday, June 17, 2016 04:09:33 PM Jisheng Zhang wrote: > > Dear all, > > > > If using acpi-cpufreq instead, v4.6, v4.6-rc3, v4.7-rc3 can't reproduce the > > issue. It seems > > only intel_pstate is impacted. > >

Re: [PATCH 00/10] Documentation/Sphinx

2016-06-26 Thread Markus Heiser
Am 24.06.2016 um 12:40 schrieb Mauro Carvalho Chehab : > Em Tue, 31 May 2016 12:16:25 +0200 > Markus Heiser escreveu: > >> Am 30.05.2016 um 23:23 schrieb Mauro Carvalho Chehab >> : >> >>> Em Mon, 30 May 2016 23:05:34 +0300 >>> Jani Nikula escreveu: >>> > I worry a little bit in that reS

Re: [PATCH] thermal: of-thermal: Fix setting of set_emul_temp hook

2016-06-26 Thread Keerthy
On Friday 10 June 2016 11:57 AM, Keerthy wrote: On Thursday 02 June 2016 02:24 PM, Keerthy wrote: Currently thermal zone set_emul_temp is set unconditionally with of_thermal_set_emul_temp function. Set this only if the set_emul_temp hook is provided for thermal_zone_of_device_ops. This fixe

Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable vivid driver as a module

2016-06-26 Thread Krzysztof Kozlowski
On 06/24/2016 03:10 PM, Javier Martinez Canillas wrote: > The Virtual Video Test Driver can be used to emulate video capture and > output devices so it's very useful for testing. Since is not necessary > to boot, can be enabled as module to avoid increasing the kernel size. > > Signed-off-by: Javi

[fork] fa0c96ab2d: BUG: unable to handle kernel NULL pointer dereference at 0000000000000008

2016-06-26 Thread kernel test robot
edef/gcc-6/fa0c96ab2d9c97a1ac47b4f7ed7199f1eb143322/vmlinuz-4.7.0-rc4-00260-gfa0c96a -append 'root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-kbuild-yocto-ia32-9/rand_boot-1-yocto-minimal-i386.cgz-x86_64-acpi-redef-fa0c96ab2d9c97a1ac47b4f7ed7199f1eb143322-20160626-39885-prwrwn-1.yaml ARCH=x86_64 kconfig=x8

Re: [PATCH] [perf]: update makefile message for installing required libs

2016-06-26 Thread Peter Zijlstra
On Sun, Jun 26, 2016 at 09:49:56PM -0700, neerajbadl...@gmail.com wrote: > From: Neeraj Badlani > > In case of missing library (libslang), give hint to install library > (libslang2-dev) > Since libslang-dev is not provided by Ubuntu's apt-package No Signed-off-by:, so I (or in reality acme) can

Re: [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-26 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 4:08 PM, Jonathan Cameron wrote: > On 22/06/16 07:11, Raveendra Padasalagi wrote: >> This patch adds basic driver implementation for Broadcom's >> static adc controller used in iProc SoC's family. >> >> Signed-off-by: Raveendra Padasalagi >> Reviewed-by: Ray Jui >> Review

Re: kernel-4.7 bug in Intel sound and/or ACPI

2016-06-26 Thread Wim Osterholt
On Sat, Jun 25, 2016 at 04:51:03AM -0400, ok...@codeaurora.org wrote: > On 2016-06-24 21:39, Wim Osterholt wrote: > > Please apply the patches on top of clean 4.7-rc4 tree and apply them in > order with > > git am 0001... > git am 0002... It doesn't work that way. Beginners problems with git. T

RE: [v11,3/3] Bluetooth: hci_uart: Support firmware download for Marvell

2016-06-26 Thread Amitkumar Karwar
Hi Marcel, > From: Jeffy Chen [mailto:jeffy.c...@rock-chips.com] > Sent: Friday, June 24, 2016 11:32 AM > To: Amitkumar Karwar; linux-blueto...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat > Subject: Re: [v11,3/3] Bluetooth: hci_uart: Support firmware download > for Marvell >

Re: [PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-26 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 3:54 PM, Jonathan Cameron wrote: > On 24/06/16 16:43, Rob Herring wrote: >> On Wed, Jun 22, 2016 at 11:41:51AM +0530, Raveendra Padasalagi wrote: >>> The patch adds devicetree binding document for broadcom's >>> iproc-static-adc controller driver. >>> >>> Signed-off-by: Rav

Crypto Fixes for 4.7

2016-06-26 Thread Herbert Xu
Hi Linus: This push fixes the following issue: - Missing length check for user-space GETALG request. - Bogus memmove length in ux500 driver. - Incorrect priority setting for vmx driver. - Incorrect ABI selection for vmx driver. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/her

Re: [PATCH] cpufreq: powernv: Replacing pstate_id with frequency table index

2016-06-26 Thread Viresh Kumar
Hi Akshay, Did you try running checkpatch for this? On 24-06-16, 19:33, Akshay Adiga wrote: > diff --git a/drivers/cpufreq/powernv-cpufreq.c > b/drivers/cpufreq/powernv-cpufreq.c > index b29c5c2..f6ce6f0 100644 > --- a/drivers/cpufreq/powernv-cpufreq.c > +++ b/drivers/cpufreq/powernv-cpufreq.c >

[PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-26 Thread Yoshihiro Shimoda
This patch fixes an issue that the extcon_set_cable_state_() is possible to cause "BUG: scheduling while atomic" because this driver calls extcon_set_cable_state_() in the interrupt handler and mutex_lock() is possible to be called by like the following call trace. So, this patch adds a workqueue f

[v4.7-rc5] i915: *ERROR* (CPU pipe|PCH transcoder) A FIFO underrun

2016-06-26 Thread Sedat Dilek
Hi Daniel, I had already reported this issue in a email-thread called "[v4.6-10530-g28165ec7a99b] i915: *ERROR* "CPU pipe/PCH transcoder" A FIFO underrun". This is still happening here on Sandybridge (and Ivybridge GPU reported by Chris Bainbridge). I have updated the bug-report in [1]. Chris B.

linux-next: Tree for Jun 27

2016-06-26 Thread Stephen Rothwell
Hi all, Changes since 20160624: The nfs tree gained a build failure so I used the version from next-20160624. The net-next tree gained a conflict against the net tree. The crypto tree lost its build failure. The jc_docs tree gained a conflict against the drm tree. The devicetree tree gained a

Re: [PATCH] locking/osq: Drop the overload of osq lock

2016-06-26 Thread Boqun Feng
On Sun, Jun 26, 2016 at 02:59:26PM +0800, Boqun Feng wrote: [snip] > > This should be: > > extern struct vcpu_preempt_ops vcpu_preempt_ops; > > And I tested this one along with modified version of Xinhui's patch. > > The test showed that even in a not over-committed system, the overhead > of mu

Re: [PATCH 1/2] net: ethernet: ethoc: use phydev from struct net_device

2016-06-26 Thread Tobias Klauser
On 2016-06-25 at 16:33:41 +0200, Philippe Reynes wrote: > The private structure contain a pointer to phydev, but the structure > net_device already contain such pointer. So we can remove the pointer > phy in the private structure, and update the driver to use the > one contained in struct net_devi

Re: [PATCH 2/2] net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettings

2016-06-26 Thread Tobias Klauser
On 2016-06-25 at 16:33:42 +0200, Philippe Reynes wrote: > There are two generics functions phy_ethtool_{get|set}_link_ksettings, > so we can use them instead of defining the same code in the driver. > > Signed-off-by: Philippe Reynes Reviewed-by: Tobias Klauser Thanks

Re: [PATCH v10 01/22] net: hns: Add reset function support for RoCE driver

2016-06-26 Thread oulijun
Hi, Leon 在 2016/6/24 19:49, Leon Romanovsky 写道: > On Thu, Jun 16, 2016 at 10:35:09PM +0800, Lijun Ou wrote: >> It added reset function for RoCE driver. RoCE is a feature of hns. >> In hip06 SoC, in RoCE reset process, it's needed to configure dsaf >> channel reset, port and sl map info. Reset func

Re: RFC: Fix kdump failed with 'notsc'

2016-06-26 Thread Wei, Jiangang
Hi Alok, Thanks for your reply. CC Ingo and fenghua.yu I found the arch-criminal by bisect. [root@localhost linux]# git show 522e6646 commit 522e66464467543c0d88d023336eec4df03ad40b Author: Fenghua Yu Date: Wed Oct 23 18:30:12 2013 -0700 x86/apic: Disable I/O APIC before shutdo

[PATCH v3] acpi, nfit: treat volatile virtual CD region as pmem

2016-06-26 Thread Lee, Chun-Yi
This patch adds logic to treat volatile virtual CD region as pmem region, then /dev/pmem* device can be mounted with iso9660. It's useful to work with the httpboot in EFI firmware to pull a remote ISO file to the local memory region for booting and installation. Wiki page of UEFI HTTPBoot with OV

Re: [PATCH v14 04/10] arm64: Kprobes with single stepping support

2016-06-26 Thread Pratyush Anand
Hi David, On 26/06/2016:11:06:47 PM, David Long wrote: > From: Sandeepa Prabhu > > Add support for basic kernel probes(kprobes) and jump probes > (jprobes) for ARM64. > > Kprobes utilizes software breakpoint and single step debug > exceptions supported on ARM v8. > > A software breakpoint is p

<    1   2   3   4   5