This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 94f2630b1897 Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git. [...] new 26a0a10419fd PCMCIA/i82092: use dev_<level> instead of printk new 4839879f8af1 PCMCIA/i82092: add/remove spaces to improve readability new ae1f62c5408a PCMCIA/i82092: remove braces around single statement blocks new 4ae66dd778e3 PCMCIA/i82092: insert blank line after declarations new 6aaf8ff32650 PCMCIA/i82092: change code indentation new 908864641f63 PCMCIA/i82092: move assignment out of if condition new 152b4bb57aa4 PCMCIA/i82092: shorten the lines with over 80 characters new ac5af87725f7 PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h> new 52739f063f7e PCMCIA/i82092: delete enter/leave macro new 71705c611263 PCMCIA/i82092: remove #if 0 block new 15f8e73355df Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...] new 8e8d699b051f leds: gpio: Fix uninitialized gpio label for fwnode based probe new 9f4b952d0bfb leds-as3645a: Drop fwnode reference on ignored node new 697529091ac7 leds: pca963x: Fix open-drain initialization new 4c3718f9d6a6 leds: bd2802: Convert to use GPIO descriptors new b0ff98608400 led: max77650: add of_match table new b3b42b4a383c leds: tps6105x: add driver for MFD chip LED mode new 6bcf76316a14 dt-bindings: mfd: update TI tps6105x chip bindings new 2f8c665243d7 ledtrig-pattern: fix email address quoting in MODULE_AUTHOR() new 445da487f19c leds: rb532: cleanup whitespace new 867b68245920 leds: lm3642: remove warnings for bad strtol, cleanup gotos new cf6eb52fa3d0 leds: lm3532: use extended registration so that LED can be [...] new 31e065c4e8ba leds: lm3532: add pointer to documentation and fix typo new 699a8c7c4bd3 leds: Add of_led_get() and led_put() new e389240ad992 leds: Add managed API to get a LED from a device driver new 7a349e8c535d leds: populate the device's of_node new ebf59a4558c2 dt: bindings: lm3692x: Add ti,ovp-microvolt property new cffd61a5c775 leds: lm3692x: Allow to configure over voltage protection new 3e0801b62a30 dt: bindings: lm3692x: Add led-max-microamp property new df7083b57331 leds: lm3692x: Make sure we don't exceed the maximum LED current new 5e9d7b6f4336 leds: lm3692x: Move lm3692x_init and rename to lm3692x_led [...] new 4a8d2bee2080 leds: lm3692x: Split out lm3692x_leds_disable new 260718b3a35d leds: lm3692x: Disable chip on brightness 0 new 545ae66582f7 Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/l [...] new 11648b8339f8 sparc64: fix adjtimex regression new 46d6b7becb1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
The 36 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/leds/leds-lm3692x.txt | 8 + Documentation/devicetree/bindings/mfd/tps6105x.txt | 47 +- arch/sparc/kernel/sys_sparc_64.c | 4 +- drivers/leds/Kconfig | 10 + drivers/leds/Makefile | 1 + drivers/leds/led-class.c | 97 ++- drivers/leds/leds-bd2802.c | 27 +- drivers/leds/leds-lm3532.c | 8 +- drivers/leds/leds-lm3642.c | 37 +- drivers/leds/leds-lm3692x.c | 180 ++++-- drivers/leds/leds-pca963x.c | 8 +- drivers/leds/leds-tps6105x.c | 89 +++ drivers/pcmcia/i82092.c | 648 ++++++++++----------- drivers/pcmcia/i82092aa.h | 11 - include/linux/leds-bd2802.h | 1 - include/linux/leds.h | 6 + 16 files changed, 738 insertions(+), 444 deletions(-) create mode 100644 drivers/leds/leds-tps6105x.c