summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_typec_switch.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28platform/chrome: cros_typec_switch: Convert to platform remove callback retur...Uwe Kleine-König1-3/+2
2023-05-12platform/chrome: cros_typec_switch: Add Pin D supportPrashant Malani1-3/+8
2023-04-24platform/chrome: cros_typec_switch: Add missing fwnode_handle_put()Liang He1-0/+1
2023-01-10platform/chrome: cros_typec_switch: Check for retimer flagPrashant Malani1-6/+8
2023-01-10platform/chrome: cros_typec_switch: Use fwnode* prop checkPrashant Malani1-1/+1
2022-09-01platform/chrome: cros_typec_switch: Inline DRV_NAMEStephen Boyd1-3/+1
2022-09-01platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyStephen Boyd1-6/+2
2022-09-01platform/chrome: cros_typec_switch: Remove impossible conditionStephen Boyd1-1/+1
2022-09-01platform/chrome: cros_typec_switch: Add missing newline on printkStephen Boyd1-1/+1
2022-08-19platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani1-0/+40
2022-08-19platform/chrome: cros_typec_switch: Add event checkPrashant Malani1-2/+69
2022-08-19platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani1-1/+52
2022-08-19platform/chrome: cros_typec_switch: Add switch driverPrashant Malani1-0/+169