Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-18 Thread Knut Petersen
Looking at the patch which introduced these error message for you, which changed the -count_objects return value from 0 to SHRINK_STOP your patch below to treat 0 and SHRINK_STOP equally simply reverts the functional change. Yes, for i915* it de facto restores the old behaviour. I don't

Re: [RFC] Full syscall argument decode in perf trace

2013-09-18 Thread Denys Vlasenko
On 09/17/2013 09:06 PM, Arnaldo Carvalho de Melo wrote: Em Tue, Sep 17, 2013 at 05:10:55PM +0200, Denys Vlasenko escreveu: I'm trying to figure out how to extend perf trace. Currently, it shows syscall names and arguments, and only them. Meaning that syscalls such as open(2) are shown as:

Re: [PATCH 1/5] scripts: Add mkstrerror.sh

2013-09-18 Thread David Howells
danielfsan...@att.net wrote: This is a simple bash script that parses our errno*.h files and formats them into the error_strings.h header that our strerror and strerror_name functions will use later. I presume you haven't tried building with a make O=foo build directory? I see:

Re: [PATCH 4/4] ARM: STi: Add I2C config to B2000 and B2020 boards

2013-09-18 Thread Lee Jones
On Wed, 18 Sep 2013, Maxime COQUELIN wrote: This patch supplies I2C configuration to B2000 and B2020 based on either STiH415 or STiH416 SoCs. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih41x-b2000.dtsi

Re: [GIT PULL] Keyrings patches

2013-09-18 Thread David Howells
Stephen Rothwell s...@canb.auug.org.au wrote: Is there some reason that those fixups cannot be done in a merge commit? i.e. are they more than simple text updates? That's somewhat up to James. *He* would be the person doing the merge, not me. I'm changing the lines in my patches also. /me

Re: [PATCH] ARM: STi: remove unused Kconfig parameters

2013-09-18 Thread Michael Opdenacker
Hi Srini On 09/18/2013 08:35 AM, Srinivas KANDAGATLA wrote: Hi Michael. On 18/09/13 04:23, Michael Opdenacker wrote: This patch proposes to remove the 'SOC_STIH415' and 'SOC_STIH416' parameters, which are used nowhere else in the source code and Makefiles. Will they be needed in code that

Re: [PATCH 1/5] scripts: Add mkstrerror.sh

2013-09-18 Thread David Howells
David Howells dhowe...@redhat.com wrote: (1) Why are you double-NUL'ing all your strings? (see the \0 in the strings) Ah... I see what you're doing. I missed the fact that you don't have a comma after each string. (3) You are storing a pointer to the symbolic name for each error. On a

Re: [PATCH 3/4] ARM: STi: Supply I2C configuration to STiH415 SoC

2013-09-18 Thread Lee Jones
On Wed, 18 Sep 2013, Maxime COQUELIN wrote: This patch supplies I2C configuration to STiH415 SoC. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih415-pinctrl.dtsi | 36

Re: [PATCH 2/4] ARM: STi: Supply I2C configuration to STiH416 SoC

2013-09-18 Thread Lee Jones
This patch supplies I2C configuration to STiH416 SoC. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih416-pinctrl.dtsi | 35 arch/arm/boot/dts/stih416.dtsi | 57

[PATCH] vfs: introduce d_instantiate_no_diralias()

2013-09-18 Thread Miklos Szeredi
Al, This is for next (3.13), could you please ack it or take it through your tree? Thanks, Miklos Subject: vfs: introduce d_instantiate_no_diralias() From: Miklos Szeredi mszer...@suse.cz ...which just returns -EBUSY if a directory alias would be created. This is to be used by fuse mkdir

Re: [PATCH 08/17] Generalize relocate_kernel() for use by other architectures.

2013-09-18 Thread Matt Fleming
On Mon, 16 Sep, at 09:11:24PM, Roy Franz wrote: Rename relocate_kernel() to efi_relocate_kernel(), and take parameters rather than x86 specific structure. Add max_addr argument as for ARM we have some address constraints that we need to enforce when relocating the kernel. Add alloc_size

[PATCH 02/41] mfd: dbx500-prcmu: Move PRCMU numerical clock identifiers into DT include file

2013-09-18 Thread Lee Jones
These are required to request DBx500 PRCMU clocks from Device Tree. The numbers used are taken directly from the Hardware Specification document. We're moving them from the DBx500 PRCMU include file into the DT include directory and referencing them from the former via a #include. Acked-by:

[PATCH 04/41] ARM: ux500: Add PRCMU clock node to DBx500 Device Tree

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index a152945..2c64c85 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 41/41] ARM: ux500: Fix trivial whitespace/tabbing issue

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 0d2d5d0..e93b54c 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 40/41] ARM: ux500: Remove SSP AUXDATA pertaining to DMA bindings

2013-09-18 Thread Lee Jones
These are now cared for from the Device Tree. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 28a69d1..27734e7 100644 ---

[PATCH 38/41] ARM: ux500: Remove AUXDATA relating to DMA clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 689d3a8..844c2fe 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 39/41] ARM: ux500: Reclassify PRCMU AUXDATA entry

2013-09-18 Thread Lee Jones
We still need to utilise the AUXDATA system for the PRCMU to pass through platform data which can not be DT:ed i.e. regulator initialisation values. All we're doing in this patch is changing the comment header to be more accurate. Signed-off-by: Lee Jones lee.jo...@linaro.org ---

[PATCH 36/41] ARM: ux500: Remove AUXDATA relating to USB clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index dd6af6c..7e32c7b 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 37/41] ARM: ux500: Remove AUXDATA relating to Ethernet clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 7e32c7b..689d3a8 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 31/41] ARM: ux500: Call appropriate clock initialisation based on DT or !DT booting

2013-09-18 Thread Lee Jones
The ux500 platform will soon be converted to Device Tree only. When that happens the old clock initialisation will be ripped out. In the meantime however, we have to make a decision and call the appropriate initialisation code manually. Signed-off-by: Lee Jones lee.jo...@linaro.org ---

[PATCH 35/41] ARM: ux500: Relocate AUXDATA relating to MSP (Audio)

2013-09-18 Thread Lee Jones
MSP no longer requires clock-name bindings, so we need to move them to a more appropriate header indicating that we're still passing DMA related platform data to them. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 17 - 1 file changed, 8

[PATCH 32/41] ARM: ux500: Remove AUXDATA relating to GPIO clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 9 - 1 file changed, 9 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 12eee81..a5e89af 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 26/41] clk: ux500: Add Device Tree support for the PRCC Peripheral clock

2013-09-18 Thread Lee Jones
This patch enables clocks to be specified from Device Tree via phandles to the prcc-periph-clock node. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 52 1 file changed,

[PATCH 33/41] ARM: ux500: Remove AUXDATA relating to UART clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index a5e89af..44e656d 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 34/41] ARM: ux500: Remove AUXDATA relating to I2C clock-name bindings

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 44e656d..44b4879 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++

[PATCH 30/41] usb: musb: ux500: Don't supply a con_id when requesting the clock

2013-09-18 Thread Lee Jones
If we supply a con_id then the clock framework will search for that name in MUSB's Device Tree node for the 'clock-names' property. If it's absent the clock request will fail. However, if we don't supply the con_id then clk_get() will call into clk_sys() which will use the device name to search

[PATCH 13/41] ARM: ux500: Supply the SDI (MMC) clocks lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 13ea13e..75c0646 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 29/41] clk: ux500: Add Device Tree support for the TWD clock

2013-09-18 Thread Lee Jones
This patch enables the TWD fixed factor clock to be specified from Device Tree via phandles to the smp-twd-clock node. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 7 +-- 1 file changed, 5 insertions(+), 2

[PATCH 28/41] clk: ux500: Add Device Tree support for the RTC clock

2013-09-18 Thread Lee Jones
This patch enables the RTC fixed frequency clock to be specified from Device Tree via phandles to the rtc32k-clock node. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 7 +-- 1 file changed, 5 insertions(+),

[PATCH 17/41] ARM: ux500: Add TWD (fixed-factor) clock node to DBx500 Device Tree

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 81cdfcf..9adc4e5 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 23/41] clk: ux500: Provide u8500_clk with skeleton Device Tree support

2013-09-18 Thread Lee Jones
The functional components will be added on a per-clock basis. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 19 +++ 1 file changed, 19 insertions(+) diff --git

[PATCH 25/41] clk: ux500: Add Device Tree support for the PRCMU clock

2013-09-18 Thread Lee Jones
This patch enables clocks to be specified from Device Tree via phandles to the prcmu-clock node. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 50 ++-- 1 file changed, 48

[PATCH 24/41] clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocks

2013-09-18 Thread Lee Jones
PRCC (peripheral and kernel) clocks are specified using a property tuple phandle base bit, where 'base' is the peripheral (1, 2, 3, 5 or 6), and bit is read-in value into that peripheral stipulated by the hardware specification. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee

[PATCH 21/41] clk: ux500: Remove BML8580 clock

2013-09-18 Thread Lee Jones
There is no mention of the PRCMU_BML8580CLK in any of the Design Specifications for the chips supported in Mainline. In fact, where it is incorrectly used in the u8540 clock definition driver it would have the side effect of using the incorrect clock management address ([PRCM_BML8580CLK_MGT] 0x108

[PATCH 22/41] clk: ux500: Copy u8500_clk_init() ready for DT enablement

2013-09-18 Thread Lee Jones
Here we're using the old clock initialisation function as a template. It's necessary to remove all of the clk_register_clkdev() calls as they don't make sense when booting with Device Tree. Cc: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org ---

[PATCH 15/41] ARM: ux500: Add RTC (fixed-frequency) clock node to DBx500 Device Tree

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 8857dd1..77ea36f 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 14/41] ARM: ux500: Supply the MSP (Audio) clocks lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 75c0646..8857dd1 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 27/41] clk: ux500: Add Device Tree support for the PRCC Kernel clock

2013-09-18 Thread Lee Jones
This patch enables clocks to be specified from Device Tree via phandles to the prcc-kernel-clock node. Acked-by: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/clk/ux500/u8500_of_clk.c | 32 1 file changed, 32

[PATCH 19/41] ARM: ux500: Add a DT node for the Nomadik System Timer (MTU0)

2013-09-18 Thread Lee Jones
The MTU0 is required for full booting of the system. The driver has been previously DT:ed and is in use on the Nomadik platform, but we also need to enable it on ux500 based systems. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 11 +++ 1 file changed,

[PATCH 20/41] ARM: ux500: Don't attempt to enable the Nomadik System Timer twice

2013-09-18 Thread Lee Jones
When booting with DT enabled we already call clocksource_of_init(), which in turn calls the OF version of nmdk_timer_init(). Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 16/41] ARM: ux500: Supply the RTC clock lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 77ea36f..81cdfcf 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 12/41] ARM: ux500: Supply the UART clocks lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 0742e55..13ea13e 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 05/41] ARM: ux500: Supply the DMA clock lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 2c64c85..0bb8ed7 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi

[PATCH 11/41] ARM: ux500: Supply the I2C clocks lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 5e91063..0742e55 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 18/41] ARM: ux500: Supply the TWD Timer clock lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 9adc4e5..5c3ff94 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi

[PATCH 10/41] ARM: ux500: Add PRCC Kernel clock node to DBx500 Device Tree

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 2c1051d..5e91063 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

Re: [PATCH 01/41] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-09-18 Thread Linus Walleij
On Wed, Sep 18, 2013 at 2:13 PM, Lee Jones lee.jo...@linaro.org wrote: ... as stipulated by the Hardware Specification document. Acked-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Lee Jones lee.jo...@linaro.org Acked-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij

[PATCH 06/41] ARM: ux500: Add PRCC Peripheral clock node to DBx500 Device Tree

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 0bb8ed7..8a80eb4 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

[PATCH 08/41] ARM: ux500: Supply the USB clock lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 089b446..2c1051d 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi

[PATCH 09/41] ARM: ux500: Supply the Ethernet clock lookup to Snowball's DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/snowball.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 49824be..e2a71bb 100644 --- a/arch/arm/boot/dts/snowball.dts +++

[PATCH 07/41] ARM: ux500: Supply the GPIO clocks lookup to the DBX500 DT

2013-09-18 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/dbx5x0.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 8a80eb4..089b446 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++

Sie wurden ausgezeichnet ($ 1.000.000,00 US-Dollar)

2013-09-18 Thread Qatar Foundation
Lieber Begünstigten, Hiermit möchten wir Sie informieren, dass Sie unter den glücklichen Empfänger ausgewählt, um diese Spenden award Summe von ($ 1.000.000,00 US-Dollar), die jeweils als wohltätige Spenden / Hilfe von der Qatar Foundation in Doha, Katar, 17. September 2013 erhalten wurden,

Re: [PATCH 02/41] mfd: dbx500-prcmu: Move PRCMU numerical clock identifiers into DT include file

2013-09-18 Thread Linus Walleij
On Wed, Sep 18, 2013 at 2:13 PM, Lee Jones lee.jo...@linaro.org wrote: These are required to request DBx500 PRCMU clocks from Device Tree. The numbers used are taken directly from the Hardware Specification document. We're moving them from the DBx500 PRCMU include file into the DT include

[PATCH v2 00/41] Enable common clock with Device Tree on ux500 platforms

2013-09-18 Thread Lee Jones
After this patchset has been applied, we can request clocks directly from Device Tree without using any AUXDATA device-name hacks. We also take care to remove all of those at the end of the set. Most of the code is the same as the previous submission, but on Linus' request we are starting with a

[PATCH 03/41] mfd: dbx500: Remove any mention of the BML8580CLK

2013-09-18 Thread Lee Jones
The platform which it pertains to is no longer supported and is actually causing some confusion in the new common clock implementation. A recent patch removed its use in the clock driver, let's take out the definitions too. Acked-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Lee Jones

[PATCH 01/41] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-09-18 Thread Lee Jones
... as stipulated by the Hardware Specification document. Acked-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Lee Jones lee.jo...@linaro.org --- include/linux/mfd/dbx500-prcmu.h | 135 --- 1 file changed, 71 insertions(+), 64 deletions(-) diff --git

[PATCH V4] regulator: core: add support for configuring turn-on time through constraints

2013-09-18 Thread Laxman Dewangan
The turn-on time of the regulator depends on the regulator device's electrical characteristics. Sometimes regulator turn-on time also depends on the capacitive load on the given platform and it can be more than the datasheet value. The driver provides the enable-time as per datasheet. Add

[GIT PULL] fuse bugfixes for 3.12

2013-09-18 Thread Miklos Szeredi
Al, Could you please pull the following fixes for fuse: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus These are data consistency fixes for fallocate. Thanks, Miklos --- Maxim Patlasov (2): fuse: wait for writeback in fuse_file_fallocate() fuse: fix

Re: [PATCH v2 0/3] Fix Win8 backlight issue

2013-09-18 Thread Aaron Lu
On 09/18/2013 02:30 PM, Igor Gnatenko wrote: On Wed, 2013-09-18 at 09:03 +0800, Aaron Lu wrote: On 09/17/2013 09:34 PM, Igor Gnatenko wrote: Aaron, how about fix indicator on ThinkPads ? Can you please describe the problem in detail, is it that when you adjust brightness level through

[PATCH] Input: i8042 - i8042_flush fix for a full 8042 buffer

2013-09-18 Thread Andrey Moiseev
When 8042 internal data buffer is full, the driver erroneously decides that the controller is not present. I've already sent this 2 weeks ago, but that message received no comments. i8042_flush returns the number of flushed bytes, which is in 0 - I8042_BUFFER_SIZE range inclusive. Therefore,

Re: [PATCH v2 0/3] Fix Win8 backlight issue

2013-09-18 Thread Igor Gnatenko
On Wed, 2013-09-18 at 20:31 +0800, Aaron Lu wrote: On 09/18/2013 02:30 PM, Igor Gnatenko wrote: On Wed, 2013-09-18 at 09:03 +0800, Aaron Lu wrote: On 09/17/2013 09:34 PM, Igor Gnatenko wrote: Aaron, how about fix indicator on ThinkPads ? Can you please describe the problem in detail,

Re: [PATCH 4/4] ARM: STi: Add I2C config to B2000 and B2020 boards

2013-09-18 Thread Maxime COQUELIN
Hi Lee, On 09/18/2013 01:40 PM, Lee Jones wrote: On Wed, 18 Sep 2013, Maxime COQUELIN wrote: This patch supplies I2C configuration to B2000 and B2020 based on either STiH415 or STiH416 SoCs. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin

Re: [PATCH 3/4] ARM: STi: Supply I2C configuration to STiH415 SoC

2013-09-18 Thread Maxime COQUELIN
On 09/18/2013 02:00 PM, Lee Jones wrote: On Wed, 18 Sep 2013, Maxime COQUELIN wrote: This patch supplies I2C configuration to STiH415 SoC. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih415-pinctrl.dtsi |

[PATCH V2 2/2] ARM: tegra: add palmas pincontrol to Dalmore device tree

2013-09-18 Thread Laxman Dewangan
Add Palmas pincontrol to Dalmore device tree and make following configuration as default: - Disable DVFS1 and DVFS2. - Set GPIO6 to gpio mode. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- changes from V1: - Renames the node name to pinmux as suggested on patch V1. - Not sure that this

[PATCH 1/2] ARM: tegra: enable PALMAS_PINCTRL config

2013-09-18 Thread Laxman Dewangan
PALMAS PMIC is used on Dalmore platform. Enable the pincontrol driver for Palmas to configure pins of Palmas on desired state. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- Reposting as the patch sent earlier was miss the merge date. arch/arm/configs/tegra_defconfig |1 + 1 files

Re: [PATCH 2/4] ARM: STi: Supply I2C configuration to STiH416 SoC

2013-09-18 Thread Maxime COQUELIN
On 09/18/2013 02:03 PM, Lee Jones wrote: This patch supplies I2C configuration to STiH416 SoC. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih416-pinctrl.dtsi | 35

Re: [RFC] Full syscall argument decode in perf trace

2013-09-18 Thread David Ahern
On 9/18/13 5:35 AM, Denys Vlasenko wrote: Therefore my question should be restated as: Would perf developers accept the syscall pausing feature, or it won't be accepted? I have been using perf-trace a lot lately specifically because it is effectively a 'passive' observer of the task (e.g.,

Re: [GIT PULL] Keyrings patches

2013-09-18 Thread Mimi Zohar
On Wed, 2013-09-18 at 12:53 +0100, David Howells wrote: Stephen Rothwell s...@canb.auug.org.au wrote: Is there some reason that those fixups cannot be done in a merge commit? i.e. are they more than simple text updates? Hi Stephen, the issue is that the patches were created against a newer

[PATCH] radeon: Conditionally compile PM code

2013-09-18 Thread Thierry Reding
The power management code is only used on X86 and PowerMac. To prevent the compiler from warning about unused code, only build when PM and one of X86 or PowerMac is selected. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/video/aty/radeon_pm.c | 7 ++- 1 file changed, 6

[PATCH] net: tsi108: Prevent compiler warning

2013-09-18 Thread Thierry Reding
The dump_eth_one() function is only used if DEBUG is enabled, so protect it by a corresponding #ifdef DEBUG block. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/net/ethernet/tundra/tsi108_eth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] i2c: mv64xxx: Do not use writel_relaxed()

2013-09-18 Thread Thierry Reding
The driver is used on PowerPC which don't provide writel_relaxed(). This breaks the c2k and prpmc2800 default configurations. To fix the build, turn the calls to writel_relaxed() into writel(). The impacts for ARM should be minimal. Signed-off-by: Thierry Reding tred...@nvidia.com ---

Re: linux-next stats (Was: Linux 3.12-rc1)

2013-09-18 Thread Jason Cooper
Stephen, On Tue, Sep 17, 2013 at 03:50:57PM +1000, Stephen Rothwell wrote: There are also 358 commits in next-20130701 that didn't make it into v3.11-rc1. Top ten first word of commit summary: 56 arm Top ten authors: 13 Sebastian Hesselbarth

[PATCH] i2c: mv64xxx: Fix some build warnings

2013-09-18 Thread Thierry Reding
Some functions and variables are only used if the configuration selects HAVE_CLK. Protect them with a corresponding #ifdef CONFIG_HAVE_CLK block to avoid compiler warnings. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/i2c/busses/i2c-mv64xxx.c | 12 +++- 1 file changed, 7

Re: [PATCH RFC 1/2] PM / Hibernate: use name_to_dev_t to parse resume

2013-09-18 Thread Pavel Machek
On Tue 2013-09-17 13:50:21, Sebastian Capella wrote: Quoting Sebastian Capella (2013-08-30 11:42:30) Quoting Pavel Machek (2013-08-30 04:35:33) On Mon 2013-08-26 10:40:50, Sebastian Capella wrote: Quoting Pavel Machek (2013-08-25 08:38:11) Is the allocation actually neccessary? At

[PATCH REPOST] ARM: tegra: use dt-binding header for key code

2013-09-18 Thread Laxman Dewangan
In place of hardcoding the key code in DTS file and comment the key code as side notes, use the key code macro defines in the dt-bindings/input/input.h directly. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- Reposting this patch as it was sent earlier when merge window was closed.

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-18 Thread Pavel Machek
On Thu 2013-09-12 12:32:17, Andrew Savchenko wrote: Hello, On Thu, 05 Sep 2013 14:23:25 +0200 Rafael J. Wysocki wrote: On Thursday, September 05, 2013 02:08:11 PM Pavel Machek wrote: Hi! Rafael, Al: apparently we have a regression caused by

Re: [PATCH] perf: Support for Openembedded/Yocto -dbg packages

2013-09-18 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 18, 2013 at 12:18:01PM +0200, Peter Zijlstra escreveu: On Wed, Sep 18, 2013 at 12:02:12PM +0200, Ricardo Ribalda Delgado wrote: Perhaps this is even more clear than v2: len = snprintf(file, size, %s, symbol_conf.symfs); size -= len; file += len; len = snprintf(file,

Re: [PATCH] uio: Simplify uio error path by using devres functions

2013-09-18 Thread Pavel Machek
On Thu 2013-09-12 07:39:59, Michal Simek wrote: Using devres functions simplify driver error path. - Use devm_kzalloc - Use devm_request_irq Signed-off-by: Michal Simek michal.si...@xilinx.com Reviewed-by: Pavel Machek pa...@ucw.cz -- (english) http://www.livejournal.com/~pavelmachek

Re: [PATCH 0/2] vsprintf: ignore %n again

2013-09-18 Thread Tetsuo Handa
Kees Cook wrote: Consider, e.g. introducing __vsnprint(), with vsnprintf(s, n, fmt, ...) expanding to __vsnprintf(1, s, n, fmt, ...) if fmt is a string literal and __vsnprintf(0, s, n, fmt, ...) otherwise. Now, int __sprintf(int safe, char *buf, const char *fmt, ...) { va_list

Re: [PATCH v2] ADP1653 board code for Nokia RX-51

2013-09-18 Thread Pavel Machek
On Sun 2013-09-08 02:02:52, Aaro Koskinen wrote: Hi, On Fri, Sep 06, 2013 at 10:34:05PM +0200, Pali Rohár wrote: --- /dev/null +++ b/arch/arm/mach-omap2/board-rx51-camera.c [...] Ping, can you review this patch v2? I don't think Tony will accept any new board stuff for RX-51/N900.

Re: [PATCH 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-09-18 Thread Gabriel FERNANDEZ
On 18/09/2013 12:01, Maxime COQUELIN wrote: This patch adds support to SSC (Synchronous Serial Controller) I2C driver. This IP also supports SPI protocol, but this is not the aim of this driver. This IP is embedded in all ST SoCs for Set-top box platorms, and supports I2C Standard and Fast

Re: [PATCH 2/4] ARM: STi: Supply I2C configuration to STiH416 SoC

2013-09-18 Thread Srinivas KANDAGATLA
On 18/09/13 13:46, Maxime COQUELIN wrote: On 09/18/2013 02:03 PM, Lee Jones wrote: This patch supplies I2C configuration to STiH416 SoC. Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih416-pinctrl.dtsi

Re: [PATCH V4 00/17] ARM EFI stub common code

2013-09-18 Thread Matt Fleming
On Mon, 16 Sep, at 09:11:16PM, Roy Franz wrote: This patch is the common/x86 portion of the ARM EFI stub patchset broken out. These changes support the addition of EFI stub support for the ARM and ARM64 architectures. The common code that is now shared in efi-stub-helper.c is based on code

Re: trinity finds ftrace/perf bug. Film at 11.

2013-09-18 Thread Dave Jones
On Wed, Sep 18, 2013 at 01:34:11PM +0200, Peter Zijlstra wrote: On Mon, Sep 16, 2013 at 12:44:21PM -0400, Dave Jones wrote: may be some other option.. Try http://www.codemonkey.org.uk/junk/haswell-config What kind of hardware are you running this on? model name :

Re: [RFC][PATCH] rtc: rtc-pl031: Set wakeup flag prior to registering rtcdev

2013-09-18 Thread John Stultz
On Wed, Sep 18, 2013 at 6:30 AM, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Sep 17, 2013 at 8:29 PM, John Stultz john.stu...@linaro.org wrote: In some recent testing, I noticed the CLOCK_REALTIME_ALARM clockid wasn't functioning on my vexpress qemu environment. Looking into it

[PATCH v2 02/10] of/irq: Use irq_of_parse_and_map()

2013-09-18 Thread Thierry Reding
Replace some instances of of_irq_map_one()/irq_create_of_mapping() and of_irq_to_resource() by the simpler equivalent irq_of_parse_and_map(). Signed-off-by: Thierry Reding tred...@nvidia.com --- arch/arm/mach-u300/timer.c | 9 -

[PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping()

2013-09-18 Thread Thierry Reding
Instead of returning 0 for all errors, allow the precise error code to be propagated. This will be used in subsequent patches to allow further propagation of error codes. The interrupt number corresponding to the new mapping is returned in an output parameter so that the return value is reserved

[PATCH v2 06/10] of/irq: Return errors from of_irq_to_resource()

2013-09-18 Thread Thierry Reding
Update of_irq_to_resource() to return 0 on success and a negative error code on failure. This allows the precise nature of the failure to be determined in the caller and errors to be propagated appropriately. While at it, make the index parameter unsigned. Accessing negative indices is invalid,

[PATCH v2 10/10] gpio: tegra: Use module_platform_driver()

2013-09-18 Thread Thierry Reding
With the driver core now resolving interrupt references at probe time, it is no longer necessary to force explicit probe ordering using initcalls. Signed-off-by: Thierry Reding tred...@nvidia.com --- Note that there are potentially many more drivers that can be switched to the generic

[PATCH v2 09/10] of/i2c: Resolve interrupt references at probe time

2013-09-18 Thread Thierry Reding
Instead of resolving interrupt references at device creation time, delay resolution until probe time. At device creation time, there is nothing that can be done if an interrupt parent isn't ready yet, and the device will end up with an invalid interrupt number (0). If the interrupt reference is

Dependency bug in the uvcvideo Kconfig

2013-09-18 Thread Jeff P. Zacher
Not subscribed, please CC'me in replies: There seems to be a dependency bug in the Kconfig for the uvcvideo kernel module. If uvcvideo is built in and usb support is built as a module, the kernel build will fail with the obviously missing dependanies. Error logs: * ERROR: Failed to compile

[PATCH v2 08/10] of/platform: Resolve interrupt references at probe time

2013-09-18 Thread Thierry Reding
Interrupt references are currently resolved very early (when a device is created). This has the disadvantage that it will fail in cases where the interrupt parent hasn't been probed and no IRQ domain for it has been registered yet. To work around that various drivers use explicit initcall ordering

[PATCH v2 07/10] of/irq: Propagate errors in of_irq_to_resource_table()

2013-09-18 Thread Thierry Reding
Now that all helpers return precise error codes, this function can propagate these errors to the caller properly. Signed-off-by: Thierry Reding tred...@nvidia.com --- Changes in v2: - return 0 on success or a negative error code on failure - convert callers to new calling convention

[PATCH v2 01/10] of/irq: Rework of_irq_count()

2013-09-18 Thread Thierry Reding
The of_irq_to_resource() helper that is used to implement of_irq_count() tries to resolve interrupts and in fact creates a mapping for resolved interrupts. That's pretty heavy lifting for something that claims to just return the number of interrupts requested by a given device node. Instead, use

[PATCH v2 05/10] of/irq: Introduce __irq_of_parse_and_map()

2013-09-18 Thread Thierry Reding
This is a version of irq_of_parse_and_map() that propagates the precise error code instead of returning 0 for all errors. It will be used in subsequent patches to allow further propagation of error codes. To avoid code duplication, implement irq_of_parse_and_map() as a static inline wrapper

[PATCH v2 00/10] of/irq: Defer interrupt reference resolution

2013-09-18 Thread Thierry Reding
Hi, This small series allows interrupt references from the device tree to be resolved at driver probe time, rather than at device creation time. The current implementation resolves such references while devices are added during the call to of_platform_populate(), which happens very early in the

[PATCH v2 03/10] irqdomain: Introduce __irq_create_mapping()

2013-09-18 Thread Thierry Reding
This is a version of irq_create_mapping() that propagates the precise error code instead of returning 0 for all errors. It will be used in subsequent patches to allow further propagation of error codes. To avoid code duplication, implement irq_create_mapping() as a wrapper around the new

Re: [PATCH] perf: Support for Openembedded/Yocto -dbg packages

2013-09-18 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@ghostprotocols.net wrote: Em Wed, Sep 18, 2013 at 12:18:01PM +0200, Peter Zijlstra escreveu: On Wed, Sep 18, 2013 at 12:02:12PM +0200, Ricardo Ribalda Delgado wrote: Perhaps this is even more clear than v2: len = snprintf(file, size, %s,

Re: [PATCH 1/4] usb: musb: Call atomic_notifier_call_chain when status is changed

2013-09-18 Thread Pavel Machek
Hi! So will you do that? Or it is needed to resend this one line hunk again in new email again? new patch, new email Guys, WHY ARE YOU SO STUPID AND ARROGANT? Sorry but, need to copy full isolated patch/hunk from one mail to another is hassling. So what you want from me? Do

Re: [PATCH] audit: fix endless wait in audit_log_start()

2013-09-18 Thread Richard Guy Briggs
On Wed, Sep 18, 2013 at 01:48:17PM +0400, Konstantin Khlebnikov wrote: After commit 829199197a430dade2519d54f5545c4a094393b8 audit emiters will block forever if userspace daemon cannot handle backlog. After the timeout waiting loop turns into busy loop and runs until daemon dies or returns back

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