Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path

2015-10-19 Thread Tony Lindgren
umably because now we don't have to jump to code in the > > .ref.text section and/or the noinline marking is removed. > > FWIW: > > Acked-by: Mark Rutland <mark.rutl...@arm.com> And if you need even more acks: Acked-by: Tony Lindgren <t...@atomide.com> -- To unsub

Re: [PATCH 3/5] arm: omap1: remove boilerplate code and use USE_PM_CLK_RUNTIME_OPS

2015-04-24 Thread Tony Lindgren
Reviewed-by: Kevin Hilman khil...@linaro.org Acked-by: Santosh Shilimkar ssant...@kernel.org Acked-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap1/pm_bus.c | 37 ++--- 1 file changed, 2 insertions(+), 35

Re: [PATCH 2/4] ARM: msm: Remove 7x00 support

2013-10-29 Thread Tony Lindgren
* Olof Johansson o...@lixom.net [131029 10:40]: On Tue, Oct 29, 2013 at 10:08 AM, Daniel Walker dwal...@fifo99.com wrote: Personally I think splitting mach- stuff isn't very useful or interesting.. There's just no technical reason for it, for example x86 and x86_64 was a win from my

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-12 Thread Tony Lindgren
* Stephen Boyd sb...@codeaurora.org [130311 18:25]: On 03/11/13 15:50, Tony Lindgren wrote: * Stephen Boyd sb...@codeaurora.org [130311 15:22]: Ok. qemu works for me before applying my patches. I've added this into the series before this patch to fix the boot issue. OK thanks

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-11 Thread Tony Lindgren
* Stephen Boyd sb...@codeaurora.org [130308 17:10]: On 03/08/13 12:29, Tony Lindgren wrote: Applying that does not seem to help, but you might want to get vexpress running anyways for some multiplatform sanity checks. I just built and installed qemu-linaro from their git, then ran

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
Stephen Boyd sb...@codeaurora.org [130307 17:18]: On 03/07/13 16:40, Tony Lindgren wrote: Hi, Stephen Boyd sb...@codeaurora.org [130306 17:53]: Separate the smp_twd timers from the local timer APIThis will allow us to remove ARM local timer support in the near future and gets us

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
* Stephen Boyd sb...@codeaurora.org [130308 10:21]: On 03/08/13 10:07, Tony Lindgren wrote: Adding that produces the following: ... OMAP clockevent source: GPTIMER1 at 32768 Hz sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms OMAP clocksource: 32k_counter

Re: [PATCH 04/10] ARM: OMAP2+: Divorce from local timer API

2013-03-08 Thread Tony Lindgren
* Stephen Boyd sb...@codeaurora.org [130306 16:22]: Now that the TWD doesn't rely on the local timer API, OMAP can stop selecting it in Kconfig and relying on the config option to decide if it should call smp_twd functions. Cc: Santosh Shilimkar santosh.shilim...@ti.com Acked-by: Tony

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-07 Thread Tony Lindgren
Hi, * Stephen Boyd sb...@codeaurora.org [130306 17:53]: Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource. Looks like applying this patch makes omap4 to

Re: [PATCH] lib: atomic64: Initialize locks statically to fix early users

2012-12-20 Thread Tony Lindgren
find a maintainer of this file so I am picking on you. Works for me: Tested-by: Tony Lindgren t...@atomide.com Added Linus, Benjamin and David to Cc as this came up on the ARM list. lib/atomic64.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/lib

Re: [PATCH 03/17] ARM: mark const init data with __initconst instead of __initdata

2012-03-30 Thread Tony Lindgren
because a section containing const variables is marked read only and so cannot contain non-const variables. Acked-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [RFC 2/5] ARM: P2V: avoid initializers and assembly using PHYS_OFFSET

2011-02-07 Thread Tony Lindgren
= MX51_PHYS_OFFSET + 0x100, PLAT_PHYS_OFFSET should be defined to MX51_PHYS_OFFSET, so it shouldn't matter which solution to the conflict we choose. I've actually dropped my modifications to this files as your change to them makes more sense longer term. Acked-by: Tony Lindgren t

Re: [PATCH] drivers: char: hvc: add arm JTAG DCC console support

2011-01-14 Thread Tony Lindgren
* Stephen Boyd sb...@codeaurora.org [101207 11:00]: On 12/01/2010 12:20 PM, Stephen Boyd wrote: Definitely for TX since it seems like a redundant loop, but I agree RX code has changed. Instead of If RX buffer full Poll for RX buffer full Read character from RX buffer we would have

Re: [PATCH 1/3] hvc_dcc: Fix bad code generation by marking assembly volatile

2011-01-04 Thread Tony Lindgren
way. Cc: Tony Lindgren t...@atomide.com Cc: Arnd Bergmann a...@arndb.de Cc: Nicolas Pitre nicolas.pi...@linaro.org Cc: Daniel Walker dwal...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org Acked-by: Nicolas Pitre nicolas.pi...@linaro.org Acked-by: Tony Lindgren t

Re: [PATCH 3/3] hvc_dcc: Simplify assembly for v6 and v7 ARM

2011-01-04 Thread Tony Lindgren
versions and everything works the same. Cc: Tony Lindgren t...@atomide.com Cc: Arnd Bergmann a...@arndb.de Cc: Nicolas Pitre nicolas.pi...@linaro.org Cc: Daniel Walker dwal...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org Acked-by: Nicolas Pitre nicolas.pi...@linaro.org

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-08 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [101007 18:19]: On Thu, 7 Oct 2010, Daniel Walker wrote: On Thu, 2010-10-07 at 14:27 -0700, Tony Lindgren wrote: Can you please pass the read and write functions to the driver in platform_data? We are already booting kernels with both ARMv6 and 7

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-08 Thread Tony Lindgren
* Daniel Walker dwal...@codeaurora.org [101007 14:50]: On Thu, 2010-10-07 at 14:27 -0700, Tony Lindgren wrote: Can you please pass the read and write functions to the driver in platform_data? We are already booting kernels with both ARMv6 and 7 compiled in. What kind of situation did

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101008 13:24]: * Nicolas Pitre n...@fluxnic.net [101007 18:16]: On Thu, 7 Oct 2010, Tony Lindgren wrote: Can you please pass the read and write functions to the driver in platform_data? We are already booting kernels with both ARMv6 and 7 compiled

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101008 13:27]: * Nicolas Pitre n...@fluxnic.net [101007 18:19]: On Thu, 7 Oct 2010, Daniel Walker wrote: On Thu, 2010-10-07 at 14:27 -0700, Tony Lindgren wrote: Can you please pass the read and write functions to the driver in platform_data

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-08 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [101008 14:16]: On Fri, 8 Oct 2010, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [101007 18:16]: On Thu, 7 Oct 2010, Tony Lindgren wrote: Can you please pass the read and write functions to the driver in platform_data? We are already

Re: [PATCH] serial: DCC(JTAG) serial and console emulation support

2010-10-07 Thread Tony Lindgren
Hi, * Daniel Walker dwal...@codeaurora.org [101005 11:59]: +#if !defined(CONFIG_CPU_V7) +static inline char +__dcc_getchar(void) +{ + char __c; + + asm(mrc p14, 0, %0, c0, c5, 0 @ read comms data reg + : =r (__c) : : cc); + + return __c; +} +#else +static