Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-11 Thread Lukasz Majewski
: > Received: from murder ([192.168.8.180]) >by backend11 (Cyrus v2.2.12) with LMTPA; >Thu, 10 Apr 2014 07:08:28 +0200 > X-Sieve: CMU Sieve 2.2 > Received: from mail.m-online.net (localhost [127.0.0.1]) > by frontend1.mail.m-online.net (Cyrus v2.2.12) wit

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Heiko Schocher
email 1.8.3.1 In-Reply-To: <1397106486-1233-1-git-send-email...@denx.de> References: <1397106486-1233-1-git-send-email...@denx.de> Cc: Marek Vasut , Pantelis Antoniou , Kyungmin Park Subject: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout functi

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Lukasz Majewski
Hi Heiko, > Hello Lukasz, > > Am 10.04.2014 12:08, schrieb Lukasz Majewski: > > Hi Pantelis, > > > >> Hi Marek, > >> > >> On Apr 10, 2014, at 10:54 AM, Marek Vasut wrote: > >> > >>> On Thursday, April 10, 2014 at 07:08:06 AM, Heiko Schocher wrote: > add a possibility to add a medium specific

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Marek Vasut
On Thursday, April 10, 2014 at 12:08:44 PM, Lukasz Majewski wrote: [...] > Seems reasonable for me: +1 > > Some comment: > > Guys, please be consistent with CCing people. I didn't receive this > thread. Also this original reply from Pantelis was not CCed to Heiko. For mutt, I have the key 'a'

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Heiko Schocher
Hello Lukasz, Am 10.04.2014 12:08, schrieb Lukasz Majewski: Hi Pantelis, Hi Marek, On Apr 10, 2014, at 10:54 AM, Marek Vasut wrote: On Thursday, April 10, 2014 at 07:08:06 AM, Heiko Schocher wrote: add a possibility to add a medium specific polltimeout function. So it is possible to define

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Lukasz Majewski
Hi Pantelis, > Hi Marek, > > On Apr 10, 2014, at 10:54 AM, Marek Vasut wrote: > > > On Thursday, April 10, 2014 at 07:08:06 AM, Heiko Schocher wrote: > >> add a possibility to add a medium specific polltimeout > >> function. So it is possible to define different > >> poll timeouts. > >> > >> Us

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Pantelis Antoniou
Hi Marek, On Apr 10, 2014, at 10:54 AM, Marek Vasut wrote: > On Thursday, April 10, 2014 at 07:08:06 AM, Heiko Schocher wrote: >> add a possibility to add a medium specific polltimeout >> function. So it is possible to define different >> poll timeouts. >> >> Used on nand medium, for setting the

Re: [U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-10 Thread Marek Vasut
On Thursday, April 10, 2014 at 07:08:06 AM, Heiko Schocher wrote: > add a possibility to add a medium specific polltimeout > function. So it is possible to define different > poll timeouts. > > Used on nand medium, for setting the DFU_MANIFEST_POLL_TIMEOUT > only on nand ubi partitions, which is c

[U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-09 Thread Heiko Schocher
add a possibility to add a medium specific polltimeout function. So it is possible to define different poll timeouts. Used on nand medium, for setting the DFU_MANIFEST_POLL_TIMEOUT only on nand ubi partitions, which is currently the only usecase. Signed-off-by: Heiko Schocher Cc: Lukasz Majewski