From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 14 Jun 2019 12:45:47 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Assorted gadget fixes. The following changes since commit c2ea87883ef309570c8903e6de4b8b78685d73d0: Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi (2019-06-12 07:15:38 -0400) are available in the Git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 220f655176de8e6aa4aaea91bb2182260d26c4a4: fastboot: Check if partition really exist in getvar_has_slot() (2019-06-14 12:39:54 +0200) ---------------------------------------------------------------- Igor Opaniuk (1): fastboot: Check if partition really exist in getvar_has_slot() Marek Vasut (1): spl: dfu: Fix printed variable name Sam Protsenko (3): fastboot: Fix slot names reported by getvar fastboot: Use const qualifier for char *part_name fastboot: getvar: Refactor fastboot_*_get_part_info() usage Sjoerd Simons (1): usb: gadget: error out if g_dnl registration fails cmd/usb_gadget_sdp.c | 11 ++++++++--- common/spl/spl_dfu.c | 2 +- common/spl/spl_sdp.c | 6 +++++- drivers/fastboot/fb_getvar.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ drivers/fastboot/fb_mmc.c | 3 ++- drivers/fastboot/fb_nand.c | 4 ++-- include/fb_mmc.h | 3 ++- include/fb_nand.h | 4 ++-- 8 files changed, 101 insertions(+), 35 deletions(-)