[PATCH v2 0/4] ASoC: simple-card: DT fix and multi DAI links extension

2014-03-11 Thread Jean-Francois Moine
This patch series fixes a small problem about node device locks and also extends the simple card driver to handle many DAI links as this exists in the Cubox audio subsystem. - v2 - change subject/comment about device node reference count (Mark Brown) - use a null

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

2014-03-11 Thread Stephane Eranian
This patches fixes a compilation problem (unused variable) with the new SNB/IVB/HSW uncore IMC code. Reported-by: Stephen Rothwell Signed-off-by: Stephane Eranian diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c index

Re: [PATCH v6 6/6] pci: Add support for creating a generic host_bridge from device tree

2014-03-11 Thread Arnd Bergmann
On Tuesday 11 March 2014 09:46:41 Liviu Dudau wrote: > On Tue, Mar 11, 2014 at 06:50:24AM +, Arnd Bergmann wrote: > > On Monday 10 March 2014 21:56:00 Liviu Dudau wrote: > > > > > > PCI_IOBASE is always defined. See the discussion with Russell on this > > > subject. > > > > > >

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Mark Brown
On Tue, Mar 11, 2014 at 10:59:11AM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven Applied, thanks. signature.asc Description: Digital signature

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

2014-03-11 Thread Ingo Molnar
* Peter Zijlstra wrote: > Hi Waiman, > > I promised you this series a number of days ago; sorry for the delay > I've been somewhat unwell :/ > > That said, these few patches start with a (hopefully) simple and > correct form of the queue spinlock, and then gradually build upon > it,

Re: [PATCH 3/3] spi: rspi: Add runtime PM support, using spi core auto_runtime_pm

2014-03-11 Thread Mark Brown
On Tue, Mar 11, 2014 at 10:59:12AM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven Applied, thanks, though... > - ret = clk_prepare_enable(rspi->clk); > - if (ret < 0) { > - dev_err(>dev, "unable to prepare/enable clock\n"); > - goto error1; > - }

Re: [PATCH v2 0/7] tty: xuartps: Rebranding + DT documentation

2014-03-11 Thread Michal Simek
On 03/10/2014 10:40 PM, Soren Brinkmann wrote: > Hi, > > this series rebrands the Xilinx PS UART driver as Cadence UART and > documents its DT bindings (+ some clean up along the way). > > The rebranding goes as far as reasonable. Things like file name, kconfig > symbols and other things with

Re: [PATCH v2] sched: Fix broken setscheduler()

2014-03-11 Thread Thomas Gleixner
On Tue, 11 Mar 2014, Juri Lelli wrote: > On Mon, 10 Mar 2014 17:37:31 -0400 > Steven Rostedt wrote: > > > On Mon, 10 Mar 2014 22:18:56 +0100 (CET) > > Thomas Gleixner wrote: > > > > > > > Lemme look at it tomorrow again with an awake brain. This seems to be > > > some forward porting hickup

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

2014-03-11 Thread Maxime Coquelin
Hi Lee, On 03/11/2014 11:22 AM, Lee Jones wrote: From: Srinivas Kandagatla 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

Re: [PATCH trivial 06/16] PM / Runtime: Add missing "it" in comment

2014-03-11 Thread Pavel Machek
On Tue 2014-03-11 11:23:40, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Signed-off-by: Geert Uytterhoeven Acked-by: Pavel Machek > Cc: linux...@vger.kernel.org Note that you might want to cc Rafael. Thanks, Pavel

Re: [PATCH] MAINTAINERS: wi...@linuxwimax.org is subscribers-only

2014-03-11 Thread Geert Uytterhoeven
On Wed, Sep 25, 2013 at 9:54 PM, Joe Perches wrote: > Mark it so. > > Signed-off-by: Joe Perches Acked-by: Geert Uytterhoeven > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e61c2e8..a386a22 100644 > ---

Re: [PATCH trivial 07/16] PM / Hibernate: Spelling s/anonymouns/anonymous/

2014-03-11 Thread Pavel Machek
On Tue 2014-03-11 11:23:41, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Signed-off-by: Geert Uytterhoeven Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To

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

2014-03-11 Thread Maxime Coquelin
On 03/11/2014 11:22 AM, Lee Jones wrote: 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 --- arch/arm/boot/dts/stih416-b2020-revE.dts | 1 + 1 file changed, 1 insertion(+)

Re: [PATCH 0/2] Fix CPPI Warnings during tear down after ISOCH transfers

2014-03-11 Thread Vinod Koul
On Thu, Feb 27, 2014 at 10:44:39AM +0530, George Cherian wrote: > Warinings are seen after ISOCH transfers, during channel tear down. > This is mainly beacause we handle ISOCH differently as compared to > other transfers. > > Patch 1: make sure we do channel tear down only if channel is busy.

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

2014-03-11 Thread Maxime Coquelin
On 03/11/2014 09:18 AM, Maxime Coquelin wrote: On 03/10/2014 10:17 AM, Lee Jones wrote: From: Giuseppe Cavallaro 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,

Re: serial core: crash / race condition on unbind

2014-03-11 Thread Geert Uytterhoeven
Hi Peter, On Tue, Mar 11, 2014 at 4:14 AM, Peter Hurley wrote: >> >> [...] >> >> /* >> * Indicate that there isn't a port here anymore. >> */ >> uport->type = PORT_UNKNOWN; >> >> state->uart_port = NULL; > > How did this ever work? > >

Re: [PATCH 2/2] dmaengine: at_hdmac: run callback function with no lock held nor interrupts disabled

2014-03-11 Thread Vinod Koul
On Mon, Jan 27, 2014 at 03:23:24PM +0100, Nicolas Ferre wrote: > Now, submission from callbacks are permitted as per dmaengine framework. So we > shouldn't hold any spinlock nor disable IRQs while calling callbacks. > As locks were taken by parent routines, spin_lock_irqsave() has to be called >

[PATCH V4 RESEND] Support Thinkpad X1 Carbon 2nd gen's adaptive keyboard

2014-03-11 Thread Shuduo Sang
Resend patch V4. Support Thinkpad X1 Carbon 2nd generation's adaptive keyboard. Hi Henrique, could you please have a chance to review it? Thanks, Shuduo >From b153a7b14791c6e01892c0e274e23eefd625fb8d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 3 Mar 2014 14:29:32 +0800 Subject:

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

2014-03-11 Thread Peter Zijlstra
On Tue, Mar 11, 2014 at 11:45:03AM +0100, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > Hi Waiman, > > > > I promised you this series a number of days ago; sorry for the delay > > I've been somewhat unwell :/ > > > > That said, these few patches start with a (hopefully) simple and >

Re: [PATCHv2 RESEND] i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time value

2014-03-11 Thread Mika Westerberg
On Tue, Mar 11, 2014 at 07:33:45PM +0800, Chew Chiau Ee wrote: > From: Chew, Chiau Ee > > On Intel BayTrail, there was case whereby the resulting fast mode > bus speed becomes slower (~20% slower compared to expected speed) > if using the HCNT/LCNT calculated in the core layer. Thus, this >

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

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

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: > > > > /* > >

[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-kernel=139450284501328=2 Cc: David S. Miller Cc: Daniel Borkmann Signed-off-by: Tobias Klauser --- MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS

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

2014-03-11 Thread Geert Uytterhoeven
From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven --- v2: - Update comments for state_show() as suggested by Srivatsa S. Bhat Documentation/ABI/testing/sysfs-power |5 +++-- kernel/power/main.c |4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)

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 > > 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 Zhang >

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 > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Srivatsa S. Bhat Regards, Srivatsa S. Bhat > --- > v2: > - Update comments for state_show() as suggested by Srivatsa S. Bhat > > >

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

2014-03-11 Thread Lee Jones
> >>From: Giuseppe Cavallaro > >> > >>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 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 if there is

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 escreveu: > On Mon, 10 Mar 2014 10:26:30 -0300, Mauro Carvalho Chehab > wrote: > > Em Fri, 07 Mar 2014 18:23:30 + > > Grant Likely escreveu: > > > > > On Thu, 06 Mar 2014 18:13:20 +0100, Philipp Zabel > > > wrote: > > > > Hi Mauro,

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

2014-03-11 Thread Lee Jones
> >>>From: Giuseppe Cavallaro > >>> > >>>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

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 > Signed-off-by: Stephane Eranian > > 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

[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 --- Changelog v2: *

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 > >--- > > 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-kernel=139450284501328=2 Cc: David S. Miller Cc: Daniel Borkmann Signed-off-by: Tobias Klauser Acked-by: Daniel Borkmann Thanks (I also

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

2014-03-11 Thread Lee Jones
> >From: Srinivas Kandagatla > > > >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 one revision

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 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 >> Signed-off-by:

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 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 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 to NULL. Signed-off-by:

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

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

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 wrote: From: Chew, Kean Ho 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 would fail. This is to ensure that we do not

[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 --- Changelog v3: * Refined

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

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 wrote: > > > From: Satoru Takeuchi > > > > Each test of ktest consists of the following steps. > > > > build -> install -> boot -> run user defined tests. > > > > $buildonly

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

2014-03-11 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] Acked-by: Alessandro Zummo Acked-by: Lee Jones --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked

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 >

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 wrote: [...] /* * Indicate that there isn't a port here anymore. */ uport->type = PORT_UNKNOWN; state->uart_port = NULL;

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 wrote: > > > > > From: Satoru Takeuchi > > > > > > Each test of ktest consists of the following steps. > >

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 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,

[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

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

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

[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

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

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

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 > --- > 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 avoidance in

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 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

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,

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

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 > cc: Tejun Heo 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 majord...@vger.kernel.org More

[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 --- 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 62 ---

[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:

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

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

2014-03-11 Thread Lee Jones
> From: Opensource [Steve Twiss] > > Add the RTC driver for DA9063. > > Signed-off-by: Opensource [Steve Twiss] > Acked-by: Alessandro Zummo > Acked-by: Lee Jones How could I have Acked a patch that I've never seen? > The original patch is here: > - https://lkml.org/lkml/2014/3/6/346 >

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 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 used very

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

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 wrote: > On 02/20/14 18:22, beh...@converseincode.com wrote: > > From: Behan Webster > > > > With compilers which follow the C99 standard (like modern versions of gcc > > and > > clang), "extern inline" does the wrong thing (emits code for an

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 Applied to libata/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the line

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 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 > *something*

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 AuthorDate: Fri, 28 Feb 2014 13:39:05 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:33:47 +0100 stop_machine: Fix^2 race

[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 AuthorDate: Thu, 6 Mar 2014 14:25:28 +0900 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:33:48 +0100 sched/clock:

[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 AuthorDate: Mon, 3 Mar 2014 08:48:50 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:52:45 +0100 idle/cpuidle: Split

[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 AuthorDate: Mon, 3 Mar 2014 12:09:21 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:33:46 +0100 sched/deadline: Deny

[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 AuthorDate: Mon, 3 Mar 2014 08:48:51 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:52:45 +0100 cpuidle/idle: Move the

[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 AuthorDate: Mon, 3 Mar 2014 08:48:54 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:52:49 +0100 sched/idle: Add more

[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 AuthorDate: Mon, 3 Mar 2014 08:48:53 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:52:48 +0100 sched/idle: Move idle

[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 AuthorDate: Mon, 3 Mar 2014 08:48:52 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:52:47 +0100 sched/idle: Reorganize

[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 AuthorDate: Thu, 6 Mar 2014 12:20:28 -0500 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:59:34 +0100 perf/x86: Fix leak in

[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 AuthorDate: Wed, 5 Mar 2014 17:58:36 +0800 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:57:56 +0100 perf/x86/uncore: Add

[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 AuthorDate: Sun, 2 Mar 2014 16:56:38 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 11:57:57 +0100 perf: Disallow user-space

[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 AuthorDate: Mon, 27 Jan 2014 20:14:06 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:03:31 +0100 x86/apic: Plug racy xAPIC

[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 AuthorDate: Fri, 7 Mar 2014 10:52:42 -0500 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:02:31 +0100 i386: Remove unneeded

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 > > Signed-off-by: Geert Uytterhoeven Acked-by: Pavel Machek Is it going to go in through the trivial tree? Thanks, Pavel -- (english)

[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 AuthorDate: Thu, 6 Mar 2014 13:32:01 +0400 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:05:39 +0100 sched/core: Fix endless

[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 AuthorDate: Tue, 4 Mar 2014 14:07:37 -0700 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:05:45 +0100 sched: Remove unused

[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 AuthorDate: Tue, 4 Mar 2014 14:07:44 -0700 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:05:47 +0100 sparc64, sched: Remove

[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 AuthorDate: Mon, 3 Feb 2014 13:32:16 +0100 Committer: Ingo Molnar CommitDate: Tue, 11 Mar 2014 12:14:52 +0100 locking: Move

<    6   7   8   9   10   11   12   13   14   15   >