mbox series

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

Message ID 20180716101713.721f91d2@jawa
State Accepted
Delegated to: Marek Vasut
Headers show
Series [U-Boot,GIT] Pull request: u-boot-dfu (16.07.2018) | expand

Pull-request

git://git.denx.de/u-boot-dfu.git

Message

Lukasz Majewski July 16, 2018, 8:17 a.m. UTC
Dear Marek,


The following changes since commit
e76ab6705d0449a4ded5d68e5cb833e222c51595:

  gadget: f_thor: fix hang-up with ctrl-c (2018-07-13 11:08:10 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-dfu.git 

for you to fetch changes up to 3139cd72fd6586af77b9ccddaf5c92fbeba6f6af:

  dfu: Provide more verbose error message (2018-07-16 10:13:41 +0200)

----------------------------------------------------------------
Alberto Panizzo (7):
      usb: rockchip: fix command failed on host side due to missing data
      usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command
      usb: rockchip: implement K_FW_LBA_READ_10 command
      usb: rockchip: implement K_FW_LBA_ERASE_10 command
      usb: rockchip: be quiet on serial port while transferring data
      usb: rockchip: fix printing csw debug info
      usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of
512 bytes

Sam Protsenko (3):
      dfu: Fix data abort in dfu_free_entities()
      dfu: Fix memory leak in dfu_init_env_entities()
      dfu: Provide more verbose error message

 arch/arm/include/asm/arch-rockchip/f_rockusb.h |   4 +
 doc/README.rockusb                             |  11 ++-
 drivers/dfu/dfu.c                              |  10 ++-
 drivers/usb/gadget/f_rockusb.c                 | 261
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 4
 files changed, 255 insertions(+), 31 deletions(-)

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


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-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de

Comments

Marek Vasut July 16, 2018, 10:05 a.m. UTC | #1
On 07/16/2018 10:17 AM, Lukasz Majewski wrote:
> Dear Marek,
> 
> 
> The following changes since commit
> e76ab6705d0449a4ded5d68e5cb833e222c51595:
> 
>   gadget: f_thor: fix hang-up with ctrl-c (2018-07-13 11:08:10 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to 3139cd72fd6586af77b9ccddaf5c92fbeba6f6af:
> 
>   dfu: Provide more verbose error message (2018-07-16 10:13:41 +0200)
> 
> ----------------------------------------------------------------
> Alberto Panizzo (7):
>       usb: rockchip: fix command failed on host side due to missing data
>       usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command
>       usb: rockchip: implement K_FW_LBA_READ_10 command
>       usb: rockchip: implement K_FW_LBA_ERASE_10 command
>       usb: rockchip: be quiet on serial port while transferring data
>       usb: rockchip: fix printing csw debug info
>       usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of
> 512 bytes
> 
> Sam Protsenko (3):
>       dfu: Fix data abort in dfu_free_entities()
>       dfu: Fix memory leak in dfu_init_env_entities()
>       dfu: Provide more verbose error message
> 
>  arch/arm/include/asm/arch-rockchip/f_rockusb.h |   4 +
>  doc/README.rockusb                             |  11 ++-
>  drivers/dfu/dfu.c                              |  10 ++-
>  drivers/usb/gadget/f_rockusb.c                 | 261
>  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 4
>  files changed, 255 insertions(+), 31 deletions(-)


Applied, thanks.