aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/light.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13staging: greybus: fix a missing-check bug in gb_lights_light_config()Gravatar Chen Zhou 1-1/+2
2019-09-03staging: greybus: light: fix a couple double freesGravatar Dan Carpenter 1-6/+6
2019-08-27staging: greybus: move core include files to include/linux/greybus/Gravatar Greg Kroah-Hartman 1-3/+1
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-09-29staging: greybus: light: remove unnecessary error checkGravatar Arvind Yadav 1-5/+1
2017-09-29staging: greybus: light: Release memory obtained by kasprintfGravatar Arvind Yadav 1-0/+2
2017-08-26media: v4l2-flash-led-class: Create separate sub-devices for indicatorsGravatar Sakari Ailus 1-5/+18
2017-08-26media: staging: greybus: light: fix memory leak in v4l2 registerGravatar Rui Miguel Silva 1-20/+9
2017-07-26media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorGravatar Sakari Ailus 1-2/+2
2017-05-15Staging: greybus: light: Prefer kcalloc over kzallocGravatar Karthik Tummala 1-2/+2
2017-04-18staging: greybus: light.c: Remove include linux/version.hGravatar Darryl T. Agostinelli 1-1/+0
2016-10-02staging: greybus: light: check the correct value of delay_onGravatar Rui Miguel Silva 1-1/+1
2016-10-02staging: greybus: light: check delay_{on|off} before useGravatar Rui Miguel Silva 1-0/+3
2016-10-02staging: greybus: light: fix attributes allocationGravatar Rui Miguel Silva 1-2/+1
2016-09-19staging: greybus: light: remove KERNEL_VERSION checksGravatar Rui Miguel Silva 1-67/+10
2016-08-26greybus: lights: Control runtime pm suspend/resume on AP sideGravatar Kris Huang 1-2/+57
2016-08-26greybus: light: fix incorrect led attribute files allocationGravatar David Lin 1-2/+3
2016-08-10greybus: lights: enable multi color LED supportGravatar Kris Huang 1-8/+0
2016-08-05greybus: lights: Add runtime pm supportGravatar Kris Huang 1-22/+94
2016-06-29greybus: light: Initialize mutex before using itGravatar Viresh Kumar 1-2/+2
2016-05-27greybus: fix pointless null checkGravatar Alex Elder 1-2/+1
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-2/+2
2016-02-25greybus: lights: remove unnecessary checkGravatar Rui Miguel Silva 1-1/+1
2016-02-17greybus: lights: fix check for configured lightsGravatar Rui Miguel Silva 1-1/+6
2016-02-17greybus: lights: remove has_flash on failureGravatar Rui Miguel Silva 1-1/+3
2016-02-17greybus: lights: remove unnecessary checksGravatar Rui Miguel Silva 1-5/+0
2016-02-15greybus: lights: convert to bundle driverGravatar Viresh Kumar 1-17/+55
2016-02-15greybus: lights: Break light setup into two partsGravatar Viresh Kumar 1-4/+42
2016-01-13greybus: lights: remove sync operation and work queueGravatar Rui Miguel Silva 1-1/+22
2015-12-03greybus: lights: default value for v4l2 flash controlsGravatar Rui Miguel Silva 1-0/+2
2015-12-03greybus: lights: avoid channel torch double freeGravatar Rui Miguel Silva 1-3/+0
2015-12-03greybus: lights: add v4l2 flash operationsGravatar Rui Miguel Silva 1-1/+3
2015-11-11greybus: light: fix class-device parentGravatar Johan Hovold 1-4/+2
2015-10-15greybus: light : use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-10/+8
2015-08-14greybus: lights: add lights implementationGravatar Rui Miguel Silva 1-0/+1201