X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2020-04-11 23:01:31 to 2020-04-28 17:29:23 UTC [more...]

[PATCH v3 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-04-28 17:29 UTC  (11+ messages)
` [PATCH v3 02/11] iio: light: cm32181: Add support for ACPI enumeration
  ` [PATCH v3 03/11] iio: light: cm32181: Add some extra register defines
` [PATCH v3 04/11] iio: light: cm32181: Add support for the CM3218
` [PATCH v3 05/11] iio: light: cm32181: Clean up the probe function a bit
` [PATCH v3 06/11] iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resources
` [PATCH v3 07/11] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH v3 08/11] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH v3 09/11] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH v3 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH v3 11/11] iio: light: cm32181: Fix integartion time typo

[PATCH v2 0/4] support watchdog with longer timeout period
 2020-04-28 15:36 UTC  (6+ messages)
  ` [PATCH v2 1/4] platform_data/mlxreg: support new watchdog type "
  ` [PATCH v2 2/4] platform/x86: mlx-platform: support new watchdog type with longer timeout
  ` [PATCH v2 3/4] watchdog: mlx-wdt: support new watchdog type with longer timeout period
  ` [PATCH v2 4/4] docs: watchdog: mlx-wdt: Add description of new watchdog type 3

[RFC 0/8] Stop monitoring disabled devices
 2020-04-28 13:55 UTC  (51+ messages)
  ` [RFC v2 0/9] "
    ` [RFC v2 1/9] thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() ops
    ` [RFC v2 2/9] thermal: Eliminate an always-false condition
    ` [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 "
    ` [RFC v2 6/9] thermal: Remove get_mode() method
    ` [RFC v2 7/9] thermal: core: Monitor thermal zone after mode change
    ` [RFC v2 8/9] thermal: of: Monitor thermal zone after enabling it
    ` [RFC v2 9/9] thermal: core: Stop polling DISABLED thermal devices
  ` [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

[PATCH v1 0/4] support watchdog with longer timeout period
 2020-04-28 13:06 UTC  (10+ messages)
  ` [PATCH v1 1/4] platform_data/mlxreg: support new watchdog type "
  ` [PATCH v1 2/4] platform/x86: mlx-platform: support new watchdog type with longer timeout
  ` [PATCH v1 3/4] watchdog: mlx-wdt: support new watchdog type with longer timeout period
  ` [PATCH v1 4/4] Documentation/watchdog: Add description of new watchdog type 3

[PATCH v3 0/1] platform/x86: Add Slim Bootloader firmware update support
 2020-04-27 23:15 UTC  (2+ messages)
` [PATCH v3 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver

[PATCH v2 0/1] platform/x86: Add Slim Bootloader firmware update support
 2020-04-27 19:57 UTC  (5+ messages)
` [PATCH v2 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver

[PATCH v4] thinkpad_acpi: Add support for dual fan control on select models
 2020-04-27 18:41 UTC  (4+ messages)

[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 7/8] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH 6/8] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH 8/8] iio: light: cm32181: Fix integartion time typo

[PATCH 0/2] platform: convert to use new I2C API
 2020-04-26  8:57 UTC  (6+ messages)
` [PATCH 2/2] platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()

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

[PATCH AUTOSEL 5.6 18/38] efi/x86: Don't remap text<->rodata gap read-only for mixed mode
 2020-04-24 12:22 UTC 

[PATCH v9 00/20] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-04-24 10:24 UTC  (25+ messages)
` [PATCH v9 01/20] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH v9 02/20] platform/x86: intel_scu_ipc: Log more information if SCU IPC command fails
` [PATCH v9 03/20] platform/x86: intel_scu_ipc: Move legacy SCU IPC API to a separate header
` [PATCH v9 04/20] platform/x86: intel_scu_ipc: Introduce new SCU IPC API
` [PATCH v9 05/20] platform/x86: intel_mid_powerbtn: Convert to use "
` [PATCH v9 06/20] watchdog: intel-mid_wdt: "
` [PATCH v9 07/20] platform/x86: intel_scu_ipcutil: "
` [PATCH v9 08/20] platform/x86: intel_scu_ipc: Add managed function to register SCU IPC
` [PATCH v9 09/20] platform/x86: intel_pmc_ipc: Start using "
` [PATCH v9 10/20] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH v9 11/20] mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
` [PATCH v9 12/20] mfd: intel_soc_pmic_mrfld: "
` [PATCH v9 13/20] platform/x86: intel_telemetry: "
` [PATCH v9 14/20] usb: typec: mux: Convert the Intel PMC Mux driver "
` [PATCH v9 15/20] platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
` [PATCH v9 16/20] x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
` [PATCH v9 17/20] platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
` [PATCH v9 18/20] platform/x86: intel_telemetry: Add telemetry_get_pltdata()
` [PATCH v9 19/20] platform/x86: intel_pmc_ipc: Convert to MFD
` [PATCH v9 20/20] MAINTAINERS: Update entry for Intel Broxton PMC driver
` [GIT PULL] Immutable branch between MFD, X86, USB and Watchdog due for the v5.7 merge window

[PATCH v3] thinkpad_acpi: Add support for dual fan control on select models
 2020-04-23 21:10 UTC 

[PATCH 0/1] platform/x86: Add Slim Bootloader firmware update support
 2020-04-23 10:21 UTC  (5+ messages)
` [PATCH 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver

[PATCH] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-04-22 22:05 UTC 

[PATCH v2] thinkpad_acpi: Add support for dual fan control on select models
 2020-04-22 13:50 UTC  (2+ messages)

[PATCH] intel-speed-select: Fix speed-select-base-freq-properties output on CLX-N
 2020-04-22  0:22 UTC  (5+ messages)

[PATCH] platform/x86: touchscreen_dmi: Add info for the ONDA V891 v5 tablet
 2020-04-21 14:39 UTC  (5+ messages)

[PATCH v2] platform/x86: intel_int0002_vgpio: Only bind to the INT0002 dev when using s2idle
 2020-04-21 13:18 UTC  (6+ messages)

[PATCH] platform/x86: surface3_power: i2c_acpi_new_device() returns a PTR_ERR
 2020-04-21  7:40 UTC  (3+ messages)

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

[PATCH] platform/x86: surface3_power: Fix a NULL vs IS_ERR() check in probe
 2020-04-17 13:40 UTC  (2+ messages)

[PATCH -next] platform/x86: wmi: Make two functions static
 2020-04-17 13:40 UTC  (2+ messages)

[PATCH] thinkpad_acpi: Add support for dual fan control on select models
 2020-04-17 13:30 UTC 

[PATCH] platform/x86: touchscreen_dmi: Add info for the MP-man MPWIN895CL tablet
 2020-04-17 13:30 UTC  (2+ messages)

[PATCH] platform/x86: intel_int0002_vgpio: Only bind to the INT0002 dev when using s2idle
 2020-04-16 21:54 UTC  (7+ messages)

[PATCH] tools/power/x86/intel-speed-select: Fix CLX-N package information output
 2020-04-15 16:59 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 065/129] platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID
 2020-04-15 11:33 UTC 

[PATCH AUTOSEL 5.4 011/108] platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
 2020-04-11 23:08 UTC 

[PATCH AUTOSEL 5.5 011/121] tools/power/x86/intel-speed-select: Fix mailbox usage for CLOS_PM_QOS_CONFIG
 2020-04-11 23:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 012/121] platform/x86: asus_wmi: Fix return value of fan_boost_mode_store

[PATCH AUTOSEL 5.6 014/149] platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
 2020-04-11 23:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 044/149] platform/x86/intel-uncore-freq: Fix static checker issue and potential race condition


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox