Re: [PATCHv2] commands: add of_display_timings

2014-09-29 Thread Sascha Hauer
On Fri, Sep 26, 2014 at 01:22:31PM +0200, Teresa Gámez wrote: A lot of boards use display-timings nodes to define the timings of one or more displays. This command makes it possible to list and select displays which are defined in a device tree. Signed-off-by: Teresa Gámez t.ga...@phytec.de

Re: picotcp tftp support [was Adding IPv4 multicast support]

2014-09-29 Thread Daniele Lacamera
On Sun, Sep 28, 2014 at 4:22 PM, Antony Pavlov antonynpav...@gmail.com wrote: 1. Do we really need this '#ifdef PICO_SUPPORT_UDP' BEFORE (!) guard macro in pico_dhcp_client.h? I moved these in latest PicoTCP commit. Thanks. 2. New pico_tftp_start_{r,t}x programming interface can be used

Re: picotcp tftp support [was Adding IPv4 multicast support]

2014-09-29 Thread Michele Di Pede
On Mon, Sep 29, 2014 at 11:45 AM, Daniele Lacamera daniele.lacam...@tass.be wrote: On Sun, Sep 28, 2014 at 4:22 PM, Antony Pavlov antonynpav...@gmail.com wrote: 1. Do we really need this '#ifdef PICO_SUPPORT_UDP' BEFORE (!) guard macro in pico_dhcp_client.h? I moved these in latest

Re: picotcp tftp support [was Adding IPv4 multicast support]

2014-09-29 Thread Antony Pavlov
On Mon, 29 Sep 2014 11:45:08 +0200 Daniele Lacamera daniele.lacam...@tass.be wrote: On Sun, Sep 28, 2014 at 4:22 PM, Antony Pavlov antonynpav...@gmail.com wrote: 1. Do we really need this '#ifdef PICO_SUPPORT_UDP' BEFORE (!) guard macro in pico_dhcp_client.h? I moved these in latest

Re: [PATCHv2] commands: add of_display_timings

2014-09-29 Thread Teresa Gamez
Hello Sascha, Am Montag, den 29.09.2014, 08:05 +0200 schrieb Sascha Hauer: On Fri, Sep 26, 2014 at 01:22:31PM +0200, Teresa Gámez wrote: A lot of boards use display-timings nodes to define the timings of one or more displays. This command makes it possible to list and select displays

Re: [PATCHv2] commands: add of_display_timings

2014-09-29 Thread Sascha Hauer
On Mon, Sep 29, 2014 at 02:50:11PM +0200, Teresa Gamez wrote: Hello Sascha, Am Montag, den 29.09.2014, 08:05 +0200 schrieb Sascha Hauer: On Fri, Sep 26, 2014 at 01:22:31PM +0200, Teresa Gámez wrote: A lot of boards use display-timings nodes to define the timings of one or more

[PATCH] commands: usb: drop help for force rescan option

2014-09-29 Thread Wjatscheslaw Stoljarski (Slawa)
From: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com Signed-off-by: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com --- commands/usb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/usb.c b/commands/usb.c index a37d503..48c6619 100644