[PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations

2015-08-23 Thread Masahiro Yamada
1/3: add outer cache support 2/3: rework SMP operations 3/3: add device tree nodes Because 2/3 highly depends on 1/3, I hope whole of this series is applied to ARM-SOC tree. Olof, From this series, I am using ARM: uniphier: rather than ARM: UniPhier: for the subject prefixes because I noticed

RE: [PATCH] [v2] x86, suspend: Save/restore extra MSR registers for suspend

2015-08-23 Thread Chen, Yu C
Hi Ingo, thanks for your reply, So I like the general structure of the patch and I like the MSR saving mechanism it introduces, but it is full of typos and small stylistic uncleanlinesses which need to be fixed before this patch can be applied. Please don't ack incomplete patches. Sorry

Re: drm/layerscape: Add Freescale DCU DRM driver

2015-08-23 Thread Jianwei Wang
On Fri, Aug 21, 2015 at 9:41 PM, Andreas Ruprecht andreas.rupre...@fau.de wrote: Hi Jianwei, your commit 109eee2f2a18 (drm/layerscape: Add Freescale DCU DRM driver) showed up in linux-next today (i.e., next-20150821). I noticed it because we are running a daily analysis on the newest

[PATCH 06/17] staging: sm750fb: rename swI2CInit to sm750_sw_i2c_init

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)

Re: two RCU torture bugs

2015-08-23 Thread Paul E. McKenney
On Sun, Aug 23, 2015 at 10:07:49PM -0700, David Miller wrote: 1) Doc bug, documentation mentions torture_type such as rcu_sync, but those don't seem to exist. 2) If you specify an unrecognized type, the module cannot be unloaded. Amusingly it says that it cannot unload because the

[PATCH 05/17] staging: sm750fb: ddk750_hwi2c: rename CamelCase static functions

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_hwi2c.c b/drivers/staging/sm750fb/ddk750_hwi2c.c index e6d31db..0677ff0 100644 ---

Re: [RFT PATCH] ARM: OMAP: Change all cpu_is_* occurences to soc_is_*

2015-08-23 Thread Keerthy
On Tuesday 18 August 2015 05:24 PM, Keerthy wrote: On Tuesday 18 August 2015 03:40 PM, Keerthy wrote: Currently apart from dra7, omap5 and amx3 all the other SoCs are identified using cpu_is_* functions which is not right since they are all SoCs(System on Chips). Hence changing the SoC

Re: [PATCH] soc: mediatek: add scpsys support active_wakeup

2015-08-23 Thread Eddie Huang
On Thu, 2015-07-23 at 14:00 +0800, Eddie Huang wrote: Register gpd_dev_ops.active_wakeup function to support keep power during suspend state. And add flag to each power domain to decide whether keep power during suspend or not. Signed-off-by: Chunfeng Yun chunfeng@mediatek.com

Re: [BUG] arm: kgdb: patch_text() in kgdb_arch_set_breakpoint() may sleep

2015-08-23 Thread Doug Anderson
Aapo, Including the stack trace with this would have been helpful, though it's not too hard to reproduce. Here it is: [ 416.510559] BUG: scheduling while atomic: swapper/0/0/0x00010007 [ 416.516554] Modules linked in: [ 416.519614] CPU: 0 PID: 0 Comm: swapper/0 Not tainted

Re: [PATCH 1/3] ARM: uniphier: add outer cache support

2015-08-23 Thread Masahiro Yamada
Hi Joe, 2015-08-24 11:29 GMT+09:00 Joe Perches j...@perches.com: On Mon, 2015-08-24 at 11:18 +0900, Masahiro Yamada wrote: This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on

Re: linux-next: build failure after merge of the net-next tree

2015-08-23 Thread David Miller
From: Stephen Rothwell s...@canb.auug.org.au Date: Mon, 24 Aug 2015 13:21:11 +1000 After merging the net-next tree, today's linux-next build (arm multi_v7_defconfig) failed like this: Fixed by: [PATCH] route: fix breakage after moving lwtunnel state __recnt and related

drm/radeon: take the mode_config mutex when dealing with hpds (v2) crashes

2015-08-23 Thread Joerg Platte
Dear Alex, on my old P4 based non-SMP router your patch (commit 32d12fc20e3c726ca858d0e5055fb596fce2f8bc in linux stable) crashes on Linux 4.1.4 and above. I was only able to take a picture of the whole trace https://ferdi.naasa.net/url/jplatte/IMG_3116.JPG Reverting the patch resolves the

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Krzysztof Kozlowski
On 24.08.2015 11:42, Yakir Yang wrote: Hi Krzysztof, 在 08/23/2015 07:43 PM, Krzysztof Kozlowski 写道: 2015-08-24 8:23 GMT+09:00 Rob Herring robherri...@gmail.com: On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we

Re: linux-next: build failure after merge of the net-next tree

2015-08-23 Thread Stephen Rothwell
Hi Dave, On Sun, 23 Aug 2015 20:33:25 -0700 (PDT) David Miller da...@davemloft.net wrote: From: Stephen Rothwell s...@canb.auug.org.au Date: Mon, 24 Aug 2015 13:21:11 +1000 After merging the net-next tree, today's linux-next build (arm multi_v7_defconfig) failed like this: Fixed by:

.. one more last -rc after all

2015-08-23 Thread Linus Torvalds
So 4.2-rc8 is out, and that obviously means that I ended up deciding to chicken out after all, and delay the 4.2 release one week. It's not like there are any real outstanding issues, and I waffled between just doing the release and doing another -rc. But we did have another low-level x86 issue

[PATCH 14/18] ARM: sunxi: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Also, add static to sun8i_smp_ops. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-sunxi/platsmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 05/18] ARM: BCM: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Also, add static to bcm63138_smp_ops. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-bcm/bcm63xx_smp.c | 2 +- arch/arm/mach-bcm/kona_smp.c

[PATCH 10/18] ARM: mvebu: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-mvebu/armada-370-xp.h | 2 +- arch/arm/mach-mvebu/platsmp-a9.c| 4 ++--

[PATCH 01/18] ARM: add const qualifier to the argument of smp_set_ops()

2015-08-23 Thread Masahiro Yamada
This function just copies '*ops' to 'smp_ops', so the given structure '*ops' is not modified at all. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/include/asm/smp.h | 2 +- arch/arm/kernel/smp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 00/18] ARM: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
Currently, SoC code can not add const qualifier to smp_operations structures although they are never over-written. 01/18 and 02/18 add small changes to the ARM core to fix that. The rest of this series replace __initdata with const ... __initconst for each of SoC code. I split this series into

[PATCH 16/18] ARM: zx: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Also, add static to the structure. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-zx/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 18/18] ARM: mcpm: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Also, __initconst has been moved after mcpm_smp_ops because scripts/checkpatch.pl suggests to do so. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com ---

<    1   2   3   4   5   6