summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-17/+75
* phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-1/+1
* phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYKishon Vijay Abraham I2015-12-211-2/+32
* phy: ti-pipe3: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-15/+73
* phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-2/+3
* phy: ti-pipe3: move mem resource initialization to a separate functionKishon Vijay Abraham I2015-12-211-19/+33
* phy: ti-pipe3: move sysctrl initialization to a separate functionKishon Vijay Abraham I2015-12-211-33/+45
* phy: ti-pipe3: move clk initialization to a separate functionKishon Vijay Abraham I2015-12-211-55/+72
* phy: ti-pipe3: introduce local struct device* in probeKishon Vijay Abraham I2015-12-211-27/+27
* phy: berlin-usb: don't set device's driver_dataJisheng Zhang2015-12-201-1/+0
* phy: berlin-usb: remove non-necessary header filesJisheng Zhang2015-12-201-2/+0
* phy: phy_brcmstb_sata: add support for MIPS-based platformsJaedon Shin2015-12-202-8/+20
* phy: phy_brcmstb_sata: add data for phy versionJaedon Shin2015-12-201-3/+20
* phy: phy_brcmstb_sata: remove duplicate definitionsJaedon Shin2015-12-201-2/+0
* phy: rockchip-usb: expose the phy-internal PLLsHeiko Stuebner2015-12-201-27/+161
* phy: rockchip-usb: add compatible values for rk3066a and rk3188Heiko Stuebner2015-12-201-0/+2
* phy: rockchip-usb: move per-phy init into a separate functionHeiko Stuebner2015-12-201-40/+43
* phy: rockchip-usb: introduce a common data-struct for the deviceHeiko Stuebner2015-12-201-7/+19
* phy: rockchip-usb: fix clock get-put mismatchHeiko Stuebner2015-12-201-0/+12
* phy: add phy-hi6220-usbZhangfei Gao2015-12-203-0/+178
* phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoCReinder de Haan2015-12-201-9/+32
* phy-sun4i-usb: Use of_match_node to get model specific config dataHans de Goede2015-12-201-42/+79
* phy: phy-mt65xx-usb3: improve HS eye diagramChunfeng Yun2015-12-201-3/+96
* phy: phy-mt65xx-usb3: fix test fail of HS receiver sensitivityChunfeng Yun2015-12-201-2/+5
* phy: rcar-gen3-usb2: add runtime ID/VBUS pin detectionYoshihiro Shimoda2015-12-201-1/+42
* phy: rcar-gen3-usb2: change the mode to OTG on the combined channelYoshihiro Shimoda2015-12-201-2/+122
* phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driverYoshihiro Shimoda2015-12-203-0/+225
* phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Chunfeng Yun2015-12-071-6/+15
* phy: cygnus: pcie: add missing of_node_putJulia Lawall2015-12-031-4/+12
* phy: miphy365x: add missing of_node_putJulia Lawall2015-12-031-5/+11
* phy: miphy28lp: add missing of_node_putJulia Lawall2015-12-031-5/+11
* phy: rockchip-usb: add missing of_node_putJulia Lawall2015-12-031-5/+12
* phy: berlin-sata: add missing of_node_putJulia Lawall2015-12-031-6/+14
* phy: mt65xx-usb3: add missing of_node_putJulia Lawall2015-12-031-7/+13
* phy: brcmstb-sata: add missing of_node_putJulia Lawall2015-12-031-5/+12
* phy: sun9i-usb: add USB dependencyArnd Bergmann2015-12-031-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-152-3/+18
|\
| * MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2015-11-111-3/+4
| * irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith2015-11-111-0/+14
* | Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-137-31/+177
|\ \
| * | platform/chrome: Fix i2c-designware adapter nameJarkko Nikula2015-11-091-2/+2
| * | platform/chrome: Support reading/writing the vboot contextEmilio López2015-10-073-1/+140
| * | platform/chrome: cros_ec: Fix possible leak in led_rgb_store()Christian Engelmayer2015-10-071-5/+3
| * | platform/chrome: cros_ec: Fix leak in sequence_store()Christian Engelmayer2015-10-071-9/+14
| * | platform/chrome: Enable Chrome platforms on 64-bit ARMThierry Reding2015-10-071-1/+1
| * | platform/chrome: cros_ec_dev - Add a platform device ID tableJavier Martinez Canillas2015-10-071-0/+6
| * | platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Javier Martinez Canillas2015-10-071-0/+7
| * | platform/chrome: cros_ec_lpc - Use existing function to check EC resultJavier Martinez Canillas2015-10-071-12/+2
| * | platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTOJavier Martinez Canillas2015-10-071-2/+2
| * | Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM"Javier Martinez Canillas2015-10-071-0/+1