summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-11-17rockchip: usb: Migrate to use ofnodeKever Yang1-3/+2
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-12/+5
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-23Convert CONFIG_ROCKCHIP_USB2_PHY to KconfigAdam Ford1-0/+2
2018-01-23Convert CONFIG_OMAP_USB_PHY to KconfigAdam Ford1-0/+3
2018-01-23Convert CONFIG_TWL4030_USB to KconfigAdam Ford1-0/+12
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-26usb: rockchip-phy: implement USB2.0 phy controlXu Ziyuan2-0/+108
2016-06-03usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configurationRoger Quadros1-15/+41
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh1-18/+0
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I1-16/+0
2014-12-04usb: phy: omap_usb_phy: fix build breakageFelipe Balbi1-2/+0
2014-07-10usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi1-1/+16
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada1-24/+2
2013-10-21usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+23
2013-10-21usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy1-2/+43
2013-10-21usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy2-0/+198
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-28/+2
2013-05-10twl4030: make twl4030_i2c_read_u8 prototype consistentNishanth Menon1-1/+1
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon1-23/+23
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-05-06drivers/*/Makefile: fix conditional compile rule.Ender.Dai1-1/+0
2009-12-20TWL4030 Add usb PHY supportTom Rix2-0/+233