messages from 2019-12-13 09:34:37 to 2020-01-08 16:47:16 UTC [more...]
[PATCH v2 00/36] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
2020-01-08 16:47 UTC (56+ messages)
` [PATCH v2 01/36] platform/x86: intel_mid_powerbtn: Take a copy of ddata
` [PATCH v2 02/36] platform/x86: intel_scu_ipcutil: Remove default y from Kconfig
` [PATCH v2 03/36] platform/x86: intel_scu_ipc: Add constants for register offsets
` [PATCH v2 04/36] platform/x86: intel_scu_ipc: Remove Lincroft support
` [PATCH v2 05/36] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()
` [PATCH v2 06/36] platform/x86: intel_scu_ipc: Fix interrupt support
` [PATCH v2 07/36] platform/x86: intel_scu_ipc: Sleeping is fine when polling
` [PATCH v2 08/36] platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()
` [PATCH v2 09/36] platform/x86: intel_scu_ipc: Drop unused macros
` [PATCH v2 10/36] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()
` [PATCH v2 11/36] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()
` [PATCH v2 12/36] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH v2 13/36] platform/x86: intel_scu_ipc: Reformat kernel-doc comments of exported functions
` [PATCH v2 14/36] platform/x86: intel_scu_ipc: Introduce new SCU IPC API
` [PATCH v2 15/36] platform/x86: intel_mid_powerbtn: Convert to use "
` [PATCH v2 16/36] watchdog: intel-mid_wdt: "
` [PATCH v2 17/36] platform/x86: intel_scu_ipcutil: "
` [PATCH v2 18/36] platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() static
` [PATCH v2 19/36] platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() static
` [PATCH v2 20/36] platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() static
` [PATCH v2 21/36] platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()
` [PATCH v2 22/36] platform/x86: intel_pmc_ipc: Drop ipc_data_readb()
` [PATCH v2 23/36] platform/x86: intel_pmc_ipc: Get rid of unnecessary includes
` [PATCH v2 24/36] platform/x86: intel_scu_ipc: Add function to remove SCU IPC
` [PATCH v2 25/36] platform/x86: intel_pmc_ipc: Start using "
` [PATCH v2 26/36] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH v2 27/36] mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
` [PATCH v2 28/36] mfd: intel_soc_pmic_mrfld: "
` [PATCH v2 29/36] platform/x86: intel_telemetry: "
` [PATCH v2 30/36] platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
` [PATCH v2 31/36] x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
` [PATCH v2 32/36] platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
` [PATCH v2 33/36] platform/x86: intel_pmc_ipc: Use octal permissions in sysfs attributes
` [PATCH v2 34/36] platform/x86: intel_pmc_ipc: Convert to MFD
` [PATCH v2 35/36] mfd: intel_pmc_bxt: Switch to use driver->dev_groups
` [PATCH v2 36/36] MAINTAINERS: Update entry for Intel Broxton PMC driver
[PATCH 1/2] platform/x86: GPD pocket fan: Use default values when wrong modparams are given
2020-01-08 13:05 UTC (5+ messages)
` [PATCH 2/2] platform/x86: GPD pocket fan: Allow somewhat lower/higher temperature limits
[PATCH v2 0/8] Allow setting caching mode in arch_add_memory() for P2PDMA
2020-01-08 12:43 UTC (14+ messages)
` [PATCH v2 1/8] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v2 2/8] mm/memory_hotplug: Rename mhp_restrictions to mhp_modifiers
` [PATCH v2 3/8] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v2 4/8] x86/mm: Introduce _set_memory_prot()
` [PATCH v2 5/8] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v2 6/8] s390/mm: Thread pgprot_t through vmem_add_mapping()
` [PATCH v2 7/8] mm/memory_hotplug: Add pgprot_t to mhp_modifiers
` [PATCH v2 8/8] mm/memremap: Set caching mode for PCI P2PDMA memory to WC
[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
2020-01-06 21:35 UTC (6+ messages)
` [PATCH v10 05/10] test_firmware: add support for firmware_request_platform
[PATCH] platform/x86: intel_pmc_core: update Comet Lake platform driver
2020-01-06 9:57 UTC
[PATCH] platform/x86: touchscreen_dmi: Add info for the PiPO W11 tablet
2020-01-03 15:00 UTC
Dell OptiPlex 7010: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
2020-01-02 11:32 UTC (2+ messages)
[PATCH 00/37] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
2020-01-02 9:50 UTC (47+ messages)
` [PATCH 01/37] platform/x86: intel_mid_powerbtn: Take a copy of ddata
` [PATCH 02/37] platform/x86: intel_scu_ipcutil: Remove default y from Kconfig
` [PATCH 03/37] platform/x86: intel_scu_ipc: Add constants for register offsets
` [PATCH 04/37] platform/x86: intel_scu_ipc: Remove Lincroft support
` [PATCH 05/37] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()
` [PATCH 06/37] platform/x86: intel_scu_ipc: Fix interrupt support
` [PATCH 07/37] platform/x86: intel_scu_ipc: Sleeping is fine when polling
` [PATCH 08/37] platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()
` [PATCH 09/37] platform/x86: intel_scu_ipc: Drop unused macros
` [PATCH 10/37] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()
` [PATCH 11/37] platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()
` [PATCH 12/37] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH 13/37] platform/x86: intel_scu_ipc: Reformat kernel-doc comments of exported functions
` [PATCH 14/37] platform/x86: intel_scu_ipc: Introduce new SCU IPC API
` [PATCH 15/37] platform/x86: intel_mid_powerbtn: Convert to use "
` [PATCH 16/37] watchdog: intel-mid_wdt: "
` [PATCH 17/37] platform/x86: intel_scu_ipcutil: "
` [PATCH 18/37] platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() static
` [PATCH 19/37] platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() static
` [PATCH 20/37] platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() static
` [PATCH 21/37] platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()
` [PATCH 22/37] platform/x86: intel_pmc_ipc: Drop ipc_data_readb()
` [PATCH 23/37] platform/x86: intel_pmc_ipc: Get rid of unnecessary includes
` [PATCH 24/37] platform/x86: intel_scu_ipc: Add function to remove SCU IPC
` [PATCH 25/37] platform/x86: intel_pmc_ipc: Start using "
` [PATCH 26/37] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH 27/37] mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
` [PATCH 28/37] mfd: intel_soc_pmic_mrfld: "
` [PATCH 29/37] platform/x86: intel_telemetry: "
` [PATCH 30/37] platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
` [PATCH 31/37] x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
` [PATCH 32/37] platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
` [PATCH 33/37] platform/x86: intel_pmc_ipc: Move under MFD
` [PATCH 34/37] mfd: intel_pmc_bxt: Convert to use MFD APIs
` [PATCH 35/37] mfd: intel_pmc_bxt: Use octal permissions in sysfs attributes
` [PATCH 36/37] mfd: intel_pmc_bxt: Switch to use driver->dev_groups
` [PATCH 37/37] MAINTAINERS: Update entry for Intel Broxton PMC driver
[PATCH platform-next v1 0/9] platform/x86: Mellanox new system classes and new features
2019-12-31 10:29 UTC (10+ messages)
` [PATCH platform-next v1 1/9] platform/x86: mlx-platform: Add more definitions for system attributes
` [PATCH platform-next v1 2/9] Documentation/ABI: Fix attributes for mlxreg-io sysfs interfaces
` [PATCH platform-next v1 3/9] Documentation/ABI: Add new attribute "
` [PATCH platform-next v1 4/9] platform/x86: mlx-platform: Cosmetic changes
` [PATCH platform-next v1 5/9] platform/x86: mlx-platform: Set system mux configuration based on system type
` [PATCH platform-next v1 6/9] platform/x86: mlx-platform: Add support for new "
` [PATCH platform-next v1 7/9] platform/x86: mlx-platform: Add support for new capability register
` [PATCH platform-next v1 8/9] platform/mellanox: mlxreg-hotplug: "
` [PATCH platform-next v1 9/9] platform/x86: mlx-platform: Add support for next generation systems
[PATCH] platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0
2019-12-31 6:53 UTC (2+ messages)
[PATCH AUTOSEL 4.14 06/57] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
2019-12-27 18:01 UTC
[PATCH AUTOSEL 4.19 10/84] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
2019-12-27 17:42 UTC
[PATCH AUTOSEL 5.4 022/187] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
2019-12-27 17:38 UTC
[PATCH] platform/x86: huawei-wmi: Fix a possible NULL deref
2019-12-27 15:57 UTC (4+ messages)
[PATCH 1/2] platform/x86: Add support for Uncore frequency control
2019-12-23 15:50 UTC (5+ messages)
` [PATCH 2/2] admin guide/pm: Admin guide for Intel Uncore Frequency limits
[PATCH] power: supply: olpc_battery: fix the power supply name
2019-12-21 7:17 UTC
[PATCH v1 1/1] platform/mellanox: fix potential deadlock in the tmfifo driver
2019-12-20 17:04 UTC
[PATCH v3 0/5] drivers: Add Tiger Lake hardware IDs to support ACPI,
2019-12-19 22:14 UTC (11+ messages)
` [PATCH v3 1/5] acpi: dptf: Add new Tiger Lake hardware IDs to support DPTF drivers in ACPI
` [PATCH v3 2/5] acpi: fan: Add new Tiger Lake hardware ID to support fan driver "
` [PATCH v3 3/5] acpi: device_pm: Add new Tiger Lake hardware ID to support ACPI device power management
` [PATCH v3 4/5] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver
` [PATCH v3 5/5] thermal: int340x_thermal: Add new Tiger Lake hardware IDs to support thermal driver
[PATCH] platform/x86: intel-ips: Use the correct style for SPDX License Identifier
2019-12-19 14:30 UTC
[PATCH v1 1/1] platform/mellanox: fix the mlx-bootctl sysfs
2019-12-18 18:36 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY 128 bytes
2019-12-18 15:08 UTC (4+ messages)
[PATCH v2 0/4] drivers: Add Tiger Lake hardware IDs to support acpi,
2019-12-16 17:15 UTC (11+ messages)
` [PATCH v2 1/4] acpi: dptf: Add new Tiger Lake hardware IDs to support DPTF drivers in acpi
` [PATCH v2 2/4] acpi: fan: Add new Tiger Lake hardware ID to support fan driver "
` [PATCH v2 3/4] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver
` [PATCH v2 4/4] thermal: int340x_thermal: Add new Tiger Lake hardware IDs to support thermal driver
[PATCH v6 0/2] platform/x86: asus_wmi: Support of ASUS TUF laptops on Ryzen CPUs
2019-12-15 14:27 UTC (3+ messages)
` [PATCH v6 1/2] platform/x86: asus_wmi: Support throttle thermal policy
` [PATCH v6 2/2] platform/x86: asus_wmi: Set throttle thermal policy to default
[PATCH v1 0/4] drivers: Add Tiger Lake hardware IDs to support acpi,
2019-12-13 17:54 UTC (10+ messages)
` [PATCH v1 1/4] acpi: dptf: Add new Tiger Lake hardware IDs to support DPTF drivers in acpi
` [PATCH v1 2/4] acpi: fan: Add new Tiger Lake hardware ID to support fan driver "
` [PATCH v1 3/4] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver
` [PATCH v1 4/4] thermal: int340x_thermal: Add new Tiger Lake hardware IDs to support thermal driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox