summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_ec_lightbar.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback matchTzung-Bi Shih1-1/+8
2023-09-28platform/chrome: cros_ec_lightbar: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2022-12-26platform/chrome: use sysfs_emit() instead of scnprintf()ye xingchen1-8/+6
2022-11-02platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris1-0/+1
2022-11-02platform/chrome: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2021-01-20platform/chrome: Constify static attribute_group structsRikard Falkeborn1-1/+1
2020-09-04platform/chrome: cros_ec_lightbar: Reduce ligthbar get version commandGwendal Grignou1-0/+2
2020-08-24cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck1-6/+4
2020-03-02platform/chrome: cros_ec_lightbar: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra1-37/+13
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-1/+0
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-1/+2
2019-06-28platform/chrome: lightbar: Get drvdata from parent in suspend/resumeRajat Jain1-2/+2
2019-06-05platform/chrome: cros_ec: Make some symbols staticYueHaibing1-1/+1
2019-02-01platform/chrome: cros_ec_lightbar: remove pr_fmt() defineEnric Balletbo i Serra1-2/+0
2019-02-01platform/chrome: cros_ec_lightbar: switch to SPDX identifierEnric Balletbo i Serra1-18/+4
2019-02-01platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a lightbarEnric Balletbo i Serra1-35/+18
2019-02-01mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra1-1/+1
2019-02-01mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra1-22/+73
2018-05-30platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou1-14/+7
2017-12-15cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande1-2/+0
2017-12-15cros_ec: Split cros_ec_devs moduleThierry Escande1-0/+4
2017-06-24platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspendJeffery Yu1-4/+9
2017-06-24platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to ECEric Caruso1-0/+38
2017-06-24platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequenceEric Caruso1-3/+82
2017-06-24platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfsEric Caruso1-1/+68
2016-05-11platform/chrome: cros_ec_lightbar - use name instead of ID to hide lightbar a...Clinton Sprain1-1/+6
2016-05-11platform/chrome: use to_platform_device()Geliang Tang1-2/+1
2015-10-08platform/chrome: cros_ec: Fix possible leak in led_rgb_store()Christian Engelmayer1-5/+3
2015-10-08platform/chrome: cros_ec: Fix leak in sequence_store()Christian Engelmayer1-9/+14
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-34/+41
2015-06-15mfd: cros_ec: rev cros_ec_commands.hStephen Barber1-7/+7
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-49/+103
2015-03-04platform/chrome: cros_ec_lightbar - fix duplicate const warningOlof Johansson1-1/+1
2015-02-27platform/chrome: Expose Chrome OS Lightbar to usersBill Richardson1-0/+367