summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* leds: initial support for Turris Omnia LEDsMarek Behún2020-07-243-0/+307
* leds: pattern trigger -- check pattern for validityPavel Machek2020-07-241-2/+4
* leds: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-225-6/+6
* leds: trigger: add support for LED-private device triggersMarek Behún2020-07-221-6/+20
* leds: lp5521: Add multicolor framework multicolor brightness supportDan Murphy2020-07-221-0/+20
* leds: lp5523: Update the lp5523 code to add multicolor brightness functionDan Murphy2020-07-221-0/+20
* leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy2020-07-227-52/+205
* leds: lp55xx: Convert LED class registration to devm_*Dan Murphy2020-07-226-40/+13
* leds: multicolor: Introduce a multicolor class definitionDan Murphy2020-07-223-0/+214
* leds: Add multicolor ID to the color ID listDan Murphy2020-07-151-0/+1
* leds: lp5523: Fix various formatting issues in the codeDan Murphy2020-07-151-9/+10
* leds: lp55xx: Fix file permissions to use DEVICE_ATTR macrosDan Murphy2020-07-151-12/+10
* leds: gpio: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-07-121-10/+3
* leds: ns2: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-07-121-8/+1
* leds: gpio: Fix semantic errorLinus Walleij2020-07-121-1/+1
* leds: core: Flush scheduled work for system suspendKai-Heng Feng2020-07-121-0/+1
* leds: trigger: gpio: Avoid warning on update of invertedJan Kiszka2020-07-121-1/+2
* leds: fix spelling mistakeFlavio Suligoi2020-07-121-1/+1
* leds: pca955x: Include the right GPIO headerLinus Walleij2020-07-121-1/+1
* leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij2020-07-121-16/+11
* leds-bcm6328: support second hw blinking intervalÁlvaro Fernández Rojas2020-06-221-22/+75
* leds: drop redundant struct-device pointer castsJohan Hovold2020-06-222-12/+6
* leds: wm831x-status: fix use-after-free on unbindJohan Hovold2020-06-221-1/+13
* leds: lm36274: fix use-after-free on unbindJohan Hovold2020-06-221-3/+12
* leds: lm3533: fix use-after-free on unbindJohan Hovold2020-06-221-3/+9
* leds: da903x: fix use-after-free on unbindJohan Hovold2020-06-221-1/+13
* leds: 88pm860x: fix use-after-free on unbindJohan Hovold2020-06-221-1/+13
* leds: lm355x: avoid enum conversion warningArnd Bergmann2020-06-221-3/+4
* Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-216-23/+19
|\
| * pinctrl: single: fix function name in documentationDrew Fustini2020-06-201-1/+1
| * pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan2020-06-201-1/+2
| * Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen2020-06-201-4/+3
| * pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warningskernel test robot2020-06-161-4/+1
| * pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar2020-06-161-2/+2
| * pinctrl: qcom: spmi-gpio: fix warning about irq chip reusageDmitry Baryshkov2020-06-161-11/+10
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-218-25/+39
|\ \
| * | crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
| * | crypto: caam - fix typosHeinrich Schuchardt2020-06-154-13/+13
| * | crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-151-7/+16
| * | crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
| * | hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-151-0/+1
| |/
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-06-219-1/+11
|\ \
| * | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig2020-06-168-0/+8
| * | scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu2020-06-161-1/+3
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-214-38/+8
|\ \
| * | i2c: smbus: Fix spelling mistake in the commentsKeyur Patel2020-06-191-1/+1
| * | i2c: remove deprecated i2c_new_device APIWolfram Sang2020-06-191-25/+0
| * | video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang2020-06-191-2/+2
| * | drm: encoder_slave: use new I2C APIWolfram Sang2020-06-191-8/+2
| * | drm: encoder_slave: fix refcouting error for modulesWolfram Sang2020-06-191-2/+3
| |/