This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 81361b837a34 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/l [...] new 16bee043fc0a thermal/drivers/rockchip: Support RK3568 SoCs in the therm [...] new 4d57fd9aeaa0 thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLE new fb5a6ec80367 thermal/drivers/int340x: processor_thermal: Export mailbox [...] new 5d6fbc96bd36 thermal/drivers/int340x: processor_thermal: Export additio [...] new c6e66f5c2114 dt-bindings: thermal: tsens: Add compatible string to TSEN [...] new a052b5118f13 thermal/core: Correct function name thermal_zone_device_un [...] new d7539260cd9a thermal/drivers/st: Use devm_platform_get_and_ioremap_resource() new 8946187ab57f thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations new 3ae5950db617 thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3 [...] new 3da97620e8d6 thermal/drivers/imx_sc: Add missing of_node_put for loop i [...] new d8ac5bb4ae65 thermal/drivers/sprd: Add missing of_node_put for loop iteration new 1aab6b81af3c dt-bindings: thermal: Add binding for Tegra30 thermal sensor new 5e5c9f9a75fc thermal/core/thermal_of: Stop zone device before unregistering it new 7d70aa141ed2 dt-bindings: thermal: convert rockchip-thermal to json-schema new 4b14c055a6f6 dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible new 481bd297291b dt-bindings: thermal: tsens: Add sc8180x compatible new da5e562fbc56 thermal/drivers/intel/intel_soc_dts_iosf: Switch to use fi [...] new 8b2ea897328c thermal: devfreq_cooling: Fix kernel-doc new 8fe145f7ceda thermal/drivers/int340x/processor_thermal: Split enumerati [...] new acd65d5d1cf4 thermal/drivers/int340x/processor_thermal: Add PCI MMIO ba [...] new 24e21d9f40ec thermal/drivers/mediatek: Add sensors-support new ad079d981db6 thermal/drivers/int340x/processor_thermal: Fix warning for [...] new fe6a6de6692e thermal/drivers/int340x/processor_thermal: Fix tcc setting new f7ea4be434fe Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/ [...] new 59a61e69c425 i3c: master: svc: drop free_irq of devm_request_irq allocated irq new 3e5feb11a829 i3c: master: svc: fix doc warning in svc-i3c-master.c new 88bbd8a031b8 Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/l [...] new 62efe3eebc8b Revert "PCI: Coalesce host bridge contiguous apertures" new 67d8d3656462 Merge tag 'pci-v5.14-fixes-1' of git://git.kernel.org/pub/ [...] new 01cf30825c87 cifs: make locking consistent around the server session status new 819f916c835d cifs: clarify SMB1 code for UnixCreateHardLink new ded2d99cef16 CIFS: Clarify SMB1 code for UnixCreateSymLink new b019e1187ce4 CIFS: Clarify SMB1 code for UnixSetPathInfo new 90810c25cf02 smb3: fix typo in header file new e3973ea3a7c2 CIFS: Clarify SMB1 code for SetFileSize new 2a780e8b6487 CIFS: Clarify SMB1 code for delete new f371793d6e13 CIFS: Clarify SMB1 code for rename open file new d4dc277c480c CIFS: Clarify SMB1 code for POSIX Lock new e0a3cbcd5cef cifs: use helpers when parsing uid/gid mount options and v [...] new 53d31a3ffd60 SMB3.1.1: Add support for negotiating signing algorithm new 03313d1c3a2f cifs: prevent NULL deref in cifs_compose_mount_options() new 4d069f6022e9 cifs: update internal version number new 1e16624d7b43 Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.or [...]
The 43 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: .../bindings/thermal/nvidia,tegra30-tsensor.yaml | 73 ++++ .../devicetree/bindings/thermal/qcom-tsens.yaml | 2 + .../bindings/thermal/rockchip-thermal.txt | 85 ----- .../bindings/thermal/rockchip-thermal.yaml | 96 ++++++ drivers/i3c/master/svc-i3c-master.c | 3 +- drivers/pci/probe.c | 50 +-- drivers/thermal/devfreq_cooling.c | 2 +- drivers/thermal/imx_sc_thermal.c | 3 + drivers/thermal/intel/int340x_thermal/Makefile | 3 + .../intel/int340x_thermal/int3401_thermal.c | 82 +++++ .../int340x_thermal/processor_thermal_device.c | 309 +++-------------- .../int340x_thermal/processor_thermal_device.h | 9 + .../int340x_thermal/processor_thermal_device_pci.c | 373 +++++++++++++++++++++ .../processor_thermal_device_pci_legacy.c | 163 +++++++++ .../intel/int340x_thermal/processor_thermal_mbox.c | 12 +- .../intel/int340x_thermal/processor_thermal_rfim.c | 55 +++ drivers/thermal/intel/intel_soc_dts_iosf.c | 15 +- drivers/thermal/mtk_thermal.c | 6 + drivers/thermal/rcar_gen3_thermal.c | 7 +- drivers/thermal/rockchip_thermal.c | 121 +++++++ drivers/thermal/sprd_thermal.c | 16 +- drivers/thermal/st/st_thermal_memmap.c | 13 +- drivers/thermal/thermal_core.c | 2 +- drivers/thermal/thermal_of.c | 3 + fs/cifs/cifs_dfs_ref.c | 3 + fs/cifs/cifsfs.c | 4 + fs/cifs/cifsfs.h | 2 +- fs/cifs/cifsglob.h | 6 +- fs/cifs/cifspdu.h | 1 + fs/cifs/cifssmb.c | 24 +- fs/cifs/connect.c | 5 + fs/cifs/fs_context.c | 24 +- fs/cifs/fs_context.h | 1 + fs/cifs/smb2pdu.c | 85 ++++- fs/cifs/smb2pdu.h | 7 +- fs/cifs/transport.c | 2 + 36 files changed, 1206 insertions(+), 461 deletions(-) create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml delete mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.txt create mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml create mode 100644 drivers/thermal/intel/int340x_thermal/int3401_thermal.c create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_device_ [...]