All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019)
@ 2019-11-29 23:25 Lukasz Majewski
  2019-11-29 23:32 ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2019-11-29 23:25 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit
dbcbdad92caf4b42a6279da6e65180532bc45620:

  sandbox: enable USB_KEYBOARD_FN_KEYS (2019-11-25 13:28:53 +0100)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git 


BRANCH: master
https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/commits/master

Merge tag info:

- Add optional timeout (in seconds) parameter to DFU command. After
  this timeout the dfu ends its execution (to avoid waiting forever)

Note:

I would prefer if you add those patches into your USB -next branch.

for you to fetch changes up to 28e360c6b511a3599ecbfbc33e2d6e96f305985f:

  x86: edison: Enable DFU timeout (2019-11-29 10:06:40 +0100)

Travis-CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/618507384

----------------------------------------------------------------
Andy Shevchenko (4):
      dfu: Drop unused prototype of dfu_trigger_reset()
      dfu: Refactor do_dfu() to handle optional argument
      dfu: Add optional timeout parameter
      x86: edison: Enable DFU timeout

 cmd/dfu.c                | 28 +++++++++++++++++++++-------
 common/dfu.c             | 17 +++++++++++++++++
 configs/edison_defconfig |  1 +
 doc/README.dfu           |  8 ++++++--
 drivers/dfu/Kconfig      |  6 ++++++
 drivers/dfu/dfu.c        | 15 +++++++++++++++
 include/dfu.h            |  6 +++++-
 7 files changed, 71 insertions(+), 10 deletions(-)



Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191130/623bb24b/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019)
  2019-11-29 23:25 [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019) Lukasz Majewski
@ 2019-11-29 23:32 ` Marek Vasut
  2019-12-01 21:13   ` Lukasz Majewski
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2019-11-29 23:32 UTC (permalink / raw)
  To: u-boot

On 11/30/19 12:25 AM, Lukasz Majewski wrote:
> Dear Marek,

Hi,

> The following changes since commit
> dbcbdad92caf4b42a6279da6e65180532bc45620:
> 
>   sandbox: enable USB_KEYBOARD_FN_KEYS (2019-11-25 13:28:53 +0100)
> 
> are available in the Git repository at:
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git 
> 
> 
> BRANCH: master
> https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/commits/master
> 
> Merge tag info:
> 
> - Add optional timeout (in seconds) parameter to DFU command. After
>   this timeout the dfu ends its execution (to avoid waiting forever)
> 
> Note:
> 
> I would prefer if you add those patches into your USB -next branch.

So obvious question, why is this not in your u-boot-dfu -next branch ?
Is this for next release ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019)
  2019-11-29 23:32 ` Marek Vasut
@ 2019-12-01 21:13   ` Lukasz Majewski
  2019-12-01 21:19     ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2019-12-01 21:13 UTC (permalink / raw)
  To: u-boot

Hi Marek,

> On 11/30/19 12:25 AM, Lukasz Majewski wrote:
> > Dear Marek,  
> 
> Hi,
> 
> > The following changes since commit
> > dbcbdad92caf4b42a6279da6e65180532bc45620:
> > 
> >   sandbox: enable USB_KEYBOARD_FN_KEYS (2019-11-25 13:28:53 +0100)
> > 
> > are available in the Git repository at:
> > 
> >   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git 
> > 
> > 
> > BRANCH: master
> > https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/commits/master
> > 
> > Merge tag info:
> > 
> > - Add optional timeout (in seconds) parameter to DFU command. After
> >   this timeout the dfu ends its execution (to avoid waiting forever)
> > 
> > Note:
> > 
> > I would prefer if you add those patches into your USB -next branch.
> >  
> 
> So obvious question, why is this not in your u-boot-dfu -next branch ?
> Is this for next release ?

Yes, you may add it to -next release. Thanks.


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191201/bb8c7562/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019)
  2019-12-01 21:13   ` Lukasz Majewski
@ 2019-12-01 21:19     ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2019-12-01 21:19 UTC (permalink / raw)
  To: u-boot

On 12/1/19 10:13 PM, Lukasz Majewski wrote:
> Hi Marek,

Hi,

>> On 11/30/19 12:25 AM, Lukasz Majewski wrote:
>>> Dear Marek,  
>>
>> Hi,
>>
>>> The following changes since commit
>>> dbcbdad92caf4b42a6279da6e65180532bc45620:
>>>
>>>   sandbox: enable USB_KEYBOARD_FN_KEYS (2019-11-25 13:28:53 +0100)
>>>
>>> are available in the Git repository at:
>>>
>>>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git 
>>>
>>>
>>> BRANCH: master
>>> https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/commits/master
>>>
>>> Merge tag info:
>>>
>>> - Add optional timeout (in seconds) parameter to DFU command. After
>>>   this timeout the dfu ends its execution (to avoid waiting forever)
>>>
>>> Note:
>>>
>>> I would prefer if you add those patches into your USB -next branch.
>>>  
>>
>> So obvious question, why is this not in your u-boot-dfu -next branch ?
>> Is this for next release ?
> 
> Yes, you may add it to -next release. Thanks.

OK, pulled to next, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-01 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 23:25 [U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019) Lukasz Majewski
2019-11-29 23:32 ` Marek Vasut
2019-12-01 21:13   ` Lukasz Majewski
2019-12-01 21:19     ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.