This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6642d600b541 Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6 new 814b84971388 pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process() new 08bd8dbe8882 pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() new 1bcf34fdac5f pNFS/NFSv4: Update the layout barrier when we schedule a l [...] new d29b468da4f9 pNFS/NFSv4: Improve rejection of out-of-order layouts new ba6dfce47c4d SUNRPC: Move simple_get_bytes and simple_get_netobj into p [...] new e4a7d1f7707e SUNRPC: Handle 0 length opaque XDR object data properly new c178fae3a9f5 Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/proj [...] new 4e04b1180019 leds: leds-lm3533: convert comma to semicolon new 47854d2d2ba8 leds: leds-ariel: convert comma to semicolon new 27af8e2c90fb leds: trigger: fix potential deadlock with libata new c8283eb79d87 dt-bindings: leds: Add DT binding for Richtek RT8515 new e1c6edcbea13 leds: rt8515: Add Richtek RT8515 LED driver new 29bd2d2100dc Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm [...] new de96c3943f59 i2c: mediatek: Move suspend and resume handling to NOIRQ phase new 1188866d9cec Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 15 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/richtek,rt8515.yaml | 111 ++++++ drivers/i2c/busses/i2c-mt65xx.c | 19 +- drivers/leds/Kconfig | 3 + drivers/leds/Makefile | 3 + drivers/leds/flash/Kconfig | 15 + drivers/leds/flash/Makefile | 3 + drivers/leds/flash/leds-rt8515.c | 397 +++++++++++++++++++++ drivers/leds/led-triggers.c | 10 +- drivers/leds/leds-ariel.c | 6 +- drivers/leds/leds-lm3533.c | 2 +- fs/nfs/pnfs.c | 69 ++-- include/linux/sunrpc/xdr.h | 3 +- net/sunrpc/auth_gss/auth_gss.c | 30 +- net/sunrpc/auth_gss/auth_gss_internal.h | 45 +++ net/sunrpc/auth_gss/gss_krb5_mech.c | 31 +- 15 files changed, 651 insertions(+), 96 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/richtek,rt8515.yaml create mode 100644 drivers/leds/flash/Kconfig create mode 100644 drivers/leds/flash/Makefile create mode 100644 drivers/leds/flash/leds-rt8515.c create mode 100644 net/sunrpc/auth_gss/auth_gss_internal.h