aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/light.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26greybus: lights: check return of get_channel_from_modeRui Miguel Silva1-1/+7
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2024-03-07leds: Make flash and multicolor dependencies unconditionalArnd Bergmann1-21/+0
2024-03-05staging: greybus: fix get_channel_from_mode() failure pathDan Carpenter1-4/+4
2021-01-05staging: greybus: light: Use kzalloc for allocating only one thingZheng Yongjun1-2/+1
2020-04-13staging: greybus: fix a missing-check bug in gb_lights_light_config()Chen Zhou1-1/+2
2019-09-03staging: greybus: light: fix a couple double freesDan Carpenter1-6/+6
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman1-3/+1
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-09-29staging: greybus: light: remove unnecessary error checkArvind Yadav1-5/+1
2017-09-29staging: greybus: light: Release memory obtained by kasprintfArvind Yadav1-0/+2
2017-08-26media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus1-5/+18
2017-08-26media: staging: greybus: light: fix memory leak in v4l2 registerRui Miguel Silva1-20/+9
2017-07-26media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus1-2/+2
2017-05-15Staging: greybus: light: Prefer kcalloc over kzallocKarthik Tummala1-2/+2
2017-04-18staging: greybus: light.c: Remove include linux/version.hDarryl T. Agostinelli1-1/+0
2016-10-02staging: greybus: light: check the correct value of delay_onRui Miguel Silva1-1/+1
2016-10-02staging: greybus: light: check delay_{on|off} before useRui Miguel Silva1-0/+3
2016-10-02staging: greybus: light: fix attributes allocationRui Miguel Silva1-2/+1
2016-09-19staging: greybus: light: remove KERNEL_VERSION checksRui Miguel Silva1-67/+10
2016-08-26greybus: lights: Control runtime pm suspend/resume on AP sideKris Huang1-2/+57
2016-08-26greybus: light: fix incorrect led attribute files allocationDavid Lin1-2/+3
2016-08-10greybus: lights: enable multi color LED supportKris Huang1-8/+0
2016-08-05greybus: lights: Add runtime pm supportKris Huang1-22/+94
2016-06-29greybus: light: Initialize mutex before using itViresh Kumar1-2/+2
2016-05-27greybus: fix pointless null checkAlex Elder1-2/+1
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-2/+2
2016-02-25greybus: lights: remove unnecessary checkRui Miguel Silva1-1/+1
2016-02-17greybus: lights: fix check for configured lightsRui Miguel Silva1-1/+6
2016-02-17greybus: lights: remove has_flash on failureRui Miguel Silva1-1/+3
2016-02-17greybus: lights: remove unnecessary checksRui Miguel Silva1-5/+0
2016-02-15greybus: lights: convert to bundle driverViresh Kumar1-17/+55
2016-02-15greybus: lights: Break light setup into two partsViresh Kumar1-4/+42
2016-01-13greybus: lights: remove sync operation and work queueRui Miguel Silva1-1/+22
2015-12-03greybus: lights: default value for v4l2 flash controlsRui Miguel Silva1-0/+2
2015-12-03greybus: lights: avoid channel torch double freeRui Miguel Silva1-3/+0
2015-12-03greybus: lights: add v4l2 flash operationsRui Miguel Silva1-1/+3
2015-11-11greybus: light: fix class-device parentJohan Hovold1-4/+2
2015-10-15greybus: light : use the bundle struct device instead of the connectorGreg Kroah-Hartman1-10/+8
2015-08-14greybus: lights: add lights implementationRui Miguel Silva1-0/+1201