[U-Boot] [GIT] Pull request: u-boot-dfu (29.11.2019)

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@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@denx.de

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@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 ?

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@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@denx.de

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@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.
participants (2)
-
Lukasz Majewski
-
Marek Vasut