summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-142-31/+207
* usb: gadget: remove langwell_udcAlexander Shishkin2012-05-114-3659/+0
* usb: move ci13xxx and related code to drivers/usb/chipideaAlexander Shishkin2012-05-116-3559/+0
* usb: gadget: ci13xxx: print basic device info when probingAlexander Shishkin2012-05-111-0/+3
* usb: gadget: ci13xxx: don't use "advance" feature when setting addressAlexander Shishkin2012-05-112-10/+14
* usb: gadget: ci13xxx: fix the context of register mapAlexander Shishkin2012-05-111-1/+1
* usb: gadget: ci13xxx: get rid of local tracing for goodAlexander Shishkin2012-05-112-82/+0
* usb: gadget: ci13xxx_pci: guard against devices without driver_dataAlexander Shishkin2012-05-111-0/+5
* usb: gadget: dummy_hcd: fix build when BUG is not setSasha Levin2012-05-111-1/+1
* usb: gadget: f_rndis: Set rndis vendor parametersBenoit Goby2012-05-102-21/+33
* usb: gadget: rndis: Fix re-binding f_rndisBenoit Goby2012-05-101-0/+1
* usb: gadget: Add variant of gether_setup to customize the device nameMike Lockwood2012-05-102-4/+25
* usb: gadget: u_serial: Allow calling gserial_setup after initBenoit Goby2012-05-101-2/+2
* usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz2012-05-101-2/+3
* usb: gadget: composite: make module parameters accessible at runtimeAndrzej Pietrasiewicz2012-05-101-6/+12
* usb: gadget: composite: Initialize config->interfaceBenoit Goby2012-05-101-0/+1
* usb: gadget: composite: Add usb_remove_configBenoit Goby2012-05-101-20/+48
* USB: gadget: ci13xx_pci: remove unneeded check in ci13xxx_pci_probe()Greg Kroah-Hartman2012-05-101-3/+0
* USB: gadget: ci13xx_udc: fix potential crash in irq handlerGreg Kroah-Hartman2012-05-101-3/+1
* usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper p...Lukasz Majewski2012-05-091-1/+1
* usb: gadget: ci13xxx: convert to new styleAlexander Shishkin2012-05-091-81/+39
* usb: gadget: ci13xxx: move endpoint (de-)initialization to probe/removeAlexander Shishkin2012-05-091-81/+80
* usb: gadget: ci13xxx: replace home-brewed logging with dev_{err,warn,info}Alexander Shishkin2012-05-092-109/+87
* usb: gadget: ci13xxx: convert to platform deviceAlexander Shishkin2012-05-096-102/+180
* usb: gadget: conversion of controllers choice to menuAlexander Shishkin2012-05-091-8/+2
* usb: gadget: ci13xxx: redo register accessAlexander Shishkin2012-05-092-128/+191
* usb: gadget: ci13xxx: move global variables inside struct ci13xxxAlexander Shishkin2012-05-092-232/+244
* usb: gadget: ci13xxx: drop needless parensAlexander Shishkin2012-05-092-8/+8
* usb: gadget: ci13xxx_pci: add langwell/penwell pci idsAlexander Shishkin2012-05-081-0/+2
* usb: gadget: ci13xxx: rename register layoutsAlexander Shishkin2012-05-084-133/+132
* usb: gadget: ci13xxx: initialize ep0{out,in} dynamicallyAlexander Shishkin2012-05-082-21/+30
* usb: gadget: ci13xxx: fix ep list removal in gadget unregistering codeAlexander Shishkin2012-05-081-1/+1
* Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-0746-1732/+2174
|\
| * usb:hsotg:samsung: err_irq: support for probe functionLukasz Majewski2012-05-041-8/+5
| * usb:hsotg:samsung: Use clk_prepare_enable and clk_disable_unprepareLukasz Majewski2012-05-041-3/+3
| * usb:hsotg:samsung: Remove the S3C_ prefix from registers definition.Lukasz Majewski2012-05-042-677/+675
| * usb:hsotg:samsung: Add release function for hsotg deviceLukasz Majewski2012-05-041-1/+13
| * usb:hsotg:samsung: Remove our_hsotg global pointerLukasz Majewski2012-05-041-5/+2
| * usb:hsotg:samsung: Comments reorganization and cleanupLukasz Majewski2012-05-041-122/+252
| * usb:hsotg:samsung: Use new udc_start and udc_stop callbacksLukasz Majewski2012-05-041-25/+36
| * usb:hsotg:samsung: Determine number of EPs from HW configuration registerLukasz Majewski2012-05-041-67/+100
| * usb:hsotg:samsung: Cable disconnection recovery codeLukasz Majewski2012-05-041-10/+18
| * usb:hsotg:samsung: Rename s3c_hsotg_disconnect functionLukasz Majewski2012-05-041-5/+5
| * usb:hsotg:samsung: Remove Disconnect Interrupt handlerLukasz Majewski2012-05-041-10/+2
| * usb:hsotg:samsung: Extract core initialization functionLukasz Majewski2012-05-041-161/+173
| * usb:hsotg:samsung: Sending ZLP packet for IN EP0 transfersLukasz Majewski2012-05-041-2/+32
| * usb:hsotg:samsung: NAK management for EP0 (Setup stage of control transfers)Lukasz Majewski2012-05-041-2/+19
| * usb:hsotg:samsung: Use of regulator_bulk_* functions for USB regulatorsLukasz Majewski2012-05-041-2/+39
| * usb:hsotg:samsung: Wrappers for USB PHY methodsLukasz Majewski2012-05-041-5/+43
| * usb:hsotg:samsung: Remove platform dependent functions from s3c-hsotgLukasz Majewski2012-05-041-77/+0