aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)Author
2022-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/chro...Stephen Rothwell
2022-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx8...Stephen Rothwell
2022-07-28Merge branch 'for-mfd-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell
2022-07-25Merge branch 'acpi-bus' into linux-nextRafael J. Wysocki
2022-07-21platform/chrome: cros_kunit_util: add default value for `msg->result`Tzung-Bi Shih
2022-07-21platform/chrome: merge Kunit utils and test casesTzung-Bi Shih
2022-07-20platform/chrome: cros_kbd_led_backlight: fix build warningTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_countTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for check_featuresTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_host_eventTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_next_eventTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_statusTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: return -EPROTO if empty payloadTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for empty payloadTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: return -EAGAIN when retries timed outTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: change Kunit expectation when timed outTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()Tzung-Bi Shih
2022-07-18platform/chrome: cros_ec_typec: Register port altmodesPrashant Malani
2022-07-18platform/chrome: cros_ec_typec: Rename port altmode arrayPrashant Malani
2022-07-17platform/surface: tabletsw: Fix __le32 integer accessMaximilian Luz
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-14platform/mellanox: mlxreg-io: Add locking for io operationsVadim Pasternak
2022-07-14platform/x86: mlx-platform: Add COME board revision registerVadim Pasternak
2022-07-14platform/x86: mlx-platform: Add support for new system XH3000Vadim Pasternak
2022-07-14platform/x86: mlx-platform: Introduce support for COMe NVSwitch management mo...Vadim Pasternak
2022-07-14platform/x86: mlx-platform: Add support for systems equipped with two ASICsVadim Pasternak
2022-07-14platform/x86: mlx-platform: Add cosmetic changes for alignmentVadim Pasternak
2022-07-14platform/x86: mlx-platform: Make activation of some drivers conditionalVadim Pasternak
2022-07-14platform/x86: asus-wmi: Add mic-mute LED classdev supportPaddyKP_Yao
2022-07-14leds: simatic-ipc-leds-gpio: Add GPIO version of Siemens driverHenning Schild
2022-07-14platform/x86: simatic-ipc: drop custom P2SB bar codeHenning Schild
2022-07-14i2c: i801: convert to use common P2SB accessorAndy Shevchenko
2022-07-14platform/x86/intel: Add Primary to Sideband (P2SB) bridge supportJonathan Yong
2022-07-13platform/chrome: cros_ec_typec: Use dev_err_probe on port register failNĂ­colas F. R. A. Prado
2022-07-10platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on t...Hans de Goede
2022-07-10platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on t...Hans de Goede
2022-07-10platform/x86: serial-multi-instantiate: Sort ACPI IDs by HIDAndy Shevchenko
2022-07-10platform/x86: serial-multi-instantiate: Get rid of redundant 'else'Andy Shevchenko
2022-07-10platform/x86: serial-multi-instantiate: Use while (i--) pattern to clean upAndy Shevchenko
2022-07-10platform/x86: serial-multi-instantiate: Improve dev_err_probe() messagingAndy Shevchenko
2022-07-10platform/x86: serial-multi-instantiate: Drop duplicate checkAndy Shevchenko
2022-07-10platform/x86: serial-multi-instantiate: Improve autodetectionAndy Shevchenko
2022-07-10platform/x86/intel/ifs: Mark as BROKENHans de Goede
2022-07-10platform/x86: asus-wmi: Add key mappingsMisaka19465