summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec: Make some symbols staticYueHaibing2019-06-051-1/+1
* platform/chrome: cros_ec_lightbar: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
* platform/chrome: cros_ec_lightbar: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
* platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a lightbarEnric Balletbo i Serra2019-02-011-35/+18
* mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-011-1/+1
* mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra2019-02-011-22/+73
* platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou2018-05-301-14/+7
* cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande2017-12-151-2/+0
* cros_ec: Split cros_ec_devs moduleThierry Escande2017-12-151-0/+4
* platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspendJeffery Yu2017-06-231-4/+9
* platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to ECEric Caruso2017-06-231-0/+38
* platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequenceEric Caruso2017-06-231-3/+82
* platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfsEric Caruso2017-06-231-1/+68
* platform/chrome: cros_ec_lightbar - use name instead of ID to hide lightbar a...Clinton Sprain2016-05-111-1/+6
* platform/chrome: use to_platform_device()Geliang Tang2016-05-111-2/+1
* platform/chrome: cros_ec: Fix possible leak in led_rgb_store()Christian Engelmayer2015-10-071-5/+3
* platform/chrome: cros_ec: Fix leak in sequence_store()Christian Engelmayer2015-10-071-9/+14
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-34/+41
* mfd: cros_ec: rev cros_ec_commands.hStephen Barber2015-06-151-7/+7
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-49/+103
* platform/chrome: cros_ec_lightbar - fix duplicate const warningOlof Johansson2015-03-041-1/+1
* platform/chrome: Expose Chrome OS Lightbar to usersBill Richardson2015-02-261-0/+367