Re: [PATCH] ARM: kirkwood: add button for OpenBlock A6

2013-05-02 Thread Thomas Petazzoni
Dear Gregory CLEMENT, On Thu, 02 May 2013 21:57:06 +0200, Gregory CLEMENT wrote: > Oh, I found that Thomas have already submitted the same patch but I > was misleaded because I didn't find anything related to this in v3.9, > nor in next-20130502. > > You can drop this patch of course, but waht h

Re: [PATCH] ARM: kirkwood: add button for OpenBlock A6

2013-05-02 Thread Gregory CLEMENT
On 05/02/2013 09:43 PM, Gregory CLEMENT wrote: > The OpenBlocks A6 board has one software-controlled button on the > front side, labeled "INIT", so we add minimal support for this button > in the kernel. > Oh, I found that Thomas have already submitted the same patch but I was misleaded because I

Re: [PATCH] ARM: kirkwood: add button for OpenBlock A6

2013-05-02 Thread Ezequiel Garcia
Hi Gregory, On Thu, May 02, 2013 at 09:43:22PM +0200, Gregory CLEMENT wrote: > The OpenBlocks A6 board has one software-controlled button on the > front side, labeled "INIT", so we add minimal support for this button > in the kernel. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm/boot/dts/

[PATCH] ARM: kirkwood: add button for OpenBlock A6

2013-05-02 Thread Gregory CLEMENT
The OpenBlocks A6 board has one software-controlled button on the front side, labeled "INIT", so we add minimal support for this button in the kernel. Signed-off-by: Gregory CLEMENT --- arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 13 + 1 file changed, 13 insertions(+) diff --gi