linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 18:03:20 to 2020-04-27 18:31:23 UTC [more...]

[PATCH v2 1/8] iio: light: cm32181: Add some extra register defines
 2020-04-27 18:31 UTC  (10+ messages)
` [PATCH v2 2/8] iio: light: cm32181: Add support for the CM3218
` [PATCH v2 3/8] iio: light: cm32181: Handle ACPI instantiating a cm32181 client on the SMBus ARA
` [PATCH v2 4/8] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH v2 5/8] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH v2 6/8] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH v2 7/8] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH v2 8/8] iio: light: cm32181: Fix integartion time typo

[PATCH 0/2] ACPI / scan: Create platform device for CPLM3218 ACPI nodes
 2020-04-27 18:29 UTC  (11+ messages)
` [PATCH 1/2] platform/x86: i2c-multi-instantiate: Add flag for passing fwnode
` [PATCH 2/2] ACPI / scan: Create platform device for CPLM3218 ACPI nodes

[PATCH 1/8] iio: light: cm32181: Add some extra register defines
 2020-04-27 15:31 UTC  (13+ messages)
` [PATCH 2/8] iio: light: cm32181: Add support for the CM3218
` [PATCH 3/8] iio: light: cm32181: Handle ACPI instantiating a cm32181 client on the SMBus ARA
` [PATCH 4/8] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH 5/8] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH 6/8] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH 7/8] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH 8/8] iio: light: cm32181: Fix integartion time typo

[net-next PATCH v2 0/3] Introduce new APIs to support phylink and phy layers
 2020-04-27 14:56 UTC  (11+ messages)
` [net-next PATCH v2 1/3] device property: Introduce phy related fwnode functions
` [net-next PATCH v2 2/3] net: phy: alphabetically sort header includes
` [net-next PATCH v2 3/3] phylink: Introduce phylink_fwnode_phy_connect()

[RFC 0/8] Stop monitoring disabled devices
 2020-04-27 14:20 UTC  (44+ messages)
` [RFC 1/8] thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() ops
` [RFC 2/8] thermal: Properly handle mode values in .set_mode()
` [RFC 3/8] thermal: Store thermal mode in a dedicated enum
` [RFC 7/8] thermal: of: Monitor thermal zone after enabling it
  ` [RFC v2 0/9] Stop monitoring disabled devices
    ` [RFC v2 1/9] thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() ops
    ` [RFC v2 3/9] thermal: Properly handle mode values in .set_mode()
    ` [RFC v2 4/9] thermal: core: Let thermal zone device's mode be stored in its struct
    ` [RFC v2 5/9] thermal: Store mode in thermal_zone_device
        ` [RFC v3 0/2] Stop monitoring disabled devices
          ` [RFC v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
                ` [PATCH 0/2] Stop monitoring disabled devices
                  ` [PATCH 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
                  ` [PATCH 2/2] thermal: core: Stop polling DISABLED thermal devices
                  ` [PATCH RESEND 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
                      ` [PATCH v3 0/2] Stop monitoring disabled devices
                        ` [PATCH v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
                        ` [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices
          ` [RFC "

[PATCH] efi: cper: Add support for printing Firmware Error Record Reference
 2020-04-27  8:52 UTC 

[PATCH] ACPI: PM: Output correct message on target power state
 2020-04-26 16:37 UTC  (2+ messages)

[PATCH -next] ACPI / CPPC: Make some symbols static
 2020-04-26 16:31 UTC  (2+ messages)

[PATCH] ACPI: processor: allowing probing on platforms with one ACPI C-state
 2020-04-26 16:28 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS cd227cc5ff829b628f48df3e6b18fc59349c4f9c
 2020-04-26  1:27 UTC 

Firmware bug: ACPI interrupt gets disabled after resume from ram when triggered by #PME
 2020-04-25 21:08 UTC 

[GIT PULL] ACPI fixes for v5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] PNP subsystem update for v5.7-rc2
 2020-04-24 20:50 UTC  (2+ messages)

[PATCH v4] platform: x86: Add ACPI driver for ChromeOS
 2020-04-24 14:43 UTC  (3+ messages)

[net-next PATCH v1 0/2] Introduce new APIs to support phylink and phy layers
 2020-04-24 13:41 UTC  (10+ messages)
` [net-next PATCH v1 1/2] device property: Introduce fwnode_phy_find_device()
` [net-next PATCH v1 2/2] phylink: introduce phylink_fwnode_phy_connect()

[PATCH 0/7] PM: sleep: core: Rearrange the handling of driver power management flags
 2020-04-23 17:07 UTC  (22+ messages)
` [PATCH 6/7] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
` [PATCH v2 0/9] PM: sleep: core: Rearrange the handling of driver power management flags
  ` [PATCH v2 1/9] PM: sleep: core: Simplify the SMART_SUSPEND flag handling
  ` [PATCH v2 2/9] PM: sleep: core: Fold functions into their callers
  ` [PATCH v2 3/9] PM: sleep: core: Do not skip callbacks in the resume phase
  ` [PATCH v2 4/9] PM: sleep: core: Rework the power.may_skip_resume handling
  ` [PATCH v2 5/9] PM: sleep: core: Rename dev_pm_may_skip_resume()
  ` [PATCH v2 6/9] PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
  ` [PATCH v2 7/9] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
  ` [PATCH v2 8/9] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
  ` [PATCH v2 9/9] Documentation: PM: sleep: Update driver flags documentation

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-04-23 11:09 UTC  (12+ messages)
      ` [EXT] "

[PATCH] pnp: Use list_for_each_entry() instead of open coding
 2020-04-22  9:48 UTC  (2+ messages)

[RESEND PATCH v7 0/6] ACPI / APEI: Add support to notify non-fatal HW errors
 2020-04-21 15:18 UTC  (11+ messages)
  ` [RESEND PATCH v7 1/6] ACPI / APEI: Add support to queuing up the non-fatal HW errors and notify
  ` [RESEND PATCH v7 2/6] ACPI / APEI: Add callback for memory errors to the GHES notifier
  ` [RESEND PATCH v7 3/6] ACPI / APEI: Add callback for AER "
  ` [RESEND PATCH v7 4/6] ACPI / APEI: Add callback for ARM HW errors "
  ` [RESEND PATCH v7 5/6] ACPI / APEI: Add callback for non-standard "
  ` [RESEND PATCH v7 6/6] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH v6 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-04-21 13:18 UTC  (5+ messages)
  ` [PATCH v6 1/2] "

[RFC net-next PATCH v2 0/2] ACPI support for xgmac_mdio and dpaa2-mac drivers
 2020-04-20 15:44 UTC  (12+ messages)
` [RFC net-next PATCH v2 1/2] net/fsl: add ACPI support for mdio bus
` [RFC net-next PATCH v2 2/2] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[GIT PULL] immutable branch for properties
 2020-04-20 15:30 UTC 

[PATCH] acpi: arm64/iort: Ensure DMA mask does not exceed device limit
 2020-04-20 11:42 UTC  (4+ messages)

[PATCH v2] ACPI/IORT: take _DMA methods into account for named components
 2020-04-20  9:27 UTC 

[PATCH] ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk
 2020-04-19 15:16 UTC 

[PATCH v1 0/6] platform/x86: intel_cht_int33fe: clean up series
 2020-04-19  8:50 UTC  (6+ messages)

[PATCH v2] ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable
 2020-04-18 19:39 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 06/78] acpi/nfit: improve bounds checking for 'func'
 2020-04-18 14:39 UTC 

[PATCH AUTOSEL 5.5 06/75] acpi/nfit: improve bounds checking for 'func'
 2020-04-18 14:08 UTC 

[PATCH AUTOSEL 5.6 06/73] acpi/nfit: improve bounds checking for 'func'
 2020-04-18 13:47 UTC 

regression 5.6.4->5.6.5 at drivers/acpi/ec.c
 2020-04-18  8:09 UTC  (7+ messages)

[PATCH] pinctrl: cherryview: Add quirk with custom translation of ACPI GPIO numbers
 2020-04-18  0:55 UTC  (11+ messages)

[PATCH 0/1 resend] gpiolib: acpi: Add missing __init(const) markers to initcall-s
 2020-04-16  7:34 UTC  (3+ messages)
` [PATCH "

[PATCH] ACPICA: make acpi_protocol_lengths static
 2020-04-15 16:09 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 087/129] x86: ACPI: fix CPU hotplug deadlock
 2020-04-15 11:34 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 094/129] ACPI: Update Tiger Lake ACPI device IDs
` [PATCH AUTOSEL 5.6 101/129] ACPICA: Fixes for acpiExec namespace init file
` [PATCH AUTOSEL 5.6 125/129] acpi/nfit: improve bounds checking for 'func'

[PATCH AUTOSEL 5.5 075/106] x86: ACPI: fix CPU hotplug deadlock
 2020-04-15 11:42 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 084/106] ACPICA: Fixes for acpiExec namespace init file
` [PATCH AUTOSEL 5.5 103/106] acpi/nfit: improve bounds checking for 'func'

[PATCH AUTOSEL 5.4 58/84] x86: ACPI: fix CPU hotplug deadlock
 2020-04-15 11:44 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 65/84] ACPICA: Fixes for acpiExec namespace init file
` [PATCH AUTOSEL 5.4 82/84] acpi/nfit: improve bounds checking for 'func'

[PATCH AUTOSEL 4.14 21/30] x86: ACPI: fix CPU hotplug deadlock
 2020-04-15 11:47 UTC 

[PATCH AUTOSEL 4.19 26/40] x86: ACPI: fix CPU hotplug deadlock
 2020-04-15 11:46 UTC 

[PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
 2020-04-15  5:59 UTC  (2+ messages)

[PATCH] ACPICA: Use ARRAY_SIZE instead of hardcoded siz
 2020-04-15  3:13 UTC  (3+ messages)


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 NNTP newsgroup(s).