summaryrefslogtreecommitdiffstats
path: root/drivers/leds/flash
AgeCommit message (Expand)AuthorLines
2025-10-21leds: flash: Use fwnode_get_next_child_node() insteadSakari Ailus-5/+4
2025-08-18leds: flash: leds-qcom-flash: Add a separate register map for PMI8998Fenglin Wu-1/+24
2025-08-18leds: flash: leds-qcom-flash: Update torch current clamp settingFenglin Wu-26/+36
2025-07-01leds: tps6131x: Add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann-0/+1
2025-06-13leds: flash: leds-qcom-flash: Fix registry access after re-bindKrzysztof Kozlowski-4/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-22leds: tps6131x: Add support for Texas Instruments TPS6131X flash LED driverMatthias Fend-0/+827
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-06leds: ktd2692: Set missing timing propertiesRaymond Hackley-0/+1
2024-10-15leds: Switch back to struct platform_driver::remove()Uwe Kleine-König-7/+7
2024-10-09leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()Javier Carrasco-3/+1
2024-10-09leds: flash: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco-8/+3
2024-10-09leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco-2/+1
2024-08-22leds: as3645a: Use device_* to iterate over device child nodesJavier Carrasco-5/+3
2024-08-22leds: max77693: Simplify with scoped for each OF child loopKrzysztof Kozlowski-8/+3
2024-08-22leds: max77693: Add missing of_node_get for probe durationKrzysztof Kozlowski-2/+7
2024-08-22leds: ktd2692: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski-8/+7
2024-08-22leds: aat1290: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski-8/+6
2024-08-05leds: lm3601x: Reset LED controller during probeJack Chen-0/+4
2024-08-01leds: flash: leds-qcom-flash: Limit LED current based on thermal conditionFenglin Wu-1/+162
2024-08-01leds: lm3601x: Calculate max_brightness and brightness properlyJack Chen-3/+12
2024-07-11leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter-3/+7
2024-06-26leds: sy7802: Add support for Silergy SY7802 flash LED controllerAndré Apitzsch-0/+551
2024-06-26leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco-1/+4
2024-06-21leds: rt4505: Add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-06-21leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-2/+2
2024-05-02leds: aat1290: Remove unused field 'torch_brightness' from 'struct aat1290_led'Christophe JAILLET-2/+0
2024-04-12leds: mt6360: Fix the second LED can not enable torch mode by V4L2ChiaEn Wu-1/+11
2024-03-07leds: lm3601x: Fix struct lm3601_led kernel-doc warningsRandy Dunlap-2/+1
2024-03-07leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman-0/+3
2024-03-07leds: Make flash and multicolor dependencies unconditionalArnd Bergmann-2/+2
2024-03-07leds: ktd2692: Add GPIOLIB dependencyArnd Bergmann-0/+1
2024-03-07leds: ktd2692: Convert to use ExpressWire libraryDuje Mihanović-90/+28
2023-11-01leds: lm3601x: Convert to use maple tree register cacheMark Brown-1/+1
2023-11-01leds: mt6370: Annotate struct mt6370_priv with __counted_byKees Cook-1/+1
2023-11-01leds: mt6360: Annotate struct mt6360_priv with __counted_byKees Cook-1/+1
2023-11-01leds: Convert all platform drivers to return voidUwe Kleine-König-26/+14
2023-07-28leds: flash: leds-qcom-flash: Put child node if registration failedFenglin Wu-0/+1
2023-07-28leds: flash: leds-qcom-flash: Turn off LED before setting flash currentFenglin Wu-0/+4
2023-07-28leds: flash: leds-qcom-flash: Declare the driver as a moduleFenglin Wu-0/+2
2023-06-21leds: sgm3140: Add richtek,rt5033-led compatibleRaymond Hackley-0/+1
2023-06-08leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...Jiapeng Chong-2/+2
2023-05-25leds: as3645a: Replace strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-25leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-05-25leds: Switch i2c drivers back to use .probe()Uwe Kleine-König-3/+3
2023-05-25leds: flash: leds-qcom-flash: Disable LED when changing brightnessDylan Van Assche-0/+8
2023-05-25leds: flash: leds-qcom-flash: Add PMI8998 supportDylan Van Assche-2/+3
2023-03-30leds: flash: Set variables mvflash_{3,4}ch_regs storage-class-specifier to st...Tom Rix-2/+2
2023-03-23leds: flash: mt6370: Add MediaTek MT6370 flashlight supportChiYuan Huang-0/+587