[PATCH v3 0/5] ATA/ARM: convert ARM/DaVinci to use libata PATA drivers

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, This patchset adds Palmchip BK3710 IDE controller driver to libata and switches ARM/DaVinci to use it (instead of the old IDE driver). Sekhar, please check that it still works after changes, thanks. Changes since v2 (https://www.spinics.net/lists/arm-kernel/msg568597.html): - fixed

[PATCH v3 0/5] ATA/ARM: convert ARM/DaVinci to use libata PATA drivers

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, This patchset adds Palmchip BK3710 IDE controller driver to libata and switches ARM/DaVinci to use it (instead of the old IDE driver). Sekhar, please check that it still works after changes, thanks. Changes since v2 (https://www.spinics.net/lists/arm-kernel/msg568597.html): - fixed

[PATCH v3 1/5] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Add Palmchip BK3710 PATA controller driver. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig | 9 ++ drivers/ata/Makefile | 1 + drivers/ata/pata_bk3710.c | 382 ++ 3 files changed, 392

[PATCH v3 1/5] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Add Palmchip BK3710 PATA controller driver. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig | 9 ++ drivers/ata/Makefile | 1 + drivers/ata/pata_bk3710.c | 382 ++ 3 files changed, 392 insertions(+) create mode 100644

Re: [PATCH v3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability

2017-03-22 Thread Jim Mattson
Is cpu_has_vmx_invvpid() sufficient? This indicates support for the INVVPID instruction, but not necessarily any of the desired INVVPID types. KVM's vpid_sync_context() assumes that at least one of {VMX_VPID_EXTENT_SINGLE_CONTEXT, VMX_VPID_EXTENT_ALL_CONTEXT} is supported. On Wed, Mar 22, 2017 at

Re: [PATCH v3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability

2017-03-22 Thread Jim Mattson
Is cpu_has_vmx_invvpid() sufficient? This indicates support for the INVVPID instruction, but not necessarily any of the desired INVVPID types. KVM's vpid_sync_context() assumes that at least one of {VMX_VPID_EXTENT_SINGLE_CONTEXT, VMX_VPID_EXTENT_ALL_CONTEXT} is supported. On Wed, Mar 22, 2017 at

Re: [PATCH net-next v2 4/5] net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance

2017-03-22 Thread Andrew Lunn
On Tue, Mar 21, 2017 at 05:35:09PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > the patch adds the setup of the corresponding device node of GMAC into the > netdev instance which could allow other modules such as DSA to find the > instance through the node

Re: [PATCH net-next v2 4/5] net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance

2017-03-22 Thread Andrew Lunn
On Tue, Mar 21, 2017 at 05:35:09PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > the patch adds the setup of the corresponding device node of GMAC into the > netdev instance which could allow other modules such as DSA to find the > instance through the node in dt-bindings using

Re: [PATCH] checkpatch: Flag spam header (X-Spam-Report) to prevent spurious warnings

2017-03-22 Thread Joe Perches
On Wed, 2017-03-22 at 08:25 -0700, Darren Hart wrote: > On Tue, Mar 21, 2017 at 11:31:08AM -0700, Joe Perches wrote: > > On Tue, 2017-03-21 at 09:30 -0700, John 'Warthog9' Hawley (VMware) wrote: > > > Spamassassin sticks a long (~79 character) long string after a > > > line that has a single space

Re: [PATCH] checkpatch: Flag spam header (X-Spam-Report) to prevent spurious warnings

2017-03-22 Thread Joe Perches
On Wed, 2017-03-22 at 08:25 -0700, Darren Hart wrote: > On Tue, Mar 21, 2017 at 11:31:08AM -0700, Joe Perches wrote: > > On Tue, 2017-03-21 at 09:30 -0700, John 'Warthog9' Hawley (VMware) wrote: > > > Spamassassin sticks a long (~79 character) long string after a > > > line that has a single space

Re: [PATCH v3 4/4] arm64: dts: rockchip: add regulator info for Kevin digitizer

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 09:26:41AM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:44 CET schrieb Brian Norris: > > We need to enable this regulator before the digitizer can be used. Wacom > > recommended waiting for 100 ms before talking to the HID. > > > > Signed-off-by: Brian

Re: [PATCH v3 4/4] arm64: dts: rockchip: add regulator info for Kevin digitizer

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 09:26:41AM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:44 CET schrieb Brian Norris: > > We need to enable this regulator before the digitizer can be used. Wacom > > recommended waiting for 100 ms before talking to the HID. > > > > Signed-off-by: Brian

Re: [PATCH] mlxsw: spectrum: fix swapped order of arguments packets and bytes

2017-03-22 Thread David Miller
From: Colin King Date: Mon, 20 Mar 2017 11:37:22 + > From: Colin Ian King > > The arguments packets and bytes to call mlxsw_sp_acl_rule_get_stats are > in the wrong order. Fix this by swapping them. > > Detected by CoverityScan,

Re: [PATCH] mlxsw: spectrum: fix swapped order of arguments packets and bytes

2017-03-22 Thread David Miller
From: Colin King Date: Mon, 20 Mar 2017 11:37:22 + > From: Colin Ian King > > The arguments packets and bytes to call mlxsw_sp_acl_rule_get_stats are > in the wrong order. Fix this by swapping them. > > Detected by CoverityScan, CID#1419705 ("Arguments in wrong order") > > Fixes:

Re: [PATCH 2/2] pinctrl: samsung: Remove unused pin-bank macro

2017-03-22 Thread Krzysztof Kozlowski
On Wed, Mar 22, 2017 at 05:03:32PM +0900, Chanwoo Choi wrote: > After merged commit 1259feddd0f8 ("pinctrl: samsung: Fix the width > of PINCFG_TYPE_DRV bitfields for Exynos5433"), EXYNOS_PIN_BANK_EINTW > was replaced by EXYNOS5433_PIN_BANK_EINTW_EXT. This patch removes > the unused pin-bank macro

Re: [PATCH 2/2] pinctrl: samsung: Remove unused pin-bank macro

2017-03-22 Thread Krzysztof Kozlowski
On Wed, Mar 22, 2017 at 05:03:32PM +0900, Chanwoo Choi wrote: > After merged commit 1259feddd0f8 ("pinctrl: samsung: Fix the width > of PINCFG_TYPE_DRV bitfields for Exynos5433"), EXYNOS_PIN_BANK_EINTW > was replaced by EXYNOS5433_PIN_BANK_EINTW_EXT. This patch removes > the unused pin-bank macro

Re: [PATCH v5 00/39] i.MX Media Driver

2017-03-22 Thread Nicolas Dufresne
Le mardi 21 mars 2017 à 11:36 +, Russell King - ARM Linux a écrit : >     warn: v4l2-test-formats.cpp(1187): S_PARM is > supported for buftype 2, but not ENUM_FRAMEINTERVALS >     warn: v4l2-test-formats.cpp(1194): S_PARM is > supported but doesn't report

Re: [PATCH v5 00/39] i.MX Media Driver

2017-03-22 Thread Nicolas Dufresne
Le mardi 21 mars 2017 à 11:36 +, Russell King - ARM Linux a écrit : >     warn: v4l2-test-formats.cpp(1187): S_PARM is > supported for buftype 2, but not ENUM_FRAMEINTERVALS >     warn: v4l2-test-formats.cpp(1194): S_PARM is > supported but doesn't report

RE: [PATCH v2 0/7] Renesas RZ/A1 pin and gpio controller

2017-03-22 Thread Chris Brandt
Hi Jacopo, On Monday, March 20, 2017, Jacopo Mondi wrote: > Chris: it would be great if you could give this another spin on RSK board. I tested these patches on an RZ/A1H RSK board after modifying the DT for the RSK vs the GENMAI board. The following worked fine: * SCIF * I2C * SDHI *

RE: [PATCH v2 0/7] Renesas RZ/A1 pin and gpio controller

2017-03-22 Thread Chris Brandt
Hi Jacopo, On Monday, March 20, 2017, Jacopo Mondi wrote: > Chris: it would be great if you could give this another spin on RSK board. I tested these patches on an RZ/A1H RSK board after modifying the DT for the RSK vs the GENMAI board. The following worked fine: * SCIF * I2C * SDHI *

Re: [PATCH v2 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs

2017-03-22 Thread Sudeep Holla
On 16/03/17 13:17, c...@rock-chips.com wrote: > From: Liang Chen > > This patch adds core dtsi file for Rockchip RK3328 SoCs. > > Signed-off-by: Liang Chen > --- > arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1362 > ++ >

Re: [PATCH v2 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs

2017-03-22 Thread Sudeep Holla
On 16/03/17 13:17, c...@rock-chips.com wrote: > From: Liang Chen > > This patch adds core dtsi file for Rockchip RK3328 SoCs. > > Signed-off-by: Liang Chen > --- > arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1362 > ++ > 1 file changed, 1362 insertions(+) >

Re: [PATCH 2/2] iommu: Add dummy implementations for !IOMMU_IOVA

2017-03-22 Thread Thierry Reding
On Wed, Mar 22, 2017 at 03:55:30PM +0100, Joerg Roedel wrote: > Hi Thierry > > On Mon, Mar 20, 2017 at 08:14:31PM +0100, Thierry Reding wrote: > > I've got a series of patches that I'd like to merge for v4.12 that have > > a build-time dependency on this patch. It would therefore be great to > >

Re: [PATCH 0/2] ARM64: dts: meson-gxbb-odroidc2: Add GPIO lines names

2017-03-22 Thread Kevin Hilman
Neil Armstrong writes: > This patchset adds the GPIO lines names to describe the /real/ GPIO usage on > the Odroid-C2 board. These names are useful to have a clear and human readable > decription of the line usage. Applied to v4.12/dt64, Thanks, Kevin

Re: [PATCH 2/2] iommu: Add dummy implementations for !IOMMU_IOVA

2017-03-22 Thread Thierry Reding
On Wed, Mar 22, 2017 at 03:55:30PM +0100, Joerg Roedel wrote: > Hi Thierry > > On Mon, Mar 20, 2017 at 08:14:31PM +0100, Thierry Reding wrote: > > I've got a series of patches that I'd like to merge for v4.12 that have > > a build-time dependency on this patch. It would therefore be great to > >

Re: [PATCH 0/2] ARM64: dts: meson-gxbb-odroidc2: Add GPIO lines names

2017-03-22 Thread Kevin Hilman
Neil Armstrong writes: > This patchset adds the GPIO lines names to describe the /real/ GPIO usage on > the Odroid-C2 board. These names are useful to have a clear and human readable > decription of the line usage. Applied to v4.12/dt64, Thanks, Kevin

Re: [PATCH v1] clk: rockchip: add pll_wait_lock for pll_enable

2017-03-22 Thread Heiko Stuebner
Am Mittwoch, 22. Februar 2017, 10:59:55 CET schrieb Elaine Zhang: > If pll is power down,when power up pll need wait pll lock. > The reference documents section: > PLL frequency change and lock check > > Signed-off-by: Elaine Zhang applied to my clk-branch for

Re: [PATCH v1] clk: rockchip: add pll_wait_lock for pll_enable

2017-03-22 Thread Heiko Stuebner
Am Mittwoch, 22. Februar 2017, 10:59:55 CET schrieb Elaine Zhang: > If pll is power down,when power up pll need wait pll lock. > The reference documents section: > PLL frequency change and lock check > > Signed-off-by: Elaine Zhang applied to my clk-branch for 4.12 Thanks Heiko

[PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-03-22 Thread Fathi Boudra
To build breakpoint_test_arm64, ARCH value is only tested for "aarch64". It covers only the native build because it's computed from uname -m output. For cross-compilation, ARCH is set to arm64 and prevent to cross-compile the test. Fix the test to allow both native and cross-compilation of the

[PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-03-22 Thread Fathi Boudra
To build breakpoint_test_arm64, ARCH value is only tested for "aarch64". It covers only the native build because it's computed from uname -m output. For cross-compilation, ARCH is set to arm64 and prevent to cross-compile the test. Fix the test to allow both native and cross-compilation of the

Re: [PATCH] arm64: dts: NS2: Add dma-coherent to relevant DT entries

2017-03-22 Thread Robin Murphy
Hi Jon, On 21/03/17 20:51, Jon Mason wrote: > Cache related issues with DMA rings and performance issues related to > caching are being caused by not properly setting the "dma-coherent" flag > in the device tree entries. Adding it here to correct the issue. I'd expect the SMMU to be wired up

Re: [PATCH] arm64: dts: NS2: Add dma-coherent to relevant DT entries

2017-03-22 Thread Robin Murphy
Hi Jon, On 21/03/17 20:51, Jon Mason wrote: > Cache related issues with DMA rings and performance issues related to > caching are being caused by not properly setting the "dma-coherent" flag > in the device tree entries. Adding it here to correct the issue. I'd expect the SMMU to be wired up

Re: [PATCH 3/4] RAS: Add a Corrected Errors Collector

2017-03-22 Thread Borislav Petkov
On Mon, Mar 20, 2017 at 03:48:24PM -0700, Luck, Tony wrote: > You added "count_threshold" for me ... so the condition isn't quite > "overflows" > like it was in the early versions. It is a max count which, when reached, causes the soft offline attempt. What did you mean with "overflows" exactly

Re: [PATCH 3/4] RAS: Add a Corrected Errors Collector

2017-03-22 Thread Borislav Petkov
On Mon, Mar 20, 2017 at 03:48:24PM -0700, Luck, Tony wrote: > You added "count_threshold" for me ... so the condition isn't quite > "overflows" > like it was in the early versions. It is a max count which, when reached, causes the soft offline attempt. What did you mean with "overflows" exactly

Re: [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups

2017-03-22 Thread Kevin Hilman
Hi Neil Neil Armstrong writes: > Add pinctrl pins nodes following the additions of missing pins in the pinctrl > driver. > > Signed-off-by: Neil Armstrong I'll assume you will re-spin patches 2-3 of this series on Martin's updated PWM series.

Re: [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups

2017-03-22 Thread Kevin Hilman
Hi Neil Neil Armstrong writes: > Add pinctrl pins nodes following the additions of missing pins in the pinctrl > driver. > > Signed-off-by: Neil Armstrong I'll assume you will re-spin patches 2-3 of this series on Martin's updated PWM series. Thanks, Kevin

Re: [RFC 7/8] cpufreq: imx6q: Initialize LDO bypass

2017-03-22 Thread Lucas Stach
Am Mittwoch, den 22.03.2017, 19:48 +0200 schrieb Leonard Crestez: > On Wed, 2017-03-22 at 18:09 +0100, Lucas Stach wrote: > > Am Mittwoch, den 22.03.2017, 18:53 +0200 schrieb Leonard Crestez: > > > > > > Several imx6* socs have three built-in regulators LDO_ARM LDO_SOC and > > > LDO_PU used to

Re: [PATCH 1/2] pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433

2017-03-22 Thread Krzysztof Kozlowski
On Wed, Mar 22, 2017 at 05:03:31PM +0900, Chanwoo Choi wrote: > The commit 1259feddd0f8("pinctrl: samsung: Fix the width of > PINCFG_TYPE_DRV bitfields for Exynos5433") already fixed > the different width of PINCFG_TYPE_DRV from previous Exynos SoC. > > But, when merged the multiple patches, the

Re: [PATCH 1/2] pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433

2017-03-22 Thread Krzysztof Kozlowski
On Wed, Mar 22, 2017 at 05:03:31PM +0900, Chanwoo Choi wrote: > The commit 1259feddd0f8("pinctrl: samsung: Fix the width of > PINCFG_TYPE_DRV bitfields for Exynos5433") already fixed > the different width of PINCFG_TYPE_DRV from previous Exynos SoC. > > But, when merged the multiple patches, the

Re: [RFC 7/8] cpufreq: imx6q: Initialize LDO bypass

2017-03-22 Thread Lucas Stach
Am Mittwoch, den 22.03.2017, 19:48 +0200 schrieb Leonard Crestez: > On Wed, 2017-03-22 at 18:09 +0100, Lucas Stach wrote: > > Am Mittwoch, den 22.03.2017, 18:53 +0200 schrieb Leonard Crestez: > > > > > > Several imx6* socs have three built-in regulators LDO_ARM LDO_SOC and > > > LDO_PU used to

Re: [PATCH RT 1/1] remoteproc: Prevent schedule while atomic

2017-03-22 Thread Steven Rostedt
On Wed, 22 Mar 2017 12:37:59 -0500 Julia Cartwright wrote: > Which kernel were you testing on, here? From what I can tell, this > should have been fixed with Thomas's commit: > >2a1d3ab8986d ("genirq: Handle force threading of irqs with primary > and thread handler") Thanks

Re: [PATCH RT 1/1] remoteproc: Prevent schedule while atomic

2017-03-22 Thread Steven Rostedt
On Wed, 22 Mar 2017 12:37:59 -0500 Julia Cartwright wrote: > Which kernel were you testing on, here? From what I can tell, this > should have been fixed with Thomas's commit: > >2a1d3ab8986d ("genirq: Handle force threading of irqs with primary > and thread handler") Thanks Julia for

Re: [PATCH v1 3/4] clk: rockchip: rk3288: add CLK_IGNORE_UNUSED flag for some clks

2017-03-22 Thread Heiko Stuebner
Hi Elaine, Am Donnerstag, 16. März 2017, 16:44:53 CET schrieb Elaine Zhang: much the same comments apply. Need justification, use critical clocks and things like efuse should have a driver, so why do they need special handling? Thanks Heiko > Signed-off-by: Elaine Zhang

Re: [PATCH v1 3/4] clk: rockchip: rk3288: add CLK_IGNORE_UNUSED flag for some clks

2017-03-22 Thread Heiko Stuebner
Hi Elaine, Am Donnerstag, 16. März 2017, 16:44:53 CET schrieb Elaine Zhang: much the same comments apply. Need justification, use critical clocks and things like efuse should have a driver, so why do they need special handling? Thanks Heiko > Signed-off-by: Elaine Zhang > --- >

[PATCH] sched: Prefer sibiling only if local group is under-utilized

2017-03-22 Thread Srikar Dronamraju
If the child domain prefers tasks to go siblings, the local group could end up pulling tasks to itself even if the local group is almost equally loaded as the source group. Lets assume a 4 core,smt==2 machine running 5 thread ebizzy workload. Everytime, local group has capacity and source group

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, March 18, 2017 04:52:18 PM Sergei Shtylyov wrote: > Hello! > > On 3/14/2017 7:36 PM, Bartlomiej Zolnierkiewicz wrote: > > > Add Palmchip BK3710 PATA controller driver. > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > [...] > > diff --git

[PATCH] sched: Prefer sibiling only if local group is under-utilized

2017-03-22 Thread Srikar Dronamraju
If the child domain prefers tasks to go siblings, the local group could end up pulling tasks to itself even if the local group is almost equally loaded as the source group. Lets assume a 4 core,smt==2 machine running 5 thread ebizzy workload. Everytime, local group has capacity and source group

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, March 18, 2017 04:52:18 PM Sergei Shtylyov wrote: > Hello! > > On 3/14/2017 7:36 PM, Bartlomiej Zolnierkiewicz wrote: > > > Add Palmchip BK3710 PATA controller driver. > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > [...] > > diff --git a/drivers/ata/pata_bk3710.c

Re: [PATCH v3 2/4] arm64: dts: rockchip: add Gru/Kevin DTS

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 12:59:37PM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:42 CET schrieb Brian Norris: > > Kevin is part of a family of boards called Gru. As best as possible, the > > properties shared by the Gru family are placed in rk3399-gru.dtsi, while > >

Re: [PATCH v3 2/4] arm64: dts: rockchip: add Gru/Kevin DTS

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 12:59:37PM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:42 CET schrieb Brian Norris: > > Kevin is part of a family of boards called Gru. As best as possible, the > > properties shared by the Gru family are placed in rk3399-gru.dtsi, while > >

Re: [PATCH] [v2, -net] cpsw/netcp: work around reverse cpts dependency

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:52:50 +0100 > The dependency is reversed: cpsw and netcp call into cpts, > but cpts depends on the other two in Kconfig. This can lead > to cpts being a loadable module and its callers built-in: > > drivers/net/ethernet/ti/cpsw.o: In

Re: [PATCH] [v2, -net] cpsw/netcp: work around reverse cpts dependency

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:52:50 +0100 > The dependency is reversed: cpsw and netcp call into cpts, > but cpts depends on the other two in Kconfig. This can lead > to cpts being a loadable module and its callers built-in: > > drivers/net/ethernet/ti/cpsw.o: In function

Re: [PATCH v3 1/4] dt-bindings: Document rk3399 Gru/Kevin

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 10:01:00AM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:41 CET schrieb Brian Norris: > > Gru is a base dev board for a family of devices, including Kevin. Both > > utilize Rockchip RK3399, and they share much of their design. > > > > Signed-off-by: Brian

Re: [PATCH v3 1/4] dt-bindings: Document rk3399 Gru/Kevin

2017-03-22 Thread Brian Norris
On Wed, Mar 22, 2017 at 10:01:00AM +0100, Heiko Stuebner wrote: > Am Montag, 20. März 2017, 16:53:41 CET schrieb Brian Norris: > > Gru is a base dev board for a family of devices, including Kevin. Both > > utilize Rockchip RK3399, and they share much of their design. > > > > Signed-off-by: Brian

Re: [PATCH 2/2 v2] xen/acpi: upload PM state from init-domain to Xen

2017-03-22 Thread Ankur Arora
On 2017-03-22 02:05 AM, Stanislaw Gruszka wrote: On Tue, Mar 21, 2017 at 03:43:38PM -0700, Ankur Arora wrote: This was broken in commit cd979883b9ede90643e019f33cb317933eb867b4. do_suspend (from xen/manage.c) and thus xen_resume_notifier never get called on the initial-domain at resume (it is

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Sergei Shtylyov
Hello! On 03/22/2017 08:49 PM, Bartlomiej Zolnierkiewicz wrote: Add Palmchip BK3710 PATA controller driver. Signed-off-by: Bartlomiej Zolnierkiewicz There are some checkpatch suggestions that are worth fixing, I think. [PATCH v2 1_3] ata: add Palmchip BK3710 PATA

Re: [PATCH 2/2 v2] xen/acpi: upload PM state from init-domain to Xen

2017-03-22 Thread Ankur Arora
On 2017-03-22 02:05 AM, Stanislaw Gruszka wrote: On Tue, Mar 21, 2017 at 03:43:38PM -0700, Ankur Arora wrote: This was broken in commit cd979883b9ede90643e019f33cb317933eb867b4. do_suspend (from xen/manage.c) and thus xen_resume_notifier never get called on the initial-domain at resume (it is

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Sergei Shtylyov
Hello! On 03/22/2017 08:49 PM, Bartlomiej Zolnierkiewicz wrote: Add Palmchip BK3710 PATA controller driver. Signed-off-by: Bartlomiej Zolnierkiewicz There are some checkpatch suggestions that are worth fixing, I think. [PATCH v2 1_3] ata: add Palmchip BK3710 PATA controller driver -

Re: [PATCH] sched: write better comments for weight calculations

2017-03-22 Thread Peter Zijlstra
On Wed, Mar 22, 2017 at 09:25:02AM -0700, Joel Fernandes wrote: > On Wed, Mar 22, 2017 at 7:18 AM, Peter Zijlstra wrote: > > On Fri, Mar 10, 2017 at 12:47:43PM -0800, Joel Fernandes wrote: > >> This patch rewrites comments related task priorities and CPU usage > >> along

Re: [PATCH] sched: write better comments for weight calculations

2017-03-22 Thread Peter Zijlstra
On Wed, Mar 22, 2017 at 09:25:02AM -0700, Joel Fernandes wrote: > On Wed, Mar 22, 2017 at 7:18 AM, Peter Zijlstra wrote: > > On Fri, Mar 10, 2017 at 12:47:43PM -0800, Joel Fernandes wrote: > >> This patch rewrites comments related task priorities and CPU usage > >> along with an example to show

[PATCH 02/12] ARM: dts: imx6ul-isiot: Add backlight support for lcdif

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patch add support for lcdif backlight on Is.IoT MX6UL variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[PATCH 02/12] ARM: dts: imx6ul-isiot: Add backlight support for lcdif

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patch add support for lcdif backlight on Is.IoT MX6UL variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-isiot.dtsi | 29 + 1 file changed, 29 insertions(+) diff --git

Re: [PATCH 2/2] [net-next] net: dwc-xlgmac: add module license

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:51:13 +0100 > When building the driver as a module, we get a warning about the > lack of a license: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/net/ethernet/synopsys/dwc-xlgmac.o > see include/linux/module.h for more

Re: [PATCH 1/2] [net-next] net: dwc-xlgmac: include dcbnl.h

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:51:12 +0100 > Without this header, we can run into a build error: > > drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c: In function > 'xlgmac_config_queue_mapping': > drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c:1548:36: error: >

Re: [PATCH 2/2] [net-next] net: dwc-xlgmac: add module license

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:51:13 +0100 > When building the driver as a module, we get a warning about the > lack of a license: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/net/ethernet/synopsys/dwc-xlgmac.o > see include/linux/module.h for more information >

Re: [PATCH 1/2] [net-next] net: dwc-xlgmac: include dcbnl.h

2017-03-22 Thread David Miller
From: Arnd Bergmann Date: Mon, 20 Mar 2017 09:51:12 +0100 > Without this header, we can run into a build error: > > drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c: In function > 'xlgmac_config_queue_mapping': > drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c:1548:36: error: >

[PATCH 03/12] ARM: dts: imx6ul-isiot: Add imx6ul-isiot-common.dtsi

2017-03-22 Thread Jagan Teki
From: Jagan Teki lcdif nodes are differ wrt specific LCD connected on Is.IoT MX6UL module, so create separate file 'imx6ul-isiot-common.dtsi' for common lcdif node structure and include the same on respective dts. More common nodes will add in future patches. Cc:

[PATCH 03/12] ARM: dts: imx6ul-isiot: Add imx6ul-isiot-common.dtsi

2017-03-22 Thread Jagan Teki
From: Jagan Teki lcdif nodes are differ wrt specific LCD connected on Is.IoT MX6UL module, so create separate file 'imx6ul-isiot-common.dtsi' for common lcdif node structure and include the same on respective dts. More common nodes will add in future patches. Cc: Shawn Guo Cc: Matteo Lisi

Re: [PATCH] ARM64: dts: meson-gx: Add Buttons to Q200 and P230 boards

2017-03-22 Thread Kevin Hilman
Neil Armstrong writes: > This patch adds support for the P230 and Q200 ADC laddered button and > GPIO button. > > Signed-off-by: Neil Armstrong Applied to v4.12/dt64 Kevin

Re: [PATCH] ARM64: dts: meson-gx: Add Buttons to Q200 and P230 boards

2017-03-22 Thread Kevin Hilman
Neil Armstrong writes: > This patch adds support for the P230 and Q200 ADC laddered button and > GPIO button. > > Signed-off-by: Neil Armstrong Applied to v4.12/dt64 Kevin

Re: [PATCH net 0/2] r8152: fix the rx settings of RTL8153

2017-03-22 Thread David Miller
From: Hayes Wang Date: Mon, 20 Mar 2017 16:13:43 +0800 > The RMS and the rx early size should base on the same rx size. However, > the RMS is set to 9K bytes now and the rx early depends on mtu. For using > the rx buffer effectively, sync the two settings according to the

Re: [PATCH net 0/2] r8152: fix the rx settings of RTL8153

2017-03-22 Thread David Miller
From: Hayes Wang Date: Mon, 20 Mar 2017 16:13:43 +0800 > The RMS and the rx early size should base on the same rx size. However, > the RMS is set to 9K bytes now and the rx early depends on mtu. For using > the rx buffer effectively, sync the two settings according to the mtu. Series applied.

[PATCH 06/12] ARM: dts: imx6ul-[geam|isiot]: Add sai2 node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add Synchronous Audio Interface(SAI) node for Engicam GEAM6UL and Is.IoT MX6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by:

[PATCH 06/12] ARM: dts: imx6ul-[geam|isiot]: Add sai2 node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add Synchronous Audio Interface(SAI) node for Engicam GEAM6UL and Is.IoT MX6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-geam.dtsi | 16

[PATCH 05/12] ARM: dts: imx6ul-isiot-common: Add touchscreen node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add touchscreen node as i2c1 slave device on Engicam Is.IoT MX6UL modules, the touchscreen controlled 'st,stmpe-ts' connected via i2c with st,stmpe811 mfb interface. Cc: Shawn Guo Cc: Matteo Lisi Cc:

[PATCH 05/12] ARM: dts: imx6ul-isiot-common: Add touchscreen node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add touchscreen node as i2c1 slave device on Engicam Is.IoT MX6UL modules, the touchscreen controlled 'st,stmpe-ts' connected via i2c with st,stmpe811 mfb interface. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[PATCH 09/12] ARM: dts: imx6qdl-icore: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on below Engicam module boards. - i.CoreM6 DualLite/Solo Starter kit - i.CoreM6 Quad/Dual Starter kit - i.CoreM6 Quad/Dual OpenFrame Cap touch 10.1 - i.CoreM6 Quad/Dual OpenFrame Cap touch

[PATCH 09/12] ARM: dts: imx6qdl-icore: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on below Engicam module boards. - i.CoreM6 DualLite/Solo Starter kit - i.CoreM6 Quad/Dual Starter kit - i.CoreM6 Quad/Dual OpenFrame Cap touch 10.1 - i.CoreM6 Quad/Dual OpenFrame Cap touch 12.3 Cc: Shawn Guo Cc:

[PATCH 12/12] ARM: dts: imx6qdl-icore-rqs: Add CAN nodes

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for can1 and can2 nodes on Engicam i.CoreM6 RQS QDL module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[PATCH 12/12] ARM: dts: imx6qdl-icore-rqs: Add CAN nodes

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for can1 and can2 nodes on Engicam i.CoreM6 RQS QDL module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6dl-icore-rqs.dts | 8 arch/arm/boot/dts/imx6q-icore-rqs.dts| 8

[PATCH 10/12] ARM: dts: imx6dl-icore: Add LVDS support

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add LVDS display support for OpenFrame Capacitive touch 7 inc display which is supported by Engicam i.CoreM6 DualLite/Solo Starter Kit. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi

[PATCH 10/12] ARM: dts: imx6dl-icore: Add LVDS support

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add LVDS display support for OpenFrame Capacitive touch 7 inc display which is supported by Engicam i.CoreM6 DualLite/Solo Starter Kit. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6dl-icore.dts | 25

[PATCH 11/12] ARM: dts: imx6dl-icore: Add touchscreen node

2017-03-22 Thread Jagan Teki
From: Jagan Teki max11801 touchscreen on Engicam iCoreM6 DualLite/Solo module is connected via i2c1, so add max11801: touchscreen@48 on i2c1. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi

[PATCH 08/12] ARM: dts: imx6ul-geam: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on Engicam GEAM6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by:

[PATCH 11/12] ARM: dts: imx6dl-icore: Add touchscreen node

2017-03-22 Thread Jagan Teki
From: Jagan Teki max11801 touchscreen on Engicam iCoreM6 DualLite/Solo module is connected via i2c1, so add max11801: touchscreen@48 on i2c1. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6dl-icore.dts | 9 + 1 file changed,

[PATCH 08/12] ARM: dts: imx6ul-geam: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on Engicam GEAM6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-geam-kit.dts | 13 +

[PATCH 07/12] ARM: dts: imx6ul-isiot: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on Engicam Is.IoT MX6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi

[PATCH 07/12] ARM: dts: imx6ul-isiot: Add Sound card with codec node

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for Sound card and related codec(via i2c1) nodes on Engicam Is.IoT MX6UL variant module boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-isiot-common.dtsi | 11 +++

[PATCH 04/12] ARM: dts: imx6ul-isiot: Add i2c nodes

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for i2c nodes i2c1 and i2c2 on Is.IoT MX6UL eMMC variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[PATCH 04/12] ARM: dts: imx6ul-isiot: Add i2c nodes

2017-03-22 Thread Jagan Teki
From: Jagan Teki Add support for i2c nodes i2c1 and i2c2 on Is.IoT MX6UL eMMC variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-isiot.dtsi | 28 1 file changed, 28 insertions(+) diff

[PATCH 01/12] ARM: dts: imx6ul-geam: Add backlight support for lcdif

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patch add support for lcdif backlight on GEAM6UL variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[PATCH 01/12] ARM: dts: imx6ul-geam: Add backlight support for lcdif

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patch add support for lcdif backlight on GEAM6UL variant boards. Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-geam.dtsi | 29 + 1 file changed, 29 insertions(+) diff --git

[PATCH 00/12] ARM: dts: i.MX6: Add lcdif/sound nodes on Engicam SOMs

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patchset, add support for backlight, lcdif, touchscreen, sound card and related codec and can nodes all Engicam SOM's which are supporting mainline as of now. Jagan Teki (12): ARM: dts: imx6ul-geam: Add backlight support for lcdif ARM: dts:

[PATCH 00/12] ARM: dts: i.MX6: Add lcdif/sound nodes on Engicam SOMs

2017-03-22 Thread Jagan Teki
From: Jagan Teki This patchset, add support for backlight, lcdif, touchscreen, sound card and related codec and can nodes all Engicam SOM's which are supporting mainline as of now. Jagan Teki (12): ARM: dts: imx6ul-geam: Add backlight support for lcdif ARM: dts: imx6ul-isiot: Add backlight

[PATCH v5 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument

2017-03-22 Thread Kishon Vijay Abraham I
dwc has 2 dbi address space labeled dbics and dbics2. The existing helper to access dbi address space can access only dbics. However dbics2 has to be accessed for programming the BAR registers in the case of EP mode. This is in preparation for adding EP mode support to dwc driver. Cc: Jingoo Han

[PATCH v5 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument

2017-03-22 Thread Kishon Vijay Abraham I
dwc has 2 dbi address space labeled dbics and dbics2. The existing helper to access dbi address space can access only dbics. However dbics2 has to be accessed for programming the BAR registers in the case of EP mode. This is in preparation for adding EP mode support to dwc driver. Cc: Jingoo Han

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, March 21, 2017 02:04:38 PM Sekhar Nori wrote: > Hi, > > On Tuesday 14 March 2017 10:06 PM, Bartlomiej Zolnierkiewicz wrote: > > Add Palmchip BK3710 PATA controller driver. > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > > There are some checkpatch

Re: [PATCH v2 1/3] ata: add Palmchip BK3710 PATA controller driver

2017-03-22 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, March 21, 2017 02:04:38 PM Sekhar Nori wrote: > Hi, > > On Tuesday 14 March 2017 10:06 PM, Bartlomiej Zolnierkiewicz wrote: > > Add Palmchip BK3710 PATA controller driver. > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > > There are some checkpatch suggestions that are

Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled

2017-03-22 Thread Mathias Nyman
On 22.03.2017 00:52, Diego Viola wrote: On Tue, Mar 21, 2017 at 12:29 PM, Diego Viola wrote: On Tue, Mar 21, 2017 at 10:04 AM, Diego Viola wrote: On Mon, Mar 20, 2017 at 8:15 PM, Diego Viola wrote: On Mon, Mar 20, 2017 at

Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled

2017-03-22 Thread Mathias Nyman
On 22.03.2017 00:52, Diego Viola wrote: On Tue, Mar 21, 2017 at 12:29 PM, Diego Viola wrote: On Tue, Mar 21, 2017 at 10:04 AM, Diego Viola wrote: On Mon, Mar 20, 2017 at 8:15 PM, Diego Viola wrote: On Mon, Mar 20, 2017 at 3:27 PM, Diego Viola wrote: On Mon, Mar 20, 2017 at 1:32 PM,

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