summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * USB: serial: kl5kusb105: clean up struct definitionJohan Hovold2017-01-161-6/+6
| | * USB: serial: kl5kusb105: remove dead codeJohan Hovold2017-01-161-68/+8
| | * USB: serial: kl5kusb105: make logging less verboseJohan Hovold2017-01-161-8/+8
| | * USB: serial: ch341: change initial line-control settingsJohan Hovold2017-01-161-9/+5
| | * USB: serial: ch341: rename LCR variable in set_termiosJohan Hovold2017-01-161-12/+12
| | * USB: serial: ch341: rename modem-status registerJohan Hovold2017-01-161-8/+8
| | * USB: serial: ch341: rename shadow modem-control registerJohan Hovold2017-01-161-14/+14
| | * USB: serial: ch341: clean up control debug messagesJohan Hovold2017-01-161-5/+4
| | * USB: serial: ch341: fix modem-status handlingJohan Hovold2017-01-161-15/+12
| | * USB: serial: cypress_m8: remove unused variableSudip Mukherjee2017-01-161-5/+0
| * | usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon2017-02-091-2/+79
| * | usb: musb: tusb6010: Clean up tusb_omap_dma structureAlexandre Bailon2017-02-091-4/+3
| * | usb: musb: cppi_dma: Clean up cppi41_dma_controller structureAlexandre Bailon2017-02-091-16/+13
| * | usb: musb: cppi_dma: Clean up cppi structureAlexandre Bailon2017-02-092-14/+13
| * | usb: musb: cppi41: Detect aborted transfers in cppi41_dma_callback()Alexandre Bailon2017-02-091-4/+9
| * | usb: musb: dma: Add a DMA completion platform callbackAlexandre Bailon2017-02-092-2/+10
| * | drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva2017-02-091-0/+1
| * | usb: mtu3: remove redundant dev_err call in get_ssusb_rscs()Wei Yongjun2017-02-091-3/+1
| * | usb: xhci-mtk: make the reference clock optionalChunfeng Yun2017-02-081-2/+9
| * | usb: mtu3: make the reference clock optionalChunfeng Yun2017-02-081-2/+9
| * | drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva2017-02-081-6/+0
| * | drivers: usb: early: remove unused codeGustavo A. R. Silva2017-02-081-1/+0
| * | Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-068-15/+33
| |\ \
| * \ \ Merge tag 'usb-ci-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-02-0411-174/+620
| |\ \ \
| | * | | usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe()Wei Yongjun2017-02-031-2/+2
| | * | | usb: chipidea: Configure phy for appropriate modeStephen Boyd2017-02-031-6/+14
| | * | | usb: chipidea: usb2: delete the redundant setting default DMA mask codeJisheng Zhang2017-01-231-4/+0
| | * | | usb: chipidea: delete an useless header includeJisheng Zhang2017-01-231-1/+0
| | * | | usb: chipidea: Drop lock across event_notify during gadget stopStephen Boyd2017-01-201-1/+1
| | * | | usb: chipidea: msm: Be silent on probe defer errorsStephen Boyd2017-01-201-1/+2
| | * | | usb: chipidea: msm: Handle phy power statesStephen Boyd2017-01-203-24/+32
| | * | | usb: chipidea: msm: Add reset controller for PHY POR bitStephen Boyd2017-01-202-2/+49
| | * | | usb: chipidea: msm: Make platform data driver local instead of globalStephen Boyd2017-01-201-14/+9
| | * | | usb: chipidea: msm: Restore wrapper settings after resetStephen Boyd2017-01-201-0/+39
| | * | | usb: chipidea: msm: Mux over secondary phy at the right timeStephen Boyd2017-01-201-2/+60
| | * | | usb: chipidea: msm: Add proper clk and reset supportStephen Boyd2017-01-201-4/+68
| | * | | usb: chipidea: msm: Use hw_write_id_reg() instead of writelStephen Boyd2017-01-201-4/+2
| | * | | usb: chipidea: msm: Rely on core to override AHBBURSTStephen Boyd2017-01-201-2/+2
| | * | | usb: chipidea: msm: Mark device as runtime pm activeStephen Boyd2017-01-201-0/+1
| | * | | usb: chipidea: vbus event may exist before starting gadgetPeter Chen2017-01-201-5/+12
| | * | | usb: chipidea: Consolidate extcon notifiersStephen Boyd2017-01-202-37/+16
| | * | | usb: chipidea: Add support for ULPI PHY busStephen Boyd2017-01-205-6/+167
| | * | | usb: chipidea: Remove locking in ci_udc_start()Stephen Boyd2017-01-201-3/+0
| | * | | usb: chipidea: Notify events when switching host modeStephen Boyd2017-01-201-0/+6
| | * | | usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd2017-01-201-0/+6
| | * | | usb: chipidea: Handle extcon events properlyStephen Boyd2017-01-201-5/+41
| | * | | usb: chipidea: Only read/write OTGSC from one placeStephen Boyd2017-01-203-39/+30
| | * | | usb: ulpi: Support device discovery via DTStephen Boyd2017-01-201-6/+73
| | * | | usb: chipdata: Replace the extcon APIChanwoo Choi2017-01-201-24/+6
| * | | | usb: musb: dsps: make dsps_musb_clear_ep_rxintr() staticWei Yongjun2017-02-031-1/+1