aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface
AgeCommit message (Expand)AuthorFilesLines
6 daysplatform/surface: aggregator: Log critical errors during SAM probingWeifeng Liu1-14/+28
2024-04-08platform/surface: aggregator_registry: Add support for thermal sensors on the...Maximilian Luz1-0/+7
2024-03-25platform/surface: platform_profile: add fan profile switchingIvor Wanders2-24/+100
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2024-02-06platform/surface: aggregator_registry: add entry for fan speedIvor Wanders1-0/+7
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-2/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-7/+7
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-29/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-01-04platform/surface: aggregator: make ssam_bus_type constant and staticGreg Kroah-Hartman1-2/+3
2024-01-04Merge branch 'acpi-utils'Rafael J. Wysocki1-29/+1
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion1-1/+1
2023-12-19ACPI: utils: Introduce helper for _DEP list lookupRafael J. Wysocki1-27/+1
2023-12-15ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki1-3/+1
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman1-1/+4
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)4-7/+7
2023-11-29platform/surface: aggregator: fix recv_buf() return valueFrancesco Dolcini1-1/+4
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-24/+14
2023-10-26Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc'Rafael J. Wysocki1-3/+7
2023-10-18platform/surface: platform_profile: Propagate error if profile registration f...Armin Wolf1-2/+1
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki1-3/+7
2023-09-21platform/surface: hotplug: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-21platform/surface: gpe: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-21platform/surface: dtx: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-21platform/surface: aggregator-registry: Convert to platform remove callback re...Uwe Kleine-König1-3/+2
2023-09-21platform/surface: aggregator-cdev: Convert to platform remove callback return...Uwe Kleine-König1-3/+2
2023-09-21platform/surface: acpi-notify: Convert to platform remove callback returning ...Uwe Kleine-König1-4/+2
2023-09-21platform/surface: surface3-wmi: Convert to platform remove callback returning...Uwe Kleine-König1-3/+2
2023-06-30Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-06-13platform/surface: surface3_power: Switch back to use struct i2c_driver's .pro...Uwe Kleine-König1-1/+1
2023-06-01platform/surface: Disable for RISC-VSunil V L1-1/+1
2023-05-30platform/surface: aggregator_tabletsw: Add support for book mode in POS subsy...Maximilian Luz1-0/+5
2023-05-30platform/surface: aggregator_tabletsw: Add support for book mode in KIP subsy...Maximilian Luz1-0/+5
2023-05-30platform/surface: aggregator: Allow completion work-items to be executed in p...Maximilian Luz1-1/+1
2023-04-25Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-40/+142
2023-03-22platform/surface: aggregator: Add missing fwnode_handle_put()Liang He1-1/+3
2023-03-16platform/surface: aggregator_registry: Add support for tablet-mode switch on ...Maximilian Luz1-1/+1
2023-03-16platform/surface: aggregator_tabletsw: Add support for Type-Cover posture sourceMaximilian Luz1-0/+57
2023-03-16platform/surface: aggregator_tabletsw: Properly handle different posture sour...Maximilian Luz1-39/+84
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-02platform/surface: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-10/+3
2023-02-02platform/surface: aggregator: Rename top-level request functions to avoid amb...Maximilian Luz5-24/+24
2023-02-02platform/surface: aggregator_registry: Fix target-ID of base-hubMaximilian Luz2-2/+2
2023-02-02platform/surface: aggregator: Enforce use of target-ID enum in device ID macrosMaximilian Luz4-6/+6
2023-02-02platform/surface: dtx: Use target-ID enum instead of hard-coding valuesMaximilian Luz1-9/+9
2023-02-02platform/surface: aggregator_tabletsw: Use target-ID enum instead of hard-cod...Maximilian Luz1-3/+3
2023-02-02platform/surface: aggregator_hub: Use target-ID enum instead of hard-coding v...Maximilian Luz1-2/+2
2023-02-02platform/surface: aggregator: Add target and source IDs to command trace eventsMaximilian Luz1-6/+67
2023-02-02platform/surface: aggregator: Improve documentation and handling of message t...Maximilian Luz3-13/+14
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-12platform/surface: aggregator: Add missing call to ssam_request_sync_free()Maximilian Luz1-1/+3
2023-01-12platform/surface: aggregator: Ignore command messages not intended for usMaximilian Luz1-0/+14
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki1-2/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-2/+1
2022-11-16platform/surface: aggregator_registry: Add support for Surface Laptop 5Maximilian Luz1-0/+16
2022-11-15platform/surface: aggregator_registry: Add support for Surface Pro 9Maximilian Luz1-0/+21
2022-11-15platform/surface: aggregator: Do not check for repeated unsequenced packetsMaximilian Luz1-4/+20
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+3
2022-09-27platform/surface: Split memcpy() of struct ssam_event flexible arrayKees Cook1-1/+2
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-21/+26
2022-08-26platform/x86: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-25platform/surface: aggregator_registry: Add HID devices for sensors and UCSI c...Maximilian Luz1-0/+2
2022-08-25platform/surface: aggregator_registry: Rename HID device nodes based on new f...Maximilian Luz1-18/+18
2022-08-25platform/surface: aggregator_registry: Rename HID device nodes based on their...Maximilian Luz1-9/+9
2022-08-25platform/surface: aggregator_registry: Add support for Surface Laptop Go 2Maximilian Luz1-0/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-15platform/surface: aggregator_registry: Add HID devices for sensors and UCSI c...Maximilian Luz1-0/+2
2022-08-15platform/surface: aggregator_registry: Rename HID device nodes based on new f...Maximilian Luz1-18/+18
2022-08-15platform/surface: aggregator_registry: Rename HID device nodes based on their...Maximilian Luz1-9/+9
2022-08-15platform/surface: aggregator_registry: Add support for Surface Laptop Go 2Maximilian Luz1-0/+3
2022-07-28platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4Maximilian Luz1-0/+12
2022-07-17platform/surface: tabletsw: Fix __le32 integer accessMaximilian Luz1-2/+2
2022-07-02platform/surface: Update copyright year of various driversMaximilian Luz22-22/+22
2022-07-02platform/surface: aggregator: Move subsystem hub drivers to their own moduleMaximilian Luz4-374/+404
2022-07-02platform/surface: aggregator: Move device registry helper functions to core m...Maximilian Luz2-89/+135
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz1-0/+7
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz1-1/+7
2022-07-02platform/surface: Add KIP/POS tablet-mode switch driverMaximilian Luz3-0/+557
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+45
2022-06-22platform/surface: avoid flush_scheduled_work() usageTetsuo Handa1-3/+24
2022-06-13platform/surface: aggregator_registry: Add support for keyboard cover on Surf...Maximilian Luz1-1/+36
2022-06-13platform/surface: aggregator_registry: Add KIP device hubMaximilian Luz1-2/+101
2022-06-13platform/surface: aggregator_registry: Change device ID for base hubMaximilian Luz1-2/+2
2022-06-13platform/surface: aggregator_registry: Generify subsystem hub functionalityMaximilian Luz1-116/+153
2022-06-13platform/surface: aggregator_registry: Use client device wrappers for notifie...Maximilian Luz1-3/+3
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz1-18/+35
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz1-1/+1
2022-05-06platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz1-0/+8
2022-03-02platform/surface: Remove Surface 3 Button driverHans de Goede3-255/+0
2022-03-02surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede1-3/+10
2022-02-03platform/surface: surface3-wmi: Simplify resource managementChristophe JAILLET1-4/+1
2022-02-03platform/surface: Replace acpi_bus_get_device()Rafael J. Wysocki2-9/+6
2022-01-24platform/surface: Reinstate platform dependencyGeert Uytterhoeven1-0/+1
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz2-1/+7
2021-11-16platform/surface: aggregator_registry: Rename device registration functionMaximilian Luz1-4/+4
2021-11-16platform/surface: aggregator_registry: Use generic client removal functionMaximilian Luz1-19/+5
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz3-20/+10
2021-10-28platform/surface: aggregator_registry: Add initial support for Surface Pro 8Maximilian Luz1-0/+12
2021-10-21platform/surface: aggregator_registry: Add support for Surface Laptop StudioMaximilian Luz1-0/+54
2021-10-21platform/surface: gpe: Add support for Surface Laptop StudioMaximilian Luz1-0/+13
2021-10-19surface: surface3_power: Drop redundant acpi_bus_get_device() callRafael J. Wysocki1-2/+1
2021-10-19surface: surface3-wmi: Use ACPI_COMPANION() directlyRafael J. Wysocki1-5/+4
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-16/+7
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2021-08-13platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko1-8/+1
2021-08-12platform/surface: aggregator: Use y instead of objs in MakefileAndy Shevchenko1-9/+6
2021-08-12platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helperAndy Shevchenko1-7/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede3-17/+18
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li1-7/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li1-7/+3
2021-06-16platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz1-0/+16
2021-06-16platform/surface: aggregator_cdev: Allow enabling of events from user-spaceMaximilian Luz1-0/+58
2021-06-16platform/surface: aggregator_cdev: Add support for forwarding events to user-...Maximilian Luz1-23/+437
2021-06-16platform/surface: aggregator: Update copyrightMaximilian Luz15-15/+15
2021-06-16platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz1-48/+245
2021-06-16platform/surface: aggregator: Allow registering notifiers without enabling ev...Maximilian Luz1-28/+41
2021-06-16platform/surface: dtx: Add missing mutex_destroy() call in failure pathMaximilian Luz1-0/+1
2021-06-16platform/surface: aggregator: Fix event disable functionMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator_registry: Consolidate node groups for 5th- and 6...Maximilian Luz1-35/+12
2021-06-16platform/surface: aggregator_registry: Add support for 13" Intel Surface Lapt...Maximilian Luz1-0/+3
2021-06-16platform/surface: aggregator_registry: Update comments for 15" AMD Surface La...Maximilian Luz1-2/+2
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally3-17/+18
2021-05-19platform/surface: dtx: Fix poll functionMaximilian Luz1-7/+1
2021-05-19platform/surface: aggregator: Do not mark interrupt as sharedMaximilian Luz1-2/+1
2021-04-20platform/surface: aggregator: fix a bit testDan Carpenter1-1/+1
2021-04-08platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-04-07platform/surface: aggregator_registry: Give devices time to set up when conne...Maximilian Luz1-58/+40
2021-04-07platform/surface: clean up a variable in surface_dtx_read()Dan Carpenter1-1/+1
2021-03-23platform/surface: fix semicolon.cocci warningskernel test robot1-1/+1
2021-03-17platform/surface: aggregator_registry: Add support for Surface Pro 7+Maximilian Luz1-1/+4
2021-03-17platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' staticWei Yongjun1-1/+1
2021-03-17platform/surface: dtx: Add support for native SSAM devicesMaximilian Luz2-1/+93
2021-03-17platform/surface: Add DTX driverMaximilian Luz3-0/+1218
2021-03-08platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki1-2/+0
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz3-8/+8
2021-03-06platform/surface: Add platform profile driverMaximilian Luz3-0/+213
2021-03-06platform/surface: aggregator_registry: Add HID subsystem devicesMaximilian Luz1-0/+49
2021-03-06platform/surface: aggregator_registry: Add DTX deviceMaximilian Luz1-0/+7
2021-03-06platform/surface: aggregator_registry: Add platform profile deviceMaximilian Luz1-0/+15
2021-03-06platform/surface: aggregator_registry: Add battery subsystem devicesMaximilian Luz1-0/+27
2021-03-06platform/surface: aggregator_registry: Add base device hubMaximilian Luz1-1/+260
2021-03-06platform/surface: Set up Surface Aggregator device registryMaximilian Luz3-0/+312
2021-02-11platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz1-1/+1
2021-02-08platform/surface: Add Surface Hot-Plug driverMaximilian Luz3-0/+302
2021-02-04platform/surface: surface3-wmi: Fix variable 'status' set but not used compil...Hans de Goede1-1/+5
2021-02-03platform/surface: aggregator: Fix braces in if condition with unlikely() macroMaximilian Luz1-1/+18
2021-01-18platform/surface: aggregator: Fix kernel-doc referencesMaximilian Luz1-3/+2
2021-01-18platform/surface: aggregator: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2021-01-13platform/surface: aggregator_cdev: Add comments regarding unchecked allocatio...Maximilian Luz1-0/+19
2021-01-13platform/surface: aggregator_cdev: Fix access of uninitialized variablesMaximilian Luz1-2/+2
2021-01-13platform/surface: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-01-07platform/surface: Add Surface ACPI Notify driverMaximilian Luz3-0/+906
2021-01-07platform/surface: Add Surface Aggregator user-space interfaceMaximilian Luz3-0/+321
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz5-0/+470
2021-01-07platform/surface: aggregator: Add error injection capabilitiesMaximilian Luz4-1/+375
2021-01-07platform/surface: aggregator: Add trace pointsMaximilian Luz6-1/+655
2021-01-06platform/surface: aggregator: Add event item allocation cachingMaximilian Luz3-10/+101
2021-01-06platform/surface: aggregator: Add control packet allocation cachingMaximilian Luz3-10/+67
2021-01-06platform/surface: Add Surface Aggregator subsystemMaximilian Luz14-0/+7460
2021-01-04platform/surface: SURFACE_PLATFORMS should depend on ACPIGeert Uytterhoeven1-4/+4
2021-01-04platform/surface: surface_gpe: Fix non-PM_SLEEP build warningsRandy Dunlap1-2/+2
2020-11-24platform/surface: gpe: Add support for 15" Intel version of Surface Laptop 3Maximilian Luz1-0/+12
2020-11-09platform/surface: Add Driver to set up lid GPEs on MS Surface deviceMaximilian Luz3-0/+320
2020-10-27platform/surface: Move Surface Pro 3 Button driver to platform/surfaceMaximilian Luz3-0/+275
2020-10-27platform/surface: Move Surface 3 Power OpRegion driver to platform/surfaceMaximilian Luz3-0/+597
2020-10-27platform/surface: Move Surface 3 Button driver to platform/surfaceMaximilian Luz3-0/+254
2020-10-27platform/surface: Move Surface 3 WMI driver to platform/surfaceMaximilian Luz3-0/+309
2020-10-27platform: Add Surface platform directoryMaximilian Luz2-0/+19