summaryrefslogtreecommitdiffstats
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-264-9/+37
|\ \ \ \
| * | | | dma-buf: Minor coding style fixesJagan Teki2015-05-213-6/+20
| * | | | dma-buf: add ref counting for module as exporterSumit Semwal2015-05-132-3/+17
* | | | | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-26180-2330/+5630
|\ \ \ \ \
| * | | | | 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
| * | | | | | dt-bindings: Consolidate ChipIdea USB ci13xxx bindingsRob Herring2015-06-094-70/+21
| * | | | | | 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
| * | | | | | dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindingsRob Herring2015-06-091-0/+18
| * | | | | | 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-08501-2386/+4530
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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-0315-139/+415
| |\ \ \ \ \ \ \
| | * | | | | | | phy: twl4030-usb: add ABI documentationNeilBrown2015-06-011-0/+8
| | * | | | | | | 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
| | * | | | | | | Documentation: devicetree: add Broadcom SATA PHY bindingBrian Norris2015-05-221-0/+40
| | * | | | | | | phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda2015-05-212-0/+2
| | * | | | | | | 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-113-1/+47
| * | | | | | | | 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-0293-1422/+3958
| |\ \ \ \ \ \ \ \
| | * | | | | | | | usb: dwc3: gadget: don't clear EP_BUSY too earlyFelipe Balbi2015-05-291-1/+5
| | * | | | | | | | usb: phy: add static inline wrapper for devm_usb_get_phy_by_nodeArnd Bergmann2015-05-281-0/+6
| | * | | | | | | | 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-272-0/+35
| | * | | | | | | | 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-263-12/+22