public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (09.12.2018)
@ 2018-12-09 14:50 Lukasz Majewski
  2018-12-10  4:55 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Majewski @ 2018-12-09 14:50 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit
532ededd5cbff3d55e8c8e5b6377cec9e90f2152:

  board: ti: am57xx: remove USB platform code (2018-12-07 16:31:46
  +0100)

are available in the git repository at:

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

for you to fetch changes up to e213397ee9d1acffbdafb55fa72360cfc5f02808:

  usb: composite: Move bitmap related operations
  to ./include/linux/bitmap.h (2018-12-08 22:09:47 +0100)

----------------------------------------------------------------
Lukasz Majewski (1):
      usb: composite: Move bitmap related operations
to ./include/linux/bitmap.h

Petr Å tetiar (1):
      usb: gadget: f_sdp: Provide filesize env variable for downloaded
images

 drivers/usb/dwc3/gadget.c              |  1 -
 drivers/usb/dwc3/ti_usb_phy.c          |  1 -
 drivers/usb/eth/r8152.c                |  1 -
 drivers/usb/gadget/at91_udc.c          |  1 -
 drivers/usb/gadget/atmel_usba_udc.c    |  1 -
 drivers/usb/gadget/dwc2_udc_otg.c      |  1 -
 drivers/usb/gadget/dwc2_udc_otg_phy.c  |  1 -
 drivers/usb/gadget/dwc2_udc_otg_priv.h |  1 -
 drivers/usb/gadget/f_mass_storage.c    |  2 +-
 drivers/usb/gadget/f_sdp.c             |  5 +++++
 drivers/usb/gadget/pxa25x_udc.c        |  1 -
 include/linux/bitmap.h                 | 23 +++++++++++++++++++++++
 include/linux/types.h                  |  3 +++
 include/linux/usb/composite.h          |  2 +-
 include/usb/lin_gadget_compat.h        | 35
 ----------------------------------- 15 files changed, 33
 insertions(+), 46 deletions(-) create mode 100644
 include/linux/bitmap.h delete mode 100644
 include/usb/lin_gadget_compat.h

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

Those two commits has been applied on top of u-boot-denx-usb/master,
SHA1: 532ededd5cbff3d55e8c8e5b6377cec9e90f2152


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/20181209/a01446e6/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (09.12.2018)
  2018-12-09 14:50 [U-Boot] [GIT] Pull request: u-boot-dfu (09.12.2018) Lukasz Majewski
@ 2018-12-10  4:55 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2018-12-10  4:55 UTC (permalink / raw)
  To: u-boot

On 12/09/2018 03:50 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> The following changes since commit
> 532ededd5cbff3d55e8c8e5b6377cec9e90f2152:
> 
>   board: ti: am57xx: remove USB platform code (2018-12-07 16:31:46
>   +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to e213397ee9d1acffbdafb55fa72360cfc5f02808:
> 
>   usb: composite: Move bitmap related operations
>   to ./include/linux/bitmap.h (2018-12-08 22:09:47 +0100)
> 
> ----------------------------------------------------------------
> Lukasz Majewski (1):
>       usb: composite: Move bitmap related operations
> to ./include/linux/bitmap.h
> 
> Petr Å tetiar (1):
>       usb: gadget: f_sdp: Provide filesize env variable for downloaded
> images
> 
>  drivers/usb/dwc3/gadget.c              |  1 -
>  drivers/usb/dwc3/ti_usb_phy.c          |  1 -
>  drivers/usb/eth/r8152.c                |  1 -
>  drivers/usb/gadget/at91_udc.c          |  1 -
>  drivers/usb/gadget/atmel_usba_udc.c    |  1 -
>  drivers/usb/gadget/dwc2_udc_otg.c      |  1 -
>  drivers/usb/gadget/dwc2_udc_otg_phy.c  |  1 -
>  drivers/usb/gadget/dwc2_udc_otg_priv.h |  1 -
>  drivers/usb/gadget/f_mass_storage.c    |  2 +-
>  drivers/usb/gadget/f_sdp.c             |  5 +++++
>  drivers/usb/gadget/pxa25x_udc.c        |  1 -
>  include/linux/bitmap.h                 | 23 +++++++++++++++++++++++
>  include/linux/types.h                  |  3 +++
>  include/linux/usb/composite.h          |  2 +-
>  include/usb/lin_gadget_compat.h        | 35
>  ----------------------------------- 15 files changed, 33
>  insertions(+), 46 deletions(-) create mode 100644
>  include/linux/bitmap.h delete mode 100644
>  include/usb/lin_gadget_compat.h
> 
> Travis-CI: 
> https://travis-ci.org/lmajewski/u-boot-dfu/builds/465438371
> 
> Those two commits has been applied on top of u-boot-denx-usb/master,
> SHA1: 532ededd5cbff3d55e8c8e5b6377cec9e90f2152

Applied

-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2018-12-10  4:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-09 14:50 [U-Boot] [GIT] Pull request: u-boot-dfu (09.12.2018) Lukasz Majewski
2018-12-10  4:55 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox