Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 18:49:36 to 2021-12-01 12:58:42 UTC [more...]

[PATCH v2 0/7] Small device property fixes and improvements
 2021-12-01 12:59 UTC  (5+ messages)
` [PATCH v2 1/7] device property: Fix fwnode_graph_devcon_match() fwnode leak
` [PATCH v2 2/7] device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED
` [PATCH v2 3/7] Documentation: ACPI: Fix data node reference documentation
` [PATCH v2 4/7] Documentation: ACPI: Update references

[PATCH v11 0/5] Add Xilinx AMS Driver
 2021-11-30 21:58 UTC  (13+ messages)
` [PATCH v11 1/5] device property: Add fwnode_iomap()
` [PATCH v11 2/5] arm64: zynqmp: DT: Add Xilinx AMS node
` [PATCH v11 3/5] iio: adc: Add Xilinx AMS driver
` [PATCH v11 4/5] dt-bindings: iio: adc: Add Xilinx AMS binding documentation
` [PATCH v11 5/5] MAINTAINERS: Add maintainer for xilinx-ams

[PATCH 1/7] device property: Fix fwnode_graph_devcon_match() fwnode leak
 2021-11-30 20:50 UTC  (16+ messages)
` [PATCH 2/7] device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED
` [PATCH 3/7] Documentation: ACPI: Fix data node reference documentation
` [PATCH 4/7] Documentation: ACPI: Update references
` [PATCH 5/7] device property: Implement fwnode_graph_get_endpoint_count()
` [PATCH 6/7] device property: Use fwnode_graph_for_each_endpoint() macro
` [PATCH 7/7] device property: Drop fwnode_graph_get_remote_node()

[PATCH 0/2] ARM Error Source Table Support
 2021-11-30 16:41 UTC  (8+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver
` [PATCH 2/2] trace, ras: add ARM RAS extension trace event

[Issue] PCIe AER/Hotplug is disabled when pcie_aspm=off
 2021-11-30 11:31 UTC 

Fat Removes and Protein Bars
 2021-11-29 19:58 UTC 

Fat Removes and Protein Bars
 2021-11-29 20:05 UTC 

[PATCH v6 00/15] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-29 15:35 UTC  (31+ messages)
` [PATCH v6 01/15] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v6 02/15] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v6 03/15] i2c: acpi: Add i2c_acpi_new_device_by_fwnode() function
` [PATCH v6 04/15] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v6 05/15] regulator: Introduce tps68470-regulator driver
` [PATCH v6 06/15] clk: Introduce clk-tps68470 driver
` [PATCH v6 07/15] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v6 08/15] platform/x86: int3472: Split into 2 drivers
` [PATCH v6 09/15] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v6 10/15] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v6 11/15] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v6 12/15] platform/x86: int3472: Deal with probe ordering issues
` [PATCH v6 13/15] media: ipu3-cio2: Defer probing until the PMIC is fully setup
` [PATCH v6 14/15] media: ipu3-cio2: Call cio2_bridge_init() before anything else
` [PATCH v6 15/15] media: ipu3-cio2: Add support for instantiating i2c-clients for VCMs

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-29 11:52 UTC  (40+ messages)
` [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 09/25] ARM: Use do_kernel_power_off()
` [PATCH v4 10/25] csky: "
` [PATCH v4 11/25] riscv: "
` [PATCH v4 12/25] arm64: "
` [PATCH v4 13/25] parisc: "
` [PATCH v4 14/25] xen/x86: "
` [PATCH v4 15/25] powerpc: "
` [PATCH v4 16/25] m68k: Switch to new sys-off handler API
` [PATCH v4 17/25] sh: Use do_kernel_power_off()
` [PATCH v4 18/25] x86: "
` [PATCH v4 19/25] ia64: "
` [PATCH v4 20/25] mips: "
` [PATCH v4 21/25] nds32: "
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v4 25/25] reboot: Remove pm_power_off_prepare()

[PATCH 1/3] ACPI: PMIC: constify all struct intel_pmic_opregion_data declarations
 2021-11-29  9:37 UTC  (10+ messages)
` [PATCH 2/3] ACPI: PMIC: allow drivers to provide a custom lpat_raw_to_temp() function
` [PATCH 3/3] ACPI: PMIC: xpower: Fix _TMP ACPI errors

[bug report] mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe
 2021-11-29  8:38 UTC 

[PATCH v3] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-29  6:52 UTC  (2+ messages)

[PATCH v2] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-29  1:33 UTC  (5+ messages)

[PATCH v2 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2021-11-28 19:46 UTC  (17+ messages)
` [PATCH v2 10/20] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH v2 14/20] mfd: intel_soc_pmic_chtwc: Add intel_cht_wc_get_model() helper function
` [PATCH v2 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v2 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()

[PATCH v3 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2021-11-28 18:18 UTC  (21+ messages)
` [PATCH v3 01/20] power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
` [PATCH v3 02/20] power: supply: bq25890: Rename IILIM field to IINLIM
` [PATCH v3 03/20] power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low temperatures
` [PATCH v3 04/20] power: supply: bq25890: Add a bq25890_rw_init_data() helper
` [PATCH v3 05/20] power: supply: bq25890: Add support to skip reset at probe() / remove()
` [PATCH v3 06/20] power: supply: bq25890: Add support to read back the settings from the chip
` [PATCH v3 07/20] power: supply: bq25890: Enable charging on boards where we skip reset
` [PATCH v3 08/20] power: supply: bq25890: Drop dev->platform_data == NULL check
` [PATCH v3 09/20] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH v3 10/20] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH v3 11/20] power: supply: bq25890: On the bq25892 set the IINLIM based on external charger detection
` [PATCH v3 12/20] power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol
` [PATCH v3 13/20] power: supply: bq25890: Use the devm_regmap_field_bulk_alloc() helper
` [PATCH v3 14/20] mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmic
` [PATCH v3 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v3 16/20] extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field
` [PATCH v3 17/20] extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors
` [PATCH v3 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()
` [PATCH v3 19/20] extcon: intel-cht-wc: Add support for registering a power_supply class-device
` [PATCH v3 20/20] extcon: intel-cht-wc: Report RID_A for ACA adapters

[PATCH v2 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt line as unused
 2021-11-27 21:49 UTC  (13+ messages)
` [PATCH v2 2/3] pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
` [PATCH v2 3/3] pinctrl: cherryview: Ignore INT33FF UID 5 ACPI device

[PATCH] ACPICA: fix swap.cocci warning
 2021-11-27 11:36 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 7975c7f139bb692861600c15d89034a24e467aa9
 2021-11-27  7:58 UTC 

[GIT PULL] ACPI fixes for v5.16-rc3
 2021-11-26 20:40 UTC  (2+ messages)

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2021-11-26  7:04 UTC 

[PATCH] gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
 2021-11-25 21:39 UTC  (2+ messages)

[PATCH] gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
 2021-11-25 20:35 UTC  (5+ messages)

[PATCH v5 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-25 15:01 UTC  (3+ messages)
` [PATCH v5 05/11] clk: Introduce clk-tps68470 driver
    ` 

[rafael-pm:bleeding-edge] BUILD SUCCESS 9be6a635aefb6c24bd82b95d7705fb5d83a5195b
 2021-11-25 13:32 UTC 

[PATCH v4 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
 2021-11-25 11:04 UTC  (2+ messages)
` [PATCH v4 3/7] ACPI: APD: Add a fmw property clk-name

[PATCH] device property: Add fwnode_iomap()
 2021-11-25 10:51 UTC  (3+ messages)

[PATCH] ACPI / EC: Mark the ec_sys write_support param as module_param_hw()
 2021-11-25 10:36 UTC 

[PATCH v2 0/7] ACPI: acpi_device_override_status() changes
 2021-11-25  9:51 UTC  (7+ messages)
` [PATCH v2 6/7] mmc: sdhci-acpi: Remove special handling for GPD win/pocket devices
` [PATCH v2 7/7] mmc: sdhci-acpi: Use the new soc_intel_is_byt() helper

[PATCH v3 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
 2021-11-25  6:20 UTC  (2+ messages)
` [PATCH v3 3/7] ACPI: APD: Add a fmw property clk-name

[PATCH v2] x86: Skip WBINVD instruction for VM guest
 2021-11-25  0:40 UTC  (2+ messages)

[PATCH] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-25  0:32 UTC  (5+ messages)

[PATCH v3 00/11] Add support for Legion 7 16ACHg6 laptop
 2021-11-24 17:36 UTC  (9+ messages)
` [PATCH 04/11] ASoC: cs35l41: Create function for init array of Supplies
` [PATCH 11/11] ACPI / scan: Create platform device for CLSA0100 ACPI nodes
` (subset) [PATCH v3 00/11] Add support for Legion 7 16ACHg6 laptop

[PATCH] ACPI: processor idle: fix swap.cocci warning
 2021-11-24 16:48 UTC  (2+ messages)

[PATCH] ACPI: DPTF: Update device ID information under comment
 2021-11-24 16:41 UTC  (2+ messages)

[PATCH] ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
 2021-11-24  7:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/10] ACPI: EC: Two fixes and cleanups
 2021-11-23 18:37 UTC  (3+ messages)
` [PATCH 01/10] ACPI: EC: Rework flushing of EC work while suspended to idle
` [PATCH 02/10] ACPI: EC: Call advance_transaction() from acpi_ec_dispatch_gpe()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).