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

2016-01-07 Thread Olof Johansson
On Tue, Jan 05, 2016 at 09:59:30AM +0100, Linus Walleij wrote: > Commit 0976c946a610d06e907335b7a3afa6db046f8e1b > "arm/versatile: Fix versatile irq specifications" > has an off-by-one error on the Versatile AB that has > been regressing the Versatile AB hardware for some time. > > However it

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

2016-01-07 Thread Olof Johansson
On Mon, Jan 04, 2016 at 02:18:28AM +0100, Linus Walleij wrote: > The Nomadik has sporadic crashes because of these latencies, setting > them to max makes the platform work nicely, so use this values for > now. > > These latencies were set to 2 since the Nomadik platform was merged, > but I

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

2015-10-23 Thread Olof Johansson
last static mapping and get both CPUs booting properly. >>> >> >>> >> Tested this and it just works. >>> >> >>> >> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> >>> >> Signed-off-by: Olof Johansson <o...@

Re: [RFT PATCH] drm/exynos: Enable DP clock to fix display on Exynos5250 and other

2015-04-30 Thread Olof Johansson
On Thu, Apr 30, 2015 at 8:44 AM, Kevin Hilman khil...@kernel.org wrote: Krzysztof Kozlowski k.kozlow...@samsung.com writes: 2015-04-30 2:31 GMT+09:00 Kevin Hilman khil...@kernel.org: Krzysztof Kozlowski k.kozlow...@samsung.com writes: After adding display power domain for Exynos5250 in

Re: [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

2015-04-03 Thread Olof Johansson
On Fri, Apr 03, 2015 at 01:55:07PM -0700, Olof Johansson wrote: On Fri, Apr 03, 2015 at 10:43:40AM +0200, Nicolas Ferre wrote: Le 31/03/2015 10:56, Nicolas Ferre a écrit : After 57a38effa598 (net: phy: micrel: disable broadcast for KSZ8081/KSZ8091) the macb1 interface refuses to work

Re: [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

2015-04-03 Thread Olof Johansson
On Fri, Apr 03, 2015 at 10:43:40AM +0200, Nicolas Ferre wrote: Le 31/03/2015 10:56, Nicolas Ferre a écrit : After 57a38effa598 (net: phy: micrel: disable broadcast for KSZ8081/KSZ8091) the macb1 interface refuses to work properly because it tries to cling to address 0 which isn't able to

Re: [PATCH] leds: netxbig: fix oops at probe time

2015-01-16 Thread Olof Johansson
On Tue, Jan 13, 2015 at 12:24 PM, Bryan Wu coolo...@gmail.com wrote: On Tue, Jan 13, 2015 at 12:16 PM, Andrew Lunn and...@lunn.ch wrote: On Tue, Jan 13, 2015 at 12:14:08PM -0800, Bryan Wu wrote: On Thu, Dec 11, 2014 at 1:04 AM, Simon Guinot simon.gui...@sequanux.org wrote: On Tue, Dec 02,

Re: [PATCH RESEND] reset: sunxi: fix spinlock initialization

2015-01-12 Thread Olof Johansson
On Mon, Jan 12, 2015 at 05:17:06PM +0100, Maxime Ripard wrote: On Mon, Jan 12, 2015 at 07:54:46AM -0800, Tyler Baker wrote: Call spin_lock_init() before the spinlocks are used, both in early init and probe functions preventing a lockdep splat. I have been observing lockdep complaining

Re: [PATCH v5] clocksource: arch_timer: Fix code to use physical timers when requested

2014-12-04 Thread Olof Johansson
@vger.kernel.org Signed-off-by: Sonny Rao sonny...@chromium.org Acked-by: Olof Johansson o...@lixom.net Applied to a topic branch in arm-soc so we can include it in next/dt and next/drivers as appropriate for rk3288. Thanks, all! -Olof -- To unsubscribe from this list: send the line unsubscribe stable

Re: [PATCH v4] clocksource: arch_timer: Fix code to use physical timers when requested

2014-11-21 Thread Olof Johansson
...@chromium.org Acked-by: Olof Johansson o...@lixom.net [...] --- a/arch/arm64/include/asm/arch_timer.h +++ b/arch/arm64/include/asm/arch_timer.h @@ -135,6 +135,16 @@ static inline void arch_timer_evtstrm_enable(int divider) #endif } +static inline u64 arch_counter_get_cntpct(void

Re: [PATCH] ARM: dts: zynq: Enable PL clocks for Parallella

2014-11-08 Thread Olof Johansson
On Fri, Nov 07, 2014 at 07:44:16AM +0100, Michal Simek wrote: On 11/06/2014 06:22 PM, Andreas Färber wrote: The Parallella board comes with a U-Boot bootloader that loads one of two predefined FPGA bitstreams before booting the kernel. Both define an AXI interface to the on-board Epiphany

Re: [PATCH] ARM: imx: fix .is_enabled() of shared gate clock

2014-09-22 Thread Olof Johansson
On Tue, Sep 16, 2014 at 09:35:33AM +0800, Shawn Guo wrote: Commit 63288b721a80 (ARM: imx: fix shared gate clock) attempted to fix an issue with particular enable/disable sequence from two shared gate clocks. But unfortunately, while it partially fixed the issue, it also did something wrong in

Re: [PATCH] ARM: tegra: apalis/colibri t30: fix on-module 5v0 supplies

2014-08-24 Thread Olof Johansson
On Fri, Aug 22, 2014 at 01:25:10PM -0600, Stephen Warren wrote: From: Marcel Ziswiler mar...@ziswiler.com Working on Gigabit/PCIe support in U-Boot for Apalis T30 I realised that the current device tree source includes for our modules only happen to work due to referencing the on-carrier 5v0

Re: [PATCH] ARM: imx: fix error handling in ipu device registration

2014-05-21 Thread Olof Johansson
On Mon, May 19, 2014 at 03:07:54PM +0800, Shawn Guo wrote: From: Emil Goode emilgo...@gmail.com If we fail to allocate struct platform_device pdev we dereference it after the goto label err. This bug was found using coccinelle. Fixes: afa77ef (ARM: mx3: dynamically allocate ipu-core

Re: [PATCH RESEND] ARM: imx6: build pm-imx6q.c independently of CONFIG_PM

2014-02-18 Thread Olof Johansson
On Tue, Feb 18, 2014 at 10:35:05AM +0800, Shawn Guo wrote: When building a kernel image with only CONFIG_CPU_IDLE but no CONFIG_PM, we will get the following link error. LD init/built-in.o arch/arm/mach-imx/built-in.o: In function `imx6q_enter_wait':

Re: [PATCH] ARM: tegra: only run PL310 init on systems with one

2014-02-18 Thread Olof Johansson
On Tue, Feb 18, 2014 at 04:51:58PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents access to non-existent registers on Tegra114 and later. Note for

[PATCH] ARM64: unwind: Fix PC calculation

2014-02-14 Thread Olof Johansson
of the return site. Signed-off-by: Olof Johansson o...@lixom.net Cc: stable@vger.kernel.org --- arch/arm64/kernel/stacktrace.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm64/kernel/stacktrace.c b/arch/arm64/kernel/stacktrace.c index c3b6c63..463a757 100644

Re: WTF: patch [PATCH] ARM: multi_v7_defconfig: enable network for BeagleBone Black was seriously submitted to be applied to the 3.12-stable tree?

2013-12-06 Thread Olof Johansson
. Otherwise, it is now dropped from my patch queues, never to be seen again. thanks, greg k-h -- original commit in Linus's tree -- From 0dfee674b33fd87be4879a2b2d33a2fc22449814 Mon Sep 17 00:00:00 2001 From: Olof Johansson o...@lixom.net Date: Mon, 2 Dec

Re: [PATCH] ARM: bcm2835: add missing #xxx-cells to I2C nodes

2013-11-25 Thread Olof Johansson
On Mon, Nov 25, 2013 at 08:35:42PM -0700, Stephen Warren wrote: The I2C controller node needs #address-cells and #size-cells properties, but these are currently missing. Add them. This allows child nodes to be parsed correctly. Cc: stable@vger.kernel.org Signed-off-by: Stephen Warren

Re: [PATCH 1/2] ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCD

2013-11-11 Thread Olof Johansson
On Mon, Nov 11, 2013 at 10:40 AM, Jonathan Austin jonathan.aus...@arm.com wrote: Hi Olof, On 10/09/13 01:35, Olof Johansson wrote: On Thu, Aug 29, 2013 at 06:41:11PM +0100, Jonathan Austin wrote: This turns on the internal integrator LCD display(s). It seems that the code to do this got

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

2013-10-13 Thread Olof Johansson
On Sun, Oct 13, 2013 at 2:02 PM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Oct 9, 2013 at 10:42 AM, Linus Walleij linus.wall...@linaro.org wrote: On Mon, Oct 7, 2013 at 7:51 PM, Olof Johansson o...@lixom.net wrote: On Mon, Oct 07, 2013 at 03:19:53PM +0200, Linus Walleij wrote

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

2013-10-07 Thread Olof Johansson
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 use CLKSRC_OF for timer init When this code was introduced, the both aliases pointing the

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

2013-09-25 Thread Olof Johansson
On Wed, Sep 25, 2013 at 6:39 AM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Sep 25, 2013 at 12:11 PM, Joerg Roedel j...@8bytes.org wrote: This fixes a compile error where CONFIG_PCI is disabled: ARM SoC folks, can you please apply this directly for fixes? Done! Thanks, -Olof --

Re: [PATCH 1/2] ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCD

2013-09-09 Thread Olof Johansson
On Thu, Aug 29, 2013 at 06:41:11PM +0100, Jonathan Austin wrote: This turns on the internal integrator LCD display(s). It seems that the code to do this got lost in refactoring of the CLCD driver. Signed-off-by: Jonathan Austin jonathan.aus...@arm.com Acked-by: Linus Walleij

Re: [ 00/36] 3.10.11-stable review

2013-09-06 Thread Olof Johansson
On Thu, Sep 5, 2013 at 1:27 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: This is the start of the stable review cycle for the 3.10.11 release. There are 36 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied,

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

2013-04-26 Thread Olof Johansson
On Fri, Apr 26, 2013 at 03:29:55PM +0200, Linus Walleij wrote: From: Linus Walleij linus.wall...@linaro.org The UART1 is on the fast AHB bridge, not on the slow bus. Cc: stable@vger.kernel.org Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Linus Walleij linus.wall...@linaro.org ---

Re: [PATCH 3.{4,5,6}.y] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-29 Thread Olof Johansson
Hi, On Mon, Oct 29, 2012 at 10:32 AM, Matt Fleming m...@console-pimps.org wrote: On Mon, 2012-10-29 at 10:04 -0700, Greg KH wrote: Nope, that worked just fine, thanks, both are now queued up. Cheers Greg. These patches also need to go to 3.5 too, I think. Olof? They would if 3.5 was an

Re: [PATCH 1/2] ARM: Kirkwood: clk_register_gate_fn: add fn assignment

2012-06-23 Thread Olof Johansson
On Fri, Jun 22, 2012 at 08:54:01AM +0200, Andrew Lunn wrote: From: Marc Kleine-Budde m...@blackshift.org In commit: 98d9986 ARM: Kirkwood: Replace clock gating the kirkwood clock gating has been reworked. A custom variant of clock gating, that calls a custom function before gating the