summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-09usb: gadget: USB_ETHER requires network supportAlex Kiernan1-0/+1
2018-03-29usb: rockchip: remove duplicate assignement.Heinrich Schuchardt1-1/+0
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-1/+1
2018-02-21usb: gadget: sdp: fix pointer cast warnings for 64bit archsAndre Heider1-4/+9
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider1-7/+7
2018-02-05usb: dwc2: make casts of ep->dma_buf consistentTom Rini1-1/+1
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski1-7/+7
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai3-0/+727
2017-11-26Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince1-0/+4
2017-11-26usb: gadget: storage: Increase FSG_BUFLENMarek Vasut1-1/+1
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini3-21/+89
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada7-53/+53
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard1-0/+1
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard1-0/+3
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard1-8/+8
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard2-15/+27
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard1-0/+28
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard1-0/+14
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard1-0/+7
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard1-0/+3
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard1-2/+2
2017-09-27usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim1-1/+2
2017-09-06usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko1-0/+15
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner1-0/+1
2017-08-23usb: gadget: sdp: extend images compatible for jumpsStefan Agner1-2/+18
2017-08-23usb: gadget: add SDP driverStefan Agner3-0/+729
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini1-1/+1
2017-08-21fastboot: avoid printing invalid dataJohn Keeping1-1/+1
2017-08-21Fix fastboot boot addressPeter Chubb1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass4-11/+11
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-07-29usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-5/+0
2017-06-29drivers, usb, gadget: fix compiler warnings for at91_udc.cHeiko Schocher1-71/+1
2017-06-29usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski1-1/+2
2017-06-18at91_udc.c: Fix unused variable warningTom Rini1-10/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-9/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher2-1387/+0
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass1-8/+0
2017-05-12usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com1-2/+10
2017-04-14usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi1-2/+2
2017-04-14usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi1-5/+7
2017-04-14usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi1-1/+1
2017-02-26usb: gadget: f_dfu: set serial number if serial# is validFelipe Balbi1-0/+5
2017-02-26usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi1-2/+1
2017-02-26usb: gadget: f_dfu: write req->actual bytesFelipe Balbi1-1/+1