summaryrefslogtreecommitdiffstats
path: root/drivers/led/led-pwm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-11/+1
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* led: pwm: use new pwm_apply_state APIAhmad Fatoum2020-03-311-7/+10
* led: pwm: always initialize PWM LEDs as inactiveAhmad Fatoum2020-03-311-1/+1
* led: pwm: support active-low propertyAhmad Fatoum2020-02-101-0/+4
* led: pwm: fail if required max-brightness option is missingAhmad Fatoum2020-02-101-1/+3
* led: pwm: don't test if pointer is smaller than zeroAhmad Fatoum2020-02-101-1/+1
* led: Add pwm-led driverSascha Hauer2014-03-031-0/+93