summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
Commit message (Expand)AuthorAgeFilesLines
...
| * acpi: Export acpi_bus_typeHeikki Krogerus2021-12-301-0/+1
| |
| \
*-. | Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki2022-01-101-2/+2
|\ \|
| * | ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2021-12-011-2/+2
| |/
* / ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla2022-01-041-0/+1
|/
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* | ACPI: bus: Rename functions to avoid name collisionRafael J. Wysocki2021-07-161-6/+6
|/
* Merge tag 'acpi-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-071-1/+2
|\
| * Merge branches 'acpi-misc', 'acpi-video' and 'acpi-prm'Rafael J. Wysocki2021-07-071-1/+2
| |\
| | * ACPI: Do not singal PRM support if not enabledAubrey Li2021-07-021-1/+2
* | | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-0/+2
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-0/+2
| |\ \ \
| | | * | ACPI: Add driver for the VIOT tableJean-Philippe Brucker2021-06-251-0/+2
| | |/ /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'Rafael J. Wysocki2021-06-291-3/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| | * | | ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo2021-06-071-0/+1
| | * | | ACPI: bus: Remove unneeded assignmentHanjun Guo2021-06-071-3/+1
| |/ / /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'acpi-dptf' and 'acpi-messages'Rafael J. Wysocki2021-06-291-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | ACPI: bus: Use pr_*() macros to replace printk()Hanjun Guo2021-06-071-2/+2
| |/ / /
| | | |
| \ \ \
*-. | | | Merge branches 'acpi-prm', 'acpi-sysfs' and 'acpi-x86'Rafael J. Wysocki2021-06-291-0/+3
|\ \| | | | | |_|/ | |/| |
| * | | ACPI: Add \_SB._OSC bit for PRMErik Kaneda2021-06-101-0/+1
| * | | ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda2021-06-101-0/+2
| |/ /
| | |
| \ \
| \ \
| \ \
*---. | | Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki2021-06-291-3/+2
|\ \ \| | | |_|_|/ |/| | |
| | * | ACPI: scan: Simplify acpi_table_events_fn()Rafael J. Wysocki2021-06-211-1/+2
| | |/
| * | Merge back 'acpi-bus' material for v5.14.Rafael J. Wysocki2021-06-111-2/+0
|/| |
| * | ACPI: Remove redundant clearing of context->ret.pointer from acpi_run_osc()Hans de Goede2021-06-101-2/+0
| |/
* / ACPI: Pass the same capabilities to the _OSC regardless of the query flagMika Westerberg2021-06-091-19/+8
|/
* Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-201-34/+26
|\
| * ACPI: bus: Clean up printing messagesRafael J. Wysocki2021-02-041-34/+26
* | ACPI: Add support for native USB4 control _OSCMika Westerberg2021-02-041-0/+76
* | ACPI: Execute platform _OSC also with query bit clearMario Limonciello2021-02-041-12/+31
|/
* Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-151-0/+1
|\
| * ACPI: Export acpi_get_first_physical_node() to modulesMika Westerberg2020-09-031-0/+1
* | ACPI: Let ACPI know we support Generic Initiator Affinity StructuresJonathan Cameron2020-10-021-0/+4
|/
* ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()Vamshi K Sthambamkadi2019-11-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-14/+1
* ACPI: use different default debug value than ACPICAErik Schmauss2019-03-251-3/+0
* ACPI / bus: Respect PRP0001 when retrieving device match dataAndy Shevchenko2019-02-271-0/+14
* ACPI: Set debug output flags independent of ACPICAErik Schmauss2019-02-071-0/+3
* ACPI: EC: Look for ECDT EC after calling acpi_load_tables()Rafael J. Wysocki2019-01-151-12/+12
* ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus2018-11-261-1/+0
* ACPI: probe ECDT before loading AML tables regardless of module-level code flagErik Schmauss2018-10-181-28/+16
* ACPI / bus: Only call dmi_check_system() on X86Jean Delvare2018-09-061-6/+7
* ACPI: bus: Fix a pointer coding style issueTom Todd2018-08-091-1/+1
* Revert "ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision...Kai Heng Feng2018-07-201-31/+7
* ACPICA: Rename a global for clarity, no functional changeBob Moore2018-03-181-3/+3
* device property: Constify device_get_match_data()Andy Shevchenko2018-02-121-2/+2
* ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko2018-02-121-2/+2
* ACPI / bus: Remove checks in acpi_get_match_data()Andy Shevchenko2018-02-121-6/+0
* ACPI / bus: Do not traverse through non-existed device tableAndy Shevchenko2018-02-121-25/+38
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-7/+38
|\