Re: Change of TEXT_OFFSET for multi_v7_defconfig

2014-04-22 Thread Daniel Thompson
On 17/04/14 21:35, Jason Gunthorpe wrote: The above is useful for loading the raw uncompressed Image without carrying the full ELF baggage. What exactly is the full ELF baggage? Aren't there existing mechanisms to omit debugging symbols, for example, if size is of concern? FWIW, it is a

Re: Change of TEXT_OFFSET for multi_v7_defconfig

2014-04-22 Thread Daniel Thompson
On 22/04/14 11:40, Russell King - ARM Linux wrote: On Tue, Apr 22, 2014 at 11:26:53AM +0100, Daniel Thompson wrote: On 18/04/14 05:34, Nicolas Pitre wrote: I'm not suggesting to break anything or changing existing platforms, but how do we improve the Image format in a compatible way

Re: [PATCH] tty: serial: msm_serial.c: Cleaning up uninitialized variables

2014-06-02 Thread Daniel Thompson
On 01/06/14 14:38, Rickard Strandqvist wrote: There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

Re: [PATCH v3] irqchip: gic: Allow gic_arch_extn hooks to call into scheduler

2014-08-13 Thread Daniel Thompson
think that using a rwlock renders it safe to call smp_send_reschedule() from FIQ handlers. No need to wait for me though. The change is good as it is: Reviewed-by: Daniel Thompson daniel.thomp...@linaro.org + /* * Supported arch specific GIC irq extension. * Default make them NULL

[PATCH] serial: msm: Add magic SysRq support in dmmode

2014-10-29 Thread Daniel Thompson
us to move the handling of these characters outside of the port lock. This makes magic SysRq work if there is a human at the keyboard (or a short delay in a script). Signed-off-by: Daniel Thompson daniel.thomp...@linaro.org --- drivers/tty/serial/msm_serial.c | 26 +++--- 1

Re: [PATCH 1/2] tty: serial: msm: Fix sysrq spinlock recursion on non-DM

2014-10-30 Thread Daniel Thompson
: Frank Rowand frank.row...@sonymobile.com Cc: Daniel Thompson daniel.thomp...@linaro.org Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/tty/serial/msm_serial.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty

Re: [PATCH] serial: msm: Add magic SysRq support in dmmode

2014-10-30 Thread Daniel Thompson
On 29/10/14 18:01, Stephen Boyd wrote: On 10/29/2014 09:38 AM, Daniel Thompson wrote: Currently the _dm RX handler detects breaks but does not pass any characters to uart_handle_sysrq_char(). The _dm optimizations combined with the port's spin lock make if difficult to pass all characters

Re: [PATCH 2/2] tty: serial: msm: Support sysrq on uartDM devices

2014-10-31 Thread Daniel Thompson
On 31/10/14 06:41, Stephen Boyd wrote: On 10/30, Daniel Thompson wrote: On 29/10/14 18:14, Stephen Boyd wrote: + r_count = min_t(int, count, sizeof(buf)); + + for (i = 0; i r_count; i++) { + char flag = TTY_NORMAL; - /* TODO: handle sysrq

Re: [PATCH 2/2] tty: serial: msm: Support sysrq on uartDM devices

2014-11-03 Thread Daniel Thompson
On 31/10/14 18:08, Frank Rowand wrote: On 10/31/2014 2:43 AM, Daniel Thompson wrote: On 31/10/14 06:41, Stephen Boyd wrote: On 10/30, Daniel Thompson wrote: On 29/10/14 18:14, Stephen Boyd wrote: + r_count = min_t(int, count, sizeof(buf)); + + for (i = 0; i r_count; i

Re: [PATCH V2 1/6] SLIMbus: Device management on SLIMbus

2015-06-19 Thread Daniel Thompson
On 17/06/15 02:45, Sagar Dharia wrote: --- /dev/null +++ b/drivers/slimbus/Kconfig @@ -0,0 +1,9 @@ +# +# SLIMBUS driver configuration +# +menuconfig SLIMBUS + tristate Slimbus support + help + Slimbus is standard interface between baseband and audio codec, + and other