mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
ad06219573
* ASUS WMI driver got couple of worth to mention updates, i.e. support of FAN is fixed for recent products and the charge threshold support has been added. * Two uknown key events for Dell laptops are being ignored now to avoid spam user with harmless messages. * HP ZBook 17 G5 and ASUS Zenbook UX430UNR have got accelerometer support. * Intel CherryTrail platforms got a regression with wake up. Now it's fixed. * Intel PMC driver got fixed in order to work nicely in Xen environment. * Intel Speed Select driver provides bucket vs core count relationship. Besides that the tools has been updated for better output. * The PrivacyGuard is enabled on Lenovo ThinkPad laptops. * Three tablets, i.e. Trekstor Primebook C11B 2-in-1, Irbis TW90 and Chuwi Surbook Mini, have got touchscreen support. The following is an automated git shortlog grouped by driver: acer-wmi: - Switch to acpi_dev_get_first_match_dev() asus-nb-wmi: - Support ALS on the Zenbook UX430UNR asus-wmi: - Refactor charge threshold to use the battery hooking API - Rename CHARGE_THRESHOLD to RSOC - Reorder ASUS_WMI_CHARGE_THRESHOLD - Fix condition in charge_threshold_store() - Remove unnecessary blank lines - Drop indentation level by inverting conditionals - Use clamp_val() instead of open coded variant - Replace sscanf() with kstrtoint() - Refactor charge_threshold_store() - Add support for charge threshold - fix CPU fan control on recent products - add a helper for device presence - cleanup AGFN fan handling - Use kmemdup rather than duplicating its implementation compal-laptop: - Initialize "value" in ec_read_u8() dell-wmi: - Use existing defined KBD_LED_* magic values - Ignore keyboard backlight change KBD_LED_AUTO_TOKEN - Ignore keyboard backlight change KBD_LED_ON_TOKEN hp_accel: - Add support for HP ZBook 17 G5 i2c-multi-instantiate: - Use struct_size() helper intel_bxtwc_tmu: - Remove dev_err() usage after platform_get_irq() intel_int0002_vgpio: - Use device_init_wakeup - Fix wakeups not working on Cherry Trail - Remove dev_err() usage after platform_get_irq() intel_pmc_core: - Do not ioremap RAM intel_pmc_core_pltdrv: - Module removal warning fix intel_pmc_ipc: - Remove dev_err() usage after platform_get_irq() ISST: - Allow additional TRL MSRs - Use dev_get_drvdata MAINTAINERS: - Switch PDx86 subsystem status to Odd Fixes pcengines-apuv2: - wire up simswitch gpio as led - add mpcie reset gpio export platform/mellanox: - mlxreg-hotplug: Remove dev_err() usage after platform_get_irq() pmc_atom: - Add Siemens SIMATIC IPC227E to critclk_systems DMI table thinkpad_acpi: - Add ThinkPad PrivacyGuard - Use kmemdup rather than duplicating its implementation tools/power/x86/intel-speed-select: - Display core count for bucket - Fix memory leak - Output success/failed for command output - Output human readable CPU list - Change turbo ratio output to maximum turbo frequency - Switch output to MHz - Simplify output for turbo-freq and base-freq - Fix cpu-count output - Fix help option typo - Fix package typo - Fix a read overflow in isst_set_tdp_level_msr() touchscreen_dmi: - Add info for the Trekstor Primebook C11B 2-in-1 - Add info for the Irbis TW90 tablet - Add info for the Chuwi Surbook Mini tablet wmi: - Remove acpi_has_method() call -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqaflIX74DDDzMJJtb7wzTHR8rCgFAl17y/4ACgkQb7wzTHR8 rCjMyA//Zgv//XuQUqAPon/UAxu2FhDC40VBicm4AuNUtkqbN2cE04ZosyVQWLr9 ZNVgTu5CU2HR5HIuA6Xn3+FIadLYe/qpXhOvCTKQa/SrbvZLKxeoEBzoqIOgxvpN 90xkoKIp6GB+N2zjeKAhyuiJ2wce2RKok3mWOEdaEBqsrTT3LFToCpF+crpbKv81 UECMUet7ymdq+ryNYjCW4O2YmQYUpI3aGvv0MRJ9uQJrUfdN0Pa/lsXqmd5/agyi 6J5RP0LDSUJat8lOzxzWWF7pHa7dbVuDVzKlfKt6yIOmK4YqiwE9OLoVEDmpyCNx 22/pIDsJcPcdeUaAzwNEO7ao+UKQ2jXmh0IhkO9DkFziJfLz73Ucv47ZJzdPYhEo bQtr9FlcttJ5Xxw/j6tQTSGasmSZCXElfiVJObujxRu47bSqlH/846PRK3kcWrga AgFlIpvqO5J+ZkEZTohQltRPEfnJC4GbpjHnNOFvk0bowBc7KWk3EzDsJ6GvyIIX z9pKpQ6OmjmiVZmA+aIxMbxYvgYobNGjCeUH20duqgLaMtzqZ3MgU4NXnuSbzX5t 8AL9irGE4JclJ7gkOh7SGIKdibXTjeUC9bPV0efqHn2P8sEigsYtDfaUA67XMDZ/ xYvKxC4XR/msJMkz4hRk9WyTEFAXbLW/teLE9nLBEBTguWemDuk= =HItn -----END PGP SIGNATURE----- Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-platform-drivers-x86 Pull x86 platform-drivers updates from Andy Shevchenko: - ASUS WMI driver got a couple of updates, i.e. support of FAN is fixed for recent products and the charge threshold support has been added - Two uknown key events for Dell laptops are being ignored now to avoid spamming users with harmless messages - HP ZBook 17 G5 and ASUS Zenbook UX430UNR got accelerometer support. - Intel CherryTrail platforms had a regression with wake up. Now it's fixed - Intel PMC driver got fixed in order to work nicely in Xen environment - Intel Speed Select driver provides bucket vs core count relationship. Besides that the tools has been updated for better output - The PrivacyGuard is enabled on Lenovo ThinkPad laptops - Three tablets - Trekstor Primebook C11B 2-in-1, Irbis TW90 and Chuwi Surbook Mini - got touchscreen support * tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-platform-drivers-x86: (53 commits) MAINTAINERS: Switch PDx86 subsystem status to Odd Fixes platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking API platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC platform/x86: asus-wmi: Reorder ASUS_WMI_CHARGE_THRESHOLD tools/power/x86/intel-speed-select: Display core count for bucket platform/x86: ISST: Allow additional TRL MSRs tools/power/x86/intel-speed-select: Fix memory leak tools/power/x86/intel-speed-select: Output success/failed for command output tools/power/x86/intel-speed-select: Output human readable CPU list tools/power/x86/intel-speed-select: Change turbo ratio output to maximum turbo frequency tools/power/x86/intel-speed-select: Switch output to MHz tools/power/x86/intel-speed-select: Simplify output for turbo-freq and base-freq tools/power/x86/intel-speed-select: Fix cpu-count output tools/power/x86/intel-speed-select: Fix help option typo tools/power/x86/intel-speed-select: Fix package typo tools/power/x86/intel-speed-select: Fix a read overflow in isst_set_tdp_level_msr() platform/x86: intel_int0002_vgpio: Use device_init_wakeup platform/x86: intel_int0002_vgpio: Fix wakeups not working on Cherry Trail platform/x86: compal-laptop: Initialize "value" in ec_read_u8() platform/x86: touchscreen_dmi: Add info for the Trekstor Primebook C11B 2-in-1 ...
253 lines
6.5 KiB
C
253 lines
6.5 KiB
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Intel INT0002 "Virtual GPIO" driver
|
|
*
|
|
* Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com>
|
|
*
|
|
* Loosely based on android x86 kernel code which is:
|
|
*
|
|
* Copyright (c) 2014, Intel Corporation.
|
|
*
|
|
* Author: Dyut Kumar Sil <dyut.k.sil@intel.com>
|
|
*
|
|
* Some peripherals on Bay Trail and Cherry Trail platforms signal a Power
|
|
* Management Event (PME) to the Power Management Controller (PMC) to wakeup
|
|
* the system. When this happens software needs to clear the PME bus 0 status
|
|
* bit in the GPE0a_STS register to avoid an IRQ storm on IRQ 9.
|
|
*
|
|
* This is modelled in ACPI through the INT0002 ACPI device, which is
|
|
* called a "Virtual GPIO controller" in ACPI because it defines the event
|
|
* handler to call when the PME triggers through _AEI and _L02 / _E02
|
|
* methods as would be done for a real GPIO interrupt in ACPI. Note this
|
|
* is a hack to define an AML event handler for the PME while using existing
|
|
* ACPI mechanisms, this is not a real GPIO at all.
|
|
*
|
|
* This driver will bind to the INT0002 device, and register as a GPIO
|
|
* controller, letting gpiolib-acpi.c call the _L02 handler as it would
|
|
* for a real GPIO controller.
|
|
*/
|
|
|
|
#include <linux/acpi.h>
|
|
#include <linux/bitmap.h>
|
|
#include <linux/gpio/driver.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/io.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/module.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/suspend.h>
|
|
|
|
#include <asm/cpu_device_id.h>
|
|
#include <asm/intel-family.h>
|
|
|
|
#define DRV_NAME "INT0002 Virtual GPIO"
|
|
|
|
/* For some reason the virtual GPIO pin tied to the GPE is numbered pin 2 */
|
|
#define GPE0A_PME_B0_VIRT_GPIO_PIN 2
|
|
|
|
#define GPE0A_PME_B0_STS_BIT BIT(13)
|
|
#define GPE0A_PME_B0_EN_BIT BIT(13)
|
|
#define GPE0A_STS_PORT 0x420
|
|
#define GPE0A_EN_PORT 0x428
|
|
|
|
/*
|
|
* As this is not a real GPIO at all, but just a hack to model an event in
|
|
* ACPI the get / set functions are dummy functions.
|
|
*/
|
|
|
|
static int int0002_gpio_get(struct gpio_chip *chip, unsigned int offset)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static void int0002_gpio_set(struct gpio_chip *chip, unsigned int offset,
|
|
int value)
|
|
{
|
|
}
|
|
|
|
static int int0002_gpio_direction_output(struct gpio_chip *chip,
|
|
unsigned int offset, int value)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static void int0002_irq_ack(struct irq_data *data)
|
|
{
|
|
outl(GPE0A_PME_B0_STS_BIT, GPE0A_STS_PORT);
|
|
}
|
|
|
|
static void int0002_irq_unmask(struct irq_data *data)
|
|
{
|
|
u32 gpe_en_reg;
|
|
|
|
gpe_en_reg = inl(GPE0A_EN_PORT);
|
|
gpe_en_reg |= GPE0A_PME_B0_EN_BIT;
|
|
outl(gpe_en_reg, GPE0A_EN_PORT);
|
|
}
|
|
|
|
static void int0002_irq_mask(struct irq_data *data)
|
|
{
|
|
u32 gpe_en_reg;
|
|
|
|
gpe_en_reg = inl(GPE0A_EN_PORT);
|
|
gpe_en_reg &= ~GPE0A_PME_B0_EN_BIT;
|
|
outl(gpe_en_reg, GPE0A_EN_PORT);
|
|
}
|
|
|
|
static int int0002_irq_set_wake(struct irq_data *data, unsigned int on)
|
|
{
|
|
struct gpio_chip *chip = irq_data_get_irq_chip_data(data);
|
|
struct platform_device *pdev = to_platform_device(chip->parent);
|
|
int irq = platform_get_irq(pdev, 0);
|
|
|
|
/* Propagate to parent irq */
|
|
if (on)
|
|
enable_irq_wake(irq);
|
|
else
|
|
disable_irq_wake(irq);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static irqreturn_t int0002_irq(int irq, void *data)
|
|
{
|
|
struct gpio_chip *chip = data;
|
|
u32 gpe_sts_reg;
|
|
|
|
gpe_sts_reg = inl(GPE0A_STS_PORT);
|
|
if (!(gpe_sts_reg & GPE0A_PME_B0_STS_BIT))
|
|
return IRQ_NONE;
|
|
|
|
generic_handle_irq(irq_find_mapping(chip->irq.domain,
|
|
GPE0A_PME_B0_VIRT_GPIO_PIN));
|
|
|
|
pm_wakeup_hard_event(chip->parent);
|
|
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
static struct irq_chip int0002_byt_irqchip = {
|
|
.name = DRV_NAME,
|
|
.irq_ack = int0002_irq_ack,
|
|
.irq_mask = int0002_irq_mask,
|
|
.irq_unmask = int0002_irq_unmask,
|
|
.irq_set_wake = int0002_irq_set_wake,
|
|
};
|
|
|
|
static struct irq_chip int0002_cht_irqchip = {
|
|
.name = DRV_NAME,
|
|
.irq_ack = int0002_irq_ack,
|
|
.irq_mask = int0002_irq_mask,
|
|
.irq_unmask = int0002_irq_unmask,
|
|
/*
|
|
* No set_wake, on CHT the IRQ is typically shared with the ACPI SCI
|
|
* and we don't want to mess with the ACPI SCI irq settings.
|
|
*/
|
|
.flags = IRQCHIP_SKIP_SET_WAKE,
|
|
};
|
|
|
|
static const struct x86_cpu_id int0002_cpu_ids[] = {
|
|
INTEL_CPU_FAM6(ATOM_SILVERMONT, int0002_byt_irqchip), /* Valleyview, Bay Trail */
|
|
INTEL_CPU_FAM6(ATOM_AIRMONT, int0002_cht_irqchip), /* Braswell, Cherry Trail */
|
|
{}
|
|
};
|
|
|
|
static void int0002_init_irq_valid_mask(struct gpio_chip *chip,
|
|
unsigned long *valid_mask,
|
|
unsigned int ngpios)
|
|
{
|
|
bitmap_clear(valid_mask, 0, GPE0A_PME_B0_VIRT_GPIO_PIN);
|
|
}
|
|
|
|
static int int0002_probe(struct platform_device *pdev)
|
|
{
|
|
struct device *dev = &pdev->dev;
|
|
const struct x86_cpu_id *cpu_id;
|
|
struct irq_chip *irq_chip;
|
|
struct gpio_chip *chip;
|
|
int irq, ret;
|
|
|
|
/* Menlow has a different INT0002 device? <sigh> */
|
|
cpu_id = x86_match_cpu(int0002_cpu_ids);
|
|
if (!cpu_id)
|
|
return -ENODEV;
|
|
|
|
irq = platform_get_irq(pdev, 0);
|
|
if (irq < 0)
|
|
return irq;
|
|
|
|
chip = devm_kzalloc(dev, sizeof(*chip), GFP_KERNEL);
|
|
if (!chip)
|
|
return -ENOMEM;
|
|
|
|
chip->label = DRV_NAME;
|
|
chip->parent = dev;
|
|
chip->owner = THIS_MODULE;
|
|
chip->get = int0002_gpio_get;
|
|
chip->set = int0002_gpio_set;
|
|
chip->direction_input = int0002_gpio_get;
|
|
chip->direction_output = int0002_gpio_direction_output;
|
|
chip->base = -1;
|
|
chip->ngpio = GPE0A_PME_B0_VIRT_GPIO_PIN + 1;
|
|
chip->irq.init_valid_mask = int0002_init_irq_valid_mask;
|
|
|
|
ret = devm_gpiochip_add_data(&pdev->dev, chip, NULL);
|
|
if (ret) {
|
|
dev_err(dev, "Error adding gpio chip: %d\n", ret);
|
|
return ret;
|
|
}
|
|
|
|
/*
|
|
* We manually request the irq here instead of passing a flow-handler
|
|
* to gpiochip_set_chained_irqchip, because the irq is shared.
|
|
*/
|
|
ret = devm_request_irq(dev, irq, int0002_irq,
|
|
IRQF_SHARED, "INT0002", chip);
|
|
if (ret) {
|
|
dev_err(dev, "Error requesting IRQ %d: %d\n", irq, ret);
|
|
return ret;
|
|
}
|
|
|
|
irq_chip = (struct irq_chip *)cpu_id->driver_data;
|
|
|
|
ret = gpiochip_irqchip_add(chip, irq_chip, 0, handle_edge_irq,
|
|
IRQ_TYPE_NONE);
|
|
if (ret) {
|
|
dev_err(dev, "Error adding irqchip: %d\n", ret);
|
|
return ret;
|
|
}
|
|
|
|
gpiochip_set_chained_irqchip(chip, irq_chip, irq, NULL);
|
|
|
|
device_init_wakeup(dev, true);
|
|
return 0;
|
|
}
|
|
|
|
static int int0002_remove(struct platform_device *pdev)
|
|
{
|
|
device_init_wakeup(&pdev->dev, false);
|
|
return 0;
|
|
}
|
|
|
|
static const struct acpi_device_id int0002_acpi_ids[] = {
|
|
{ "INT0002", 0 },
|
|
{ },
|
|
};
|
|
MODULE_DEVICE_TABLE(acpi, int0002_acpi_ids);
|
|
|
|
static struct platform_driver int0002_driver = {
|
|
.driver = {
|
|
.name = DRV_NAME,
|
|
.acpi_match_table = int0002_acpi_ids,
|
|
},
|
|
.probe = int0002_probe,
|
|
.remove = int0002_remove,
|
|
};
|
|
|
|
module_platform_driver(int0002_driver);
|
|
|
|
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
|
|
MODULE_DESCRIPTION("Intel INT0002 Virtual GPIO driver");
|
|
MODULE_LICENSE("GPL v2");
|