summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * module: add per-module param_lockDan Streetman2015-06-231-2/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-271-2/+2
|\ \
| * | MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPUBen Hutchings2015-06-211-2/+2
* | | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-26130-2034/+4065
|\ \ \
| * | | usb: dwc3: Use ASCII space in KconfigThierry Reding2015-06-121-1/+1
| * | | Merge tag 'usb-ci-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-06-101-1/+1
| |\ \ \
| | * | | usb: chipidea: usbmisc_imx: Remove unneeded semicolonFabio Estevam2015-06-081-1/+1
| * | | | usb: chipidea: add work-around for Marvell HSIC PHY startupRob Herring2015-06-091-0/+12
| * | | | usb: chipidea: allow multiple instances to use default ci_default_pdataRob Herring2015-06-091-3/+5
| * | | | USB: ssb: use devm_kzallocHauke Mehrtens2015-06-081-7/+4
| * | | | USB: ssb: fix error handling in ssb_hcd_create_pdev()Hauke Mehrtens2015-06-081-2/+2
| * | | | usb: isp1760: check for null return from kzallocColin Ian King2015-06-081-0/+2
| * | | | cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2015-06-082-0/+10
| * | | | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-0814-36/+81
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'usb-serial-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-06-051-7/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | USB: serial: mos7840: Use setup_timerVaishali Thakkar2015-06-011-7/+4
| | | |/ | | |/|
| * | | Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-032-90/+48
| |\ \ \
| | * | | usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24
| | * | | usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24
| * | | | USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen2015-06-021-0/+1
| * | | | Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-0265-1265/+3397
| |\ \ \ \
| | * | | | usb: dwc3: gadget: don't clear EP_BUSY too earlyFelipe Balbi2015-05-291-1/+5
| | * | | | usb: gadget: atmel: fix build warningsFelipe Balbi2015-05-271-1/+1
| | * | | | usb: musb: ux500: fix build warningsFelipe Balbi2015-05-271-1/+1
| | * | | | usb: musb: am35x: fix build warningsFelipe Balbi2015-05-271-1/+1
| | * | | | usb: gadget: atmel: fix build warningFelipe Balbi2015-05-261-2/+2
| | * | | | usb: musb: Fix platform code being unable to override ep access opsHans de Goede2015-05-261-7/+6
| | * | | | usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede2015-05-261-4/+4
| | * | | | usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede2015-05-265-48/+68
| | * | | | usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede2015-05-264-35/+21
| | * | | | usb: phy: Add interface to get phy give of device_node.NeilBrown2015-05-261-27/+70
| | * | | | usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab2015-05-261-5/+11
| | * | | | usb: gadget: net2280: physically disable endpoint on disable operationMian Yousaf Kaukab2015-05-261-0/+7
| | * | | | usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab2015-05-261-7/+17
| | * | | | usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab2015-05-261-9/+32
| | * | | | usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab2015-05-261-13/+44
| | * | | | usb: gadget: net2280: set all byte enables on startMian Yousaf Kaukab2015-05-261-0/+1
| | * | | | usb: gadget: net2280: don't set ep_cfg.direction bitMian Yousaf Kaukab2015-05-261-2/+0
| | * | | | usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab2015-05-261-1/+7
| | * | | | usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab2015-05-261-0/+4
| | * | | | usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab2015-05-261-2/+2
| | * | | | usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda2015-05-261-0/+4
| | * | | | usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda2015-05-261-11/+4
| | * | | | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-261-2/+8
| | * | | | usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta2015-05-261-0/+2
| | * | | | usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta2015-05-261-0/+2
| | * | | | usb: musb: Add pre and post root port reset end callbacksHans de Goede2015-05-262-0/+18
| | * | | | usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann2015-05-221-0/+2
| | * | | | usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-212-3/+3
OpenPOWER on IntegriCloud