summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-018-105/+761
|\
| * device property: Read strings using string array reading functionsSakari Ailus2017-03-291-44/+1
| * device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus2017-03-292-11/+23
| * device property: Fix reading pset strings using array access functionsSakari Ailus2017-03-291-7/+25
| * device property: fwnode_property_read_string_array() may return -EILSEQSakari Ailus2017-03-291-1/+1
| * ACPI / DSD: Document references, ports and endpointsSakari Ailus2017-03-291-0/+162
| * device property: Add fwnode_get_next_parent()Sakari Ailus2017-03-292-0/+22
| * device property: Add support for fwnode endpointsSakari Ailus2017-03-293-0/+47
| * device property: Make dev_fwnode() publicSakari Ailus2017-03-292-1/+4
| * of: Add of_fwnode_handle() to convert device nodes to fwnode_handleSakari Ailus2017-03-291-0/+4
| * device property: Add fwnode_handle_get()Sakari Ailus2017-03-292-0/+12
| * device property: Add support for remote endpointsMika Westerberg2017-03-292-0/+132
| * ACPI / property: Add support for remote endpointsMika Westerberg2017-03-292-0/+161
| * device property: Add fwnode_get_named_child_node()Mika Westerberg2017-03-292-5/+19
| * ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg2017-03-294-22/+57
| * device property: Add fwnode_get_parent()Mika Westerberg2017-03-292-0/+27
| * ACPI / property: Add possiblity to retrieve parent firmware nodeMika Westerberg2017-03-293-15/+65
* | Merge tag 'acpi-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-05-0123-176/+617
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'acpi-power', 'acpi-blacklist', 'acpi-video' and 'acpi-doc'Rafael J. Wysocki2017-04-289-63/+254
| |\ \ \ \ \
| | | | | * | ACPI / doc: linuxized-acpica.txt: fix typosCao jin2017-04-191-5/+5
| | | | * | | ACPI / video: add comments about subtle casesDmitry Frank2017-04-191-2/+45
| | | | * | | ACPI / video: get rid of magic numbers and use enum insteadDmitry Frank2017-04-191-44/+66
| | | | |/ /
| | | * / / ACPI / blacklist: add _REV quirk for Dell Inspiron 7537Kai Heng Feng2017-04-191-0/+8
| | | |/ /
| | * | | Merge back power-related ACPI material for v4.12.Rafael J. Wysocki2017-04-216-12/+130
| | |\ \ \
| | | * | | power: supply: axp288_charger: Only wait for INT3496 device if presentHans de Goede2017-04-191-10/+18
| | | * | | ACPI / AC: Add a blacklist with PMIC ACPI HIDs with a native charger driverHans de Goede2017-04-191-0/+20
| | | * | | ACPI / battery: Add a blacklist with PMIC ACPI HIDs with a native battery driverHans de Goede2017-04-191-0/+14
| | | * | | ACPI / battery: Fix acpi_battery_exit on acpi_battery_init_async errorsHans de Goede2017-04-191-2/+6
| | | * | | ACPI / utils: Add new acpi_dev_present helperHans de Goede2017-04-193-0/+72
| | | |/ /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-processor', 'acpi-cppc' and 'acpi-pmic'Rafael J. Wysocki2017-04-287-60/+338
| |\ \ \ \ \ \
| | | | * | | | ACPI / PMIC: Stop xpower OPRegion handler relying on IIOHans de Goede2017-04-202-18/+5
| | | | * | | | ACPI / PMIC: Add opregion driver for Intel CHT Whiskey Cove PMICHans de Goede2017-04-203-0/+287
| | | | | |/ / | | | | |/| |
| | | * | | | ACPI / CPPC: add sysfs entries for CPPC perf capabilitiesPrakash, Prashanth2017-04-182-29/+34
| | | * | | | ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()Prakash, Prashanth2017-04-182-8/+12
| | | |/ / /
| | * / / / ACPI / Processor: Drop setup_max_cpus check from acpi_processor_add()Prakash, Prashanth2017-04-181-5/+0
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-scan', 'acpi-tables' and 'acpi-platform'Rafael J. Wysocki2017-04-288-53/+25
| |\ \ \ \ \ \
| | | | * | | | ACPI / platform: Update platform device NUMA node based on _PXM methodShanker Donthineni2017-04-181-1/+4
| | | | |/ / /
| | | * / / / ACPI / tables: Drop acpi_parse_entries() which is not usedBaoquan He2017-04-192-20/+0
| | | |/ / /
| | * | | | ACPI / scan: Avoid enumerating devices more than onceRafael J. Wysocki2017-04-191-0/+2
| | * | | | ACPI / scan: Apply default enumeration to devices with ACPI driversRafael J. Wysocki2017-04-191-3/+3
| | * | | | Merge back ACPI namespace scan code changes for v4.12.Rafael J. Wysocki2017-04-155-29/+16
| | |\ \ \ \
| | | * | | | ACPI / scan: Drop support for force_removeMichal Hocko2017-04-135-29/+16
* | | | | | | Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-0133-1153/+2774
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-tools'Rafael J. Wysocki2017-04-286-421/+1739
| |\ \ \ \ \ \ \
| | * | | | | | | tools: power: pm-graph: Package makefile and man pagesTodd E Brandt2017-04-193-0/+403
| | * | | | | | | tools: power: pm-graph: AnalyzeBoot v2.0Todd E Brandt2017-04-191-0/+824
| | * | | | | | | tools: power: pm-graph: AnalyzeSuspend v4.6Todd E Brandt2017-04-191-421/+495
| | * | | | | | | tools/power/x86/intel_pstate_tracer: Adjust directory ownershipDoug Smythies2017-04-191-0/+17
| | | |_|_|/ / / | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core', 'pm-domains', 'pm-avs' and 'pm-devfreq'Rafael J. Wysocki2017-04-2810-70/+195
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mz...Rafael J. Wysocki2017-04-152-29/+30
| | | | | | |\ \ \ \ \ \ \ | | | | | | | |_|_|_|/ / / | | | | | | |/| | | | | |