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

2014-09-29 Thread Wjatscheslaw Stoljarski (Slawa)
From: "Wjatscheslaw Stoljarski" Signed-off-by: Wjatscheslaw Stoljarski --- 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 --- a/commands/usb.c +++ b/commands/usb.c @@ -138,7 +138,6 @@ BAREBOX_CMD

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 > > > mo

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 display

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 wrote: > On Sun, Sep 28, 2014 at 4:22 PM, Antony Pavlov > 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

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 wrote: > On Sun, Sep 28, 2014 at 4:22 PM, Antony Pavlov > 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

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 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 for > realization leg