Re: [PATCH 1/3] drivers: input: powerkey for HISI 65xx SoC

2016-06-10 Thread kbuild test robot
/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 reproduce: # save the attached .config to linux build tree

Re: [PATCH v9 03/14] usb: hcd.h: Add OTG to HCD interface

2016-06-10 Thread Roger Quadros
On 09/06/16 17:11, Alan Stern wrote: > On Thu, 9 Jun 2016, Sergei Shtylyov wrote: > >> Hello. >> >> On 6/9/2016 10:31 AM, Roger Quadros wrote: >> >>> The OTG core will use struct otg_hcd_ops to interface >>> with the HCD controller. >> >>Host controller driver (HCD) controller?

Re: [PATCH] events/uprobes: move smp_read_barrier_depends() where needed

2016-06-10 Thread Oleg Nesterov
On 06/09, Andrea Parri wrote: > > There is no need to use the barrier if there is no dereference/ > memory access; move it where needed (currently, affecting only > Alpha). OK, although area == NULL is unlikely case, > While touching this, also make the reads _ONCE(). Why? both xol_area/vaddr ca

Re: [PATCH v10 08/14] usb: otg: add OTG/dual-role core

2016-06-10 Thread Roger Quadros
Hi Sergei, On 09/06/16 15:34, Sergei Shtylyov wrote: > On 6/9/2016 10:53 AM, Roger Quadros wrote: > >> It provides APIs for the following tasks >> >> - Registering an OTG/dual-role capable controller >> - Registering Host and Gadget controllers to OTG core >> - Providing inputs to and kicking the

Re: [RFC v2 2/2] i2c: Pass i2c_device_id to probe func when using DT ids through ACPI

2016-06-10 Thread Wolfram Sang
On Thu, Jun 09, 2016 at 04:06:03PM +0300, Crestez Dan Leonard wrote: > When devices are instatiated through devicetree the i2c_client->name is > set to the compatible string with company name stripped out. This is > then matched to the i2c_device_id table to pass the device_id to the > probe functi

Re: [PATCH v10 11/14] usb: otg: use dev_dbg() instead of VDBG()

2016-06-10 Thread Roger Quadros
On 09/06/16 18:43, Joe Perches wrote: > On Thu, 2016-06-09 at 10:55 +0300, Roger Quadros wrote: >> Now that we have a device reference in struct usb_otg >> let's use dev_vdbg() for debug messages instead of VDBG(). >> >> Signed-off-by: Roger Quadros >> Acked-by: Peter Chen >> --- >> v10: >> - in

Re: [PATCH v9 13/14] usb: gadget: udc: adapt to OTG core

2016-06-10 Thread Roger Quadros
Hi Yoshihiro, On 09/06/16 13:49, Yoshihiro Shimoda wrote: > Hi Roger, > >> From: Roger Quadros >> Sent: Wednesday, June 08, 2016 6:04 PM >> >> The OTG state machine needs a mechanism to start and >> stop the gadget controller as well as connect/disconnect >> from the bus. Add usb_gadget_start(),

Re: [PATCH] m32r: add __ucmpdi2 to fix build failure

2016-06-10 Thread Sudip Mukherjee
On Thursday 09 June 2016 11:16 PM, Andrew Morton wrote: On Thu, 9 Jun 2016 22:53:33 +0100 Sudip Mukherjee wrote: We are having build failure with m32r and the error message being: ERROR: "__ucmpdi2" [lib/842/842_decompress.ko] undefined! ERROR: "__ucmpdi2" [fs/btrfs/btrfs.ko] undefined! ERRO

Re: [PATCH 1/3] drivers: input: powerkey for HISI 65xx SoC

2016-06-10 Thread John Stultz
> help improve the system] > > url: > https://github.com/0day-ci/linux/commits/John-Stultz/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804 > base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git > for-mfd-next > config: i386-allmodconfig (attached as .co

Re: [PATCH net v2] vmxnet3: segCnt can be 1 for LRO packets

2016-06-10 Thread David Miller
From: Shrikrishna Khare Date: Tue, 7 Jun 2016 23:13:35 -0700 > The device emulation may send segCnt of 1 for LRO packets. > > Signed-off-by: Shrikrishna Khare > Signed-off-by: Jin Heo Applied.

[PATCH 0/4] Trivial GPIO/pinctrl documentation fixes

2016-06-10 Thread Andrew Jeffery
Hi all, The patches fix some file paths and minor grammatical issues in the GPIO/pinctrl documentation. Patches 3 and 4 are separate to ease review. Cheers, Andrew Andrew Jeffery (4): drivers-on-gpio.txt: Fix paths to GPIO driver source files pinctrl.txt: Fix grammar in pinmux request list

[PATCH 3/4] pinctrl.txt: s/have/has/ in GPIO driver interaction description

2016-06-10 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- Documentation/pinctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index cefcf5d88a1c..07d102c3d05a 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.txt @@ -286,7 +

[PATCH 1/4] drivers-on-gpio.txt: Fix paths to GPIO driver source files

2016-06-10 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- Documentation/gpio/drivers-on-gpio.txt | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/gpio/drivers-on-gpio.txt b/Documentation/gpio/drivers-on-gpio.txt index 14bf95a13bae..306513251713 100644 --- a/Documentation/g

[PATCH 2/4] pinctrl.txt: Fix grammar in pinmux request list

2016-06-10 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- Documentation/pinctrl.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 4976389e432d..cefcf5d88a1c 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.txt @@

[PATCH 4/4] pinctrl.txt: Reflow/wrap paragraph describing GPIO interaction

2016-06-10 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- Documentation/pinctrl.txt | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 07d102c3d05a..6414a613cb8a 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.

Re: [PATCH v3 2/2] arm64: dts: Fix broken architected timer interrupt trigger

2016-06-10 Thread Marc Zyngier
On Thu, 09 Jun 2016 14:06:02 -0700 David Daney wrote: > I spoke too soon... > > On 06/09/2016 11:11 AM, David Daney wrote: > > On 06/06/2016 10:56 AM, Marc Zyngier wrote: > >> The ARM architected timer specification mandates that the interrupt > >> associated with each timer is level triggered (

Re: [mmots-2016-06-09-16-49] kernel BUG at mm/slub.c:1616

2016-06-10 Thread Sergey Senozhatsky
that was fast! On (06/10/16 08:34), Michal Hocko wrote: [..] > OK, so this is flags & GFP_SLAB_BUG_MASK BUG_ON because gfp is > ___GFP_HIGHMEM. It is my [1] patch which has introduced it. > I think we need the following. Andrew could you fold it into > mm-memcg-use-consistent-gfp-flags-during-read

Re: [PATCH 1/2] arm64: dts: r8a7795: add FCPF device nodes

2016-06-10 Thread Geert Uytterhoeven
On Thu, Jun 9, 2016 at 6:56 PM, Kieran Bingham wrote: > Provide nodes for the FCP devices dedicated to the FDP device channels. > > Signed-off-by: Kieran Bingham Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux be

[GIT] Networking

2016-06-10 Thread David Miller
1) nfnetlink timestamp taken from wrong skb, fix from Florian Westphal. 2) Revert some msleep conversions in rtlwifi as these spots are in atomic context, from Larry Finger. 3) Validate that NFTA_SET_TABLE attribute is actually specified when we call nf_tables_getset(). From Phil Turnbull

Re: [PATCH v3 1/2] clocksource/arm_arch_timer: Force per-CPU interrupt to be level-triggered

2016-06-10 Thread Marc Zyngier
On Thu, 09 Jun 2016 14:10:48 -0700 David Daney wrote: > On 06/06/2016 10:56 AM, Marc Zyngier wrote: > > The ARM architected timer produces level-triggered interrupts (this > > is mandated by the architecture). Unfortunately, most device-trees > > get this wrong, and expose an edge-triggered inter

Re: [PATCH] clk: renesas: r8a7795: Provide FDP1 clocks

2016-06-10 Thread Geert Uytterhoeven
Hi Kieran, On Thu, Jun 9, 2016 at 6:12 PM, Kieran Bingham wrote: > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Laurent Pinchart > Signed-off-by: Kieran Bingham > --- > drivers/clk/renesas/r8a7795-cpg-mssr.c | 3 +++ > 1 file changed, 3 insertions(+) Thanks queued in clk-renesas-for-v4.8.

Re: [PATCH 2/2] arm64: dts: r8a7795: add FDP1 device nodes

2016-06-10 Thread Geert Uytterhoeven
On Thu, Jun 9, 2016 at 6:56 PM, Kieran Bingham wrote: > Signed-off-by: Kieran Bingham Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: [PATCH 3/3] mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver

2016-06-10 Thread Lee Jones
On Thu, 09 Jun 2016, John Stultz wrote: > Wire up the powerkey driver functionality for the hi655x PMIC. > > Cc: Dmitry Torokhov > Cc: Rob Herring > Cc: Lee Jones > Cc: Jorge Ramirez-Ortiz > Cc: Feng Chen > Cc: Wei Xu > Cc: Guodong Xu > Signed-off-by: John Stultz > --- > drivers/mfd/hi65

Re: [PATCH v2 1/2] Documentation: bindings: add dt doc for Rockchip PCIe controller

2016-06-10 Thread Marc Zyngier
On Wed, 8 Jun 2016 16:05:17 +0800 Shawn Lin wrote: > This patch adds a binding that describes the Rockchip PCIe controller > found on Rockchip SoCs PCIe interface. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - fix lots clk/reset stuff suggested by Heiko > - remove msi-parent and

[PATCH v3,3/5] usb: xhci-mtk: make IPPC register optional

2016-06-10 Thread Chunfeng Yun
Make IPPC register optional to support host side of dual-role mode, due to it is moved into common glue layer for simplification. Signed-off-by: Chunfeng Yun --- drivers/usb/host/xhci-mtk.c | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/dr

[PATCH v3,4/5] usb: Add MediaTek USB3 DRD Driver

2016-06-10 Thread Chunfeng Yun
This patch adds support for the MediaTek USB3 controller integrated into MT8173. It can be configured as Dual-Role Device (DRD), Peripheral Only and Host Only (xHCI) modes. Signed-off-by: Chunfeng Yun --- drivers/usb/Kconfig|2 + drivers/usb/Makefile |1 + d

[PATCH v3,5/5] arm64: dts: mediatek: add USB3 DRD driver

2016-06-10 Thread Chunfeng Yun
USB3 DRD driver is added for MT8173-EVB, and xHCI driver becomes its subnode Signed-off-by: Chunfeng Yun --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 46 +-- arch/arm64/boot/dts/mediatek/mt8173.dtsi| 28 2 files changed, 65 insertions(+), 9 d

[PATCH v3,2/5] dt-bindings: mt8173-mtu3: add devicetree bindings

2016-06-10 Thread Chunfeng Yun
add a DT binding doc for MediaTek USB3 DRD driver Signed-off-by: Chunfeng Yun --- .../devicetree/bindings/usb/mt8173-mtu3.txt| 85 1 file changed, 85 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/mt8173-mtu3.txt diff --git a/Documentation

[PATCH v3,1/5] dt-bindings: mt8173-xhci: support host side of dual-role mode

2016-06-10 Thread Chunfeng Yun
Some resources, such as IPPC register etc, shared with device driver are moved into common glue layer when xHCI driver is the host side of dual-role mode and they should be changed as optional properties if they are required ones before. For clarity, add a new part of binding to support host side o

Add MediaTek USB3 DRD Driver

2016-06-10 Thread Chunfeng Yun
>From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001 From: Chunfeng Yun Date: Fri, 10 Jun 2016 15:20:20 +0800 Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver These patches introduce the MediaTek USB3 dual-role controller driver. The driver can be configured as Dual-Role Devi

Re: [PATCH 3/3] mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver

2016-06-10 Thread John Stultz
On Fri, Jun 10, 2016 at 12:32 AM, Lee Jones wrote: > On Thu, 09 Jun 2016, John Stultz wrote: > >> +static struct resource pwrkey_resources[] = { >> + { >> + .name = "down", >> + .start = 6, >> + .end= 6, >> + .flags = IORESOURCE_IRQ, >> +

Re: [PATCH 2/4] ASoC: sunxi: Add Allwinner A10 Digital Audio driver

2016-06-10 Thread Maxime Ripard
Hi Mark, On Fri, Jun 10, 2016 at 01:37:55AM +0100, Mark Brown wrote: > > > > +static int sun4i_i2s_dai_probe(struct snd_soc_dai *dai) > > > > +{ > > > > + struct sun4i_i2s *i2s = snd_soc_dai_get_drvdata(dai); > > > > > + /* Enable the whole hardware block */ > > > > + regmap_wri

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-10 Thread Marc Zyngier
On Thu, 9 Jun 2016 21:00:08 -0700 Doug Anderson wrote: Hi Doug, > Shawn, > > On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote: > > This patch adds Rockchip PCIe controller support found > > on RK3399 Soc platform. > > > > Signed-off-by: Shawn Lin > > > > --- > > > > Changes in v2: > > - remove

Re: [PATCH V2 4/5] drm/bridge: Add driver for GE B850v3 LVDS/DP++ Bridge

2016-06-10 Thread Enric Balletbo Serra
Hi Peter, Only a few comments ;) 2016-06-09 18:25 GMT+02:00 Peter Senna Tschudin : > Add a driver that create a drm_bridge and a drm_connector for the LVDS > to DP++ display bridge of the GE B850v3. > > There are two physical bridges on the video signal pipeline: a > STDP4028(LVDS to DP) and a ST

Re: [mmots-2016-06-09-16-49] kernel BUG at mm/slub.c:1616

2016-06-10 Thread Michal Hocko
On Fri 10-06-16 16:24:59, Sergey Senozhatsky wrote: > that was fast! > > On (06/10/16 08:34), Michal Hocko wrote: > [..] > > OK, so this is flags & GFP_SLAB_BUG_MASK BUG_ON because gfp is > > ___GFP_HIGHMEM. It is my [1] patch which has introduced it. > > I think we need the following. Andrew coul

Re: [PATCHv2] backlight: pwm_bl: disable PWM when 'duty_cycle' is zero

2016-06-10 Thread Lee Jones
On Fri, 10 Jun 2016, Lothar Waßmann wrote: > Hi, > > On Thu, 9 Jun 2016 14:51:25 +0100 Lee Jones wrote: > > On Tue, 07 Jun 2016, Lothar Waßmann wrote: > > > > > 'brightness' is usually an index into a table of duty_cycle values, > > > where the value at index 0 may well be non-zero > > > (tegra3

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Roger Quadros
On 07/06/16 14:49, Grygorii Strashko wrote: > On 06/07/2016 12:34 PM, Roger Quadros wrote: >> On 02/06/16 14:52, Grygorii Strashko wrote: >>> On 06/01/2016 10:46 AM, Roger Quadros wrote: Implementations might use different IRQs for host, gadget and OTG so use named interrupt resources >>>

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Roger Quadros
Grygorii, On 02/06/16 14:52, Grygorii Strashko wrote: > On 06/01/2016 10:46 AM, Roger Quadros wrote: >> Implementations might use different IRQs for >> host, gadget and OTG so use named interrupt resources >> to allow Device tree to specify the 3 interrupts. >> >> Following are the interrupt names

Re: [PATCH v2 5/7] drm: rockchip: use common iommu api to attach iommu

2016-06-10 Thread Tomasz Figa
Hi, On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote: > Rockchip DRM used the arm special API, arm_iommu_*(), to attach > iommu for ARM32 SoCs. This patch convert to common iommu API > so it would support ARM64 like RK3399. > > The general idea is domain_alloc(), attach_device() and > arch_s

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Roger Quadros
On 10/06/16 11:02, Roger Quadros wrote: > Grygorii, > > On 02/06/16 14:52, Grygorii Strashko wrote: >> On 06/01/2016 10:46 AM, Roger Quadros wrote: >>> Implementations might use different IRQs for >>> host, gadget and OTG so use named interrupt resources >>> to allow Device tree to specify the 3 i

Re: [PATCH V5 4/9] genirq: Add runtime power management support for IRQ chips

2016-06-10 Thread Jon Hunter
On 09/06/16 23:56, Kevin Hilman wrote: > Jon Hunter writes: > >> On 06/06/16 15:36, Grygorii Strashko wrote: >>> On 06/06/2016 05:30 PM, Jon Hunter wrote: On 06/06/16 15:13, Grygorii Strashko wrote: > On 06/06/2016 02:53 PM, Jon Hunter wrote: >> Some IRQ chips may be located in

[PATCH 0/2] ARM: dts: sunxi: Re-order sun4i and sun7i pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
Hello, This patchset have no functional changes, only sorting sun4i and sun7i pinctrl nodes in alphabetical order. Aleksei Mamlin (2): ARM: dts: sun4i: Re-order pinctrl nodes alphabetically ARM: dts: sun7i: Re-order pinctrl nodes alphabetically arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++

[PATCH 2/2] ARM: dts: sun7i: Re-order pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
No functional change. Re-order sun7i pinctrl nodes alphabetically. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun7i-a20.dtsi | 284 +++ 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/

[PATCH 1/2] ARM: dts: sun4i: Re-order pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
No functional change. Re-order sun4i pinctrl nodes alphabetically. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dt

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Felipe Balbi
Hi, Roger Quadros writes: >> Is it expected to have more than one IRQ here? >> >> if not - it will better to use platform_get_irq[_byname](). >> > > The reason I used platform_get_resource variant is that i'm passing the > resource directly to the XHCI platform device below. >> >>> + >>> +

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Felipe Balbi
Hi, Roger Quadros writes: >> dwc->xhci_resource[1] = *res; > > Probably not as we don't want to change parent/child members. oh, you had already replied. Sorry. This is correct -- balbi signature.asc Description: PGP signature

[PATCH 2/2] phy: ti-pipe3: Program the DPLL even if it was already locked

2016-06-10 Thread Kishon Vijay Abraham I
From: Roger Quadros If bootloader has set a wrong DPLL then we must trash those values and re-program it anyways. This fixes USB3 devices not being enumerated on beagle-x15 if usb was started in u-boot. We don't re-program SATA DPLL if it is locked as it was causing SATA failures if device was h

[GIT PULL] phy: for 4.7 -rc cycle

2016-06-10 Thread Kishon Vijay Abraham I
Hi Greg, Please find the pull request for this -rc cycle below. It consists of a couple of fixes in the phy drivers. Consider merging this in this -rc. Let me know if you want me to change something. Cheers Kishon The following changes since commit 1a695a905c18548062509178b98bc91e67510864: L

[PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver

2016-06-10 Thread Neil Armstrong
Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver. The generator is a single 32bit wide register. Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings. Changes since v1 at http://lkml.kernel.org/r/1464943621-18278-1-git-send-email-narmstr

[PATCH v2 1/3] char: hw_random: Add Amlogic Meson Hardware Random Generator

2016-06-10 Thread Neil Armstrong
Add support for the Amlogic Meson SoCs hardware random generator. Signed-off-by: Neil Armstrong --- drivers/char/hw_random/Kconfig | 14 drivers/char/hw_random/Makefile| 1 + drivers/char/hw_random/meson-rng.c | 131 + 3 files changed, 146 inse

[PATCH v2 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node

2016-06-10 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 832815d..8353621 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g

[PATCH v2 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

2016-06-10 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/rng/amlogic,meson-rng.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt diff --git a/Documentation/devicetree/bindings

[PATCH 1/2] phy: exynos-mipi-video: avoid uninitialized variable use

2016-06-10 Thread Kishon Vijay Abraham I
From: Arnd Bergmann A rework of the exynos-mipi-video driver caused a warning about the new __set_phy_state function potentially accessing a variable before its initialization: drivers/phy/phy-exynos-mipi-video.c: In function '__set_phy_state': drivers/phy/phy-exynos-mipi-video.c:238:13: error:

Re: pwm: atmel: Fix disabling of PWM channels

2016-06-10 Thread Alexandre Belloni
Hi, On 13/05/2016 at 13:09:37 +0200, Guillermo Rodriguez wrote : > When disabling a PWM channel, the PWM clock was being stopped > immediately after writing to PWM_DIS. As a result, the disabling > of the PWM channel did not complete properly, and the PWM output > might be left at the wrong level.

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Roger Quadros
On 10/06/16 11:18, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >>> dwc->xhci_resource[1] = *res; >> >> Probably not as we don't want to change parent/child members. > > oh, you had already replied. Sorry. This is correct > np :). So what i'll do is get the irq via platform_get_i

Re: [PATCH trivial] include/linux/memcontrol.h: Clean up code only

2016-06-10 Thread Chen Gang
On 6/10/16 14:14, Michal Hocko wrote: > On Fri 10-06-16 08:40:30, Chen Gang wrote: >> >> On 6/9/16 23:46, Michal Hocko wrote: > [...] >>> That's being said, I appreciate an interest in making the code cleaner >>> but try to think whether these changes are actually helpful and who is >>> going to be

[PATCH] T4/B4: add aliases for usb nodes

2016-06-10 Thread Sriram Dash
From: Sriram Dash Add usb aliases for consistency with the other platforms. Signed-off-by: Laurentiu Tudor Signed-off-by: Sriram Dash --- arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi| 1 + arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi| 1 + arch/powerpc/boot/dts/fsl/qonverge-usb2-d

[PATCH] powerpc: dts: t1040si: Change T1040si USB controller version

2016-06-10 Thread Sriram Dash
From: Sriram Dash Change USB controller version name to 2.5 in compatible string for T1040 Signed-off-by: Sriram Dash --- arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powe

RE: [PATCH 4.2.y-ckt 006/206] drm/i915: Exit cherryview_irq_handler() after one pass

2016-06-10 Thread Ursulin, Tvrtko
Hi, Should not be cherry picked to stable, it needs many more patches to make it work or otherwise breaks the platform. Regards, Tvrtko > -Original Message- > From: Kamal Mostafa [mailto:ka...@canonical.com] > Sent: Thursday, June 09, 2016 10:14 PM > To: linux-kernel@vger.kernel.org; s

[GIT PULL] sound fixes for 4.7-rc3

2016-06-10 Thread Takashi Iwai
Linus, please pull sound fixes for v4.7-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.7-rc3 The topmost commit is 35639a0e98391036a4c7f23253c321d6621a8897 sound fixes for 4.7-rc3 We have

[PATCH 1/2] slab: make GFP_SLAB_BUG_MASK information more human readable

2016-06-10 Thread Michal Hocko
From: Michal Hocko printk offers %pGg for quite some time so let's use it to get a human readable list of invalid flags. The original output would be [ 429.191962] gfp: 2 after the change [ 429.191962] Unexpected gfp: 0x2 (__GFP_HIGHMEM) Signed-off-by: Michal Hocko --- mm/slab.c | 3 ++- m

[PATCH 2/2] slab: do not panic on invalid gfp_mask

2016-06-10 Thread Michal Hocko
From: Michal Hocko both SLAB and SLUB BUG() when a caller provides an invalid gfp_mask. This is a rather harsh way to announce a non-critical issue. Allocator is free to ignore invalid flags. Let's simply replace BUG() by dump_stack to tell the offender and fixup the mask to move on with the allo

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-10 Thread Ian Kent
On Thu, 2016-06-09 at 10:27 -0700, Andrei Vagin wrote: > On Wed, Jun 8, 2016 at 6:23 PM, Ian Kent wrote: > > On Mon, 2016-05-30 at 13:52 +0800, Ian Kent wrote: > > > On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote: > > > > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: > > > > > Hi Ian,

Re: [PATCH v3 2/3] drm/arm: Add support for Mali Display Processors

2016-06-10 Thread Liviu Dudau
On Thu, Jun 09, 2016 at 08:56:29PM +0200, Daniel Vetter wrote: > On Thu, Jun 09, 2016 at 05:18:18PM +0100, Liviu Dudau wrote: > > Add support for the new family of Display Processors from ARM Ltd. > > This commit adds basic support for Mali DP500, DP550 and DP650 > > parts, with only the display en

[PATCH] usb: dwc3: fix runtime PM in error path

2016-06-10 Thread Roger Quadros
If there is a failure after pm_runtime_enable/get_sync() we need to call pm_runtime_disable/put_sync(). Otherwise it will lead to an unbalanced pm_runtime_enable() on the subsequent probe if the earlier probe bailed out due to -EPROBE_DEFER. Signed-off-by: Roger Quadros --- drivers/usb/dwc3/cor

[PATCH] base: make module_create_drivers_dir race-free

2016-06-10 Thread Jiri Slaby
Modules which register drivers via standard path (driver_register) in parallel can cause a warning: WARNING: CPU: 2 PID: 3492 at ../fs/sysfs/dir.c:31 sysfs_warn_dup+0x62/0x80 sysfs: cannot create duplicate filename '/module/saa7146/drivers' Modules linked in: hexium_gemini(+) mxb(+) ... ... Call Tr

Re: [PATCH 7/7] ARM: dts: sun7i: Enable NAND on Wexler TAB7200

2016-06-10 Thread Maxime Ripard
On Thu, Jun 09, 2016 at 11:11:00AM +0300, Aleksei Mamlin wrote: > On Thu, 9 Jun 2016 00:03:14 +0200 > Maxime Ripard wrote: > > > Hi, > > > > On Mon, Jun 06, 2016 at 01:24:24PM +0300, Aleksei Mamlin wrote: > > > Enable the NFC and describe the NAND flash connected to this controller. > > > > > >

RE: [PATCH v3 1/2] usb: ohci-at91: Forcibly suspend ports while USB suspend

2016-06-10 Thread Yang, Wenyou
Hi Alan, > -Original Message- > From: Alan Stern [mailto:st...@rowland.harvard.edu] > Sent: 2016年6月9日 3:14 > To: Yang, Wenyou > Cc: Greg Kroah-Hartman ; Ferre, Nicolas > ; Rob Herring ; Pawel Moll > ; Mark Brown ; Ian Campbell > ; Kumar Gala ; > Alexandre Belloni ; Kernel development > l

Re: [PATCH trivial] include/linux/memory_hotplug.h: Clean up code

2016-06-10 Thread Chen Gang
On 6/10/16 14:11, kbuild test robot wrote: > Hi, > > [auto build test ERROR on next-20160609] > [also build test ERROR on v4.7-rc2] > [cannot apply to v4.7-rc2 v4.7-rc1 v4.6-rc7] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > Oh, my patc

Re: SIGSYS annoyance

2016-06-10 Thread Mikael Pettersson
Andy Lutomirski writes: > On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote: > > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski > > wrote: > >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 > >> > >> Should SIGSYS be delivered to the handler even if blocked? What, if > >> anything

Re: [PATCH v2 6/7] iommu/rockchip: use DMA API to map, to flush cache

2016-06-10 Thread Tomasz Figa
Hi, On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote: > Use DMA API instead of architecture internal functions like > __cpuc_flush_dcache_area() etc. > > To support the virtual device like DRM the virtual slave iommu > added in the previous patch, attaching to which the DRM can use > it own

[PATCH 4/4] dmaengine: dma: Rename driver and config

2016-06-10 Thread Kedareswara rao Appana
In the existing vdma driver support for AXI DMA and CDMA got added so the driver is no longer VDMA specific. This patch renames the driver and DT binding doc to xilinx_dma and updates the Kconfig description for all the DMAS. Signed-off-by: Kedareswara rao Appana --- .../dma/xilinx/{xilinx_vdma

Re: [PATCH v2 7/7] iommu/rockchip: enable rockchip iommu on ARM64 platform

2016-06-10 Thread Tomasz Figa
Hi, On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote: > From: Simon Xue > It is usual a good practice to include at least a single sentence here, even if the patch is trivial. In this case it could say "This patch makes it possible to compile the rockchip-iommu driver on ARM64 platform to

[PATCH 0/4] dmaengine: vdma: AXI DMAS Enhancments

2016-06-10 Thread Kedareswara rao Appana
This patch series does the following thing. ---> Add support for AXI DMA Multi-channel DMA mode. ---> Delete AXI DMA binding doc. ---> Rename the driver and update config options. This patch series is created on top of the patch series "dmaengine: Add Xilinx zynqmp dma engine driver support". Ked

[PATCH 1/4] Documentation: DT: vdma: Update binding doc for multi-channel dma mode

2016-06-10 Thread Kedareswara rao Appana
This patch updates the device-tree binding doc for AXI DMA multi channel dma mode. Signed-off-by: Kedareswara rao Appana --- .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/xilinx

[PATCH 3/4] Documentation: DT: dma: Delete binding doc for AXI DMA

2016-06-10 Thread Kedareswara rao Appana
The AXI DMA support is added to the existing AXI VDMA driver. Device tree binding information also updated in the VDMA binding doc. Signed-off-by: Kedareswara rao Appana --- .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 65 1 files changed, 0 insertions(+), 65 delet

[PATCH 2/4] dmaengine: vdma: Add support for mulit-channel dma mode

2016-06-10 Thread Kedareswara rao Appana
This patch adds support for AXI DMA multi-channel dma mode Multichannel mode enables DMA to connect to multiple masters And slaves on the streaming side. In Multichannel mode AXI DMA supports 2D transfers. Signed-off-by: Kedareswara rao Appana --- drivers/dma/xilinx/xilinx_vdma.c | 242

Re: Add MediaTek USB3 DRD Driver

2016-06-10 Thread chunfeng yun
Hi, On Fri, 2016-06-10 at 15:32 +0800, Chunfeng Yun wrote: > From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001 > From: Chunfeng Yun > Date: Fri, 10 Jun 2016 15:20:20 +0800 > Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver > > These patches introduce the MediaTek USB3 dual-r

Re: [PATCH] usb: dwc3: fix runtime PM in error path

2016-06-10 Thread Felipe Balbi
Hi, Roger Quadros writes: > If there is a failure after pm_runtime_enable/get_sync() > we need to call pm_runtime_disable/put_sync(). > > Otherwise it will lead to an unbalanced pm_runtime_enable() on the > subsequent probe if the earlier probe bailed out due to -EPROBE_DEFER. > > Signed-off-by:

[PATCH] arch/blackfin/kernel/module.c: Use KBUILD_MODNAME instead of mod->name for pr_fmt()

2016-06-10 Thread chengang
From: Chen Gang When use pr_warn(), it will break building because of mod undefined, so fix it just like another architectures have done. Signed-off-by: Chen Gang --- arch/blackfin/kernel/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/blackfin/kernel/module.c

Re: [PATCH v9 5/5] usb: dwc3: core: cleanup IRQ resources

2016-06-10 Thread Felipe Balbi
Hi, Roger Quadros writes: > On 10/06/16 11:18, Felipe Balbi wrote: >> >> Hi, >> >> Roger Quadros writes: dwc->xhci_resource[1] = *res; >>> >>> Probably not as we don't want to change parent/child members. >> >> oh, you had already replied. Sorry. This is correct >> > np :). > > So w

Re: [PATCH v3,2/5] dt-bindings: mt8173-mtu3: add devicetree bindings

2016-06-10 Thread Felipe Balbi
Hi, Chunfeng Yun writes: > + - enable-manual-drd : supports manual dual-role switch via sysfs; only used > + when receptacle is TYPE-A and also wants to support dual-role mode. sorry, but this manual-drd can't be accepted. You should rely on a DT property for this and you shouldn't expose i

[ldv-project] [net] rtl8188ee: a potential race condition

2016-06-10 Thread Pavel Andrianov
Hi! There is a potential data race in drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.ko. In the function rtl88ee_gpio_radio_on_off_checking the flag ppsc->rfchange_inprogress is set with a spinlock protection. In the function rtl_ps_set_rf_state the flag is read also under a spinlo

Re: Add MediaTek USB3 DRD Driver

2016-06-10 Thread Felipe Balbi
Hi, Chunfeng Yun writes: > From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001 > From: Chunfeng Yun > Date: Fri, 10 Jun 2016 15:20:20 +0800 > Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver > > These patches introduce the MediaTek USB3 dual-role controller > driver. > > The

[tip:timers/core] hrtimer: Remove redundant #ifdef block

2016-06-10 Thread tip-bot for Pratyush Patel
Commit-ID: 86721ab63b61ef1dd7305308e4049f644703decf Gitweb: http://git.kernel.org/tip/86721ab63b61ef1dd7305308e4049f644703decf Author: Pratyush Patel AuthorDate: Tue, 1 Mar 2016 22:58:49 +0530 Committer: Thomas Gleixner CommitDate: Fri, 10 Jun 2016 11:25:35 +0200 hrtimer: Remove redund

Re: [PATCH 1/3] drivers: input: powerkey for HISI 65xx SoC

2016-06-10 Thread kbuild test robot
/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next config: tile-allmodconfig (attached as .config) compiler: tilegx-linux-gcc (GCC) 4.6.2 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp

Re: [PATCH 0/3] ARM: OMAP: DRA7: Update to latest TRM and cleanup

2016-06-10 Thread Tony Lindgren
Hi, * Nishanth Menon [160524 06:37]: > Hi, > > Here are the final(hopefully) pending patches for DRA7 based on recent > TRM updates. Updates include removing retention support on L3init and > L4per as per latest SoC updates. > > Test Log: X15 (no modules): http://pastebin.ubuntu.com/16655027/ >

[PATCH 2/2] ARM: dts: sd_600eval: Fix eMMC lockup issue

2016-06-10 Thread Srinivas Kandagatla
From: Parth Pancholi This board locks up if we stress test the eMMC, as the regulator s4 is unable to supply enough current for all the peripherials attached to it. As this supply is wired up to most of the peripherials including DDR, it resulted in such lockup. This patch fixes this issue by se

[PATCH 1/2] ARM: dts: apq8064: rename db600c to SD_600eval

2016-06-10 Thread Srinivas Kandagatla
This board has been renamed recently and announced at https://eragon.einfochips.com/products/sd-600eval.html So rename this board files so that it reflects actual product in market. Signed-off-by: Srinivas Kandagatla --- arch/arm/boot/dts/Makefile | 2 +- .../boot/dts/

Re: [PATCH 0/2] ARM: dts: sunxi: Re-order sun4i and sun7i pinctrl nodes alphabetically

2016-06-10 Thread Maxime Ripard
On Fri, Jun 10, 2016 at 11:05:17AM +0300, Aleksei Mamlin wrote: > Hello, > > This patchset have no functional changes, only sorting sun4i and sun7i pinctrl > nodes in alphabetical order. Applied both, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering

[PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask

2016-06-10 Thread Mel Gorman
Commit d0164adc89f6 ("mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd") modified __GFP_WAIT to explicitly identify the difference between atomic callers and those that were unwilling to sleep. Later the definition was removed entirely. The G

[PATCH 1/2] ARM: dts: apq8064: move sdcc1 pinctrl nodes to soc file

2016-06-10 Thread Srinivas Kandagatla
This patch moves out the sdcc1 pinctrl nodes out of board files to soc file, so that it will be duplicated in other board files. Signed-off-by: Srinivas Kandagatla --- arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 20 .../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts

[PATCH 2/2] ARM: dts: apq8064: move sdcc3 pinctrls out of baord file

2016-06-10 Thread Srinivas Kandagatla
This patch move sdcc3 pinctrl nodes out of board file, so that other boards do not duplicate the same thing. Signed-off-by: Srinivas Kandagatla --- arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 20 .../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts | 22 +-

Re: [linux-sunxi] [PATCH] [V2] ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board

2016-06-10 Thread Maxime Ripard
On Fri, Jun 03, 2016 at 02:13:36PM +0800, luoyi...@gmail.com wrote: > From: Luo Yi > > Remove the extra empty line and add signed off. > > Signed-off-by: Luo Yi Please send a new patch. > --- > arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 4 > 1 file changed, 4 deletions(-) > >

Re: [linux-sunxi] [PATCH] [V2] ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board

2016-06-10 Thread Maxime Ripard
On Thu, Jun 02, 2016 at 11:15:55AM +0200, Bernhard Nortmann wrote: > Am 02.06.2016 um 10:16 schrieb Maxime Ripard: > >[...] > >Yes, everything that is shared with the banana-pro (which, judging > >from Bernhard, is pretty much everything but a GPIO) should be merged > >in the banapro DT. > > > >Max

[tip:x86/cleanups] lguest: Read length of device_cap later

2016-06-10 Thread tip-bot for Paul Bolle
Commit-ID: 7faf90ef995ea470f32f43810266ece8ac8ba6c7 Gitweb: http://git.kernel.org/tip/7faf90ef995ea470f32f43810266ece8ac8ba6c7 Author: Paul Bolle AuthorDate: Thu, 3 Mar 2016 13:01:40 +0100 Committer: Thomas Gleixner CommitDate: Fri, 10 Jun 2016 11:39:09 +0200 lguest: Read length of dev

Re: [PATCH v4] power_supply: power_supply_read_temp only if use_cnt > 0

2016-06-10 Thread Krzysztof Kozlowski
On 06/09/2016 11:28 PM, Rhyland Klein wrote: > Change power_supply_read_temp() to use power_supply_get_property() > so that it will check the use_cnt and ensure it is > 0. The use_cnt > will be incremented at the end of __power_supply_register, so this > will block to case where get_property can be

[tip:x86/cleanups] lguest: Read offset of device_cap later

2016-06-10 Thread tip-bot for Paul Bolle
Commit-ID: cf2cf0f50c14e86e04cda2c684357eed77922666 Gitweb: http://git.kernel.org/tip/cf2cf0f50c14e86e04cda2c684357eed77922666 Author: Paul Bolle AuthorDate: Thu, 3 Mar 2016 13:01:41 +0100 Committer: Thomas Gleixner CommitDate: Fri, 10 Jun 2016 11:39:09 +0200 lguest: Read offset of dev

Re: [PATCH V2 4/5] drm/bridge: Add driver for GE B850v3 LVDS/DP++ Bridge

2016-06-10 Thread Peter Senna Tschudin
Hi Enric, On Friday, June 10, 2016 09:39 CEST, Enric Balletbo Serra wrote: > Hi Peter, > > Only a few comments ;) Thanks a lot for the review! > > 2016-06-09 18:25 GMT+02:00 Peter Senna Tschudin : > > Add a driver that create a drm_bridge and a drm_connector for the LVDS > > to DP++ disp

Re: [RFC 0/4] Intel Integrated Sensor Hub Support (ISH)

2016-06-10 Thread Grant Likely
On Thu, Jun 9, 2016 at 10:54 PM, Srinivas Pandruvada wrote: > Hi, > On Thu, 2016-06-09 at 22:45 +0100, Grant Likely wrote: >> On Tue, May 31, 2016 at 5:27 AM, Srinivas Pandruvada >> wrote: >> > >> > Starting from Cherrytrail, multiple generation of Intel processors >> > offers >> > on package sen

  1   2   3   4   5   6   7   8   9   >