index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
acpi_device.c
Age
Commit message (
Expand
)
Author
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-05
acpi: device: avoid empty property list in acpi_dp_write
Matt Delco
2018-09-16
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-05-28
acpi: device: Walk up the tree to find identifier
Duncan Laurie
2018-05-21
Revert "acpi: device: Walk up the tree to find identifier"
Duncan Laurie
2018-05-18
acpi: device: Walk up the tree to find identifier
Duncan Laurie
2018-05-02
src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices
Shelley Chen
2017-08-30
acpigen: Add stop gpio control to power resource
Furquan Shaikh
2017-08-30
acpi_device: Provide a new function to add a list of properties
Duncan Laurie
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-04-17
arch/x86/acpi: Allow "transparent" ACPI device names
Timothy Pearson
2017-03-20
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix prefer errors detected by checkpatch
Lee Leahy
2017-02-22
arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO
Furquan Shaikh
2017-02-22
acpi: Add ACPI_ prefix to IRQ enum and struct names
Furquan Shaikh
2017-02-19
acpi_device: Move power resource function to generic code
Duncan Laurie
2016-10-07
x86/acpi_device: Fix writing of array property
Furquan Shaikh
2016-07-17
acpi: Change API called to write the name for ACPI_DP_TYPE_CHILD
Harsha Priya
2016-07-08
acpi: Change device properties to work as a tree
Duncan Laurie
2016-07-02
acpi_device: Have acpi_device_scope() use a separate buffer
Duncan Laurie
2016-07-02
gpio: Add support for translating gpio_t into ACPI pin
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI Device Properties
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI SPI descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI I2C descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI GPIO descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI Interrupt descriptors
Duncan Laurie
2016-05-21
device: Add an ACPI device name and path concept to devices
Duncan Laurie