Re: [RFC][PATCH 0/7] locking: qspinlock

2014-03-11 Thread Ingo Molnar
* Peter Zijlstra pet...@infradead.org wrote: On Tue, Mar 11, 2014 at 11:45:03AM +0100, Ingo Molnar wrote: * Peter Zijlstra pet...@infradead.org wrote: Hi Waiman, I promised you this series a number of days ago; sorry for the delay I've been somewhat unwell :/ That

Re: [PATCH v6 4/8] of: Reduce indentation in of_graph_get_next_endpoint

2014-03-11 Thread Philipp Zabel
Hi Laurent, Am Montag, den 10.03.2014, 20:19 +0100 schrieb Laurent Pinchart: On Friday 07 March 2014 18:40:54 Philipp Zabel wrote: While we look at of_graph_get_next_endpoint(), could you explain the reason behind the extra reference count increase on the prev node: /* * Avoid

[PATCH] MAINTAINERS: Add tools/net to NETWORKING [GENERAL]

2014-03-11 Thread Tobias Klauser
Make sure patches for these tools go to the netdev list as well. References: https://marc.info/?l=linux-kernelm=139450284501328w=2 Cc: David S. Miller da...@davemloft.net Cc: Daniel Borkmann dbork...@redhat.com Signed-off-by: Tobias Klauser tklau...@distanz.ch --- MAINTAINERS |1 + 1 file

[PATCH v2] PM: Add missing freeze state

2014-03-11 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org --- v2: - Update comments for state_show() as suggested by Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com Documentation/ABI/testing/sysfs-power |5 +++--

Re: [PATCH 3/7] DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication

2014-03-11 Thread Vinod Koul
On Thu, Jan 16, 2014 at 01:47:22PM +0800, hongbo.zh...@freescale.com wrote: From: Hongbo Zhang hongbo.zh...@freescale.com There are several places where descriptors are freed using identical code. This patch puts this code into a function to reduce code duplication. Signed-off-by: Hongbo

Re: [PATCH v2] PM: Add missing freeze state

2014-03-11 Thread Srivatsa S. Bhat
On 03/11/2014 04:38 PM, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Reviewed-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com Regards, Srivatsa S. Bhat --- v2: - Update comments for

Re: [PATCH v3 2/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-11 Thread Lee Jones
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although documented, the following registers from SYSCFG_FLASH have been removed from

Re: [PATCH] x86, fix x86 fixup_irqs() error handling [v2]

2014-03-11 Thread Ingo Molnar
* Prarit Bhargava pra...@redhat.com wrote: fixup_irqs() calls chip-set_irq_affinity which eventually calls __assign_irq_vector(). Errors are not propogated back from this function call and this results in silent irq relocation failures. This patch fixes this issue and prints out a warning

Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of

2014-03-11 Thread Mauro Carvalho Chehab
Em Mon, 10 Mar 2014 14:37:58 + Grant Likely grant.lik...@linaro.org escreveu: On Mon, 10 Mar 2014 10:26:30 -0300, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Fri, 07 Mar 2014 18:23:30 + Grant Likely grant.lik...@linaro.org escreveu: On Thu, 06 Mar 2014 18:13:20

Re: [PATCH v3 2/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-11 Thread Lee Jones
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although documented, the following registers from SYSCFG_FLASH have been removed from

Re: [PATCH] perf/x86/uncore: fix compilation warning in snb_uncore_imc_init_box()

2014-03-11 Thread Peter Zijlstra
On Tue, Mar 11, 2014 at 11:44:33AM +0100, Stephane Eranian wrote: This patches fixes a compilation problem (unused variable) with the new SNB/IVB/HSW uncore IMC code. Reported-by: Stephen Rothwell s...@canb.auug.org.au Signed-off-by: Stephane Eranian eran...@google.com diff --git

Re: [PATCH 2/3] ARM: STi: stih416-b2020: Explicitly include STiH416 Pinctrl bindings

2014-03-11 Thread Lee Jones
#include stih41x-b2020.dtsi / { model = STih416 B2020 REV. E; For the next revision, could you please add ker...@stlinux.com in cc? Ah yes, of course. My mistake. I used the wrong flag when sending the patches '--arm' instaed of '--st-arm'. -- Lee Jones Linaro

[PATCH v2] ASoC: cs42888: Add codec driver support

2014-03-11 Thread Nicolin Chen
This patch adds support for the Cirrus Logic CS42888 Audio CODEC that has four 24-bit A/D and eight 24-bit D/A converters. [ CS42888 supports both I2C and SPI control ports. As initial patch, this patch only adds the support for I2C. ] Signed-off-by: Nicolin Chen guangyu.c...@freescale.com ---

Re: [PATCH 2/3] ARM: STi: stih416-b2020: Explicitly include STiH416 Pinctrl bindings

2014-03-11 Thread Lee Jones
At the moment we're relying on inheriting them from DTSI files which we're including Ideally we should be specifying these for ourselves. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/stih416-b2020-revE.dts | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] MAINTAINERS: Add tools/net to NETWORKING [GENERAL]

2014-03-11 Thread Daniel Borkmann
On 03/11/2014 12:06 PM, Tobias Klauser wrote: Make sure patches for these tools go to the netdev list as well. References: https://marc.info/?l=linux-kernelm=139450284501328w=2 Cc: David S. Miller da...@davemloft.net Cc: Daniel Borkmann dbork...@redhat.com Signed-off-by: Tobias Klauser

Re: [PATCH 1/3] ARM: DT: STi: Add support to B2020 revision E board.

2014-03-11 Thread Lee Jones
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch adds support to rev E board of B2020 which has few minor changes : PHY reset PIO (Change from PIO30 to PIO07) Power LED(Green) Control(Change from PIO47 to PIO13) I thought we decided last October to support only

Re: [PATCH] perf/x86/uncore: fix compilation warning in snb_uncore_imc_init_box()

2014-03-11 Thread Stephane Eranian
On Tue, Mar 11, 2014 at 12:13 PM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Mar 11, 2014 at 11:44:33AM +0100, Stephane Eranian wrote: This patches fixes a compilation problem (unused variable) with the new SNB/IVB/HSW uncore IMC code. Reported-by: Stephen Rothwell

Re: [PATCH] pinctrl: at91: add the config GPIO_OUTPUT_x

2014-03-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On Mar 11, 2014, at 2:54 PM, Yang, Wenyou wenyou.y...@atmel.com wrote: -Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Tuesday, March 11, 2014 12:16 PM To: Yang, Wenyou Cc: Jean-Christophe PLAGNIOL-VILLARD; mark.rutl...@arm.com;

[PATCH] regulator: da9063: fix assignment of da9063_reg_matches to NULL

2014-03-11 Thread Colin King
From: Colin Ian King colin.k...@canonical.com cppcheck detected an incorrect assignment: drivers/regulator/da9063-regulator.c:711]: (warning) Assignment of function parameter has no effect outside the function the original code didn't do anything, instead, *da9063_reg_matches needs to be set

Re: [PATCH net-next V5 1/2] irq: Utility function to get affinity_hint by policy

2014-03-11 Thread Thomas Gleixner
On Tue, 11 Mar 2014, Amir Vadai wrote: +/** + * irq_set_mq_dev_affinit_hint - set affinity hint of a queue in multi queue + * device The function is a complete misnomer. It calculates a cpu number and sets that bit in the supplied cpumask. There is no connection to the affinity hint at all.

Re: [PATCH v2] ASoC: cs42888: Add codec driver support

2014-03-11 Thread Mark Rutland
On Tue, Mar 11, 2014 at 11:19:51AM +, Nicolin Chen wrote: This patch adds support for the Cirrus Logic CS42888 Audio CODEC that has four 24-bit A/D and eight 24-bit D/A converters. [ CS42888 supports both I2C and SPI control ports. As initial patch, this patch only adds the support for

Re: [PATCH v2] ASoC: cs42888: Add codec driver support

2014-03-11 Thread Nicolin Chen
On Tue, Mar 11, 2014 at 11:30:53AM +, Mark Rutland wrote: On Tue, Mar 11, 2014 at 11:19:51AM +, Nicolin Chen wrote: This patch adds support for the Cirrus Logic CS42888 Audio CODEC that has four 24-bit A/D and eight 24-bit D/A converters. [ CS42888 supports both I2C and SPI

Re: [PATCH] pinctrl-baytrail: add function mux checking in gpio pin request

2014-03-11 Thread Mathias Nyman
On 03/11/2014 12:27 PM, Linus Walleij wrote: On Thu, Mar 6, 2014 at 2:59 PM, Chew Chiau Ee chiau.ee.c...@intel.com wrote: From: Chew, Kean Ho kean.ho.c...@intel.com The requested gpio pin must has the func_pin_mux field set to GPIO function by BIOS/FW in advanced. Else, the gpio pin request

[PATCH v3] ASoC: cs42888: Add codec driver support

2014-03-11 Thread Nicolin Chen
This patch adds support for the Cirrus Logic CS42888 Audio CODEC that has four 24-bit A/D and eight 24-bit D/A converters. [ CS42888 supports both I2C and SPI control ports. As initial patch, this patch only adds the support for I2C. ] Signed-off-by: Nicolin Chen guangyu.c...@freescale.com ---

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-11 Thread Laurent Pinchart
Hi Philipp, On Monday 10 March 2014 16:40:30 Philipp Zabel wrote: Am Montag, den 10.03.2014, 16:15 +0100 schrieb Laurent Pinchart: On Monday 10 March 2014 14:58:15 Grant Likely wrote: On Mon, 10 Mar 2014 14:52:53 +0100, Laurent Pinchart wrote: On Monday 10 March 2014 12:18:20 Tomi

Re: [PATCH 3/3] ktest: remove the misleading $buildonly and introduce $laststep.

2014-03-11 Thread Satoru Takeuchi
At Mon, 10 Mar 2014 12:13:00 -0400, Steven Rostedt wrote: On Sun, 09 Mar 2014 23:36:49 +0900 Satoru Takeuchi satoru.takeu...@gmail.com wrote: From: Satoru Takeuchi satoru.takeu...@gmail.com Each test of ktest consists of the following steps. build - install - boot - run user

[RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-11 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] stwiss.opensou...@diasemi.com Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] stwiss.opensou...@diasemi.com Acked-by: Alessandro Zummo a.zu...@towertech.it Acked-by: Lee Jones lee.jo...@linaro.org --- Checks performed with

Re: [vma caching] BUG: unable to handle kernel paging request at ffff880008142f40

2014-03-11 Thread Fengguang Wu
Hi Davidlohr, On Mon, Mar 10, 2014 at 02:08:08PM -0700, Davidlohr Bueso wrote: On Mon, 2014-03-10 at 10:43 +0800, Fengguang Wu wrote: Hi Davidlohr, I got the below dmesg and the first bad commit is git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit

Re: serial core: crash / race condition on unbind

2014-03-11 Thread Peter Hurley
On 03/11/2014 06:58 AM, Geert Uytterhoeven wrote: Hi Peter, On Tue, Mar 11, 2014 at 4:14 AM, Peter Hurley pe...@hurleysoftware.com wrote: [...] /* * Indicate that there isn't a port here anymore. */ uport-type = PORT_UNKNOWN;

Re: [PATCH 3/3] ktest: remove the misleading $buildonly and introduce $laststep.

2014-03-11 Thread Satoru Takeuchi
At Tue, 11 Mar 2014 20:43:40 +0900, Satoru Takeuchi wrote: At Mon, 10 Mar 2014 12:13:00 -0400, Steven Rostedt wrote: On Sun, 09 Mar 2014 23:36:49 +0900 Satoru Takeuchi satoru.takeu...@gmail.com wrote: From: Satoru Takeuchi satoru.takeu...@gmail.com Each test of ktest

Re: Subject: [PATCH] mm: use vm_map_ram for only temporal object

2014-03-11 Thread SeongJae Park
Hello Gioh, On Mon, Mar 10, 2014 at 7:16 PM, Gioh Kim gioh@lge.com wrote: The vm_map_ram has fragment problem because it couldn't purge a chunk(ie, 4M address space) if there is a pinning object in that addresss space. So it could consume all VMALLOC address space easily. We can fix the

Re: [PATCH v2 1/2] i2c: add DMA support for freescale i2c driver

2014-03-11 Thread Marek Vasut
On Tuesday, March 11, 2014 at 06:27:39 AM, Yao Yuan wrote: On Thu, Mar 10, 2014 at 10:01:42 AM, Marek Vasut wrote: On Thu, Mar 06, 2014 at 12:57:42PM +0100, Marek Vasut wrote: On Thursday, March 06, 2014 at 06:02:03 AM, Yao Yuan wrote: On Thu, March 06, 2014 at 12:44:14 PM, Marek Vasut

[PATCH Resend 1/2] input: da9055_onkey: Remove use of regmap_irq_get_virq()

2014-03-11 Thread Adam Thomson
Using platform_get_irq_byname() to retrieve the IRQ number returns the VIRQ number rather than the local IRQ number for the device. Passing that value then into regmap_irq_get_virq() causes a failure because the function is expecting the local IRQ number (e.g. 0, 1, 2, 3, etc). This patch removes

[PATCH Resend 0/2] input/rtc: da9055: Remove conflicting use of regmap_irq_get_virq()

2014-03-11 Thread Adam Thomson
This patch set removes the use of regmap_irq_get_virq() in driver probes for da9055 (in particular RTC and ONKEY) which was conflicting with use of platform_get_irq_byname(). platform_get_irq_byname() already returns the VIRQ number due to MFD core translation so using regmap_irq_get_virq() on

[PATCH Resend 2/2] rtc: da9055: Remove use of regmap_irq_get_virq()

2014-03-11 Thread Adam Thomson
Using platform_get_irq_byname() to retrieve the IRQ number returns the VIRQ number rather than the local IRQ number for the device. Passing that value then into regmap_irq_get_virq() causes a failure because the function is expecting the local IRQ number (e.g. 0, 1, 2, 3, etc). This patch removes

Re: serial core: crash / race condition on unbind

2014-03-11 Thread One Thousand Gnomes
No one unbinds serial drivers using serial_core, as all these drivers are for fixed hardware? Yep, never tested until now :) Do you need this to work? Hot-pluggable usb-serial doesn't use serial_core. I guess none of the 8250 PCI adapters are hot-pluggable... pcmcia 8250 certainly

Investment Partnership

2014-03-11 Thread jambojet smith
Dear, $215 MILLION DOLLARS FOR INVESTMENT . This fund belongs to my client, a Chief Comptroller General of Customs. He wants to invest this fund in abroad. If you are interested, contact me with the above email address for details. The moment I hear you I

Re: [PATCH v9 0/9] USB Host support for OMAP5 uEVM

2014-03-11 Thread Lee Jones
Hi, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. It also does some cleanup with respect to DT clock binding for the mfd/omap-usb-host driver. Please queue these for -next. Lee, I've folded some platform data dependent patches with

Re: [PATCH] Change task_struct-comm to use RCU.

2014-03-11 Thread Tetsuo Handa
Richard Guy Briggs wrote: Even if you don't trust the comm= field, it is annoying for me that fields after comm= are missing in the audit log. More than annoying, that isn't acceptable. OK. If you are sure that it is safe to use get_task_comm() from audit_log_task() and you prefer locked

[PATCH] x86, fix x86 fixup_irqs() error handling [v3]

2014-03-11 Thread Prarit Bhargava
Several patches to fix cpu hotplug and the down'd cpu's irq relocations have been submitted in the past month or so. The patches should resolve the problems with cpu hotplug and irq relocation, however, there is always a possibility that a bug still exists. The big problem with debugging these

Re: [patch 00/11] userspace out of memory handling

2014-03-11 Thread Jianguo Wu
On 2014/3/6 10:52, David Rientjes wrote: On Wed, 5 Mar 2014, Andrew Morton wrote: This patchset introduces a standard interface through memcg that allows both of these conditions to be handled in the same clean way: users define memory.oom_reserve_in_bytes to define the reserve and this

linux-next: manual merge of the net-next tree with the tree

2014-03-11 Thread Mark Brown
Hi all, Today's linux-next merge of the net-next tree got a conflict in drivers/net/xen-netback/netback.c between commit 5bd076708664313f (Xen-netback: Fix issue caused by using gso_type wrongly) from Linus' tree and commit 3e2234b3149f66 (xen-netback: Handle foreign mapped pages on the guest

Re: [PATCH v6 0/6] mm: generic early_ioremap support

2014-03-11 Thread Catalin Marinas
Mark, On Sun, Mar 09, 2014 at 05:00:38PM +, Mark Salter wrote: This patch series takes the common bits from the x86 early ioremap implementation and creates a generic implementation which may be used by other architectures. The early ioremap interfaces are intended for situations where

Re: [reboot] WARNING: CPU: 0 PID: 112 at kernel/events/core.c:5655 perf_swevent_add()

2014-03-11 Thread Fengguang Wu
Jiri, It works, thank you! Tested-by: Fengguang Wu fengguang...@intel.com --- diff --git a/kernel/events/core.c b/kernel/events/core.c index 661951a..a53857e 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c @@ -5423,6 +5423,8 @@ struct swevent_htable { /* Recursion

Re: [PATCH 1/3] ARM: DT: STi: Add support to B2020 revision E board.

2014-03-11 Thread Maxime Coquelin
On 03/11/2014 12:23 PM, Lee Jones wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch adds support to rev E board of B2020 which has few minor changes : PHY reset PIO (Change from PIO30 to PIO07) Power LED(Green) Control(Change from PIO47 to PIO13) I

Re: [PATCH v9 0/9] USB Host support for OMAP5 uEVM

2014-03-11 Thread Roger Quadros
On 03/11/2014 02:02 PM, Lee Jones wrote: Hi, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. It also does some cleanup with respect to DT clock binding for the mfd/omap-usb-host driver. Please queue these for -next. Lee, I've folded some platform data

Re: [PATCH] Change task_struct-comm to use RCU.

2014-03-11 Thread Tetsuo Handa
And the same phrase goes to James Morris... If you are sure that it is safe to use get_task_comm() from dump_common_audit_data() and you prefer locked version, please pick up below patch via your git tree. If you are unsure or prefer lockless version, I'll make a lockless version using

Re: [PATCH 1/5] ARM: dts: exynos4x12: Add ADC's dt data to read raw data

2014-03-11 Thread Tomasz Figa
Hi Chanwoo, On 11.03.2014 08:54, Chanwoo Choi wrote: This patch add ADC(Analog to Digital Converter)'s dt data to get raw data with IIO subsystem. Usually, ADC is used to check temperature, jack type, and so on. 8 --- Register map - 0x126C 0x100 : ADC register's base address -

Re: [PATCH 2/5] ARM: dts: exynos4x12: Add PMU dt data to support PMU(Perforamnce Monitoring Unit)

2014-03-11 Thread Tomasz Figa
Hi Chanwoo, On 11.03.2014 08:54, Chanwoo Choi wrote: ARM CPU has its own performance profiling unit(PMU, Perforamnce Monitoring Unit). This patch add PMU dt data to support PMU which count cache hit and miss events. PMU interrput list of Exynos4212 - 2 2 : INTG2[2] - PMUIRQ[0] for CPU0 - 3 2

Re: [PATCH 04/17] workqueue: Replace hardcoding of -20 with MIN_NICE.

2014-03-11 Thread Tejun Heo
On Tue, Mar 11, 2014 at 06:09:12PM +0800, Dongsheng Yang wrote: Signed-off-by: Dongsheng Yang yangds.f...@cn.fujitsu.com cc: Tejun Heo t...@kernel.org Applied to wq/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210

2014-03-11 Thread Michal Simek
Add new ulpi IDs which are available on Xilinx Zynq boards. Signed-off-by: Michal Simek michal.si...@xilinx.com --- http://www.ti.com/lit/ds/symlink/tusb1210.pdf page 29 I don't know why but value is not written in smsc manual here. http://ww1.microchip.com/downloads/en/DeviceDoc/3320.pdf page

[PATCH] support thinkpad HKEY interface version 0x200

2014-03-11 Thread Shuduo Sang
Hi, Please kindly review following patch. It support new BIOS which shiped with Thinkpad X1 Carbon 2nd generation. Without it, hotkey mask be routed to wrong branch and some hot key will not work. Thanks, Shuduo From 3c67b2731a61539363a62284a43b98fa3e2ba784 Mon Sep 17 00:00:00 2001 From: Shuduo

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of the the

2014-03-11 Thread Michael Opdenacker
Adding Andrew Morton to the list, not getting answers from maintainers after multiple resends... On 03/05/2014 06:55 AM, Michael Opdenacker wrote: On 03/05/2014 06:52 AM, Michael Opdenacker wrote: Fix all occurrences of the the in the source code, comments and documentation. The replacement

Re: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-11 Thread Lee Jones
From: Opensource [Steve Twiss] stwiss.opensou...@diasemi.com Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] stwiss.opensou...@diasemi.com Acked-by: Alessandro Zummo a.zu...@towertech.it Acked-by: Lee Jones lee.jo...@linaro.org How could I have Acked a patch that

Re: [PATCH 3/5] ARM: dts: exynos4x12: Add GPS_ALIVE power domain

2014-03-11 Thread Tomasz Figa
Hi Chanwoo, On 11.03.2014 08:54, Chanwoo Choi wrote: This patch add GPS_ALIVE power domain for Exynos4x12 SoC. GPS_ALIVE power domain include GPS_BLK for GPS IP. Exynos SoC used generic power-domain driver to control power domain. After completed kernel booting, Exynos power-domain driver

Re: [PATCH] cpufreq: SPEAr: Instantiate as platform_driver

2014-03-11 Thread Rafael J. Wysocki
On Tuesday, March 11, 2014 11:46:22 AM Viresh Kumar wrote: On 11 March 2014 09:04, Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, March 10, 2014 03:43:18 PM Viresh Kumar wrote: As multiplatform build is being adopted by more and more ARM platforms, initcall function should be

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of the the

2014-03-11 Thread Michael Opdenacker
Oops, not nice to force Andrew to take the patch from an earlier message in the thread (this was just a reply, this doesn't work with git am). I will resend later. Michael. On 03/11/2014 01:25 PM, Michael Opdenacker wrote: Adding Andrew Morton to the list, not getting answers from maintainers

Re: [PATCH] arm: LLVMLinux: use static inline in ARM ftrace.h

2014-03-11 Thread Steven Rostedt
On Tue, 11 Mar 2014 00:01:44 -0700 Behan Webster beh...@converseincode.com wrote: On 02/20/14 18:22, beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com With compilers which follow the C99 standard (like modern versions of gcc and clang), extern inline does

Re: [PATCH] pata_legacy: Remove dead code

2014-03-11 Thread Tejun Heo
On Mon, Mar 10, 2014 at 10:33:50PM +0100, Silvan Jegen wrote: The current flow of control prevents this function from being called. Let's remove the call. Signed-off-by: Silvan Jegen s.je...@gmail.com Applied to libata/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the

Re: Suspending access to opened/active /dev/nodes during application runtime

2014-03-11 Thread David Herrmann
Hi On Fri, Mar 7, 2014 at 7:45 PM, Lukasz Pawelczyk hav...@gmail.com wrote: Problem: Has anyone thought about a mechanism to limit/remove an access to a device during an application runtime? Meaning we have an application that has an open file descriptor to some /dev/node and depending on

Re: [PATCH 4/5] ARM: dts: exynos: Move common dt data for interrupt combiner controller

2014-03-11 Thread Tomasz Figa
Hi Chanwoo, On 11.03.2014 08:54, Chanwoo Choi wrote: This patch move common dt data of interrupt combiner controller to exynos4x12.dtsi. Each Exynos4x12 SoC has different number of interrput combiner as following: - Exynos4212 : interrput combiner 18(0 ~ 17) - Exynos4412 : interrput combiner

RE: [PATCH v5] can: xilinx CAN controller support.

2014-03-11 Thread Appana Durga Kedareswara Rao
Hi Michal, -Original Message- From: Michal Simek [mailto:michal.si...@xilinx.com] Sent: Monday, March 10, 2014 8:53 PM To: Rob Herring Cc: Appana Durga Kedareswara Rao; Wolfgang Grandegger; Marc Kleine- Budde; Michal Simek; Grant Likely; Rob Herring; linux-...@vger.kernel.org;

[tip:sched/core] stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()

2014-03-11 Thread tip-bot for Peter Zijlstra
Commit-ID: 177c53d943368fc97644ebc0a250dc8e2d124250 Gitweb: http://git.kernel.org/tip/177c53d943368fc97644ebc0a250dc8e2d124250 Author: Peter Zijlstra pet...@infradead.org AuthorDate: Fri, 28 Feb 2014 13:39:05 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/core] sched/clock: Prevent tracing recursion in sched_clock_cpu()

2014-03-11 Thread tip-bot for Fernando Luis Vazquez Cao
Commit-ID: 96b3d28bf4b00f62fc8386ff5d487d1830793a3d Gitweb: http://git.kernel.org/tip/96b3d28bf4b00f62fc8386ff5d487d1830793a3d Author: Fernando Luis Vazquez Cao ferna...@oss.ntt.co.jp AuthorDate: Thu, 6 Mar 2014 14:25:28 +0900 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11

[tip:sched/idle] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-03-11 Thread tip-bot for Daniel Lezcano
Commit-ID: 907e30f1bb4a9656d351aa705c1e5931da908701 Gitweb: http://git.kernel.org/tip/907e30f1bb4a9656d351aa705c1e5931da908701 Author: Daniel Lezcano daniel.lezc...@linaro.org AuthorDate: Mon, 3 Mar 2014 08:48:50 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/core] sched/deadline: Deny unprivileged users to set/ change SCHED_DEADLINE policy

2014-03-11 Thread tip-bot for Juri Lelli
Commit-ID: d44753b843e093f9e1f2f14806fbe106fff74898 Gitweb: http://git.kernel.org/tip/d44753b843e093f9e1f2f14806fbe106fff74898 Author: Juri Lelli juri.le...@gmail.com AuthorDate: Mon, 3 Mar 2014 12:09:21 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 11:33:46

[tip:sched/idle] cpuidle/idle: Move the cpuidle_idle_call function to idle.c

2014-03-11 Thread tip-bot for Daniel Lezcano
Commit-ID: 30cdd69e2a266505ca8229c944d361ff350a6959 Gitweb: http://git.kernel.org/tip/30cdd69e2a266505ca8229c944d361ff350a6959 Author: Daniel Lezcano daniel.lezc...@linaro.org AuthorDate: Mon, 3 Mar 2014 08:48:51 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/idle] sched/idle: Add more comments to the code

2014-03-11 Thread tip-bot for Daniel Lezcano
Commit-ID: a1d028bd6d2b7789d15eddfd07c5bea2aaf36040 Gitweb: http://git.kernel.org/tip/a1d028bd6d2b7789d15eddfd07c5bea2aaf36040 Author: Daniel Lezcano daniel.lezc...@linaro.org AuthorDate: Mon, 3 Mar 2014 08:48:54 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/idle] sched/idle: Move idle conditions in cpuidle_idle main function

2014-03-11 Thread tip-bot for Daniel Lezcano
Commit-ID: 8ca3c6424f4988fc19ed1067b121fbaf2e884d77 Gitweb: http://git.kernel.org/tip/8ca3c6424f4988fc19ed1067b121fbaf2e884d77 Author: Daniel Lezcano daniel.lezc...@linaro.org AuthorDate: Mon, 3 Mar 2014 08:48:53 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/idle] sched/idle: Reorganize the idle loop

2014-03-11 Thread tip-bot for Daniel Lezcano
Commit-ID: c8cc7d4de7a4f2fb1f8774ec2de5b49c46c42e64 Gitweb: http://git.kernel.org/tip/c8cc7d4de7a4f2fb1f8774ec2de5b49c46c42e64 Author: Daniel Lezcano daniel.lezc...@linaro.org AuthorDate: Mon, 3 Mar 2014 08:48:52 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:perf/urgent] perf/x86: Fix leak in uncore_type_init failure paths

2014-03-11 Thread tip-bot for Dave Jones
Commit-ID: b7b4839d93e50adccef29eccb694807cdcb8bee3 Gitweb: http://git.kernel.org/tip/b7b4839d93e50adccef29eccb694807cdcb8bee3 Author: Dave Jones da...@redhat.com AuthorDate: Thu, 6 Mar 2014 12:20:28 -0500 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 11:59:34

[tip:perf/core] perf/x86/uncore: Add __init for uncore_cpumask_init()

2014-03-11 Thread tip-bot for Dongsheng Yang
Commit-ID: ef11dadb8373fcbe53bdd09ceb262b2f18da10c5 Gitweb: http://git.kernel.org/tip/ef11dadb8373fcbe53bdd09ceb262b2f18da10c5 Author: Dongsheng Yang yangds.f...@cn.fujitsu.com AuthorDate: Wed, 5 Mar 2014 17:58:36 +0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:perf/core] perf: Disallow user-space callchains for function trace events

2014-03-11 Thread tip-bot for Jiri Olsa
Commit-ID: cfa77bc4af2c75c0781ee76cde2dd104c6c8e2b7 Gitweb: http://git.kernel.org/tip/cfa77bc4af2c75c0781ee76cde2dd104c6c8e2b7 Author: Jiri Olsa jo...@redhat.com AuthorDate: Sun, 2 Mar 2014 16:56:38 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 11:57:57 +0100

[tip:x86/apic] x86/apic: Plug racy xAPIC access of CPU hotplug code

2014-03-11 Thread tip-bot for Jan Kiszka
Commit-ID: ea7bdc65bca8cf837a63e0ff7b75daed83222511 Gitweb: http://git.kernel.org/tip/ea7bdc65bca8cf837a63e0ff7b75daed83222511 Author: Jan Kiszka jan.kis...@siemens.com AuthorDate: Mon, 27 Jan 2014 20:14:06 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:x86/debug] i386: Remove unneeded test of 'task' in dump_trace() (again)

2014-03-11 Thread tip-bot for Steven Rostedt
Commit-ID: 7743a536beda6225eef4a0758c5370f761fb0616 Gitweb: http://git.kernel.org/tip/7743a536beda6225eef4a0758c5370f761fb0616 Author: Steven Rostedt rost...@goodmis.org AuthorDate: Fri, 7 Mar 2014 10:52:42 -0500 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

Re: [PATCH v2] PM: Add missing freeze state

2014-03-11 Thread Pavel Machek
On Tue 2014-03-11 12:08:11, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Acked-by: Pavel Machek pa...@ucw.cz Is it going to go in through the trivial tree? Thanks,

[tip:sched/core] sched/core: Fix endless loop in pick_next_task()

2014-03-11 Thread tip-bot for Kirill Tkhai
Commit-ID: 4c6c4e38c4e9a454889298dcc498174968d14a09 Gitweb: http://git.kernel.org/tip/4c6c4e38c4e9a454889298dcc498174968d14a09 Author: Kirill Tkhai ktk...@parallels.com AuthorDate: Thu, 6 Mar 2014 13:32:01 +0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/core] sched: Remove unused mc_capable() and smt_capable()

2014-03-11 Thread tip-bot for Bjorn Helgaas
Commit-ID: 36fc5500bb1907bea7e9b4785dd00abf714d556f Gitweb: http://git.kernel.org/tip/36fc5500bb1907bea7e9b4785dd00abf714d556f Author: Bjorn Helgaas bhelg...@google.com AuthorDate: Tue, 4 Mar 2014 14:07:37 -0700 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/core] sparc64, sched: Remove unused sparc64_multi_core

2014-03-11 Thread tip-bot for Bjorn Helgaas
Commit-ID: 070826820daf423eee83ee4e90bf3daf2cdd85c2 Gitweb: http://git.kernel.org/tip/070826820daf423eee83ee4e90bf3daf2cdd85c2 Author: Bjorn Helgaas bhelg...@google.com AuthorDate: Tue, 4 Mar 2014 14:07:44 -0700 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:core/locking] locking: Move mcs_spinlock.h into kernel/ locking/

2014-03-11 Thread tip-bot for Peter Zijlstra
Commit-ID: c9122da1e2d29bd6a1475a0d1ce2aa6ac6ea25fa Gitweb: http://git.kernel.org/tip/c9122da1e2d29bd6a1475a0d1ce2aa6ac6ea25fa Author: Peter Zijlstra pet...@infradead.org AuthorDate: Mon, 3 Feb 2014 13:32:16 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:core/locking] locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner()

2014-03-11 Thread tip-bot for Jason Low
Commit-ID: 46af29e479cc0c1c63633007993af5292c2c3e75 Gitweb: http://git.kernel.org/tip/46af29e479cc0c1c63633007993af5292c2c3e75 Author: Jason Low jason.l...@hp.com AuthorDate: Tue, 28 Jan 2014 11:13:12 -0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 12:14:52

[tip:core/locking] locking/mutexes: Introduce cancelable MCS lock for adaptive spinning

2014-03-11 Thread tip-bot for Peter Zijlstra
Commit-ID: fb0527bd5ea99bfeb2dd91e3c1433ecf745d6b99 Gitweb: http://git.kernel.org/tip/fb0527bd5ea99bfeb2dd91e3c1433ecf745d6b99 Author: Peter Zijlstra pet...@infradead.org AuthorDate: Wed, 29 Jan 2014 12:51:42 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:core/locking] locking/mutexes: Add extra reschedule point

2014-03-11 Thread tip-bot for Peter Zijlstra
Commit-ID: 34c6bc2c919a55e5ad4e698510a2f35ee13ab900 Gitweb: http://git.kernel.org/tip/34c6bc2c919a55e5ad4e698510a2f35ee13ab900 Author: Peter Zijlstra pet...@infradead.org AuthorDate: Mon, 3 Feb 2014 16:21:09 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:core/locking] locking/mutexes: Unlock the mutex without the wait_lock

2014-03-11 Thread tip-bot for Jason Low
Commit-ID: 1d8fe7dc8078b23e060ec62ccb4cdc1ac3c41bf8 Gitweb: http://git.kernel.org/tip/1d8fe7dc8078b23e060ec62ccb4cdc1ac3c41bf8 Author: Jason Low jason.l...@hp.com AuthorDate: Tue, 28 Jan 2014 11:13:14 -0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 12:14:54

[tip:perf/core] perf: Disallow user-space stack dumps for function trace events

2014-03-11 Thread tip-bot for Jiri Olsa
Commit-ID: 63c45f4ba533e9749da16298db53e491c25d805b Gitweb: http://git.kernel.org/tip/63c45f4ba533e9749da16298db53e491c25d805b Author: Jiri Olsa jo...@redhat.com AuthorDate: Sun, 2 Mar 2014 16:56:39 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 11:57:58 +0100

[tip:sched/core] sched/rt: Fix picking RT and DL tasks from empty queue

2014-03-11 Thread tip-bot for Kirill Tkhai
Commit-ID: 734ff2a71f9e6aa6fedfa5a9a34818b8586516d5 Gitweb: http://git.kernel.org/tip/734ff2a71f9e6aa6fedfa5a9a34818b8586516d5 Author: Kirill Tkhai ktk...@parallels.com AuthorDate: Tue, 4 Mar 2014 19:25:46 +0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[PATCH 3/3] MAINTAINERS: add xtfpga platform section

2014-03-11 Thread Max Filippov
This section will list xtfpga platform-specific drivers. Signed-off-by: Max Filippov jcmvb...@gmail.com --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c6d0e93..9f75849 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9768,6 +9768,12 @@ L:

[PATCH 1/3] spi: add xtfpga SPI controller driver

2014-03-11 Thread Max Filippov
This simple SPI master controller is built into xtfpga bitstreams. It always transfers 16 bit words in SPI mode 0, automatically asserting CS on transfer start and deasserting on end. Signed-off-by: Max Filippov jcmvb...@gmail.com --- drivers/spi/Kconfig | 13

[tip:sched/core] sched/fair: Push down check for high priority class task into idle_balance()

2014-03-11 Thread tip-bot for Kirill Tkhai
Commit-ID: e4aa358b6c23f98b2715594f6b1e9a4996a55f04 Gitweb: http://git.kernel.org/tip/e4aa358b6c23f98b2715594f6b1e9a4996a55f04 Author: Kirill Tkhai ktk...@parallels.com AuthorDate: Thu, 6 Mar 2014 13:31:55 +0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[tip:sched/core] sched/numa: Move task_numa_free() to __put_task_struct()

2014-03-11 Thread tip-bot for Mike Galbraith
Commit-ID: 156654f491dd8d52687a5fbe1637f472a52ce75b Gitweb: http://git.kernel.org/tip/156654f491dd8d52687a5fbe1637f472a52ce75b Author: Mike Galbraith bitbuc...@online.de AuthorDate: Fri, 28 Feb 2014 07:23:11 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

[PATCH 0/3] xtensa xtfpga SPI controller driver

2014-03-11 Thread Max Filippov
Hello, this series adds driver for SPI controller used on xtfpga xtensa platform, device tree binding documentation and an entry to MAINTAINERS. Max Filippov (3): spi: add xtfpga SPI controller driver spi/xtensa-xtfpga: add DT binding documentation MAINTAINERS: add xtfpga platform section

[tip:perf/core] perf tools: Disable user-space callchain/ stack dumps for function trace events

2014-03-11 Thread tip-bot for Jiri Olsa
Commit-ID: 6bedfab68666afac1b03f8d62ee037c6ab82fbc5 Gitweb: http://git.kernel.org/tip/6bedfab68666afac1b03f8d62ee037c6ab82fbc5 Author: Jiri Olsa jo...@redhat.com AuthorDate: Sun, 2 Mar 2014 16:56:40 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 11:57:59 +0100

[tip:sched/core] sched/fair: Fix endless loop in idle_balance()

2014-03-11 Thread tip-bot for Kirill Tkhai
Commit-ID: 35805ff8f4fc535ac85330170d3c56829c87c677 Gitweb: http://git.kernel.org/tip/35805ff8f4fc535ac85330170d3c56829c87c677 Author: Kirill Tkhai ktk...@parallels.com AuthorDate: Thu, 6 Mar 2014 19:16:15 +0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014

Re: [PATCH v5] can: xilinx CAN controller support.

2014-03-11 Thread Marc Kleine-Budde
On 03/11/2014 01:34 PM, Appana Durga Kedareswara Rao wrote: diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index 9e7d95d..b180239 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig @@ -125,6 +125,13 @@ config CAN_GRCAN endian syntheses of the cores

[tip:core/locking] locking/mutexes: Modify the way optimistic spinners are queued

2014-03-11 Thread tip-bot for Jason Low
Commit-ID: 47667fa1502e4d759df87e9cc7fbc0f202483361 Gitweb: http://git.kernel.org/tip/47667fa1502e4d759df87e9cc7fbc0f202483361 Author: Jason Low jason.l...@hp.com AuthorDate: Tue, 28 Jan 2014 11:13:13 -0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 11 Mar 2014 12:14:53

Re: can't evaluate _CRS: 1 messages since b355cee [ACPI / resources: ignore invalid ACPI device resources]

2014-03-11 Thread Rafael J. Wysocki
On Tuesday, March 11, 2014 09:44:09 AM Markus Trippelsdorf wrote: Since: commit b355cee88e3b1a193f0e9a81db810f6f83ad728b Author: Zhang Rui rui.zh...@intel.com Date: Thu Feb 27 11:37:15 2014 +0800 ACPI / resources: ignore invalid ACPI device resources The following error message

[PATCH] Staging: comedi: ni_daq_dio24: fix a line over 80 characters

2014-03-11 Thread Matei Oprea
Fix a coding style issue. Signed-off-by: Matei Oprea e...@opreamatei.ro Cc: ROSEdu Kernel Commmunity fire...@lists.rosedu.org --- drivers/staging/comedi/drivers/ni_daq_dio24.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_daq_dio24.c

[PATCH 2/3] spi/xtensa-xtfpga: add DT binding documentation

2014-03-11 Thread Max Filippov
Signed-off-by: Max Filippov jcmvb...@gmail.com --- Documentation/devicetree/bindings/spi/spi-xtensa-xtfpga.txt | 9 + 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-xtensa-xtfpga.txt diff --git

[char-misc-next 2/3] mei: drop pr_fmt macros

2014-03-11 Thread Tomas Winkler
we are using dev_ logging facility so we don't need pr_fmt macros Signed-off-by: Tomas Winkler tomas.wink...@intel.com Reviewed-by: Alexander Usyskin alexander.usys...@intel.com --- drivers/misc/mei/main.c | 3 --- drivers/misc/mei/pci-me.c | 3 --- 2 files changed, 6 deletions(-) diff --git

[char-misc-next 1/3] mei: make me hw headers private to me hw.

2014-03-11 Thread Tomas Winkler
Remove includes of me-hw.h and me-hw-regs.h headers from the mei generic code. The mei layer should not depend on hw specific headers Signed-off-by: Tomas Winkler tomas.wink...@intel.com --- drivers/misc/mei/amthif.c| 1 - drivers/misc/mei/bus.c | 1 - drivers/misc/mei/hbm.c | 1

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