Re: [PATCH 1/2] scripts: Add fix_size & kernel-install to .gitignore

2013-11-10 Thread Sascha Hauer
On Sat, Nov 09, 2013 at 12:02:35AM +0400, Alexander Shiyan wrote: > > Signed-off-by: Alexander Shiyan Applied, thanks Sascha > --- > scripts/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/.gitignore b/scripts/.gitignore > index b88f8d8..24f6cd9 100644 > --- a/s

Re: [PATCH 0/2] x86 minor fixes and questions

2013-11-10 Thread Sascha Hauer
Hi Thomas, On Fri, Nov 08, 2013 at 07:30:37PM +0100, Thomas Petazzoni wrote: > Hello, > > Here are two minor fixes for the x86 support. The first patch avoids > linking problems on recent gcc versions, and the second one fixes the > documentation. > > Also, I've tested the x86 support under Qemu

Re: [PATCH 1/6] ARM: at91: Fix signed/unsigned arguments for printf

2013-11-10 Thread Sascha Hauer
On Fri, Nov 08, 2013 at 10:12:52PM +0400, Alexander Shiyan wrote: > "%d" in format string requires a signed integer. > > Signed-off-by: Alexander Shiyan Applied, thanks. I like Cleanups ;) Sascha > --- > arch/arm/mach-at91/gpio.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

Re: [PATCH 3/4] gpiolib: make gpiolib command more verbose

2013-11-10 Thread Alexander Aring
Hi Sebastian, On Sat, Nov 09, 2013 at 02:24:08PM +0100, Sebastian Hesselbarth wrote: > This adds some more printf information to gpiolib command, like the > gpiochip handling a specific gpio. Also, current direction and value > of the gpio are printed, if the gpiochip provides the corresponding >

Re: [PATCH 3/3] ARM: i.mx53: Support for Voipac board. Device definition is read from Devicetree

2013-11-10 Thread Rostislav Lisovy
Hello Sascha; On Fri, 2013-11-08 at 09:42 +0100, Sascha Hauer wrote: > Hi Rostislav, > > On Tue, Nov 05, 2013 at 03:42:07PM +0100, Rostislav Lisovy wrote: > > Signed-off-by: Rostislav Lisovy > > > > diff --git a/arch/arm/boards/freescale-mx53-vmx53/env/config > > b/arch/arm/boards/freescale-m