summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-26usb: host: Remove the deprecated ATH79 USB host config optionsAlban Bedel2-25/+1
2018-03-26usb: roles: Fix return value check in intel_xhci_usb_probe()Wei Yongjun1-2/+2
2018-03-26USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba2-1/+4
2018-03-25usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng2-1/+6
2018-03-25usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng1-2/+7
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung1-2/+6
2018-03-23USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing1-2/+7
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso1-1/+1
2018-03-23USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulatorClemens Werther2-0/+7
2018-03-23USB: serial: cp210x: add ELDAT Easywave RX09 idJohan Hovold1-0/+1
2018-03-23USB: serial: ftdi_sio: add RT Systems VX-8 cableMajor Hayden2-0/+4
2018-03-23usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt2-0/+17
2018-03-22usb: skip phys initialization of shared hcdChunfeng Yun1-1/+1
2018-03-22usb: phy: ab8500: Drop AB8540/9540 supportLinus Walleij1-506/+0
2018-03-22extcon: axp288: Set USB role where necessaryHans de Goede2-9/+170
2018-03-22platform/x86: intel_cht_int33fe: Add device connections for the Type-C portHans de Goede1-0/+24
2018-03-22usb: typec: driver for Pericom PI3USB30532 Type-C cross switchHans de Goede6-0/+200
2018-03-22usb: roles: Add Intel xHCI USB role switch driverHans de Goede6-0/+217
2018-03-22xhci: Add Intel extended cap / otg phy mux handlingHans de Goede5-1/+100
2018-03-22xhci: Add option to get next extended capability in list by passing id = 0Mathias Nyman1-2/+3
2018-03-22usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functionsHans de Goede4-22/+36
2018-03-22usb: typec: tcpm: Set USB role switch to device mode when configured as suchHans de Goede2-17/+13
2018-03-22usb: typec: Separate the definitions for data and power rolesHeikki Krogerus8-41/+80
2018-03-22usb: common: Small class for USB role switchesHeikki Krogerus5-0/+383
2018-03-22usb: typec: API for controlling USB Type-C MultiplexersHeikki Krogerus6-11/+393
2018-03-22drivers: base: Unified device connection lookupHeikki Krogerus4-1/+203
2018-03-22usbip: tools: usbipd: exclude exported devices from exportable device listShuah Khan1-1/+15
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner4-1/+24
2018-03-22usb: phy: ab8500: Drop AB8540/9540 supportLinus Walleij1-506/+0
2018-03-22usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros1-0/+2
2018-03-22usb: dwc3: Check controller type before setting speedThinh Nguyen1-1/+4
2018-03-22usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2-0/+10
2018-03-22usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2-0/+63
2018-03-22usb: dwc3: Make TX/RX threshold configurableThinh Nguyen1-0/+16
2018-03-22usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen1-0/+10
2018-03-22usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen1-1/+5
2018-03-22usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen1-0/+10
2018-03-22usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen1-1/+4
2018-03-22usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen1-0/+2
2018-03-22usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen1-1/+12
2018-03-22usb: dwc3: pci: Properly cleanup resourceThinh Nguyen1-1/+1
2018-03-22usb: dwc3: Makefile: fix link error on randconfigFelipe Balbi1-1/+1
2018-03-20USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich1-1/+6
2018-03-20usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng4-5/+231
2018-03-20MAINTAINERS: Update maintainer for dwc2John Youn1-1/+1
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen1-0/+8
2018-03-19usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt1-1/+1
2018-03-19Linux 4.16-rc6v4.16-rc6Linus Torvalds1-1/+1
2018-03-17parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin1-9/+32
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41