summaryrefslogtreecommitdiffstats
path: root/Documentation/ioctl (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam2-4/+4
2013-01-25usb: dwc3: core: stray statements are removedKishon Vijay Abraham I1-3/+0
2013-01-25usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I1-0/+6
2013-01-25usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I2-0/+90
2013-01-25usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I1-26/+0
2013-01-25usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I1-0/+10
2013-01-25usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I1-30/+10
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I1-1/+11
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-24usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam2-2/+2
2013-01-24USB: fix sign-extension bug in the hub driverAlan Stern1-1/+1
2013-01-24USB: uhci: beautify source codeChen Gang3-28/+31
2013-01-24USB: option: add and update Alcatel modemsBjørn Mork1-1/+9
2013-01-24USB: misc: usb3503: add dt supportDongjin Kim2-5/+46
2013-01-24USB: UHCI: remove unused definitionWoody Suwalski1-4/+0
2013-01-24USB: uhci: check buffer length to avoid memory overflowChen Gang3-49/+107
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi9-9/+9
2013-01-24usb: gadget: mv_udc: fix the value of tranceiverChao Xie1-5/+10
2013-01-24usb: host: ehci-mv: remove unused variableChao Xie1-1/+0
2013-01-24usb: otg: mv_otg: use devm_xxx for probeChao Xie1-60/+22
2013-01-24usb: gadget: mv_udc: fix the warning of mv_udc_removeChao Xie1-1/+1
2013-01-24usb: gadget: mv_udc: use devm_xxx for probeChao Xie1-100/+56
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi2-81/+14
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi2-53/+13
2013-01-24usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi2-46/+16
2013-01-24usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2-48/+15
2013-01-24usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi1-53/+14
2013-01-24usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi1-37/+12
2013-01-24usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi2-51/+20
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi1-47/+11
2013-01-24usb: gadget: goku_udc: convert to udc_start/udc_stopFelipe Balbi2-56/+15
2013-01-24usb: gadget: fusb300_udc: convert to udc_start/udc_stopFelipe Balbi2-47/+20
2013-01-24usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi2-45/+16
2013-01-24usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi1-2/+5
2013-01-24usb: gadget: mv_udc: use udc_start and udc_stop functionsChao Xie1-44/+35
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu3-0/+50
2013-01-21drivers/usb/chipidea/core.c: adjust duplicate testJulia Lawall1-1/+1
2013-01-21usb: gadget: fix two sparse warningsFelipe Balbi2-2/+2
2013-01-21usb: gadget: f_uac2: fix compile warningFelipe Balbi1-1/+0
2013-01-21usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior2-18/+20
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior3-0/+144
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior2-2/+6
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior2-31/+59
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior2-21/+53
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior2-0/+117
2013-01-21usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior2-10/+53
2013-01-21usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior2-5/+24
2013-01-21usb: gadget: acm_ms: use function framework for ACMSebastian Andrzej Siewior2-6/+28
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior9-55/+186
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior11-209/+229