summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v6.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-1213-29/+195
|\
| * platform/chrome: cros_ec_typec: zero out stale pointersVictor Ding2022-12-081-0/+3
| * platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_i...Yuan Can2022-11-251-1/+5
| * platform/chrome: cros_ec: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-191-3/+2
| * platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris2022-11-141-1/+6
| * platform/chrome: cros_ec_spi: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
| * platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
| * platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
| * platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
| * platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris2022-11-021-3/+3
| * platform/chrome: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-021-1/+2
| * platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih2022-11-014-21/+0
| * platform/chrome: cros_hps_i2c: make remove callback return voidDan Callaghan2022-10-191-3/+1
| * platform/chrome: add a driver for HPSDan Callaghan2022-10-183-0/+173
* | Merge tag 'platform-drivers-x86-v6.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-1243-1342/+2630
|\ \
| * | platform/mellanox: mlxbf-pmc: Fix event typoJames Hurley2022-12-121-1/+1
| * | platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_regist...Yang Yingliang2022-12-081-1/+1
| * | platform/x86: sony-laptop: Convert to use sysfs_emit_at() APIye xingchen2022-12-081-6/+4
| * | platform/x86/dell: alienware-wmi: Use sysfs_emit() instead of scnprintf()ye xingchen2022-12-081-25/+16
| * | platform/x86: uv_sysfs: Use sysfs_emit() instead of scnprintf()ye xingchen2022-12-081-8/+8
| * | platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()Yu Liao2022-12-081-6/+2
| * | platform/x86: x86-android-tablets: Add Advantech MICA-071 extra buttonHans de Goede2022-12-081-0/+58
| * | platform/x86: x86-android-tablets: Add Lenovo Yoga Tab 3 (YT3-X90F) charger +...Hans de Goede2022-12-081-1/+134
| * | platform/x86: x86-android-tablets: Add Medion Lifetab S10346 dataHans de Goede2022-12-081-0/+92
| * | platform/x86: wireless-hotkey: use ACPI HID as physAlex Hung2022-12-081-20/+40
| * | platform/x86/intel/hid: Add module-params for 5 button array + SW_TABLET_MODE...Hans de Goede2022-11-211-5/+31
| * | platform/x86: ideapad-laptop: Make touchpad_ctrl_via_ec a module optionHans de Goede2022-11-211-26/+7
| * | platform/x86: ideapad-laptop: Stop writing VPCCMD_W_TOUCHPAD at probe timeHans de Goede2022-11-211-4/+0
| * | platform/x86: ideapad-laptop: Send KEY_TOUCHPAD_TOGGLE on some modelsHans de Goede2022-11-211-5/+19
| * | platform/x86: ideapad-laptop: Only toggle ps2 aux port on/off on select modelsHans de Goede2022-11-211-1/+28
| * | platform/x86: ideapad-laptop: Do not send KEY_TOUCHPAD* events on probe / resumeHans de Goede2022-11-211-6/+9
| * | platform/x86: ideapad-laptop: Refactor ideapad_sync_touchpad_state()Hans de Goede2022-11-211-12/+15
| * | platform/x86/intel/sdsi: Add meter certificate supportDavid E. Box2022-11-211-11/+38
| * | platform/x86/intel/sdsi: Support different GUIDsDavid E. Box2022-11-211-3/+47
| * | platform/x86/intel/sdsi: Hide attributes if hardware doesn't supportDavid E. Box2022-11-211-11/+22
| * | platform/x86/intel/sdsi: Add Intel On Demand textDavid E. Box2022-11-212-6/+6
| * | platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driverGayatri Kammela2022-11-214-2/+72
| * | platform/x86: intel/pmc: Relocate Alder Lake PCH supportGayatri Kammela2022-11-214-316/+345
| * | platform/x86: intel/pmc: Relocate Tiger Lake PCH supportGayatri Kammela2022-11-214-264/+285
| * | platform/x86: intel/pmc: Relocate Ice Lake PCH supportXi Pardee2022-11-214-46/+60
| * | platform/x86: intel/pmc: Relocate Cannon Lake Point PCH supportXi Pardee2022-11-214-200/+219
| * | platform/x86: intel/pmc: Relocate Sunrise Point PCH supportRajvi Jingar2022-11-214-130/+148
| * | platform/x86: intel/pmc: Move variable declarations and definitions to header...Xi Pardee2022-11-212-12/+16
| * | platform/x86: intel/pmc: Replace all the reg_map with init functionsGayatri Kammela2022-11-212-37/+90
| * | platform/x86/amd: pmc: Add a workaround for an s0i3 issue on CezanneMario Limonciello2022-11-171-0/+6
| * | platform/x86: ideapad-laptop: support for more special keys in WMIPhilipp Jungkamp2022-11-161-59/+202
| * | platform/x86: ideapad-laptop: Add new _CFG bit numbers for future useEray Orçunus2022-11-161-4/+29
| * | platform/x86: ideapad-laptop: Revert "check for touchpad support in _CFG"Eray Orçunus2022-11-161-9/+5
| * | platform/x86: dell-ddv: Warn if ePPID has a suspicious lengthArmin Wolf2022-11-161-0/+9
| * | platform/x86: dell-ddv: Improve buffer handlingArmin Wolf2022-11-161-5/+7