X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2020-02-11 13:25:49 to 2020-03-02 14:38:03 UTC [more...]

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

[PATCH v3 0/5] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-03-02 12:54 UTC  (8+ messages)
` [PATCH v3 1/5] platform/x86: intel_pmc_core: fix: Relocate pmc_core_slps0_display() and pmc_core_lpm_display() to outside of CONFIG_DEBUG_FS
` [PATCH v3 2/5] platform/x86: intel_pmc_core: fix: Remove the duplicate if() to create debugfs entry for substate_live_status_registers
` [PATCH v3 3/5] platform/x86: intel_pmc_core: fix: Add slp_s0_offset attribute back to tgl_reg_map
` [PATCH v3 4/5] platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
` [PATCH v3 5/5] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-29 22:47 UTC  (23+ messages)
` [PATCH v3 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v3 4/7] x86/mm: Introduce _set_memory_prot()
` [PATCH v3 5/7] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH v2 0/4] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-02-28 17:33 UTC  (7+ messages)
` [PATCH v2 1/4] platform/x86: intel_pmc_core: fix: Relocate pmc_core_slps0_display() and pmc_core_lpm_display() to outside of CONFIG_DEBUG_FS
` [PATCH v2 2/4] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states
` [PATCH v2 3/4] platform/x86: intel_pmc_core: fix: Remove the duplicate if() to create debugfs entry for substate_live_status_registers
` [PATCH v2 4/4] platform/x86: intel_pmc_core: fix: Add slp_s0_offset attribute back to tgl_reg_map

[PATCH] platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-array member
 2020-02-27 19:40 UTC  (4+ messages)

[PATCH v1 0/4] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-02-27 15:52 UTC  (8+ messages)
` [PATCH v1 1/4] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states
` [PATCH v1 2/4] platform/x86: intel_pmc_core: fix: Relocate pmc_core_slps0_display() and pmc_core_lpm_display() to outside of CONFIG_DEBUG_FS
` [PATCH v1 3/4] platform/x86: intel_pmc_core: fix: Remove the duplicate if() to create debugfs entry for substate_live_status_registers
` [PATCH v1 4/4] platform/x86: intel_pmc_core: fix: Add slp_s0_offset attribute back to tgl_reg_map

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

[PATCH -next] platform/x86: intel_pmc_core: fix build error without CONFIG_DEBUG_FS
 2020-02-26  8:33 UTC  (5+ messages)

[PATCH v3 0/2] SME EFI table updates/fixes
 2020-02-25 20:38 UTC  (4+ messages)
` [PATCH v3 1/2] x86/efi: Add TPM related EFI tables to unencrypted mapping checks
` [PATCH v3 2/2] x86/efi: Add RNG seed EFI table to unencrypted mapping check

[PATCH v2] x86/efi: Add additional efi tables for unencrypted mapping checks
 2020-02-25 19:35 UTC  (9+ messages)

[PATCH] x86/efi: Add additional efi tables for unencrypted mapping checks
 2020-02-25 17:40 UTC  (3+ messages)

mmotm 2020-02-24-19-53 uploaded (drivers/platform/x86/intel_pmc_core.c)
 2020-02-25 16:41 UTC 

[PATCH v2] platform/x86: asus-wmi: Support laptops where the first battery is named BATT
 2020-02-25  9:55 UTC  (7+ messages)

[PATCH] platform/x86: asus-wmi: Support laptops where the first battery is named BATT
 2020-02-24  1:10 UTC  (3+ messages)

[PATCH] thinkpad_acpi: Add sysfs entry for lcdshadow feature
 2020-02-21 12:45 UTC  (9+ messages)
  ` [External] "

[PATCH 0/2] arm64: Support to find mirrored memory ranges
 2020-02-20  9:21 UTC  (4+ messages)
` [PATCH 1/2] efi: allow EFI_FAKE_MEMMAP on arm64 platform
` [PATCH 2/2] arm64/efi: support to find mirrored memory ranges

[REPOST][PATCH 0/2] x86/platform: intel-uncore-frequnecy bug fixes
 2020-02-18  2:28 UTC  (3+ messages)
` [REPOST][PATCH 1/2] platform/x86/intel-uncore-freq: Fix static checker issue and potential race condition
` [REPOST][PATCH 2/2] platform/x86/intel-uncore-freq: Add release callback

[PATCH] platform/x86: Kconfig: Fix a typo
 2020-02-16 10:34 UTC 

[PATCH AUTOSEL 4.4 008/100] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:22 UTC 

[PATCH AUTOSEL 4.9 016/141] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:19 UTC 

[PATCH AUTOSEL 4.14 023/186] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:16 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 113/186] efi/x86: Don't panic or BUG() on non-critical error conditions
` [PATCH AUTOSEL 4.14 153/186] platform/x86: intel_mid_powerbtn: Take a copy of ddata

[PATCH AUTOSEL 4.19 024/252] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 150/252] efi/x86: Don't panic or BUG() on non-critical error conditions
` [PATCH AUTOSEL 4.19 206/252] platform/x86: intel_mid_powerbtn: Take a copy of ddata

[PATCH AUTOSEL 5.4 055/459] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 279/459] efi/x86: Don't panic or BUG() on non-critical error conditions
` [PATCH AUTOSEL 5.4 375/459] platform/x86: intel_mid_powerbtn: Take a copy of ddata

[PATCH AUTOSEL 5.5 063/542] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 15:47 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 320/542] efi/x86: Don't panic or BUG() on non-critical error conditions
` [PATCH AUTOSEL 5.5 437/542] platform/x86: intel_mid_powerbtn: Take a copy of ddata

[PATCH] thinkpad_acpi: Add sysfs entry for lcdshadow feature
 2020-02-13  6:42 UTC 

linux-next: Tree for Feb 11 (drivers/platform/x86/intel_pmc_core.c)
 2020-02-12 14:23 UTC  (2+ messages)

[PATCH v5 00/18] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-02-12 12:45 UTC  (37+ messages)
` [PATCH v5 01/18] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH v5 02/18] platform/x86: intel_scu_ipc: Log more information if SCU IPC command fails
` [PATCH v5 03/18] platform/x86: intel_scu_ipc: Introduce new SCU IPC API
` [PATCH v5 04/18] platform/x86: intel_mid_powerbtn: Convert to use "
` [PATCH v5 05/18] watchdog: intel-mid_wdt: "
` [PATCH v5 06/18] platform/x86: intel_scu_ipcutil: "
` [PATCH v5 07/18] platform/x86: intel_scu_ipc: Add managed function to register SCU IPC
` [PATCH v5 08/18] platform/x86: intel_pmc_ipc: Start using "
` [PATCH v5 09/18] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH v5 10/18] mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
` [PATCH v5 11/18] mfd: intel_soc_pmic_mrfld: "
` [PATCH v5 12/18] platform/x86: intel_telemetry: "
` [PATCH v5 13/18] platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
` [PATCH v5 14/18] x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
` [PATCH v5 15/18] platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
` [PATCH v5 16/18] platform/x86: intel_telemetry: Add telemetry_get_pltdata()
` [PATCH v5 17/18] platform/x86: intel_pmc_ipc: Convert to MFD
` [PATCH v5 18/18] MAINTAINERS: Update entry for Intel Broxton PMC driver


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