u-boot-brain/drivers/usb/musb-new
Alex Kiernan ab9e12f651 spl: disk: usb: Add dependencies to sprintf/strto*
If SPL serial support is disabled nothing brings in sprintf, snprintf
or simple_strtoul:

  env/built-in.o: In function `regex_callback':
  env/attr.c:128: undefined reference to `sprintf'
  disk/built-in.o: In function `blk_get_device_by_str':
  disk/part.c:386: undefined reference to `simple_strtoul'
  disk/part.c:395: undefined reference to `simple_strtoul'
  disk/built-in.o: In function `blk_get_device_part_str':
  disk/part.c:522: undefined reference to `simple_strtoul'
  disk/built-in.o: In function `part_set_generic_name':
  disk/part.c:704: undefined reference to `sprintf'
  drivers/built-in.o: In function `init_peripheral_ep':
  drivers/usb/musb-new/musb_gadget.c:1826: undefined reference to `sprintf'
  drivers/built-in.o: In function `musb_core_init':
  drivers/usb/musb-new/musb_core.c:1451: undefined reference to `snprintf'

Add those dependencies here.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
2018-04-28 18:32:24 -04:00
..
am35x.c drivers: usb: musb: adopt musb backend driver to driver model 2016-12-02 21:04:48 -07:00
Kconfig spl: disk: usb: Add dependencies to sprintf/strto* 2018-04-28 18:32:24 -04:00
linux-compat.h printk: collect printk stuff into <linux/printk.h> with loglevel support 2017-10-04 10:31:17 -04:00
Makefile drivers: usb: musb: add ti musb misc driver for wrapper 2016-12-02 21:03:56 -07:00
musb_core.c Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_core.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_debug.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_dma.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_dsps.c drivers: usb: musb: adopt musb backend driver to driver model 2016-12-02 21:04:48 -07:00
musb_gadget_ep0.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.h treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
musb_host.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_host.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_io.h avr32: Retire AVR32 for good 2017-07-06 16:17:19 -04:00
musb_regs.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_uboot.c musb: properly detect failed initialization of controller 2017-04-25 12:50:11 +02:00
musb_uboot.h musb: Add device-model support to the musb-host u-boot glue 2015-07-21 17:39:38 -06:00
omap2430.c omap4: Drop redundant CONFIG_OMAP4430 symbol 2017-05-15 10:39:59 -04:00
omap2430.h usb: musb-new: omap2430: OMAP4 MUSB USB controller support 2016-03-15 15:12:51 -04:00
pic32.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sunxi.c musb: sunxi: Use base address from device tree 2018-01-10 11:11:05 +01:00
ti-musb.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
usb-compat.h usb: Move determination of TT hub address/port into separate function 2015-12-31 16:16:29 +01:00