summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* power: axp288_charger: fix for API changeStephen Rothwell2015-06-261-3/+3
* Merge tag 'dma-buf-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-263-7/+29
|\
| * dma-buf: Minor coding style fixesJagan Teki2015-05-213-6/+20
| * dma-buf: add ref counting for module as exporterSumit Semwal2015-05-131-1/+9
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-26144-2094/+5175
|\ \
| * | 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
| * | | phy: add Marvell HSIC 28nm PHYRob Herring2015-06-093-0/+231
| * | | phy: Add Marvell USB 2.0 OTG 28nm PHYRob Herring2015-06-093-0/+366
| * | | 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-08246-1445/+1960
| |\ \ \
| * \ \ \ 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-0310-138/+351
| |\ \ \ \
| | * | | | phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown2015-06-011-1/+0
| | * | | | phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown2015-06-011-4/+0
| | * | | | phy: twl4030-usb: make runtime pm more reliable.NeilBrown2015-06-011-9/+20
| | * | | | phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCsBrian Norris2015-05-223-0/+226
| | * | | | phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda2015-05-211-0/+1
| | * | | | phy: core: Check requested PHY status in _of_phy_get()Axel Lin2015-05-114-17/+10
| | * | | | phy: miphy365x: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | | | phy: miphy28lp: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | | | phy: phy-core: allow specifying supply at port levelDmitry Torokhov2015-05-111-13/+10
| | * | | | 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
| | * | | | phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy2015-05-111-0/+32
| * | | | | 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-0271-1277/+3607
| |\ \ \ \ \
| | * | | | | 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
| | * | | | | phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede2015-05-271-0/+9
| | * | | | | 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
| | * | | | | power: twl4030_charger: find associated phy by more reliable means.NeilBrown2015-05-261-12/+9
| | * | | | | 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