Re: [PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2013-03-01 Thread Belisko Marek
Ping. Any objections to that patch? On Thu, Jan 24, 2013 at 7:34 PM, Marek Belisko wrote: > Signed-off-by: Marek Belisko > --- > arch/arm/boot/dts/omap3-gta04.dts | 94 > + > 1 file changed, 94 insertions(+) > create mode 100644 arch/arm/boot/dts/omap3-gt

Fwd:

2013-02-11 Thread Belisko Marek
http://www.prinzicase.com/qnyigp.php?s=ot ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss

Re: [PATCH v4 2/2] Add documentation for tca6507 devicetree bindings.

2012-12-03 Thread Belisko Marek
On Mon, Dec 3, 2012 at 8:29 PM, Bryan Wu wrote: > On Fri, Nov 30, 2012 at 2:00 PM, Marek Belisko > wrote: >> Signed-off-by: Marek Belisko >> --- >> Documentation/devicetree/bindings/leds/tca6507.txt | 33 >> >> 1 file changed, 33 insertions(+) >> create mode 100644 Docu

Re: [PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2012-11-15 Thread Belisko Marek
CC'ing Tony On Thu, Nov 15, 2012 at 12:59 PM, Grant Likely wrote: > On Wed, 14 Nov 2012 21:26:58 +0100, Belisko Marek > wrote: >> CC' Grant & Rob > > Hi Marek > > Since this is an OMAP board, you should send the changes to Tony and > they should

Re: [PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2012-11-14 Thread Belisko Marek
CC' Grant & Rob On Tue, Oct 30, 2012 at 10:42 PM, Marek Belisko wrote: > Signed-off-by: Marek Belisko > --- > arch/arm/boot/dts/omap3-gta04.dts | 65 > + > 1 file changed, 65 insertions(+) > create mode 100644 arch/arm/boot/dts/omap3-gta04.dts > > diff --

Re: [PATCH v2 2/2] Add documentation for tca6507 devicetree bindings.

2012-11-08 Thread Belisko Marek
On Thu, Nov 8, 2012 at 12:14 AM, Stephen Warren wrote: > On 11/07/2012 01:55 PM, Marek Belisko wrote: > > > diff --git a/Documentation/devicetree/bindings/leds/tca6507.txt > b/Documentation/devicetree/bindings/leds/tca6507.txt > > > +LEDs conected to tca6507 > > + > > +Required properties: > > +-

Re: [PATCH 1/2] leds/tca6507: Add support for devicetree.

2012-11-06 Thread Belisko Marek
Hi, On Tue, Nov 6, 2012 at 7:24 PM, Bryan Wu wrote: > On Tue, Oct 30, 2012 at 2:45 PM, Marek Belisko > wrote: > > Support added only for leds (not for gpio's). > > > > Signed-off-by: Marek Belisko > > --- > > drivers/leds/leds-tca6507.c | 73 > +-- > >

Re: [RFC PATCH 08/12] gpio/tegra: Add device tree support

2011-08-13 Thread Belisko Marek
On Sat, Aug 13, 2011 at 12:54 AM, Stephen Warren wrote: > Signed-off-by: Stephen Warren > --- >  drivers/gpio/gpio-tegra.c |   31 +++ >  1 files changed, 31 insertions(+), 0 deletions(-) > > diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c > index 4da

Re: [PATCH v3] watchdog: Add driver for Altera Watchdog Timer

2011-02-14 Thread Belisko Marek
On Wed, Feb 9, 2011 at 8:19 AM, Tobias Klauser wrote: > This driver adds support for the Altera Timer in the Watchdog Timer > configuration. This component is usually found on SOPC (System on > Programmable Chip) for Altera FPGAs. > > Signed-off-by: Tobias Klauser > Reviewed-by: Jamie Iles > ---