aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2023-09-28platform/chrome/wilco_ec: core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-28platform/chrome: cros_usbpd_notify: Convert to platform remove callback returning voidUwe Kleine-König1-8/+4
2023-09-28platform/chrome: cros_usbpd_logger: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_typec_switch: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-28platform/chrome: cros_ec_vbc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_ec_lpc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_ec_lightbar: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_ec_debugfs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/chrome: cros_ec_chardev: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-26platform/x86: hp-bioscfg: Annotate struct bios_args with __counted_byKees Cook1-1/+1
2023-09-25platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_byKees Cook1-1/+1
2023-09-21platform/x86: think-lmi: Use strreplace() to replace a character by nulAndy Shevchenko1-15/+4
2023-09-21platform/x86: think-lmi: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-28/+15
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 returning voidUwe Kleine-König1-3/+2
2023-09-21platform/surface: aggregator-cdev: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-21platform/surface: acpi-notify: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-21platform/surface: surface3-wmi: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-21platform/x86: x86-android-tablets: Fix Lenovo Yoga Tablet 2 830F/L vs 1050F/L detectionHans de Goede1-1/+1
2023-09-21platform/x86: think-lmi: Add bulk save featureMark Pearson2-15/+153
2023-09-18platform/x86: thinkpad_acpi: Take mutex in hotkey_resumeDennis Bonke1-0/+2
2023-09-18platform/x86: intel_scu_ipc: Fail IPC send if still busyStephen Boyd1-12/+28
2023-09-18platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command()Stephen Boyd1-1/+0
2023-09-18platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()Stephen Boyd1-2/+4
2023-09-18platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()Stephen Boyd1-11/+8
2023-09-13platform/mellanox: mlxbf-pmc: Add support for BlueField-3Shravan Kumar Ramani1-32/+654
2023-09-12platform/x86: asus-wmi: add support for ASUS screenpadLuke D. Jones2-0/+134
2023-09-12Merge remote-tracking branch 'pdx86/platform-drivers-x86-android-tablets' into review-hansHans de Goede5-72/+108
2023-09-12platform/x86: x86-android-tablets: Add a comment about x86_android_tablet_get_gpiod()Hans de Goede1-0/+15
2023-09-11platform/x86: x86-android-tablets: Drop "linux,power-supply-name" from lenovo_yt3_bq25892_0_props[]Hans de Goede1-1/+0
2023-09-11platform/x86: x86-android-tablets: Use platform-device as gpio-keys parentHans de Goede1-1/+1
2023-09-11platform/x86: x86-android-tablets: Stop using gpiolib private APIsHans de Goede5-37/+55
2023-09-11platform/x86: x86-android-tablets: Create a platform_device from module_init()Hans de Goede1-13/+38
2023-09-11platform/x86: x86-android-tablets: Remove invalid_aei_gpiochip supportHans de Goede2-16/+0
2023-09-11platform/x86: x86-android-tablets: Remove invalid_aei_gpiochip from Peaq C1010Hans de Goede1-5/+0
2023-09-11platform/x86: asus-wmi: Support 2023 ROG X16 tablet modeLuke D. Jones1-0/+9
2023-09-11platform/mellanox: NVSW_SN2201 should depend on ACPIGeert Uytterhoeven1-2/+2
2023-09-11platform/mellanox: mlxbf-bootctl: add NET dependency into KconfigDavid Thompson1-0/+1
2023-09-11platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed eventsShravan Kumar Ramani1-20/+7
2023-09-11platform/mellanox: mlxbf-pmc: Fix potential buffer overflowsShravan Kumar Ramani1-7/+7
2023-09-11platform/mellanox: mlxbf-tmfifo: Drop jumbo framesLiming Sun1-7/+17
2023-09-11platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptorsLiming Sun1-17/+49
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+27
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds48-336/+7853
2023-08-30platform/x86: asus-wmi: corrections to egpu safety checkLuke D. Jones1-8/+7
2023-08-30platform/x86: mlx-platform: Add dependency on PCI to KconfigVadim Pasternak1-2/+1
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1