[PATCH] gpio: revert get() to non-errorprogating behaviour

2015-12-17 Thread Linus Walleij
Signed-off-by: Linus Walleij --- drivers/gpio/gpiolib.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 2a91f3287e3b..4e4c3083ae56 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -1279,7 +1279,13

Re: [PATCH] gpio: revert get() to non-errorprogating behaviour

2015-12-22 Thread Linus Walleij
On Thu, Dec 17, 2015 at 10:26 PM, Bjorn Andersson wrote: > On Thu 17 Dec 01:21 PST 2015, Linus Walleij wrote: > >> commit e20538b82f1ffcc06e68feb117f24f211cff7a4d >> "gpio: Propagate errors from chip->get()" >> started to propagate errors from the .get() func

[PATCH] ARM: nomadik: set latencies to 8 cycles

2016-01-03 Thread Linus Walleij
cache was specified in the device tree and that is why the crash comes now. Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij --- ARM SoC folks: please apply this directly for fixes at your convenience. --- arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 6 +++--- 1 file changed, 3 insertions

[PATCH 1/2] mmc: mmci: fix an ages old detection error

2016-01-03 Thread Linus Walleij
f "ARM: 7378/1: mmci: add support for the Nomadik MMCI variant" Signed-off-by: Linus Walleij --- drivers/mmc/host/mmci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index fb266745f824..acece3299756 100644 --- a/dr

[PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-05 Thread Linus Walleij
omeone with the physical PB board could test this. Patch tested on the Versatile AB, QEMU for Versatile AB and QEMU for Versatile PB. Cc: Rob Herring Cc: Grant Likely Cc: stable@vger.kernel.org Fixes: 0976c946a610 ("arm/versatile: Fix versatile irq specifications") Signed-off-by: Linus Wa

Re: [PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-07 Thread Linus Walleij
On Wed, Jan 6, 2016 at 12:43 AM, Rob Herring wrote: > On Tue, Jan 5, 2016 at 2:59 AM, Linus Walleij > wrote: >> diff --git a/arch/arm/boot/dts/versatile-ab.dts >> b/arch/arm/boot/dts/versatile-ab.dts >> index 01f40197ea13..3279bf1a17a1 100644 >> --- a/arch

[PATCH] ARM: u300: fix ages old copy/paste bug

2013-04-26 Thread Linus Walleij
From: Linus Walleij The UART1 is on the fast AHB bridge, not on the slow bus. Cc: stable@vger.kernel.org Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- Hi ARM SoC folks, as discussed with Arnd, please apply this patch directly for fixes. --- arch/arm/mach-u300/include/mach/u300

Re: [stable] Please queue "ARM: 7635/1: versatile: fix the PCI IRQ regression"

2013-02-26 Thread Linus Walleij
On Tue, Feb 26, 2013 at 8:57 PM, Paul Gortmaker wrote: > Would you please queue this for 3.8.x ? > > commit e3e92a7be6936dff1de80e66b0b683d54e9e02d8 > Author: Linus Walleij > Date: Mon Jan 28 21:58:22 2013 +0100 > > ARM: 7635/1: versatile: fix the PCI IRQ regression

Re: [ 000/150] 3.8.1-stable review

2013-02-27 Thread Linus Walleij
whatdoIknow... Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] gpio: stmpe: pass DT node to irqdomain

2013-03-01 Thread Linus Walleij
From: Gabriel Fernandez The irq domain was implemented but the device tree node was not transmitted to irq_domain_add_simple(). Cc: stable@vger.kernel.org Signed-off-by: Gabriel Fernandez Signed-off-by: Linus Walleij --- drivers/gpio/gpio-stmpe.c | 7 +-- 1 file changed, 5 insertions

Re: [PATCH] gpio: stmpe: pass DT node to irqdomain

2013-03-03 Thread Linus Walleij
his because of missing #ifdefs for non-OF platforms. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2] gpio: stmpe: pass DT node to irqdomain

2013-03-18 Thread Linus Walleij
From: Gabriel Fernandez The irq domain was implemented but the device tree node was not transmitted to irq_domain_add_simple(). Cc: stable@vger.kernel.org Signed-off-by: Gabriel Fernandez Signed-off-by: Linus Walleij --- drivers/gpio/gpio-stmpe.c | 15 +++ 1 file changed, 11

Re: [PATCH] gpio-sch: Allow for more than 8 lines in the resume well

2013-03-27 Thread Linus Walleij
essage with descriptions of user-percieved problems on deployed systems that for that. BTW: are you interested in adding yourself as mainatiner of this driver in the MAINTAINERS file Darren? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable&quo

Re: [PATCH v3 3/9] gpio: mvebu: convert to usage of *pmask_cache within irq_chip_type

2013-03-27 Thread Linus Walleij
es are accepted you can have my Acked-by: Linus Walleij >From the GPIO side of things. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3b 8/9] orion-gpio: enable IRQ_GC_SEPARATE_MASK_REGISTERS

2013-03-27 Thread Linus Walleij
erlando Falauto > Tested-by: Simon Guinot If the genirq changes are accepted you can have my Acked-by: Linus Walleij >From the GPIO side of things. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@

Re: [PATCH v3b 9/9] gpio: mvebu: enable IRQ_GC_SEPARATE_MASK_REGISTERS

2013-03-27 Thread Linus Walleij
On Thu, Mar 21, 2013 at 6:12 PM, Gerlando Falauto wrote: > enable handling of separate mask registers for all three SoC variants > handled by this driver. > > Signed-off-by: Gerlando Falauto > Tested-by: Simon Guinot If the genirq changes are accepted you can have my Acked-by

Re: [PATCH][RESEND] gpio-sch: Allow for more than 8 lines in the resume well

2013-03-27 Thread Linus Walleij
t Likely > Cc: Linus Walleij > Signed-off-by: Darren Hart I think I replied to the first posting earlier today. Sorry for slowness, I've been swamped. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord

Re: [PATCH] mfd: db8500-prcmu: Fix irqdomain usage

2013-02-04 Thread Linus Walleij
On Mon, Feb 4, 2013 at 10:49 AM, CAI Qian wrote: > This is to back-port to the stable-3.7. It skips the 2nd and 3rd chunks > due to cannot see it needed there. Can you please help ACK/NAK this? Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send th

[PATCH] rtc: pl031: restore ST variant functionality

2013-02-05 Thread Linus Walleij
From: Linus Walleij The patch titled: "drivers/rtc/rtc-pl031.c: fix the missing operation on enable" accidentally broke the ST variants of PL031. The bit that is being poked as "clockwatch" enable bit for the ST variants does the work of bit 0 on this variant. Bit 0 is used

Re: [PATCH] ARM: integrator: deactivate timer0 on the Integrator/CP

2013-10-13 Thread Linus Walleij
On Wed, Oct 9, 2013 at 10:42 AM, Linus Walleij wrote: > On Mon, Oct 7, 2013 at 7:51 PM, Olof Johansson wrote: >> On Mon, Oct 07, 2013 at 03:19:53PM +0200, Linus Walleij wrote: > >>> This fixes a long-standing Integrator/CP regression from >>> commit 870e2928cf

[PATCH] net: smc91: fix crash regression on the versatile

2013-11-27 Thread Linus Walleij
, and it compiles. Checkpatch complains about spacing, but I have opted to follow the style of this .h-file. Cc: Russell King Cc: Nicolas Pitre Cc: Eric Miao Cc: Jonathan Cameron Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij --- drivers/net/ethernet/smsc/smc91x.h | 20

Re: [PATCH] net: smc91: fix crash regression on the versatile

2013-11-27 Thread Linus Walleij
On Wed, Nov 27, 2013 at 1:13 PM, Russell King - ARM Linux wrote: > On Wed, Nov 27, 2013 at 12:51:39PM +0100, Linus Walleij wrote: >> This is because the macro operations in smc91x.h are missing >> necessary #defines for operations such as SMC_inbsw(), >> SMC_outsw() and SMC

[PATCH v2] net: smc91: fix crash regression on the versatile

2013-11-27 Thread Linus Walleij
spacing, but I have opted to follow the style of this .h-file. Cc: Russell King Cc: Nicolas Pitre Cc: Eric Miao Cc: Jonathan Cameron Cc: Will Deacon Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Correct commit message to nail the actual commit causing the b

[PATCH v3] net: smc91: fix crash regression on the versatile

2013-11-28 Thread Linus Walleij
by: Will Deacon Signed-off-by: Linus Walleij --- ChangeLog v2->v3: - Fold in a hunk from Will Deacon's patch addressing the same issue. ChangeLog v1->v2: - Correct commit message to nail the actual commit causing the bug, as pointed out by Russell. --- drivers/net/e

Re: [PATCH v2] net: smc91: fix crash regression on the versatile

2013-11-28 Thread Linus Walleij
On Wed, Nov 27, 2013 at 2:35 PM, Will Deacon wrote: > Ha! I was about to post a different fix for this issue, see below. I think > we may want a combination of the two... I'm sending a v3 including a hunk from your patch, check it out.. Yours, Linus Walleij -- To unsubscribe fro

Please pick drivers/gpio/gpio-pl061.c commit 2ba3154d9

2013-12-02 Thread Linus Walleij
Hi, please pick drivers/gpio/gpio-pl061.c: commit 2ba3154d9cb13697b97723cce75633b48adfe826 "gpio: pl061: move irqdomain initialization" Into the stable kernel. Original patch below. Yours, Linus Walleij >From 2ba3154d9cb13697b97723cce75633b48adfe826 Mon Sep 17 00:00:00 2001 From:

[PATCH 1/2] dma: pl08x: fix descriptor unmapping

2013-12-13 Thread Linus Walleij
de/linux/dmaengine.h:476:20: note: expected ‘struct dma_async_tx_descriptor *’ but argument is of type ‘struct pl08x_txd *’ Cc: stable@vger.kernel.org Cc: Dan Williams Cc: Alban Bedel Cc: Tomasz Figa Signed-off-by: Linus Walleij --- drivers/dma/amba-pl08x.c | 2 +- 1 file changed, 1 inse

[PATCH] clk: nomadik: set all timers to use 2.4 MHz TIMCLK

2013-09-13 Thread Linus Walleij
nnect the TIMCLK to 2.4MHz by default as this is what we want for nice scheduling, clocksource and clock event. Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij --- drivers/clk/clk-nomadik.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/clk/clk-nomadi

Re: [PATCH] arm: mach-integrator: Add stub for pci_v3_early_init() for !CONFIG_PCI

2013-09-25 Thread Linus Walleij
On Wed, Sep 25, 2013 at 12:11 PM, Joerg Roedel wrote: > This fixes a compile error where CONFIG_PCI is disabled: ARM SoC folks, can you please apply this directly for fixes? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of

[PATCH] mtd: pxa3xx_nand: fix compilation error

2013-09-25 Thread Linus Walleij
David Woodhouse Signed-off-by: Linus Walleij --- drivers/mtd/nand/pxa3xx_nand.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 5db900d..e7a403f 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/p

Re: [PATCH] clk: nomadik: set all timers to use 2.4 MHz TIMCLK

2013-09-26 Thread Linus Walleij
On Fri, Sep 13, 2013 at 9:45 PM, Linus Walleij wrote: > This fixes a regression for the Nomadik on the main system > timers. Ping Mike, are you picking this up for fixes? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body

[PATCH] ARM: integrator: deactivate timer0 on the Integrator/CP

2013-10-07 Thread Linus Walleij
mer2 as it used to. This also deletes the two aliases for the primary and secondary timer as they have been superceded by the auto-selection Cc: stable@vger.kernel.org Cc: Rob Herring Cc: Russell King Signed-off-by: Linus Walleij --- ARM SoC folks: can you please apply this directly for fixes if

Re: [PATCH] ARM: integrator: deactivate timer0 on the Integrator/CP

2013-10-09 Thread Linus Walleij
On Mon, Oct 7, 2013 at 7:51 PM, Olof Johansson wrote: > On Mon, Oct 07, 2013 at 03:19:53PM +0200, Linus Walleij wrote: >> This fixes a long-standing Integrator/CP regression from >> commit 870e2928cf3368ca9b06bc925d0027b0a56bcd8e >> "ARM: integrator-cp: convert us

Re: [PATCH] pinctrl: st: Fix irqmux handler

2014-07-07 Thread Linus Walleij
8 & PIO19) aren't handled. > > This patch replace ST_GPIO_PINS_PER_BANK by the number of banks inside the > controller. > > Cc: Srinivas Kandagatla > Cc: Linus Walleij > Cc: #v3.15+ > Signed-off-by: Maxime Coquelin Patch applied for fixes with Srinivas ACK. Tha

[PATCH] usb: musb: ux500: don't propagate the OF node

2014-06-10 Thread Linus Walleij
@vger.kernel.org Cc: Lee Jones Cc: Arnd Bergmann Cc: Felipe Balbi Signed-off-by: Linus Walleij --- drivers/usb/musb/ux500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/musb/ux500.c b/drivers/usb/musb/ux500.c index c2e45e632723..f202e5088461 100644 --- a/drivers/usb/musb/ux500.c +++ b

[PATCH] dma: ste_dma40: don't dereference free:d descriptor

2014-02-13 Thread Linus Walleij
27;s check the flag before the descriptor is free and store it in a bool variable. Cc: stable@vger.kernel.org Reported-by: Dan Carpenter Signed-off-by: Linus Walleij --- drivers/dma/ste_dma40.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/dma/ste_dma40.c b/d

Pick commit 29ffa48 to stable

2014-02-20 Thread Linus Walleij
Hi Greg, can you please pick commit: 29ffa48fa64fcdfc71d80593c8ae79248bc27677 "ARM: pxa: fix compilation problem on AM300EPD board" to the -stable tree for v3.13? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of

Re: [PATCH] pinctrl: sunxi: use chained_irq_{enter, exit} for GIC compatibility

2014-02-24 Thread Linus Walleij
stem to hang. > > Cc: stable@vger.kernel.org > Signed-off-by: Chen-Yu Tsai Patch applied for fixes with Maxime's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More major

Re: [PATCH 3.5 11/60] pinctrl: do not init debugfs entries for unimplemented functionalities

2014-02-25 Thread Linus Walleij
On Fri, Feb 21, 2014 at 2:00 PM, Luis Henriques wrote: > 3.5.7.31 -stable review patch. If anyone has any objections, please let me > know. This was NACKed as stable patch by Greg so drop it if not too late. Yours, Linus Walleij -- To unsubscribe from this list: send the line "

Re: [PATCH] pinctrl: at91: use locked variant of irq_set_handler

2014-01-22 Thread Linus Walleij
applied for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] mfd: include all drivers in subsystem menu

2014-01-29 Thread Linus Walleij
@vger.kernel.org Cc: Andrea Adami Cc: Dmitry Eremin-Solenikov Signed-off-by: Linus Walleij --- drivers/mfd/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 49bb445d846a..17004a61fdd5 100644 --- a/drivers/mfd/Kconfig

[PATCH] ARM: sa1100: fix compile problem on Collie

2014-01-29 Thread Linus Walleij
try Eremin-Solenikov Signed-off-by: Linus Walleij --- arch/arm/mach-sa1100/include/mach/collie.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-sa1100/include/mach/collie.h b/arch/arm/mach-sa1100/include/mach/collie.h index f33679d2d3ee..50e1d850ee2e 100644 --- a/arch/arm/mach

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-10-28 Thread Linus Walleij
nregister(&byt_gpio_driver); > +} > +module_exit(byt_gpio_exit); But the Baytrail driver is not a loadable module, it is bool: config PINCTRL_BAYTRAIL bool "Intel Baytrail GPIO pin control" depends on GPIOLIB && ACPI && X86 (...) So I guess it w

Re: [PATCH v2] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-10-28 Thread Linus Walleij
m sysfs. > > Cc: # v3.14+ > Cc: Mathias Nyman > Signed-off-by: David Cohen > --- > > v1 to v2: improved patch's body description as requested by Felipe Balbi This v2 version applied for fixes with Felipe's review tag. Sorry for slow catching up with email :( You

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-10-31 Thread Linus Walleij
On Tue, Oct 28, 2014 at 3:42 PM, Felipe Balbi wrote: > On Tue, Oct 28, 2014 at 11:15:20AM +0100, Linus Walleij wrote: >> On Mon, Oct 13, 2014 at 9:36 PM, Felipe Balbi wrote: >> > On Mon, Oct 13, 2014 at 02:26:32PM -0500, Felipe Balbi wrote: >> >> > I

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-11-03 Thread Linus Walleij
rs = true, > }, > }; I don't know, if the driver *really* cannot be removed from sysfs it is actually the right solution don't you think? Else we're just leaving a nicely designed self-destruct mechanism around. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: FAILED: patch "[PATCH] gpio: mcp23s08: Bug fix of SPI device tree registration." failed to apply to 3.14-stable tree

2014-06-05 Thread Linus Walleij
del it after my original patch or after the merged version in >> linux-next. >> >> Suggestions? > > I'll defer to the gpio maintainer, he would know what's best to do here. First fix the code that has landed upstream to look like you want it, then submit a squashed combin

Re: [PATCH] gpio: Fix potentially NULL handler data passed to chained irqchip handler

2014-09-24 Thread Linus Walleij
ts > NULL handler data. > > Fix this by moving irq_set_handler_data() call before > irq_set_chained_handler() in gpiochip_set_chained_irqchip(). > > Signed-off-by: Jarkko Nikula > Cc: Stable # 3.15+ Patch applied for fixes with Alex's review tag. Yours, Linus Walleij --

Re: [PATCH v2] pinctrl: as3722: fix handling of GPIO invert bit

2014-04-22 Thread Linus Walleij
before setting the GPIO value. > > Cc: # v3.14+ > Signed-off-by: Andrew Bresticker > Reviewed-by: Stephen Warren > Tested-by: Stephen Warren > --- > Changes from v1: > - fixed typo This v2 version applied for fixes with Laxman's ACK. Yours, Linus Walleij -- To un

Re: [PATCH v3 1/3] pinctrl: at91: allow to have disabled gpio bank

2015-01-21 Thread Linus Walleij
t, set the chained IRQ at runtime based on enabled banks > and wait only the number of enabled gpio controllers at probe time. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Signed-off-by: Ludovic Desroches > > Cc: # 3.18 Patch applied for fixes with Nicolas' ACK. Yo

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-11-14 Thread Linus Walleij
traight-forward for driver authors to annotate their on-chip platform drivers with some MODULE_LATE_DISCARD() or whatever. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-11-14 Thread Linus Walleij
be solved in the device core, until then there is not way to actually use that ACPI _DEP property for what I can tell. (On a side note: whoever came up with the idea that ACPI props be 4 characters wide and start with an underscore and this backslash obfuscation needs to... think differently.) Y

Re: [PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

2014-11-14 Thread Linus Walleij
olved. > > That's the best way to prevent this issue IMHO, but looks like it's > already being addressed: > https://lkml.org/lkml/2014/10/27/455 -EPROVE_DEFER will solve (hackishly) the probing problem. It will not solve remove() or power up/down sequencing. Yours, Linus Walleij

Re: [RFT PATCH] gpio: etraxfs: Fix devm_ioremap_resource return value check

2015-07-16 Thread Linus Walleij
ESOURCE_MEM, 0); > regs = devm_ioremap_resource(dev, res); > - if (!regs) > - return -ENOMEM; > + if (IS_ERR(regs)) > + return PTR_ERR(regs); > > match = of_match_node(etraxfs_gpio_of_table, dev->of_node); > i

Re: [RFT PATCH] gpio: etraxfs: Fix devm_ioremap_resource return value check

2015-07-17 Thread Linus Walleij
sztof Kozlowski > Fixes: d342571efea8 ("gpio: add ETRAXFS GPIO driver") > Cc: Patch applied for next cycle, stripped the Fixes: and stable tags. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord.

Re: [PATCH] Subject: pinctrl: imx1-core: Fix debug output in .pin_config_set callback

2015-07-17 Thread Linus Walleij
rgmann and Chris Ruehl. > > Fixes: 607af165c047 ("pinctrl: i.MX27: Remove nonexistent pad definitions") > Cc: stable@vger.kernel.org > Reported-by: Chris Ruehl > Signed-off-by: Uwe Kleine-König Patch applied for fixes with Markus' review tag. Yours, Linus Walleij -- To unsubs

Re: [PATCH 01/34] pinctrl: mvebu: armada-38x: fix PCIe functions

2015-06-10 Thread Linus Walleij
nction. > > Signed-off-by: Thomas Petazzoni > Cc: # v3.15+ > Fixes: ca6d9a084b56f ("pinctrl: mvebu: add pin-muxing driver for the Marvell > Armada 380/385") Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable"

Re: [PATCH 02/34] pinctrl: mvebu: armada-370: fix spi0 pin description

2015-06-10 Thread Linus Walleij
; > Signed-off-by: Thomas Petazzoni > Cc: # v3.7+ > Fixes: 5f597bb2be57 ("pinctrl: mvebu: add pinctrl driver for Armada 370") Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord..

Re: [PATCH 03/34] pinctrl: mvebu: armada-375: remove non-existing NAND re/we pins

2015-06-10 Thread Linus Walleij
nctrl driver accordingly. > > Signed-off-by: Thomas Petazzoni > Cc: # v3.15+ > Fixes: ce3ed59dcddd ("pinctrl: mvebu: add pin-muxing driver for the Marvell > Armada 375") Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 05/34] pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions

2015-06-10 Thread Linus Walleij
t; > Signed-off-by: Thomas Petazzoni > Cc: # v3.7+ > Fixes: 463e270f766a ("pinctrl: mvebu: add pinctrl driver for Armada XP") Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majo

Re: [PATCH 08/34] pinctrl: mvebu: armada-38x: fix incorrect total number of GPIOs

2015-06-10 Thread Linus Walleij
-off-by: Thomas Petazzoni > Cc: # v3.15+ > Fixes: ca6d9a084b56f ("pinctrl: mvebu: add pin-muxing driver for the Marvell > Armada 380/385") Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of

Re: [PATCH stable/v4.2.y] ARM: ux500: simplify secondary CPU boot

2015-10-23 Thread Linus Walleij
On Fri, Oct 23, 2015 at 3:22 AM, Greg KH wrote: > On Thu, Oct 22, 2015 at 06:15:04PM -0700, Kevin Hilman wrote: >> On Thu, Oct 22, 2015 at 5:17 PM, Greg KH wrote: >> > On Thu, Oct 22, 2015 at 03:56:08PM -0700, Kevin Hilman wrote: >> >> From: Linus Walleij >

Re: [PATCH 1/2] gpio: sysfs: fix memory leak in gpiod_export_link

2015-01-30 Thread Linus Walleij
g sysfs links") > Cc: stable # v2.6.32 > Signed-off-by: Johan Hovold Patch applied. Let's see if I get it into v3.19 properly... Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord..

Re: [PATCH 2/2] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

2015-01-30 Thread Linus Walleij
value polarity > in sysfs") > Cc: stable # v2.6.33 > Signed-off-by: Johan Hovold Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] gpio: mvebu: Fix mask/unmask managment per irq chip type

2015-04-08 Thread Linus Walleij
se irq storm". The fact the new version > of the gpio drive could be affected had been discussed there: > http://thread.gmane.org/gmane.linux.ports.arm.kernel/344670/focus=364012 > > Reported-by: Evgeniy A. Dushistov > Signed-off-by: Gregory CLEMENT > Cc: # v3.7 + Patch

Re: [PATCH] gpiolib: wm8994: Pay attention to the value set when enabling as output

2012-06-07 Thread Linus Walleij
   WM8994_GPN_DIR | WM8994_GPN_LVL, value); >  } The commit message is so terse compared to what the code does that I cannot claim to understand what this patch is doing. Could you elaborate on the problem ans symptoms, just for a nice commit log? Yours, Linus Walleij -- To unsubscribe from this list: send

Re: [PATCH] gpiolib: wm8994: Pay attention to the value set when enabling as output

2012-06-08 Thread Linus Walleij
part of setting output mode so if > someone wanted to set a value different to the one the chip happened to > have that wouldn't happen.  Ignoring the vaue that the user is trying to > set seems like an obvious enough bug in itself. Throw that into the commit message and I'm in f

Re: [PATCH] gpiolib: wm8994: Pay attention to the value set when enabling as output

2012-06-11 Thread Linus Walleij
ler won't get the results they wanted. > ` > Signed-off-by: Mark Brown > Cc: stable@vger.kernel.org Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 1/1] ARM: ux500: Fix build errors/warnings when MACH_UX500_DT is not set

2012-06-17 Thread Linus Walleij
/mach-ux500/timer.c:66:3: error: implicit declaration of function > ‘of_find_matching_node’ >  arch/arm/mach-ux500/timer.c:66:6: warning: assignment makes pointer from > integer without a cast > > Cc: stable@vger.kernel.org > Signed-off-by: Lee Jones Acked-by: Linus Walleij Thanks

Re: [PATCH] gpiolib: wm8994: Pay attention to the value set when enabling as output

2012-07-05 Thread Linus Walleij
ler won't get the results they wanted. > ` I removed this "`" > Signed-off-by: Mark Brown > Cc: stable@vger.kernel.org Applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to maj

Re: [ 033/108] serial: PL011: clear pending interrupts

2012-04-01 Thread Linus Walleij
er they solve a real problem, but alone this causes a new problem. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [ 033/108] serial: PL011: clear pending interrupts

2012-04-03 Thread Linus Walleij
On Mon, Apr 2, 2012 at 6:23 PM, Greg KH wrote: > When the other fix makes it into Linus's tree, care to remind me about > this one so I can add it back? Sure! Thanks a ton Greg. Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the

Re: [PATCH] ARM: v3.4-rc1 amba-pl011 regression (NULL pointer dereference)

2012-04-11 Thread Linus Walleij
> > Signed-off-by: Frank Rowand Yep I know, already sent the remedy three weeks ago, we're just waiting for Greg to pick it up: http://marc.info/?l=linux-serial&m=133235774423240&w=2 Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: Patch "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus" has been added to the 3.3-stable tree

2012-04-16 Thread Linus Walleij
a while in Russell's patch tracker and I rebased it to -rc2 without paying enough attention to recent related scheduler fixes ... lesson learned. Thanks Peter, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majo

Re: FAILED: patch "[PATCH] serial: PL011: move interrupt clearing" failed to apply to 3.3-stable tree

2012-04-17 Thread Linus Walleij
this commit: c3d8b76f61586714cdc5f219ba45592a54caaa55 needs to be applied on top of that other previous commit: 9b96fbacda34079dea0638ee1e92c56286f6114a Or they can be squashed. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord..

Re: FAILED: patch "[PATCH] serial: PL011: move interrupt clearing" failed to apply to 3.3-stable tree

2012-04-18 Thread Linus Walleij
On Wed, Apr 18, 2012 at 4:41 PM, Greg KH wrote: > On Wed, Apr 18, 2012 at 07:39:09AM +0200, Linus Walleij wrote: >> On Wed, Apr 18, 2012 at 1:04 AM,   wrote: >> >> > The patch below does not apply to the 3.3-stable tree. >> > If someone wants it applied there, o

Re: FAILED: patch "[PATCH] mach-ux500: no MMC_CAP_SD_HIGHSPEED on Snowball" failed to apply to 3.2-stable tree

2012-01-30 Thread Linus Walleij
or trying it anyway! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: FAILED: patch "[PATCH] mach-ux500: no MMC_CAP_SD_HIGHSPEED on Snowball" failed to apply to 3.2-stable tree

2012-01-30 Thread Linus Walleij
lain mistake. The bug is indeed there in 3.2 as well, so now as I feel bad about it, here is the proper fix: >From b50190bc5757d5fc4d9ff180dda83157937c8685 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 30 Jan 2012 20:22:49 +0100 Subject: [PATCH] mach-ux500: no MMC_C

[PATCH] serial: PL011: move interrupt clearing

2012-03-21 Thread Linus Walleij
htha Kumar Sahu Cc: Russell King Cc: stable Reported-by: Viresh Kumar Signed-off-by: Linus Walleij --- drivers/tty/serial/amba-pl011.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 7e0139

Re: [PATCH] serial: PL011: move interrupt clearing

2012-03-22 Thread Linus Walleij
On Thu, Mar 22, 2012 at 2:04 AM, viresh kumar wrote: >> Cc: Shreshtha Kumar Sahu >> Cc: Russell King >> Cc: stable >> Reported-by: Viresh Kumar >> Signed-off-by: Linus Walleij >> --- >>  drivers/tty/serial/amba-pl011.c |    8 >>

Re: [PATCH] serial: PL011: move interrupt clearing

2012-03-23 Thread Linus Walleij
oks like this: Cc: linux-arm-ker...@lists.infradead.org, Chanho Min , Jong-Sung Kim , Viresh Kumar , Linus Walleij , Shreshtha Kumar Sahu , Russell King , stable Trust no gmail... Linus Walleij -- To unsubscribe from this list: send the lin

Re: Patch "serial: PL011: clear pending interrupts" has been added to the 3.0-stable tree

2012-03-23 Thread Linus Walleij
/stable/stable-queue.git;a=summary As noted on the mailing list this needs the other patch titled: "serial: PL011: move interrupt clearing" On top to work on all systems. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a messa

Re: Patch "serial: PL011: clear pending interrupts" has been added to the 3.0-stable tree

2012-03-23 Thread Linus Walleij
On Fri, Mar 23, 2012 at 5:54 PM, Greg KH wrote: > What git commit id is that? Not in yet, it's on the list ... but desperately needed. (Yes I screwed up, mea culpa.) Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a

Re: Patch "serial: PL011: clear pending interrupts" has been added to the 3.0-stable tree

2012-03-23 Thread Linus Walleij
On Fri, Mar 23, 2012 at 7:47 PM, Linus Walleij wrote: > On Fri, Mar 23, 2012 at 5:54 PM, Greg KH wrote: > >> What git commit id is that? > > Not in yet, it's on the list ... but desperately needed. > (Yes I screwed up, mea culpa.) Which is to say that the stable ker

Re: [PATCH] serial: PL011: move interrupt clearing

2012-03-29 Thread Linus Walleij
    writew(0, uap->port.membase + UART011_IMSC); >> +       writew(0x, uap->port.membase + UART011_ICR); >> + > > Is it correct to move the interrupt clearing below the > pl011_dma_probe() call?  I've tested the fix with the interrupt > clearing both above a