linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-28 00:36:08 to 2020-09-04 18:10:31 UTC [more...]

[PATCH] pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs
 2020-09-04 18:09 UTC  (5+ messages)

[PATCH 0/6] ACPICA / ACPI: OSL: Rework GPE registers access code
 2020-09-04 17:25 UTC  (7+ messages)
` [PATCH 1/6] ACPICA: Validate GPE blocks at init time
` [PATCH 2/6] ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()
` [PATCH 3/6] ACPICA: Introduce special struct type for GPE register addresses
` [PATCH 4/6] ACPICA: Add support for using logical addresses of GPE blocks
` [PATCH 5/6] ACPI: OSL: Change the type of acpi_os_map_generic_address() return value
` [PATCH 6/6] ACPI: OSL: Make ACPICA use logical addresses of GPE blocks

[PATCH] PCI/ACPI: Suppress missing MCFG message
 2020-09-04 17:08 UTC 

[PATCH 00/23] gpio: mockup: support dynamically created and removed chips
 2020-09-04 17:00 UTC  (38+ messages)
` [PATCH 01/23] lib: cmdline: export next_arg()
` [PATCH 02/23] lib: string_helpers: provide kfree_strarray()
` [PATCH 03/23] lib: uaccess: provide getline_from_user()
` [PATCH 04/23] gpiolib: generalize devprop_gpiochip_set_names() for device properties
` [PATCH 05/23] gpiolib: unexport devprop_gpiochip_set_names()
` [PATCH 06/23] gpiolib: switch to simpler IDA interface
` [PATCH 07/23] gpio: mockup: drop unneeded includes
` [PATCH 08/23] gpio: mockup: use pr_fmt()
` [PATCH 09/23] gpio: mockup: use KBUILD_MODNAME
` [PATCH 10/23] gpio: mockup: fix resource leak in error path
` [PATCH 11/23] gpio: mockup: remove the limit on number of dummy chips
` [PATCH 12/23] gpio: mockup: define a constant for chip label size
` [PATCH 13/23] gpio: mockup: pass the chip label as device property
` [PATCH 14/23] gpio: mockup: use the generic 'gpio-line-names' property
` [PATCH 15/23] gpio: mockup: use dynamic device IDs
` [PATCH 16/23] gpio: mockup: refactor the module init function
` [PATCH 17/23] gpio: mockup: rename and move around debugfs callbacks
` [PATCH 18/23] gpio: mockup: require debugfs to build
` [PATCH 19/23] gpio: mockup: add a symlink for the per-chip debugfs directory
` [PATCH 20/23] gpio: mockup: add a lock for dummy device list
` [PATCH 21/23] gpio: mockup: provide a way to delete dummy chips
` [PATCH 22/23] gpio: mockup: provide a way to create new "
` [PATCH 23/23] Documentation: gpio: add documentation for gpio-mockup

[PATCH 0/4] Remove struct device_connection
 2020-09-04 12:51 UTC  (5+ messages)
` [PATCH 1/4] device connection: Remove device_connection_find()
` [PATCH 2/4] device connection: Remove device_connection_add()
` [PATCH 3/4] device connection: Remove struct device_connection
` [PATCH 4/4] device property: Move fwnode_connection_find_match() under drivers/base/property.c

[PATCH v9 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-09-03 11:12 UTC  (21+ messages)
` [PATCH v9 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v9 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v9 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v9 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v9 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v9 06/17] pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
` [PATCH v9 07/17] pwm: lpss: Remove suspend/resume handlers
` [PATCH v9 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v9 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v9 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v9 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v9 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v9 13/17] pwm: crc: Implement get_state() method
` [PATCH v9 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v9 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v9 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v9 17/17] drm/i915: panel: Use atomic PWM API "

[PATCH v10 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-09-03 13:09 UTC  (22+ messages)
` [PATCH v10 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v10 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v10 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v10 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v10 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v10 06/17] pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
` [PATCH v10 07/17] pwm: lpss: Remove suspend/resume handlers
` [PATCH v10 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v10 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v10 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v10 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v10 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v10 13/17] pwm: crc: Implement get_state() method
` [PATCH v10 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v10 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v10 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v10 17/17] drm/i915: panel: Use atomic PWM API "

[PATCH v15 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 12:34 UTC  (3+ messages)
` [PATCH v15 1/2] ACPI / APEI: Add a notifier chain for unknown (vendor) CPER records
` [PATCH v15 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-03 12:33 UTC  (2+ messages)

[RESEND PATCH v14 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 11:01 UTC  (6+ messages)
` [RESEND PATCH v14 1/2] ACPI / APEI: Add a notifier chain for unknown (vendor) CPER records
` [RESEND PATCH v14 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH 00/19] thunderbolt: Power Management improvements
 2020-09-03  9:15 UTC  (2+ messages)

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-03  8:15 UTC  (7+ messages)
` [PATCH v8 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v8 2/6] Documentation: ACPI: Document i2c-allow-low-power-probe _DSD property
` [PATCH v8 3/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v8 4/6] ov5670: Support probe whilst the device is in a "
` [PATCH v8 5/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v8 6/6] at24: Support probing while off

[PATCH v2 0/2] Decode raw MSR values of MCA registers in BERT
 2020-09-03  6:33 UTC  (7+ messages)
` [PATCH v2 1/2] cper, apei, mce: Pass x86 CPER through the MCA handling chain
` [PATCH v2 2/2] x86/mce/dev-mcelog: Fix updating kflags in AMD systems

[PATCH v7 0/6] Support running driver's probe for a device powered off
 2020-09-02 19:59 UTC  (11+ messages)
` [PATCH v7 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v7 2/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v7 3/6] ov5670: Support probe whilst the device is in a "
` [PATCH v7 4/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v7 5/6] at24: Support probing while off
` [PATCH v7 6/6] Documentation: ACPI: Document allow-low-power-probe _DSD property

[PATCH v2 0/2] ACPI/IORT: Code cleanups
 2020-09-02 11:55 UTC  (6+ messages)

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-09-02 11:48 UTC  (6+ messages)

[pm:bleeding-edge] BUILD SUCCESS 7eada1ae101b2de8a32fb7125db0162b00965d48
 2020-09-02  7:21 UTC 

[PATCH v6 0/6] Support running driver's probe for a device powered off
 2020-09-01 20:28 UTC  (12+ messages)
` [PATCH v6 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v6 6/6] Documentation: ACPI: Document allow-low-power-probe _DSD property

[PATCH 1/1] RAS: Add CPU Correctable Error Collector to isolate an erroneous CPU core
 2020-09-01 18:51 UTC  (4+ messages)

[PATCH v8 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-09-01  8:09 UTC  (38+ messages)
` [PATCH v8 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v8 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v8 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v8 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v8 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v8 06/17] pwm: lpss: Use pwm_lpss_restore() when restoring state on resume
` [PATCH v8 07/17] pwm: lpss: Always update state and set update bit
` [PATCH v8 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v8 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v8 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v8 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v8 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v8 13/17] pwm: crc: Implement get_state() method
` [PATCH v8 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v8 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v8 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v8 17/17] drm/i915: panel: Use atomic PWM API "

[PATCH -next] ACPI: Remove unused inline functions
 2020-09-01  6:47 UTC 

[pm:bleeding-edge] BUILD SUCCESS 13f46f822831fb135644e4d61137fd4d53c9c0ad
 2020-09-01  6:28 UTC 

[PATCH v2] ACPI / APEI: do memory failure on the physical address reported by ARM processor error section
 2020-08-31  1:28 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v5.9-rc3
 2020-08-28 20:29 UTC  (2+ messages)

[GIT PULL] Device properties framework fix for v5.9-rc3
 2020-08-28 20:29 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS dc37b29f6d3007e72ff3de80fcbeeed75843cfed
 2020-08-28  0:36 UTC 


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).