summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-10phy: Add USB Type-C PHY driver for rk3399Chris Zhong3-0/+1023
2016-09-10phy: da8xx-usb: Fix syscon device nameDavid Lechner1-1/+1
2016-09-10Merge branch 'ib-extcon-phy-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Kishon Vijay Abraham I6-192/+809
2016-09-10extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed modeGuenter Roeck1-1/+7
2016-09-10extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2-0/+6
2016-09-10extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2-0/+6
2016-09-10extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2-1/+12
2016-09-10extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2-76/+164
2016-09-10extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2-22/+31
2016-09-10extcon: Add the support for the capability of each propertyChanwoo Choi2-0/+162
2016-09-10extcon: Add the support for extcon property according to extcon typeChanwoo Choi2-1/+281
2016-09-10extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2-29/+139
2016-09-10extcon: Fix compile time warningManinder Singh1-1/+1
2016-09-10extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2-49/+1
2016-09-10extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi1-20/+1
2016-09-10extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi1-1/+1
2016-09-10extcon: adc-jack: Remove the usage of extcon_set_state()Chanwoo Choi2-14/+16
2016-09-10extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi1-4/+7
2016-09-10extcon: arizona: Remove unneeded semi-colonCharles Keepax1-1/+1
2016-09-10extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd1-2/+2
2016-09-10extcon: adc-jack: update cable state during bootVenkat Reddy Talla1-0/+1
2016-09-10phy: rockchip-inno-usb2: add COMMON_CLK dependencyFrank Wang1-0/+1
2016-09-10dt-bindings: phy: ti: add documentation for ti,dra7x-usb2Sekhar Nori1-0/+2
2016-09-10phy: omap-usb2: support suspend/resumeSekhar Nori1-54/+46
2016-09-10phy: rcar-gen3-usb2: Add a compatible string for r8a7796Yoshihiro Shimoda2-0/+3
2016-09-10phy: rcar-gen3-usb2: revise the example of device tree docYoshihiro Shimoda1-2/+2
2016-09-10phy: bcm-ns2-pcie: Set missing .owner field in ns2_pci_phy_opsAxel Lin1-1/+2
2016-09-10phy: bcm-ns2-pcie: Get rid of struct ns2_pci_phyAxel Lin1-20/+5
2016-09-10phy: tegra: mark tegra_xusb_lane_lookup_function() staticBaoyou Xie1-1/+2
2016-09-10phy: tegra: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-10phy: add a driver for the Rockchip SoC internal PCIe PHYShawn Lin3-0/+366
2016-09-10Documentation: bindings: add dt documentation for Rockchip PCIe PHYShawn Lin1-0/+31
2016-09-10phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phyFrank Wang3-0/+715
2016-09-10Documentation: bindings: add DT documentation for Rockchip USB2PHYFrank Wang1-0/+64
2016-09-10phy: qcom-ufs: use of_property_read_boolJulia Lawall1-4/+2
2016-09-10phy: bcm-ns-usb3: new driver for USB 3.0 PHY on NorthstarRafał Miłecki4-0/+307
2016-09-10phy: sun4i: add support for A64 usb phyIcenowy Zheng1-6/+29
2016-09-10dt: bindings: add bindings for Allwinner A64 usb phyIcenowy Zheng1-0/+1
2016-09-10phy: exynos5-usbdrd: Remove "static" from local variableAxel Lin1-2/+2
2016-08-12phy: sun9i-usb: fix error handlingChristophe JAILLET1-2/+2
2016-08-12phy: brcm-sata: Return proper error if brcm_sata_phy_init failsAxel Lin1-1/+1
2016-08-12mfd: da8xx-cfgchip: New header file for CFGCHIP registersDavid Lechner1-0/+153
2016-08-12phy-sun4i-usb: Add support for peripheral-only modeHans de Goede1-22/+46
2016-08-07Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds62-213/+213
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-156/+334
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51