aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim
2018-05-15usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue
2018-05-15usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-08usb: gadget: USB_ETHER requires network supportAlex Kiernan
2018-03-28usb: rockchip: remove duplicate assignement.Heinrich Schuchardt
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut
2018-02-21usb: gadget: sdp: fix pointer cast warnings for 64bit archsAndre Heider
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider
2018-02-05usb: dwc2: make casts of ep->dma_buf consistentTom Rini
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai
2017-11-26Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince
2017-11-26usb: gadget: storage: Increase FSG_BUFLENMarek Vasut
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard
2017-09-27usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim
2017-09-05usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner
2017-08-23usb: gadget: sdp: extend images compatible for jumpsStefan Agner
2017-08-23usb: gadget: add SDP driverStefan Agner
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini
2017-08-21fastboot: avoid printing invalid dataJohn Keeping
2017-08-21Fix fastboot boot addressPeter Chubb
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-07-28usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-06-29drivers, usb, gadget: fix compiler warnings for at91_udc.cHeiko Schocher
2017-06-29usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski
2017-06-18at91_udc.c: Fix unused variable warningTom Rini