mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
7fb68b6c82
Highlights: - AMD Platform Management Framework (PMF) driver with AMT and QnQF support - AMD PMC: Improved logging for debugging s2idle issues - Big refactor of the ACPI/x86 backlight handling, ensuring that we only register 1 /sys/class/backlight device per LCD panel - Microsoft Surface: - Surface Laptop Go 2 support - Surface Pro 8 HID sensor support - Asus WMI: - Lots of cleanups - Support for TUF RGB keyboard backlight control - Add support for ROG X13 tablet mode - Siemens Simatic: IPC227G and IPC427G support - Toshiba ACPI laptop driver: Fan hwmon and battery ECO mode support - tools/power/x86/intel-speed-select: Various improvements - Various cleanups - Various small bugfixes The following is an automated git shortlog grouped by driver: ACPI: - video: Change disable_backlight_sysfs_if quirks to acpi_backlight=native - s2idle: Add a new ->check() callback for platform_s2idle_ops - video: Fix indentation of video_detect_dmi_table[] entries - video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks - video: Drop "Samsung X360" acpi_backlight=native quirk - video: Remove acpi_video_set_dmi_backlight_type() - video: Add Apple GMUX brightness control detection - video: Add Nvidia WMI EC brightness control detection (v3) - video: Refactor acpi_video_get_backlight_type() a bit - video: Remove code to unregister acpi_video backlight when a native backlight registers - video: Make backlight class device registration a separate step (v2) - video: Simplify acpi_video_unregister_backlight() - video: Remove acpi_video_bus from list before tearing it down - video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type() - video: Add acpi_video_backlight_use_native() helper acer-wmi: - Move backlight DMI quirks to acpi/video_detect.c - Acer Aspire One AOD270/Packard Bell Dot keymap fixes apple-gmux: - Stop calling acpi/video.h functions asus-wmi: - Expand support of GPU fan to read RPM and label - Make kbd_rgb_mode_groups static - Move acpi_backlight=native quirks to ACPI video_detect.c - Move acpi_backlight=vendor quirks to ACPI video_detect.c - Drop DMI chassis-type check from backlight handling - Increase FAN_CURVE_BUF_LEN to 32 - Fix the name of the mic-mute LED classdev - Implement TUF laptop keyboard power states - Implement TUF laptop keyboard LED modes - Support the GPU fan on TUF laptops - Modify behaviour of Fn+F5 fan key - Update tablet_mode_sw module-param help text - Simplify tablet-mode-switch handling - Simplify tablet-mode-switch probing - Add support for ROG X13 tablet mode - Adjust tablet/lidflip handling to use enum - Support the hardware GPU MUX on some laptops - Simplify some of the *_check_present() helpers - Refactor panel_od attribute - Refactor egpu_enable attribute - Refactor disable_gpu attribute - Document the panel_od sysfs attribute - Document the egpu_enable sysfs attribute - Document the dgpu_disable sysfs attribute - Use kobj_to_dev() - Convert all attr-show to use sysfs_emit compal-laptop: - Get rid of a few forward declarations dell-privacy: - convert to use dev_groups dell-smbios-base: - Use sysfs_emit() dell-wmi: - Add WMI event 0x0012 0x0003 to the list docs: - ABI: charge_control_end_threshold may not support all values drivers/platform: - toshiba_acpi: Call HCI_PANEL_POWER_ON on resume on some models drm/amdgpu: - Register ACPI video backlight when skipping amdgpu backlight registration - Don't register backlight when another backlight should be used (v3) drm/i915: - Call acpi_video_register_backlight() (v3) - Don't register backlight when another backlight should be used (v2) drm/nouveau: - Register ACPI video backlight when nv_backlight registration fails (v2) - Don't register backlight when another backlight should be used (v2) drm/radeon: - Register ACPI video backlight when skipping radeon backlight registration - Don't register backlight when another backlight should be used (v3) drm/todo: - Add entry about dealing with brightness control on devices with > 1 panel gpio-f7188x: - use unique labels for banks/chips - Add GPIO support for Nuvoton NCT6116 - add a prefix to macros to keep gpio namespace clean - switch over to using pr_fmt hp-wmi: - Support touchpad on/off - Setting thermal profile fails with 0x06 int3472/discrete: - Drop a forward declaration intel-uncore-freq: - Use sysfs_emit() to instead of scnprintf() intel_cht_int33fe: - Fix comment according to the code flow leds: - simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table static - simatic-ipc-leds-gpio: add new model 227G move from strlcpy with unused retval to strscpy: - move from strlcpy with unused retval to strscpy msi-laptop: - Change DMI match / alias strings to fix module autoloading - Add msi_scm_disable_hw_fn_handling() helper - Add msi_scm_model_exit() helper - Fix resource cleanup - Simplify ec_delay handling - Fix old-ec check for backlight registering - Drop MSI_DRIVER_VERSION - Use MODULE_DEVICE_TABLE() nvidia-wmi-ec-backlight: - Use acpi_video_get_backlight_type() - Move fw interface definitions to a header (v2) p2sb: - Fix UAF when caller uses resource name platform/mellanox: - mlxreg-lc: Make error handling flow consistent - Remove redundant 'NULL' check - Remove unnecessary code - mlxreg-lc: Fix locking issue - mlxreg-lc: Fix coverity warning platform/surface: - Split memcpy() of struct ssam_event flexible array - aggregator_registry: Add HID devices for sensors and UCSI client to SP8 - aggregator_registry: Rename HID device nodes based on new findings - aggregator_registry: Rename HID device nodes based on their function - aggregator_registry: Add support for Surface Laptop Go 2 platform/x86: - use PLATFORM_DEVID_NONE instead of -1 platform/x86/amd: - pmc: Dump idle mask during "check" stage instead - pmc: remove CONFIG_DEBUG_FS checks - pmc: Fix build without debugfs - pmc: Add sysfs files for SMU - pmc: Add an extra STB message for checking s2idle entry - pmc: Always write to the STB - pmc: Add defines for STB events platform/x86/amd/pmf: - Remove unused power_delta instances - install notify handler after acpi init - Add sysfs to toggle CnQF - Add support for CnQF - Fix clang unused variable warning - Fix undefined reference to platform_profile - Force load driver on older supported platforms - Handle AMT and CQL events for Auto mode - Add support for Auto mode feature - Get performance metrics from PMFW - Add fan control support - Add heartbeat signal support - Add debugfs information - Add support SPS PMF feature - Add support for PMF APCI layer - Add support for PMF core layer - Add ABI doc for AMD PMF - Add AMD PMF driver entry platform/x86/intel/wmi: - thunderbolt: Use dev_groups callback pmc_atom: - Amend comment style and grammar - Make terminator entry uniform - Improve quirk message to be less cryptic - Fix SLP_TYPx bitfield mask samsung-laptop: - Move acpi_backlight=[vendor|native] quirks to ACPI video_detect.c simatic-ipc: - add new model 427G - enable watchdog for 227G thinkpad_acpi: - Explicitly set to balanced mode on startup tools/power/x86/intel-speed-select: - Release v1.13 - Optimize CPU initialization - Utilize cpu_map to get physical id - Remove unused struct clos_config fields - Enforce isst_id value - Do not export get_physical_id - Introduce is_cpu_in_power_domain helper - Cleanup get_physical_id usage - Convert more function to use isst_id - Add pkg and die in isst_id - Introduce struct isst_id - Remove unused core_mask array - Remove dead code - Fix cpu count for TDP level display toshiba_acpi: - change turn_on_panel_on_resume to static - Remove duplicate include - Set correct parent for input device. - Add fan RPM reading (hwmon interface) - Add fan RPM reading (internals) - Stop using acpi_video_set_dmi_backlight_type() - Fix ECO LED control on Toshiba Z830 - Battery charge mode in toshiba_acpi (internals) - Battery charge mode in toshiba_acpi (sysfs) wmi: - Drop forward declaration of static functions - Allow duplicate GUIDs for drivers that use struct wmi_driver x86-android-tablets: - Fix broken touchscreen on Chuwi Hi8 with Windows BIOS -----BEGIN PGP SIGNATURE----- iQFIBAABCAAyFiEEuvA7XScYQRpenhd+kuxHeUQDJ9wFAmM9eLgUHGhkZWdvZWRl QHJlZGhhdC5jb20ACgkQkuxHeUQDJ9zIzAf+JG058wucK0Zsnu4POzGp+uHjnWuu AJUmTeRvCD7MidwIv5PiwEtTucQ8OuXYR+tPc8LIwCVZtc05FBmh7Y8le/CX0SS6 n9EZIvCk3Owosti5w2TPnCK920kh+Wfxl/fmfDbpi6+lpAL8r+F/mZEGKGFdZpWu Q+yM/eyxwPH8q8gjrXOUC7rN43aYeO3OCpNG3GYkQ/2S5qrjuz39dXhNVzdSsxm7 aYOqJRNjZQEjQ3kJcp65kC6oWp3UaI1zdpGwhBG/SY8BCtCYZzlRy7gN2FCJfAa/ EyYayOvdy0zNwewbIYzck4W80hUDtfidgZgZ9crQscO/JjbGi6LhveD4YA== =afGw -----END PGP SIGNATURE----- Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 Pull x86 platform driver updates from Hans de Goede: - AMD Platform Management Framework (PMF) driver with AMT and QnQF support - AMD PMC: Improved logging for debugging s2idle issues - Big refactor of the ACPI/x86 backlight handling, ensuring that we only register 1 /sys/class/backlight device per LCD panel - Microsoft Surface: - Surface Laptop Go 2 support - Surface Pro 8 HID sensor support - Asus WMI: - Lots of cleanups - Support for TUF RGB keyboard backlight control - Add support for ROG X13 tablet mode - Siemens Simatic: IPC227G and IPC427G support - Toshiba ACPI laptop driver: Fan hwmon and battery ECO mode support - tools/power/x86/intel-speed-select: Various improvements - Various cleanups - Various small bugfixes * tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (153 commits) platform/x86: use PLATFORM_DEVID_NONE instead of -1 platform/x86/amd: pmc: Dump idle mask during "check" stage instead platform/x86/intel/wmi: thunderbolt: Use dev_groups callback platform/x86/amd: pmc: remove CONFIG_DEBUG_FS checks platform/surface: Split memcpy() of struct ssam_event flexible array platform/x86: compal-laptop: Get rid of a few forward declarations platform/x86: intel-uncore-freq: Use sysfs_emit() to instead of scnprintf() platform/x86: dell-smbios-base: Use sysfs_emit() platform/x86/amd/pmf: Remove unused power_delta instances platform/x86/amd/pmf: install notify handler after acpi init Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMF platform/x86/amd/pmf: Add sysfs to toggle CnQF platform/x86/amd/pmf: Add support for CnQF platform/x86/amd: pmc: Fix build without debugfs platform/x86: hp-wmi: Support touchpad on/off platform/x86: int3472/discrete: Drop a forward declaration platform/x86: toshiba_acpi: change turn_on_panel_on_resume to static platform/x86: wmi: Drop forward declaration of static functions platform/x86: toshiba_acpi: Remove duplicate include platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading ...
588 lines
14 KiB
C
588 lines
14 KiB
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Supports for the power IC on the Surface 3 tablet.
|
|
*
|
|
* (C) Copyright 2016-2018 Red Hat, Inc
|
|
* (C) Copyright 2016-2018 Benjamin Tissoires <benjamin.tissoires@gmail.com>
|
|
* (C) Copyright 2016 Stephen Just <stephenjust@gmail.com>
|
|
*
|
|
* This driver has been reverse-engineered by parsing the DSDT of the Surface 3
|
|
* and looking at the registers of the chips.
|
|
*
|
|
* The DSDT allowed to find out that:
|
|
* - the driver is required for the ACPI BAT0 device to communicate to the chip
|
|
* through an operation region.
|
|
* - the various defines for the operation region functions to communicate with
|
|
* this driver
|
|
* - the DSM 3f99e367-6220-4955-8b0f-06ef2ae79412 allows to trigger ACPI
|
|
* events to BAT0 (the code is all available in the DSDT).
|
|
*
|
|
* Further findings regarding the 2 chips declared in the MSHW0011 are:
|
|
* - there are 2 chips declared:
|
|
* . 0x22 seems to control the ADP1 line status (and probably the charger)
|
|
* . 0x55 controls the battery directly
|
|
* - the battery chip uses a SMBus protocol (using plain SMBus allows non
|
|
* destructive commands):
|
|
* . the commands/registers used are in the range 0x00..0x7F
|
|
* . if bit 8 (0x80) is set in the SMBus command, the returned value is the
|
|
* same as when it is not set. There is a high chance this bit is the
|
|
* read/write
|
|
* . the various registers semantic as been deduced by observing the register
|
|
* dumps.
|
|
*/
|
|
|
|
#include <linux/acpi.h>
|
|
#include <linux/bits.h>
|
|
#include <linux/freezer.h>
|
|
#include <linux/i2c.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/kthread.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/types.h>
|
|
#include <linux/uuid.h>
|
|
#include <asm/unaligned.h>
|
|
|
|
#define SURFACE_3_POLL_INTERVAL (2 * HZ)
|
|
#define SURFACE_3_STRLEN 10
|
|
|
|
struct mshw0011_data {
|
|
struct i2c_client *adp1;
|
|
struct i2c_client *bat0;
|
|
unsigned short notify_mask;
|
|
struct task_struct *poll_task;
|
|
bool kthread_running;
|
|
|
|
bool charging;
|
|
bool bat_charging;
|
|
u8 trip_point;
|
|
s32 full_capacity;
|
|
};
|
|
|
|
struct mshw0011_handler_data {
|
|
struct acpi_connection_info info;
|
|
struct i2c_client *client;
|
|
};
|
|
|
|
struct bix {
|
|
u32 revision;
|
|
u32 power_unit;
|
|
u32 design_capacity;
|
|
u32 last_full_charg_capacity;
|
|
u32 battery_technology;
|
|
u32 design_voltage;
|
|
u32 design_capacity_of_warning;
|
|
u32 design_capacity_of_low;
|
|
u32 cycle_count;
|
|
u32 measurement_accuracy;
|
|
u32 max_sampling_time;
|
|
u32 min_sampling_time;
|
|
u32 max_average_interval;
|
|
u32 min_average_interval;
|
|
u32 battery_capacity_granularity_1;
|
|
u32 battery_capacity_granularity_2;
|
|
char model[SURFACE_3_STRLEN];
|
|
char serial[SURFACE_3_STRLEN];
|
|
char type[SURFACE_3_STRLEN];
|
|
char OEM[SURFACE_3_STRLEN];
|
|
} __packed;
|
|
|
|
struct bst {
|
|
u32 battery_state;
|
|
s32 battery_present_rate;
|
|
u32 battery_remaining_capacity;
|
|
u32 battery_present_voltage;
|
|
} __packed;
|
|
|
|
struct gsb_command {
|
|
u8 arg0;
|
|
u8 arg1;
|
|
u8 arg2;
|
|
} __packed;
|
|
|
|
struct gsb_buffer {
|
|
u8 status;
|
|
u8 len;
|
|
u8 ret;
|
|
union {
|
|
struct gsb_command cmd;
|
|
struct bst bst;
|
|
struct bix bix;
|
|
} __packed;
|
|
} __packed;
|
|
|
|
#define ACPI_BATTERY_STATE_DISCHARGING BIT(0)
|
|
#define ACPI_BATTERY_STATE_CHARGING BIT(1)
|
|
#define ACPI_BATTERY_STATE_CRITICAL BIT(2)
|
|
|
|
#define MSHW0011_CMD_DEST_BAT0 0x01
|
|
#define MSHW0011_CMD_DEST_ADP1 0x03
|
|
|
|
#define MSHW0011_CMD_BAT0_STA 0x01
|
|
#define MSHW0011_CMD_BAT0_BIX 0x02
|
|
#define MSHW0011_CMD_BAT0_BCT 0x03
|
|
#define MSHW0011_CMD_BAT0_BTM 0x04
|
|
#define MSHW0011_CMD_BAT0_BST 0x05
|
|
#define MSHW0011_CMD_BAT0_BTP 0x06
|
|
#define MSHW0011_CMD_ADP1_PSR 0x07
|
|
#define MSHW0011_CMD_BAT0_PSOC 0x09
|
|
#define MSHW0011_CMD_BAT0_PMAX 0x0a
|
|
#define MSHW0011_CMD_BAT0_PSRC 0x0b
|
|
#define MSHW0011_CMD_BAT0_CHGI 0x0c
|
|
#define MSHW0011_CMD_BAT0_ARTG 0x0d
|
|
|
|
#define MSHW0011_NOTIFY_GET_VERSION 0x00
|
|
#define MSHW0011_NOTIFY_ADP1 0x01
|
|
#define MSHW0011_NOTIFY_BAT0_BST 0x02
|
|
#define MSHW0011_NOTIFY_BAT0_BIX 0x05
|
|
|
|
#define MSHW0011_ADP1_REG_PSR 0x04
|
|
|
|
#define MSHW0011_BAT0_REG_CAPACITY 0x0c
|
|
#define MSHW0011_BAT0_REG_FULL_CHG_CAPACITY 0x0e
|
|
#define MSHW0011_BAT0_REG_DESIGN_CAPACITY 0x40
|
|
#define MSHW0011_BAT0_REG_VOLTAGE 0x08
|
|
#define MSHW0011_BAT0_REG_RATE 0x14
|
|
#define MSHW0011_BAT0_REG_OEM 0x45
|
|
#define MSHW0011_BAT0_REG_TYPE 0x4e
|
|
#define MSHW0011_BAT0_REG_SERIAL_NO 0x56
|
|
#define MSHW0011_BAT0_REG_CYCLE_CNT 0x6e
|
|
|
|
#define MSHW0011_EV_2_5_MASK GENMASK(8, 0)
|
|
|
|
/* 3f99e367-6220-4955-8b0f-06ef2ae79412 */
|
|
static const guid_t mshw0011_guid =
|
|
GUID_INIT(0x3F99E367, 0x6220, 0x4955, 0x8B, 0x0F, 0x06, 0xEF,
|
|
0x2A, 0xE7, 0x94, 0x12);
|
|
|
|
static int
|
|
mshw0011_notify(struct mshw0011_data *cdata, u8 arg1, u8 arg2,
|
|
unsigned int *ret_value)
|
|
{
|
|
union acpi_object *obj;
|
|
acpi_handle handle;
|
|
unsigned int i;
|
|
|
|
handle = ACPI_HANDLE(&cdata->adp1->dev);
|
|
if (!handle)
|
|
return -ENODEV;
|
|
|
|
obj = acpi_evaluate_dsm_typed(handle, &mshw0011_guid, arg1, arg2, NULL,
|
|
ACPI_TYPE_BUFFER);
|
|
if (!obj) {
|
|
dev_err(&cdata->adp1->dev, "device _DSM execution failed\n");
|
|
return -ENODEV;
|
|
}
|
|
|
|
*ret_value = 0;
|
|
for (i = 0; i < obj->buffer.length; i++)
|
|
*ret_value |= obj->buffer.pointer[i] << (i * 8);
|
|
|
|
ACPI_FREE(obj);
|
|
return 0;
|
|
}
|
|
|
|
static const struct bix default_bix = {
|
|
.revision = 0x00,
|
|
.power_unit = 0x01,
|
|
.design_capacity = 0x1dca,
|
|
.last_full_charg_capacity = 0x1dca,
|
|
.battery_technology = 0x01,
|
|
.design_voltage = 0x10df,
|
|
.design_capacity_of_warning = 0x8f,
|
|
.design_capacity_of_low = 0x47,
|
|
.cycle_count = 0xffffffff,
|
|
.measurement_accuracy = 0x00015f90,
|
|
.max_sampling_time = 0x03e8,
|
|
.min_sampling_time = 0x03e8,
|
|
.max_average_interval = 0x03e8,
|
|
.min_average_interval = 0x03e8,
|
|
.battery_capacity_granularity_1 = 0x45,
|
|
.battery_capacity_granularity_2 = 0x11,
|
|
.model = "P11G8M",
|
|
.serial = "",
|
|
.type = "LION",
|
|
.OEM = "",
|
|
};
|
|
|
|
static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix)
|
|
{
|
|
struct i2c_client *client = cdata->bat0;
|
|
char buf[SURFACE_3_STRLEN];
|
|
int ret;
|
|
|
|
*bix = default_bix;
|
|
|
|
/* get design capacity */
|
|
ret = i2c_smbus_read_word_data(client,
|
|
MSHW0011_BAT0_REG_DESIGN_CAPACITY);
|
|
if (ret < 0) {
|
|
dev_err(&client->dev, "Error reading design capacity: %d\n",
|
|
ret);
|
|
return ret;
|
|
}
|
|
bix->design_capacity = ret;
|
|
|
|
/* get last full charge capacity */
|
|
ret = i2c_smbus_read_word_data(client,
|
|
MSHW0011_BAT0_REG_FULL_CHG_CAPACITY);
|
|
if (ret < 0) {
|
|
dev_err(&client->dev,
|
|
"Error reading last full charge capacity: %d\n", ret);
|
|
return ret;
|
|
}
|
|
bix->last_full_charg_capacity = ret;
|
|
|
|
/*
|
|
* Get serial number, on some devices (with unofficial replacement
|
|
* battery?) reading any of the serial number range addresses gets
|
|
* nacked in this case just leave the serial number empty.
|
|
*/
|
|
ret = i2c_smbus_read_i2c_block_data(client, MSHW0011_BAT0_REG_SERIAL_NO,
|
|
sizeof(buf), buf);
|
|
if (ret == -EREMOTEIO) {
|
|
/* no serial number available */
|
|
} else if (ret != sizeof(buf)) {
|
|
dev_err(&client->dev, "Error reading serial no: %d\n", ret);
|
|
return ret;
|
|
} else {
|
|
snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf);
|
|
}
|
|
|
|
/* get cycle count */
|
|
ret = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CYCLE_CNT);
|
|
if (ret < 0) {
|
|
dev_err(&client->dev, "Error reading cycle count: %d\n", ret);
|
|
return ret;
|
|
}
|
|
bix->cycle_count = ret;
|
|
|
|
/* get OEM name */
|
|
ret = i2c_smbus_read_i2c_block_data(client, MSHW0011_BAT0_REG_OEM,
|
|
4, buf);
|
|
if (ret != 4) {
|
|
dev_err(&client->dev, "Error reading cycle count: %d\n", ret);
|
|
return ret;
|
|
}
|
|
snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int mshw0011_bst(struct mshw0011_data *cdata, struct bst *bst)
|
|
{
|
|
struct i2c_client *client = cdata->bat0;
|
|
int rate, capacity, voltage, state;
|
|
s16 tmp;
|
|
|
|
rate = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_RATE);
|
|
if (rate < 0)
|
|
return rate;
|
|
|
|
capacity = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CAPACITY);
|
|
if (capacity < 0)
|
|
return capacity;
|
|
|
|
voltage = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_VOLTAGE);
|
|
if (voltage < 0)
|
|
return voltage;
|
|
|
|
tmp = rate;
|
|
bst->battery_present_rate = abs((s32)tmp);
|
|
|
|
state = 0;
|
|
if ((s32) tmp > 0)
|
|
state |= ACPI_BATTERY_STATE_CHARGING;
|
|
else if ((s32) tmp < 0)
|
|
state |= ACPI_BATTERY_STATE_DISCHARGING;
|
|
bst->battery_state = state;
|
|
|
|
bst->battery_remaining_capacity = capacity;
|
|
bst->battery_present_voltage = voltage;
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int mshw0011_adp_psr(struct mshw0011_data *cdata)
|
|
{
|
|
return i2c_smbus_read_byte_data(cdata->adp1, MSHW0011_ADP1_REG_PSR);
|
|
}
|
|
|
|
static int mshw0011_isr(struct mshw0011_data *cdata)
|
|
{
|
|
struct bst bst;
|
|
struct bix bix;
|
|
int ret;
|
|
bool status, bat_status;
|
|
|
|
ret = mshw0011_adp_psr(cdata);
|
|
if (ret < 0)
|
|
return ret;
|
|
|
|
status = ret;
|
|
if (status != cdata->charging)
|
|
mshw0011_notify(cdata, cdata->notify_mask,
|
|
MSHW0011_NOTIFY_ADP1, &ret);
|
|
|
|
cdata->charging = status;
|
|
|
|
ret = mshw0011_bst(cdata, &bst);
|
|
if (ret < 0)
|
|
return ret;
|
|
|
|
bat_status = bst.battery_state;
|
|
if (bat_status != cdata->bat_charging)
|
|
mshw0011_notify(cdata, cdata->notify_mask,
|
|
MSHW0011_NOTIFY_BAT0_BST, &ret);
|
|
|
|
cdata->bat_charging = bat_status;
|
|
|
|
ret = mshw0011_bix(cdata, &bix);
|
|
if (ret < 0)
|
|
return ret;
|
|
|
|
if (bix.last_full_charg_capacity != cdata->full_capacity)
|
|
mshw0011_notify(cdata, cdata->notify_mask,
|
|
MSHW0011_NOTIFY_BAT0_BIX, &ret);
|
|
|
|
cdata->full_capacity = bix.last_full_charg_capacity;
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int mshw0011_poll_task(void *data)
|
|
{
|
|
struct mshw0011_data *cdata = data;
|
|
int ret = 0;
|
|
|
|
cdata->kthread_running = true;
|
|
|
|
set_freezable();
|
|
|
|
while (!kthread_should_stop()) {
|
|
schedule_timeout_interruptible(SURFACE_3_POLL_INTERVAL);
|
|
try_to_freeze();
|
|
ret = mshw0011_isr(data);
|
|
if (ret)
|
|
break;
|
|
}
|
|
|
|
cdata->kthread_running = false;
|
|
return ret;
|
|
}
|
|
|
|
static acpi_status
|
|
mshw0011_space_handler(u32 function, acpi_physical_address command,
|
|
u32 bits, u64 *value64,
|
|
void *handler_context, void *region_context)
|
|
{
|
|
struct gsb_buffer *gsb = (struct gsb_buffer *)value64;
|
|
struct mshw0011_handler_data *data = handler_context;
|
|
struct acpi_connection_info *info = &data->info;
|
|
struct acpi_resource_i2c_serialbus *sb;
|
|
struct i2c_client *client = data->client;
|
|
struct mshw0011_data *cdata = i2c_get_clientdata(client);
|
|
struct acpi_resource *ares;
|
|
u32 accessor_type = function >> 16;
|
|
acpi_status ret;
|
|
int status = 1;
|
|
|
|
ret = acpi_buffer_to_resource(info->connection, info->length, &ares);
|
|
if (ACPI_FAILURE(ret))
|
|
return ret;
|
|
|
|
if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) {
|
|
ret = AE_BAD_PARAMETER;
|
|
goto err;
|
|
}
|
|
|
|
if (accessor_type != ACPI_GSB_ACCESS_ATTRIB_RAW_PROCESS) {
|
|
ret = AE_BAD_PARAMETER;
|
|
goto err;
|
|
}
|
|
|
|
if (gsb->cmd.arg0 == MSHW0011_CMD_DEST_ADP1 &&
|
|
gsb->cmd.arg1 == MSHW0011_CMD_ADP1_PSR) {
|
|
status = mshw0011_adp_psr(cdata);
|
|
if (status >= 0) {
|
|
ret = AE_OK;
|
|
goto out;
|
|
} else {
|
|
ret = AE_ERROR;
|
|
goto err;
|
|
}
|
|
}
|
|
|
|
if (gsb->cmd.arg0 != MSHW0011_CMD_DEST_BAT0) {
|
|
ret = AE_BAD_PARAMETER;
|
|
goto err;
|
|
}
|
|
|
|
switch (gsb->cmd.arg1) {
|
|
case MSHW0011_CMD_BAT0_STA:
|
|
break;
|
|
case MSHW0011_CMD_BAT0_BIX:
|
|
ret = mshw0011_bix(cdata, &gsb->bix);
|
|
break;
|
|
case MSHW0011_CMD_BAT0_BTP:
|
|
cdata->trip_point = gsb->cmd.arg2;
|
|
break;
|
|
case MSHW0011_CMD_BAT0_BST:
|
|
ret = mshw0011_bst(cdata, &gsb->bst);
|
|
break;
|
|
default:
|
|
dev_info(&cdata->bat0->dev, "command(0x%02x) is not supported.\n", gsb->cmd.arg1);
|
|
ret = AE_BAD_PARAMETER;
|
|
goto err;
|
|
}
|
|
|
|
out:
|
|
gsb->ret = status;
|
|
gsb->status = 0;
|
|
|
|
err:
|
|
ACPI_FREE(ares);
|
|
return ret;
|
|
}
|
|
|
|
static int mshw0011_install_space_handler(struct i2c_client *client)
|
|
{
|
|
struct acpi_device *adev;
|
|
struct mshw0011_handler_data *data;
|
|
acpi_status status;
|
|
|
|
adev = ACPI_COMPANION(&client->dev);
|
|
if (!adev)
|
|
return -ENODEV;
|
|
|
|
data = kzalloc(sizeof(struct mshw0011_handler_data),
|
|
GFP_KERNEL);
|
|
if (!data)
|
|
return -ENOMEM;
|
|
|
|
data->client = client;
|
|
status = acpi_bus_attach_private_data(adev->handle, (void *)data);
|
|
if (ACPI_FAILURE(status)) {
|
|
kfree(data);
|
|
return -ENOMEM;
|
|
}
|
|
|
|
status = acpi_install_address_space_handler(adev->handle,
|
|
ACPI_ADR_SPACE_GSBUS,
|
|
&mshw0011_space_handler,
|
|
NULL,
|
|
data);
|
|
if (ACPI_FAILURE(status)) {
|
|
dev_err(&client->dev, "Error installing i2c space handler\n");
|
|
acpi_bus_detach_private_data(adev->handle);
|
|
kfree(data);
|
|
return -ENOMEM;
|
|
}
|
|
|
|
acpi_dev_clear_dependencies(adev);
|
|
return 0;
|
|
}
|
|
|
|
static void mshw0011_remove_space_handler(struct i2c_client *client)
|
|
{
|
|
struct mshw0011_handler_data *data;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
handle = ACPI_HANDLE(&client->dev);
|
|
if (!handle)
|
|
return;
|
|
|
|
acpi_remove_address_space_handler(handle,
|
|
ACPI_ADR_SPACE_GSBUS,
|
|
&mshw0011_space_handler);
|
|
|
|
status = acpi_bus_get_private_data(handle, (void **)&data);
|
|
if (ACPI_SUCCESS(status))
|
|
kfree(data);
|
|
|
|
acpi_bus_detach_private_data(handle);
|
|
}
|
|
|
|
static int mshw0011_probe(struct i2c_client *client)
|
|
{
|
|
struct i2c_board_info board_info;
|
|
struct device *dev = &client->dev;
|
|
struct i2c_client *bat0;
|
|
struct mshw0011_data *data;
|
|
int error, mask;
|
|
|
|
data = devm_kzalloc(dev, sizeof(*data), GFP_KERNEL);
|
|
if (!data)
|
|
return -ENOMEM;
|
|
|
|
data->adp1 = client;
|
|
i2c_set_clientdata(client, data);
|
|
|
|
memset(&board_info, 0, sizeof(board_info));
|
|
strscpy(board_info.type, "MSHW0011-bat0", I2C_NAME_SIZE);
|
|
|
|
bat0 = i2c_acpi_new_device(dev, 1, &board_info);
|
|
if (IS_ERR(bat0))
|
|
return PTR_ERR(bat0);
|
|
|
|
data->bat0 = bat0;
|
|
i2c_set_clientdata(bat0, data);
|
|
|
|
error = mshw0011_notify(data, 1, MSHW0011_NOTIFY_GET_VERSION, &mask);
|
|
if (error)
|
|
goto out_err;
|
|
|
|
data->notify_mask = mask == MSHW0011_EV_2_5_MASK;
|
|
|
|
data->poll_task = kthread_run(mshw0011_poll_task, data, "mshw0011_adp");
|
|
if (IS_ERR(data->poll_task)) {
|
|
error = PTR_ERR(data->poll_task);
|
|
dev_err(&client->dev, "Unable to run kthread err %d\n", error);
|
|
goto out_err;
|
|
}
|
|
|
|
error = mshw0011_install_space_handler(client);
|
|
if (error)
|
|
goto out_err;
|
|
|
|
return 0;
|
|
|
|
out_err:
|
|
if (data->kthread_running)
|
|
kthread_stop(data->poll_task);
|
|
i2c_unregister_device(data->bat0);
|
|
return error;
|
|
}
|
|
|
|
static void mshw0011_remove(struct i2c_client *client)
|
|
{
|
|
struct mshw0011_data *cdata = i2c_get_clientdata(client);
|
|
|
|
mshw0011_remove_space_handler(client);
|
|
|
|
if (cdata->kthread_running)
|
|
kthread_stop(cdata->poll_task);
|
|
|
|
i2c_unregister_device(cdata->bat0);
|
|
}
|
|
|
|
static const struct acpi_device_id mshw0011_acpi_match[] = {
|
|
{ "MSHW0011", 0 },
|
|
{ }
|
|
};
|
|
MODULE_DEVICE_TABLE(acpi, mshw0011_acpi_match);
|
|
|
|
static struct i2c_driver mshw0011_driver = {
|
|
.probe_new = mshw0011_probe,
|
|
.remove = mshw0011_remove,
|
|
.driver = {
|
|
.name = "mshw0011",
|
|
.acpi_match_table = mshw0011_acpi_match,
|
|
},
|
|
};
|
|
module_i2c_driver(mshw0011_driver);
|
|
|
|
MODULE_AUTHOR("Benjamin Tissoires <benjamin.tissoires@gmail.com>");
|
|
MODULE_DESCRIPTION("mshw0011 driver");
|
|
MODULE_LICENSE("GPL v2");
|