[PATCH v2] gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*

2016-03-24 Thread Dmitry Torokhov
From: Dmitry Torokhov When firmware does not use _DSD properties that allow properly name GPIO resources, the kernel falls back on parsing _CRS resources, and will return entries described as GpioInt() as general purpose GPIOs even though they are meant to be used simply as

[PATCH v2] gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*

2016-03-24 Thread Dmitry Torokhov
From: Dmitry Torokhov When firmware does not use _DSD properties that allow properly name GPIO resources, the kernel falls back on parsing _CRS resources, and will return entries described as GpioInt() as general purpose GPIOs even though they are meant to be used simply as interrupt sources for

Re: Problem with dwc2 gadget isochronous in transfers

2016-03-24 Thread John Youn
On 3/24/2016 4:32 AM, John Keeping wrote: > Hi, > > I've been trying to use the uac2 gadget function on a Radxa Rock2 board > which uses the dwc2 driver, but it seems there is a problem with > isochronous in endpoints (out works fine). > > When trying to use the audio gadget no data is

Re: Problem with dwc2 gadget isochronous in transfers

2016-03-24 Thread John Youn
On 3/24/2016 4:32 AM, John Keeping wrote: > Hi, > > I've been trying to use the uac2 gadget function on a Radxa Rock2 board > which uses the dwc2 driver, but it seems there is a problem with > isochronous in endpoints (out works fine). > > When trying to use the audio gadget no data is

Re: [PATCHSET v2][RFC] Make background writeback not suck

2016-03-24 Thread Jens Axboe
On 03/23/2016 09:39 AM, Jens Axboe wrote: Hi, Apparently I dropped the subject on this one, it's of course v2 of the writeback not sucking patchset... Some test result. I've run a lot of them, on various types of storage, and performance seems good with the default settings. This case

Re: [PATCHSET v2][RFC] Make background writeback not suck

2016-03-24 Thread Jens Axboe
On 03/23/2016 09:39 AM, Jens Axboe wrote: Hi, Apparently I dropped the subject on this one, it's of course v2 of the writeback not sucking patchset... Some test result. I've run a lot of them, on various types of storage, and performance seems good with the default settings. This case

Re: [PATCH] gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*

2016-03-24 Thread Dmitry Torokhov
On Thu, Mar 24, 2016 at 7:01 AM, Mika Westerberg wrote: > On Wed, Mar 23, 2016 at 03:58:31PM -0700, Dmitry Torokhov wrote: >> From: Dmitry Torokhov >> >> When firmware does not use _DSD properties that allow properly name GPIO >> resources, the

Re: [PATCH] gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*

2016-03-24 Thread Dmitry Torokhov
On Thu, Mar 24, 2016 at 7:01 AM, Mika Westerberg wrote: > On Wed, Mar 23, 2016 at 03:58:31PM -0700, Dmitry Torokhov wrote: >> From: Dmitry Torokhov >> >> When firmware does not use _DSD properties that allow properly name GPIO >> resources, the kernel falls back on parsing _CRS resources, and

Re: [PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread kbuild test robot
Hi Carlos, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.5 next-20160324] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Alexey-Brodkin/drm-Add-support-of-ARC-PGU

Re: [PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread kbuild test robot
Hi Carlos, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.5 next-20160324] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Alexey-Brodkin/drm-Add-support-of-ARC-PGU

Re: [PATCH 3/5] perf core: Prepare writing into ring buffer from end

2016-03-24 Thread Alexei Starovoitov
On Thu, Mar 24, 2016 at 11:48:54AM +0800, Wangnan (F) wrote: > > >>http://lkml.iu.edu/hypermail/linux/kernel/1601.2/03966.html > >Wang, when you respin, please add all perf analysis that you've > >done and the reasons to do it this way to commit log > >to make sure it stays in git history. > > >

Re: [PATCH 3/5] perf core: Prepare writing into ring buffer from end

2016-03-24 Thread Alexei Starovoitov
On Thu, Mar 24, 2016 at 11:48:54AM +0800, Wangnan (F) wrote: > > >>http://lkml.iu.edu/hypermail/linux/kernel/1601.2/03966.html > >Wang, when you respin, please add all perf analysis that you've > >done and the reasons to do it this way to commit log > >to make sure it stays in git history. > > >

Re: [PATCH resend] init/main.c: Simplify initcall_blacklisted()

2016-03-24 Thread Prarit Bhargava
On 03/21/2016 07:14 PM, Rasmus Villemoes wrote: > Using kasprintf to get the function name makes us look up the name > twice, along with all the vsnprintf overhead of parsing the format > string etc. It also means there is an allocation failure case to deal > with. Since symbol_string in

Re: [PATCH resend] init/main.c: Simplify initcall_blacklisted()

2016-03-24 Thread Prarit Bhargava
On 03/21/2016 07:14 PM, Rasmus Villemoes wrote: > Using kasprintf to get the function name makes us look up the name > twice, along with all the vsnprintf overhead of parsing the format > string etc. It also means there is an allocation failure case to deal > with. Since symbol_string in

[GIT PULL] ARM: DT changes, part 2

2016-03-24 Thread Arnd Bergmann
The following changes since commit ed0f4b3ffcdbd2b47a0b24035bb6f22464c9fef1: ARM: dts: at91: sama5d2 Xplained: add leds node (2016-03-02 16:55:37 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-dt2 for you to fetch

[GIT PULL] ARM: DT changes, part 2

2016-03-24 Thread Arnd Bergmann
The following changes since commit ed0f4b3ffcdbd2b47a0b24035bb6f22464c9fef1: ARM: dts: at91: sama5d2 Xplained: add leds node (2016-03-02 16:55:37 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-dt2 for you to fetch

Re: [PATCH v3 03/18] irqchip: versatile-fpga: add new compatible for OX810SE SoC

2016-03-24 Thread Marc Zyngier
On 24/03/16 16:50, Neil Armstrong wrote: > Under the OX810SE, this exact same interface is used as "Reference Peripheral > Specification" Interrupt Controller, so add a new compatible string in order > to support the PLX Technology OX810SE SoC interrupt controller. > > Signed-off-by: Neil

Re: [PATCH v3 03/18] irqchip: versatile-fpga: add new compatible for OX810SE SoC

2016-03-24 Thread Marc Zyngier
On 24/03/16 16:50, Neil Armstrong wrote: > Under the OX810SE, this exact same interface is used as "Reference Peripheral > Specification" Interrupt Controller, so add a new compatible string in order > to support the PLX Technology OX810SE SoC interrupt controller. > > Signed-off-by: Neil

Re: linux-next: Tree for Mar 24 (events/amd/power)

2016-03-24 Thread Randy Dunlap
On 03/23/16 19:09, Stephen Rothwell wrote: > Hi all, > > Please do not add any v4.7 related material to your linux-next included > trees until after v4.6-rc1 is released. > > Changes since 20160323: > on i386: when CONFIG_CPU_SUP_INTEL is not enabled: In file included from

Re: linux-next: Tree for Mar 24 (events/amd/power)

2016-03-24 Thread Randy Dunlap
On 03/23/16 19:09, Stephen Rothwell wrote: > Hi all, > > Please do not add any v4.7 related material to your linux-next included > trees until after v4.6-rc1 is released. > > Changes since 20160323: > on i386: when CONFIG_CPU_SUP_INTEL is not enabled: In file included from

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread John Keeping
On Thu, 24 Mar 2016 13:56:02 +0100, Giuseppe CAVALLARO wrote: > This should be fixed by some work done some days > ago and not yet committed. > > Pls see "stmmac: MDIO fixes" patch-set and let me know > if ok on your side. Yes, that works for me. Thanks, John > On 3/24/2016 11:56 AM, John

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread John Keeping
On Thu, 24 Mar 2016 13:56:02 +0100, Giuseppe CAVALLARO wrote: > This should be fixed by some work done some days > ago and not yet committed. > > Pls see "stmmac: MDIO fixes" patch-set and let me know > if ok on your side. Yes, that works for me. Thanks, John > On 3/24/2016 11:56 AM, John

RE: [PATCH v2] mwifiex: advertise low priority scan feature

2016-03-24 Thread Amitkumar Karwar
> From: Wei-Ning Huang [mailto:wnhu...@chromium.org] > Sent: Tuesday, March 22, 2016 9:40 AM > To: Linux Wireless > Cc: LKML; Amitkumar Karwar; djku...@chromium.org; Wei-Ning Huang; > Nishant Sarmukadam; kv...@codeaurora.org; net...@vger.kernel.org > Subject: [PATCH v2] mwifiex: advertise low

RE: [PATCH v2] mwifiex: advertise low priority scan feature

2016-03-24 Thread Amitkumar Karwar
> From: Wei-Ning Huang [mailto:wnhu...@chromium.org] > Sent: Tuesday, March 22, 2016 9:40 AM > To: Linux Wireless > Cc: LKML; Amitkumar Karwar; djku...@chromium.org; Wei-Ning Huang; > Nishant Sarmukadam; kv...@codeaurora.org; net...@vger.kernel.org > Subject: [PATCH v2] mwifiex: advertise low

[PATCH v3 08/18] dt-bindings: Add PLX Technology Reset Controller bindings

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/reset/plxtech,reset.txt| 58 ++ 1 file changed, 58 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/plxtech,reset.txt diff

[PATCH v3 02/18] dt-bindings: timer: sp804: add new compatible for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Add new oxsemi,ox810se-rps-timer compatible string to support the PLX Technology OX810SE SoC Dual Timers variant. Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/timer/arm,sp804.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 09/18] clk: Add PLX Technology OXNAS Standard Clocks

2016-03-24 Thread Neil Armstrong
Add PLX Technology OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong --- drivers/clk/Kconfig | 6 ++ drivers/clk/Makefile| 1 + drivers/clk/clk-oxnas.c | 202 3 files changed, 209

Re: Where did . come from

2016-03-24 Thread Casey Schaufler
On 3/23/2016 9:29 PM, hgntk...@vfemail.net wrote: > Granted, you need something to signify that a file is a dir (remember, > in linux everything is a file), and what the parent dir is. > I'm assuming that the kernel folks decided the name, or at least have > some idea about it. > I'm not

[PATCH v3 05/18] dt-bindings: vendor-prefixes: Add PLX Technology

2016-03-24 Thread Neil Armstrong
Add PLX Technology vendor prefix. Fixed "pixdir" alphabetizing. Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v3 03/18] irqchip: versatile-fpga: add new compatible for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Under the OX810SE, this exact same interface is used as "Reference Peripheral Specification" Interrupt Controller, so add a new compatible string in order to support the PLX Technology OX810SE SoC interrupt controller. Signed-off-by: Neil Armstrong ---

[PATCH v3 04/18] dt-bindings: irq: arm,versatile-fpga: add compatible string for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Under the OX810SE, this same controller is used as "Reference Peripheral Specification" Interrupt Controller, so add new compatible string to support the PLX Technology OX810SE SoC Interrupt Controller. Signed-off-by: Neil Armstrong ---

[PATCH v3 03/18] irqchip: versatile-fpga: add new compatible for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Under the OX810SE, this exact same interface is used as "Reference Peripheral Specification" Interrupt Controller, so add a new compatible string in order to support the PLX Technology OX810SE SoC interrupt controller. Signed-off-by: Neil Armstrong --- drivers/irqchip/irq-versatile-fpga.c | 1 +

[PATCH v3 04/18] dt-bindings: irq: arm,versatile-fpga: add compatible string for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Under the OX810SE, this same controller is used as "Reference Peripheral Specification" Interrupt Controller, so add new compatible string to support the PLX Technology OX810SE SoC Interrupt Controller. Signed-off-by: Neil Armstrong ---

[PATCH v3 08/18] dt-bindings: Add PLX Technology Reset Controller bindings

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/reset/plxtech,reset.txt| 58 ++ 1 file changed, 58 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/plxtech,reset.txt diff --git

[PATCH v3 02/18] dt-bindings: timer: sp804: add new compatible for OX810SE SoC

2016-03-24 Thread Neil Armstrong
Add new oxsemi,ox810se-rps-timer compatible string to support the PLX Technology OX810SE SoC Dual Timers variant. Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/timer/arm,sp804.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 09/18] clk: Add PLX Technology OXNAS Standard Clocks

2016-03-24 Thread Neil Armstrong
Add PLX Technology OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong --- drivers/clk/Kconfig | 6 ++ drivers/clk/Makefile| 1 + drivers/clk/clk-oxnas.c | 202 3 files changed, 209 insertions(+) create mode

Re: Where did . come from

2016-03-24 Thread Casey Schaufler
On 3/23/2016 9:29 PM, hgntk...@vfemail.net wrote: > Granted, you need something to signify that a file is a dir (remember, > in linux everything is a file), and what the parent dir is. > I'm assuming that the kernel folks decided the name, or at least have > some idea about it. > I'm not

[PATCH v3 05/18] dt-bindings: vendor-prefixes: Add PLX Technology

2016-03-24 Thread Neil Armstrong
Add PLX Technology vendor prefix. Fixed "pixdir" alphabetizing. Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v3 11/18] pinctrl: Add PLX Technology OXNAS pinctrl and gpio driver

2016-03-24 Thread Neil Armstrong
Add pinctrl and gpio control support to PLX Technology OXNAS SoC Family. This version supports the ARM926EJ-S based OX810SE SoC with 34 IO pins. Signed-off-by: Neil Armstrong --- drivers/pinctrl/Kconfig | 11 + drivers/pinctrl/Makefile| 1 +

[PATCH v3 11/18] pinctrl: Add PLX Technology OXNAS pinctrl and gpio driver

2016-03-24 Thread Neil Armstrong
Add pinctrl and gpio control support to PLX Technology OXNAS SoC Family. This version supports the ARM926EJ-S based OX810SE SoC with 34 IO pins. Signed-off-by: Neil Armstrong --- drivers/pinctrl/Kconfig | 11 + drivers/pinctrl/Makefile| 1 + drivers/pinctrl/pinctrl-oxnas.c |

[PATCH 4/5 v4] arc: Add our own implementation of fb_pgprotect()

2016-03-24 Thread Alexey Brodkin
During mmaping of frame-buffer pages to user-space fb_protect() is called to set proper page settings. In case of ARC we need to mark pages that are mmaped to user as uncached because of 2 reasons: * Huge amount of data if passing through data cache will thrash cache a lot making cache almost

[PATCH 4/5 v4] arc: Add our own implementation of fb_pgprotect()

2016-03-24 Thread Alexey Brodkin
During mmaping of frame-buffer pages to user-space fb_protect() is called to set proper page settings. In case of ARC we need to mark pages that are mmaped to user as uncached because of 2 reasons: * Huge amount of data if passing through data cache will thrash cache a lot making cache almost

[PATCH 0/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This series add support of ARC PGU display controller. ARC PGU is a quite simple byte streamer that gets data from the framebuffer and pushes it to hte connected encoder (DP or HDMI). It was tested on ARC SDP boards (axs101/103 in particular). Note following series that introduces

[PATCH 0/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This series add support of ARC PGU display controller. ARC PGU is a quite simple byte streamer that gets data from the framebuffer and pushes it to hte connected encoder (DP or HDMI). It was tested on ARC SDP boards (axs101/103 in particular). Note following series that introduces

[PATCH v3 12/18] dt-bindings: Add PLX Technology OXNAS pinctrl and gpio bindings

2016-03-24 Thread Neil Armstrong
Add pinctrl and gpio DT bindings for PLX Technology OXNAS SoC Family. This version supports the ARM926EJ-S based OX810SE SoC with 34 IO pins. Signed-off-by: Neil Armstrong --- .../devicetree/bindings/gpio/gpio_oxnas.txt| 47 ++

[PATCH v3 14/18] arm: Add build support for mach-oxnas

2016-03-24 Thread Neil Armstrong
Add Kconfig support for mach-oxnas. Signed-off-by: Neil Armstrong --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cdfa6c2..4d48e23 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -804,6 +804,8

[PATCH v3 13/18] arm: Add new mach-oxnas

2016-03-24 Thread Neil Armstrong
Add mach-oxnas directory containing Kconfig. Signed-off-by: Neil Armstrong --- arch/arm/mach-oxnas/Kconfig | 25 + 1 file changed, 25 insertions(+) create mode 100644 arch/arm/mach-oxnas/Kconfig diff --git a/arch/arm/mach-oxnas/Kconfig

[PATCH v3 12/18] dt-bindings: Add PLX Technology OXNAS pinctrl and gpio bindings

2016-03-24 Thread Neil Armstrong
Add pinctrl and gpio DT bindings for PLX Technology OXNAS SoC Family. This version supports the ARM926EJ-S based OX810SE SoC with 34 IO pins. Signed-off-by: Neil Armstrong --- .../devicetree/bindings/gpio/gpio_oxnas.txt| 47 ++ .../bindings/pinctrl/plxtech,pinctrl.txt

[PATCH v3 14/18] arm: Add build support for mach-oxnas

2016-03-24 Thread Neil Armstrong
Add Kconfig support for mach-oxnas. Signed-off-by: Neil Armstrong --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cdfa6c2..4d48e23 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -804,6 +804,8 @@ source

[PATCH v3 13/18] arm: Add new mach-oxnas

2016-03-24 Thread Neil Armstrong
Add mach-oxnas directory containing Kconfig. Signed-off-by: Neil Armstrong --- arch/arm/mach-oxnas/Kconfig | 25 + 1 file changed, 25 insertions(+) create mode 100644 arch/arm/mach-oxnas/Kconfig diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig new

[PATCH v3 10/18] dt-bindings: Add PLX Technology OXNAS Standard Clocks bindings

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/clock/plxtech,stdclk.txt | 35 ++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/plxtech,stdclk.txt diff

[PATCH v3 15/18] arm: boot: dts: Add PLX Technology OX810SE dtsi

2016-03-24 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/ox810se.dtsi | 336 + 1 file changed, 336 insertions(+) create mode 100644 arch/arm/boot/dts/ox810se.dtsi diff --git a/arch/arm/boot/dts/ox810se.dtsi

Re: [PATCH v5 0/2] power: reset: support for Atmel alternative Shutdown Controller

2016-03-24 Thread Sebastian Reichel
Hi, On Thu, Mar 24, 2016 at 09:53:38AM +0100, Nicolas Ferre wrote: > Le 23/03/2016 22:11, Sebastian Reichel a écrit : > > Hi Nicolas, > > > > On Wed, Mar 23, 2016 at 12:18:46PM +0100, Nicolas Ferre wrote: > >> Le 16/03/2016 14:19, Nicolas Ferre a écrit : > >>> This is a series to add driver for

[PATCH v3 10/18] dt-bindings: Add PLX Technology OXNAS Standard Clocks bindings

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/clock/plxtech,stdclk.txt | 35 ++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/plxtech,stdclk.txt diff --git

[PATCH v3 15/18] arm: boot: dts: Add PLX Technology OX810SE dtsi

2016-03-24 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/ox810se.dtsi | 336 + 1 file changed, 336 insertions(+) create mode 100644 arch/arm/boot/dts/ox810se.dtsi diff --git a/arch/arm/boot/dts/ox810se.dtsi b/arch/arm/boot/dts/ox810se.dtsi new file mode

Re: [PATCH v5 0/2] power: reset: support for Atmel alternative Shutdown Controller

2016-03-24 Thread Sebastian Reichel
Hi, On Thu, Mar 24, 2016 at 09:53:38AM +0100, Nicolas Ferre wrote: > Le 23/03/2016 22:11, Sebastian Reichel a écrit : > > Hi Nicolas, > > > > On Wed, Mar 23, 2016 at 12:18:46PM +0100, Nicolas Ferre wrote: > >> Le 16/03/2016 14:19, Nicolas Ferre a écrit : > >>> This is a series to add driver for

[PATCH v3 16/18] dt-bindings: Add OXNAS bindings

2016-03-24 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/arm/oxnas.txt | 9 + 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/oxnas.txt diff --git a/Documentation/devicetree/bindings/arm/oxnas.txt

[PATCH v3 16/18] dt-bindings: Add OXNAS bindings

2016-03-24 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/arm/oxnas.txt | 9 + 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/oxnas.txt diff --git a/Documentation/devicetree/bindings/arm/oxnas.txt

[PATCH v3 17/18] dt-bindings: Add Western Digital to vendor prefixes

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

[PATCH v3 18/18] arm: boot: dts: Add Western Digital My Book World Edition device tree

2016-03-24 Thread Neil Armstrong
Add Western Digital My Book World Edition device tree based on PLX Technology OX810SE SoC. Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/wd-mbwe.dts | 112 ++ 2 files changed, 114

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-24 Thread Nicolas Dechesne
On Wed, Mar 23, 2016 at 8:48 PM, Srinivas Kandagatla wrote: > + led@1 { > + label = "dragonboard-600c:green:user1"; > + gpios = <_pinmux 3 GPIO_ACTIVE_HIGH>; > +

[PATCH v3 17/18] dt-bindings: Add Western Digital to vendor prefixes

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 57c04e4..2585b09

[PATCH v3 18/18] arm: boot: dts: Add Western Digital My Book World Edition device tree

2016-03-24 Thread Neil Armstrong
Add Western Digital My Book World Edition device tree based on PLX Technology OX810SE SoC. Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/wd-mbwe.dts | 112 ++ 2 files changed, 114 insertions(+) create mode

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-24 Thread Nicolas Dechesne
On Wed, Mar 23, 2016 at 8:48 PM, Srinivas Kandagatla wrote: > + led@1 { > + label = "dragonboard-600c:green:user1"; > + gpios = <_pinmux 3 GPIO_ACTIVE_HIGH>; > + linux,default-trigger =

[GIT PULL] h8300 update

2016-03-24 Thread Yoshinori Sato
Hello Linus, Could you pull this changes. The following changes since commit 9dffdb38d864ae89e16ff7b3a09451270736e35b: Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2016-03-17 22:13:41 -0700) are available in the git repository at:

[PATCH v3 01/18] clocksource: sp804: Add support for OX810SE 24bit timer width

2016-03-24 Thread Neil Armstrong
In order to support the Dual-Timer on the PLX Technology OX810SE SoC, implement variable counter width, keeping 32bit as default width. Add new compatible string oxsemi,ox810se-rps-timer in order to select the 24bit counter width. Signed-off-by: Neil Armstrong ---

[PATCH v3 06/18] dt-bindings: Add Oxford Semiconductors to vendor prefixes

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

[GIT PULL] h8300 update

2016-03-24 Thread Yoshinori Sato
Hello Linus, Could you pull this changes. The following changes since commit 9dffdb38d864ae89e16ff7b3a09451270736e35b: Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2016-03-17 22:13:41 -0700) are available in the git repository at:

[PATCH v3 01/18] clocksource: sp804: Add support for OX810SE 24bit timer width

2016-03-24 Thread Neil Armstrong
In order to support the Dual-Timer on the PLX Technology OX810SE SoC, implement variable counter width, keeping 32bit as default width. Add new compatible string oxsemi,ox810se-rps-timer in order to select the 24bit counter width. Signed-off-by: Neil Armstrong ---

[PATCH v3 06/18] dt-bindings: Add Oxford Semiconductors to vendor prefixes

2016-03-24 Thread Neil Armstrong
Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 24b2100..57c04e4

Re: [PATCH 1/4] arm64: dts: marvell: Clean up armada-3720-db

2016-03-24 Thread Andreas Färber
Hi Gregory, Am 24.03.2016 um 17:11 schrieb Gregory CLEMENT: >> +/* >> + * Exported on the micro USB connector CON32 >> + * through an FTDI >> + */ > > As the comment didn't start anymore from the middle of the line, we > could have it an a single line. We don't have to split in 2 lines. Sure.

Re: [PATCH 1/4] arm64: dts: marvell: Clean up armada-3720-db

2016-03-24 Thread Andreas Färber
Hi Gregory, Am 24.03.2016 um 17:11 schrieb Gregory CLEMENT: >> +/* >> + * Exported on the micro USB connector CON32 >> + * through an FTDI >> + */ > > As the comment didn't start anymore from the middle of the line, we > could have it an a single line. We don't have to split in 2 lines. Sure.

[PATCH v3 00/18] Add Initial support for PLX Technology OX810SE

2016-03-24 Thread Neil Armstrong
This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for the PLX Technology OX810SE used in the well-known Western Digital My Book World Edition Network Attached Storage device. Extended support for SATA, DMA and Ethernet will come in further patches. Upstream support for

[PATCH v3 00/18] Add Initial support for PLX Technology OX810SE

2016-03-24 Thread Neil Armstrong
This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for the PLX Technology OX810SE used in the well-known Western Digital My Book World Edition Network Attached Storage device. Extended support for SATA, DMA and Ethernet will come in further patches. Upstream support for

[PATCH v3 07/18] reset: Add PLX Technology Reset Controller driver

2016-03-24 Thread Neil Armstrong
Add System reset controller driver for PLX Technology OXNAS SoC Family. CC: Ma Haijun Signed-off-by: Neil Armstrong --- drivers/reset/Kconfig | 3 + drivers/reset/Makefile | 1 + drivers/reset/reset-oxnas.c | 136

[PATCH v3 07/18] reset: Add PLX Technology Reset Controller driver

2016-03-24 Thread Neil Armstrong
Add System reset controller driver for PLX Technology OXNAS SoC Family. CC: Ma Haijun Signed-off-by: Neil Armstrong --- drivers/reset/Kconfig | 3 + drivers/reset/Makefile | 1 + drivers/reset/reset-oxnas.c | 136 3 files changed, 140

[PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
From: Carlos Palminha ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha Signed-off-by: Alexey

[PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
From: Carlos Palminha ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha Signed-off-by: Alexey Brodkin Cc: David Airlie Cc:

[PATCH 2/5 v4] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala

[PATCH 3/5 v4] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin Cc: linux-snps-...@lists.infradead.org --- No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6 ++ 1 file

[PATCH 3/5 v4] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin Cc: linux-snps-...@lists.infradead.org --- No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6 ++ 1 file changed, 6

[PATCH 2/5 v4] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicet...@vger.kernel.org Cc: linux-snps-...@lists.infradead.org --- Changes v3 -> v4: (addressing Rob's

[PATCH 5/5 v4] arc: axs10x - add support of ARC PGU

2016-03-24 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel

[PATCH 5/5 v4] arc: axs10x - add support of ARC PGU

2016-03-24 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell

RE: [PATCH v6 2/5] ACPI: add definitions of DBG2 subtypes

2016-03-24 Thread Moore, Robert
We implemented all of these in ACPICA version 20160318. > -Original Message- > From: Aleksey Makarov [mailto:aleksey.maka...@linaro.org] > Sent: Thursday, March 24, 2016 5:52 AM > To: Greg Kroah-Hartman; Rafael J . Wysocki; Len Brown > Cc: linux-ser...@vger.kernel.org;

RE: [PATCH v6 2/5] ACPI: add definitions of DBG2 subtypes

2016-03-24 Thread Moore, Robert
We implemented all of these in ACPICA version 20160318. > -Original Message- > From: Aleksey Makarov [mailto:aleksey.maka...@linaro.org] > Sent: Thursday, March 24, 2016 5:52 AM > To: Greg Kroah-Hartman; Rafael J . Wysocki; Len Brown > Cc: linux-ser...@vger.kernel.org;

Re: [PATCH 0/2] arm64: cpuidle: make arm_cpuidle_suspend() more efficient

2016-03-24 Thread Lorenzo Pieralisi
On Thu, Mar 24, 2016 at 09:18:53PM +0800, Jisheng Zhang wrote: > Hi Will, > > On Thu, 24 Mar 2016 11:15:07 + Will Deacon wrote: > > > On Thu, Mar 24, 2016 at 01:08:48PM +0800, Jisheng Zhang wrote: > > > This series is to improve the arm_cpuidle_suspend() a bit by > > > removing/moving > > >

Re: [PATCH 0/2] arm64: cpuidle: make arm_cpuidle_suspend() more efficient

2016-03-24 Thread Lorenzo Pieralisi
On Thu, Mar 24, 2016 at 09:18:53PM +0800, Jisheng Zhang wrote: > Hi Will, > > On Thu, 24 Mar 2016 11:15:07 + Will Deacon wrote: > > > On Thu, Mar 24, 2016 at 01:08:48PM +0800, Jisheng Zhang wrote: > > > This series is to improve the arm_cpuidle_suspend() a bit by > > > removing/moving > > >

Re: [PATCH 1/4] s390: let exit_thread_runtime_instr accept a task

2016-03-24 Thread Heiko Carstens
On Thu, Mar 24, 2016 at 01:57:17PM +0100, Jiri Slaby wrote: > We need to call exit_thread from copy_process in a fail path. Since > exit_thread on s390 calls exit_thread_runtime_instr, make it accept > task_struct as a parameter now. > > Signed-off-by: Jiri Slaby > Cc: Martin

Re: [PATCH 1/4] s390: let exit_thread_runtime_instr accept a task

2016-03-24 Thread Heiko Carstens
On Thu, Mar 24, 2016 at 01:57:17PM +0100, Jiri Slaby wrote: > We need to call exit_thread from copy_process in a fail path. Since > exit_thread on s390 calls exit_thread_runtime_instr, make it accept > task_struct as a parameter now. > > Signed-off-by: Jiri Slaby > Cc: Martin Schwidefsky > Cc:

Re: [PATCH 03/14] coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions

2016-03-24 Thread Mathieu Poirier
On 23 March 2016 at 04:37, Suzuki K. Poulose wrote: > On 22/03/16 20:23, Mathieu Poirier wrote: >> >> In their current implementation the tmc_read_prepare/unprepare() >> are a lump of if/else that is difficult to read. This patch is >> alleviating that by using a switch

Re: [PATCH 03/14] coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions

2016-03-24 Thread Mathieu Poirier
On 23 March 2016 at 04:37, Suzuki K. Poulose wrote: > On 22/03/16 20:23, Mathieu Poirier wrote: >> >> In their current implementation the tmc_read_prepare/unprepare() >> are a lump of if/else that is difficult to read. This patch is >> alleviating that by using a switch statement. The latter

Re: [PATCH HACK 1/6] livepatch-test: Add more cases

2016-03-24 Thread Kamalesh Babulal
* Michael Ellerman [2016-03-24 22:04:00]: > Not for merging. > Hi Michael, Loading the livepatch sample module, trigger following warning Mar 24 21:44:59 ubuntu kernel: [ 40.467580] sysfs: cannot create duplicate filename '/kernel/livepatch/livepatch_sample/vmlinux'

Re: [PATCH HACK 1/6] livepatch-test: Add more cases

2016-03-24 Thread Kamalesh Babulal
* Michael Ellerman [2016-03-24 22:04:00]: > Not for merging. > Hi Michael, Loading the livepatch sample module, trigger following warning Mar 24 21:44:59 ubuntu kernel: [ 40.467580] sysfs: cannot create duplicate filename '/kernel/livepatch/livepatch_sample/vmlinux' Mar 24 21:44:59 ubuntu

PLEASE PRAY FOR ME

2016-03-24 Thread MACHEDA
-- >From Mrs Macheda I am the above named person,Undergoing medical treatment. Married to late Engr M.N Macheda ,The former CEO of Global Puzzle . We were married for twenty years without a child. My late husband died on the 24th of April 2006 after a brief illness that lasted only four Days.

PLEASE PRAY FOR ME

2016-03-24 Thread MACHEDA
-- >From Mrs Macheda I am the above named person,Undergoing medical treatment. Married to late Engr M.N Macheda ,The former CEO of Global Puzzle . We were married for twenty years without a child. My late husband died on the 24th of April 2006 after a brief illness that lasted only four Days.

Re: [PATCH 04/13] eeprom: at24: make locking more fine-grained (fwd)

2016-03-24 Thread Julia Lawall
kernel@vger.kernel.org> CC: Andrew Lunn <and...@lunn.ch>, Bartosz Golaszewski <bgolaszew...@baylibre.com> Hi Bartosz, [auto build test WARNING on next-20160324] [cannot apply to v4.5-rc7 v4.5-rc6 v4.5-rc5 v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help i

Re: [PATCH 04/13] eeprom: at24: make locking more fine-grained (fwd)

2016-03-24 Thread Julia Lawall
-To: <1458830767-23816-5-git-send-email-bgolaszew...@baylibre.com> TO: Bartosz Golaszewski CC: Wolfram Sang , linux-i2c , LKML CC: Andrew Lunn , Bartosz Golaszewski Hi Bartosz, [auto build test WARNING on next-20160324] [cannot apply to v4.5-rc7 v4.5-rc6 v4.5-rc5 v4.5] [if your patch is a

DELIVERY OF YOUR DIPLOMATIC LUGGAGE 122

2016-03-24 Thread consignment
To Your Attention; On behalf of the board and management of International Monetary Committees (IMC). London UK, I Christine Lagarde, the Operations Manager wishes to inform you that your boxes tagged diplomatic luggage 122 with Ref: No 1226/X42/206 which was deposited in our vault for safe

DELIVERY OF YOUR DIPLOMATIC LUGGAGE 122

2016-03-24 Thread consignment
To Your Attention; On behalf of the board and management of International Monetary Committees (IMC). London UK, I Christine Lagarde, the Operations Manager wishes to inform you that your boxes tagged diplomatic luggage 122 with Ref: No 1226/X42/206 which was deposited in our vault for safe

<    1   2   3   4   5   6   7   8   9   10   >