1. 15 2月, 2016 1 次提交
    • V
      usb: add HAS_IOMEM dependency to USB_NET2272 · 7562b75b
      Vegard Nossum 提交于
      drivers/usb/gadget/udc/net2272.c: In function ‘net2272_remove’:
      drivers/usb/gadget/udc/net2272.c:2232:2: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
        iounmap(dev->base_addr);
        ^
      drivers/usb/gadget/udc/net2272.c: In function ‘net2272_plat_probe’:
      drivers/usb/gadget/udc/net2272.c:2650:2: error: implicit declaration of function ‘ioremap_nocache’ [-Werror=implicit-function-declaration]
        dev->base_addr = ioremap_nocache(base, len);
        ^
      drivers/usb/gadget/udc/net2272.c:2650:17: warning: assignment makes pointer from integer without a cast [enabled by default]
        dev->base_addr = ioremap_nocache(base, len);
                       ^
      Signed-off-by: NVegard Nossum <vegard.nossum@oracle.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7562b75b
  2. 23 12月, 2015 1 次提交
  3. 02 10月, 2015 1 次提交
    • S
      usb: gadget: at91_udc: mention proper dependency · 9af91954
      Sudip Mukherjee 提交于
      While building allmodconfig on avr32 the build failed with the error:
      "at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined!
      
      On checking the code it turned out that if CONFIG_OF is defined then it
      is using at91_pmc_read() which is using at91_pmc_base. And unless
      COMMON_CLK_AT91 is defined we donot have at91_pmc_base. And
      COMMON_CLK_AT91 is available with AT91 architecture.
      Mention the dependency such that this driver builds with avr32 only if
      OF is not enabled.
      Signed-off-by: NSudip Mukherjee <sudip@vectorindia.org>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      9af91954
  4. 27 1月, 2015 2 次提交
  5. 15 1月, 2015 1 次提交
  6. 07 1月, 2015 1 次提交
  7. 18 11月, 2014 1 次提交
  8. 23 10月, 2014 1 次提交
    • G
      usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMA · f1113be1
      Geert Uytterhoeven 提交于
      If NO_DMA=y:
      
      drivers/built-in.o: In function `xudc_done':
      udc-xilinx.c:(.text+0x54f4d2): undefined reference to `usb_gadget_unmap_request'
      drivers/built-in.o: In function `xudc_dma_send':
      udc-xilinx.c:(.text+0x54f9f8): undefined reference to `dma_sync_single_for_cpu'
      drivers/built-in.o: In function `xudc_read_fifo':
      udc-xilinx.c:(.text+0x54ff4a): undefined reference to `dma_sync_single_for_cpu'
      drivers/built-in.o: In function `xudc_ep_queue':
      udc-xilinx.c:(.text+0x550e7c): undefined reference to `usb_gadget_map_request'
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      f1113be1
  9. 12 9月, 2014 1 次提交
  10. 02 9月, 2014 1 次提交
  11. 20 8月, 2014 1 次提交
  12. 17 7月, 2014 2 次提交
  13. 01 7月, 2014 1 次提交
  14. 29 5月, 2014 1 次提交
  15. 28 5月, 2014 2 次提交
  16. 25 4月, 2014 1 次提交
  17. 19 2月, 2014 1 次提交
  18. 12 2月, 2014 1 次提交
  19. 24 12月, 2013 2 次提交
  20. 13 12月, 2013 7 次提交
  21. 27 11月, 2013 2 次提交
  22. 26 11月, 2013 1 次提交
  23. 12 10月, 2013 1 次提交
  24. 10 10月, 2013 6 次提交