aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-139-66/+75
|\
| * Merge tag 'phy-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2015-12-261-0/+23
| |\
| | * phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-0/+23
| * | Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-12-266-62/+46
| |\ \
| | * | usb: gadget: forbid queuing request to a disabled epDu, Changbin2015-12-221-0/+3
| | * | usb: of: fix build breakage on !OFFelipe Balbi2015-12-171-1/+2
| | * | usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-162-30/+15
| | * | usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol2015-12-161-0/+2
| | * | usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol2015-12-161-2/+0
| | * | usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol2015-12-161-0/+4
| | * | usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driverGeert Uytterhoeven2015-12-151-28/+0
| | * | usb: of: add an api to get dr_mode by the phy nodeBin Liu2015-12-151-0/+5
| | * | usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda2015-12-151-2/+16
| * | | Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman2015-12-2118-29/+120
| |\ \ \
| * \ \ \ Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-1343-122/+196
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usb: core: lpm: remove usb3_lpm_enabled in usb_deviceLu Baolu2015-12-011-2/+0
| * | | | usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-011-0/+4
| * | | | USB: constify usb_mon_operations structureJulia Lawall2015-12-011-2/+2
* | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1217-41/+295
|\ \ \ \ \
| * \ \ \ \ Merge branch 'powercap'Rafael J. Wysocki2016-01-121-2/+2
| |\ \ \ \ \
| | * | | | | powercap: constify powercap_zone_ops and powercap_zone_constraint_ops structuresJulia Lawall2016-01-021-2/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-01-121-6/+0
| |\ \ \ \ \
| | * | | | | cpufreq: Simplify core code related to boost supportRafael J. Wysocki2016-01-011-1/+0
| | * | | | | cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki2016-01-011-5/+0
| | * | | | | Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki2015-12-281-0/+22
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2015-12-121-0/+22
| | | |\ \ \ \
| * | | \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2016-01-121-0/+22
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2015-12-101-0/+9
| | * | | | | | PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2015-12-101-0/+13
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-pci' and 'pm-core'Rafael J. Wysocki2016-01-121-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki2015-12-211-0/+5
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. | | | | | | Merge branches 'acpi-pci', 'acpi-irq' and 'acpi-assorted'Rafael J. Wysocki2016-01-121-0/+1
| |\ \ \| | | | | | | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbolChristophe RICARD2016-01-011-0/+1
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm'Rafael J. Wysocki2016-01-121-1/+5
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | ACPI / PM: Support D3 COLD device in old BIOS for ZPODDKen Xue2015-12-091-1/+3
| | | | |/ / / / /
| | * | | | / / / ACPI / utils: Add acpi_dev_present()Lukas Wunner2015-12-091-0/+2
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'acpi-video'Rafael J. Wysocki2016-01-121-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI / video: Add a acpi_video_handles_brightness_key_presses() helperHans de Goede2016-01-011-0/+6
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'acpica'Rafael J. Wysocki2016-01-124-16/+18
| |\ \ \ \ \ \ \
| | * | | | | | | ACPICA: Drop Linux-specific waking vector functionsRafael J. Wysocki2016-01-041-9/+1
| | * | | | | | | ACPICA: Update version to 20151218Bob Moore2016-01-011-1/+1
| | * | | | | | | ACPICA: Add per-table execution of module-level codeBob Moore2016-01-011-0/+5
| | * | | | | | | ACPICA: Add new exception code, AE_IO_ERRORBob Moore2016-01-011-2/+4
| | * | | | | | | ACPICA: Debug Object: Cleanup outputBob Moore2016-01-011-0/+4
| | * | | | | | | ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."Bob Moore2016-01-011-4/+2
| | * | | | | | | ACPICA: Linuxize: reduce divergences for 20151218 releaseLv Zheng2016-01-011-0/+1
| | * | | | | | | Merge branch 'acpi-debug' into acpicaRafael J. Wysocki2016-01-015-1/+133
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'acpi-debug'Rafael J. Wysocki2016-01-125-1/+133
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | ACPI / debugger: Add module support for ACPI debuggerLv Zheng2015-12-152-52/+71
| | * | | | | | | ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng2015-12-153-12/+52