summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/light.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0Star
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: light: remove unnecessary error checkArvind Yadav2017-09-291-5/+1Star
* staging: greybus: light: Release memory obtained by kasprintfArvind Yadav2017-09-291-0/+2
* media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2017-08-271-5/+18
* media: staging: greybus: light: fix memory leak in v4l2 registerRui Miguel Silva2017-08-271-20/+9Star
* media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus2017-07-261-2/+2
* Staging: greybus: light: Prefer kcalloc over kzallocKarthik Tummala2017-05-151-2/+2
* staging: greybus: light.c: Remove include linux/version.hDarryl T. Agostinelli2017-04-181-1/+0Star
* staging: greybus: light: check the correct value of delay_onRui Miguel Silva2016-10-021-1/+1
* staging: greybus: light: check delay_{on|off} before useRui Miguel Silva2016-10-021-0/+3
* staging: greybus: light: fix attributes allocationRui Miguel Silva2016-10-021-2/+1Star
* staging: greybus: light: remove KERNEL_VERSION checksRui Miguel Silva2016-09-191-67/+10Star
* greybus: lights: Control runtime pm suspend/resume on AP sideKris Huang2016-08-261-2/+57
* greybus: light: fix incorrect led attribute files allocationDavid Lin2016-08-261-2/+3
* greybus: lights: enable multi color LED supportKris Huang2016-08-101-8/+0Star
* greybus: lights: Add runtime pm supportKris Huang2016-08-051-22/+94
* greybus: light: Initialize mutex before using itViresh Kumar2016-06-301-2/+2
* greybus: fix pointless null checkAlex Elder2016-05-271-2/+1Star
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-2/+2
* greybus: lights: remove unnecessary checkRui Miguel Silva2016-02-261-1/+1
* greybus: lights: fix check for configured lightsRui Miguel Silva2016-02-181-1/+6
* greybus: lights: remove has_flash on failureRui Miguel Silva2016-02-181-1/+3
* greybus: lights: remove unnecessary checksRui Miguel Silva2016-02-181-5/+0Star
* greybus: lights: convert to bundle driverViresh Kumar2016-02-151-17/+55
* greybus: lights: Break light setup into two partsViresh Kumar2016-02-151-4/+42
* greybus: lights: remove sync operation and work queueRui Miguel Silva2016-01-141-1/+22
* greybus: lights: default value for v4l2 flash controlsRui Miguel Silva2015-12-041-0/+2
* greybus: lights: avoid channel torch double freeRui Miguel Silva2015-12-041-3/+0Star
* greybus: lights: add v4l2 flash operationsRui Miguel Silva2015-12-041-1/+3
* greybus: light: fix class-device parentJohan Hovold2015-11-111-4/+2Star
* greybus: light : use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-10/+8Star
* greybus: lights: add lights implementationRui Miguel Silva2015-08-141-0/+1201