mbox series

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

Message ID 20180218205205.152c7a22@jawa
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show
Series [U-Boot,GIT] Pull request: u-boot-dfu (18.02.2018) | expand

Pull-request

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

Message

Lukasz Majewski Feb. 18, 2018, 7:52 p.m. UTC
Dear Marek,

Please find some cosmetic changes and warning fixes for sdp gadget.

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


The following changes since commit
b16c129c2290d26e7b16b4309713c78f6146bc8a:

  usb: host: xhci-omap: Remove redundant board_usb_init and
  board_usb_cleanup functions (2018-02-15 13:44:30 +0100)

are available in the git repository at:

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

for you to fetch changes up to dd7f025dd53e46f8136f5418f3637be39fb6e9de:

  usb: gadget: sdp: fix pointer cast warnings for 64bit archs
  (2018-02-18 20:49:53 +0100)

----------------------------------------------------------------
Andre Heider (2):
      usb: gadget: sdp: add missing line breaks
      usb: gadget: sdp: fix pointer cast warnings for 64bit archs

 cmd/usb_gadget_sdp.c       |  4 ++--
 common/spl/spl_sdp.c       |  4 ++--
 drivers/usb/gadget/f_sdp.c | 27 ++++++++++++++++-----------
 3 files changed, 20 insertions(+), 15 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-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de

Comments

Marek Vasut Feb. 19, 2018, 4:18 a.m. UTC | #1
On 02/18/2018 08:52 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> Please find some cosmetic changes and warning fixes for sdp gadget.

Pulled, thanks.