summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-26leds: ns2: use devres API for getting GPIO descriptorsMarek Behún1-4/+4
2020-09-26leds: ns2: move parsing of one LED into separate functionMarek Behún1-65/+55
2020-09-26leds: ns2: support OF probing only, forget platdataMarek Behún1-25/+15
2020-09-26leds: ns2: alloc simple array instead of struct ns2_led_privMarek Behún1-14/+7
2020-09-26leds: ns2: use devres LED registering functionMarek Behún1-28/+2
2020-09-26leds: is31fl32xx: use struct led_init_data when registeringMarek Behún1-10/+9
2020-09-26leds: pm8058: cosmetic change: no need to return in if guardMarek Behún1-4/+2
2020-09-26leds: pm8058: cosmetic change: use helper variableMarek Behún1-9/+11
2020-09-26leds: pm8058: use struct led_init_data when registeringMarek Behún1-5/+6
2020-09-26leds: mt6323: cosmetic change: use helper variableMarek Behún1-4/+3
2020-09-26leds: mt6323: use struct led_init_data when registeringMarek Behún1-3/+6
2020-09-26leds: max77650: use struct led_init_data when registeringMarek Behún1-14/+9
2020-09-26leds: lm3697: cosmetic change: use helper variable, reverse christmas treeMarek Behún1-39/+36
2020-09-26leds: lm3697: use struct led_init_data when registeringMarek Behún1-10/+8
2020-09-26leds: bcm6328, bcm6358: use struct led_init_data when registeringMarek Behún2-4/+6
2020-09-26leds: bcm6328, bcm6358: use devres LED registering functionMarek Behún2-2/+2
2020-09-26leds: various: fix OF node leaksMarek Behún3-4/+12
2020-09-26leds: various: use only available OF childrenMarek Behún15-26/+26
2020-09-26leds: lt3593: do not rewrite .of_node of new LED device to wrong valueMarek Behún1-1/+0
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún28-35/+35
2020-09-26leds: various: use device_get_match_dataMarek Behún5-34/+6
2020-09-26leds: ip30: compile if COMPILE_TEST=yMarek Behún2-1/+2
2020-09-26leds: various: compile if COMPILE_TEST=yMarek Behún1-5/+5
2020-09-26leds: pwm: Allow automatic labels for DT based devicesAlexander Dahl1-1/+2
2020-09-09leds: tlc591xx: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+4
2020-09-09leds: sgm3140: Simplify with dev_err_probe()Krzysztof Kozlowski1-18/+9
2020-09-09leds: pwm: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+4
2020-09-09leds: lm3692x: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+4
2020-09-09DT: leds: Add an optional property named 'shutdown-gpios'Grant Feng1-0/+2
2020-09-09leds: is31fl319x: Add shutdown pin and generate a 5ms low pulse when startupGrant Feng1-0/+18
2020-09-09dt: bindings: lp55xx: Updte yaml examples with new color IDDan Murphy1-1/+1
2020-08-17leds: lp50xx: Add the LP50XX family of the RGB LED driverDan Murphy3-0/+646
2020-08-17dt: bindings: lp50xx: Introduce the lp50xx family of RGB driversDan Murphy1-0/+130
2020-08-17leds: LP55XX_COMMON needs to depend on LEDS_CLASSRandy Dunlap1-0/+1
2020-08-17leds: pca955x: Add an IBM software implementation of the PCA9552 chipEddie James1-0/+8
2020-08-17dt-bindings: leds: pca955x: Add IBM implementation compatible stringEddie James1-0/+1
2020-08-17leds: sgm3140: fix led->LED for consistencyPavel Machek1-1/+1
2020-08-17leds: we don't want people to use LED subsystem for vibrationsPavel Machek1-7/+0
2020-08-17leds: mt6323: move period calculationTom Rix1-9/+9
2020-08-17leds: s3c24xx: Remove unused machine header includeKrzysztof Kozlowski1-2/+0
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds4-156/+409
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds8-66/+62
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds69-998/+370
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-247/+1253
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-32/+88