This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bb5baaa9238e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new e3c3155bc95a zonefs: add zone-capacity support new 4c96870e58f8 zonefs: update documentation to reflect zone size vs capacity new 57d528bfe7d7 Merge tag 'zonefs-5.9-rc1' of git://git.kernel.org/pub/scm [...] new 476af91933ce orangefs: posix acl fix... new e848643b524b orangefs: remove unnecessary assignment to variable ret new d668e848293f Merge tag 'for-linus-5.9-ofs1' of git://git.kernel.org/pub [...] new d378cdd01138 platform/chrome: cros_ec_debugfs: Control uptime informati [...] new f28adb41dab4 platform/chrome: cros_ec_typec: Register Type C switches new e32b16c31339 platform/chrome: cros_ec: Update mux state bits new 2ee97377a0d4 platform/chrome: cros_ec_typec: Register PD CTRL cmd v2 new 7e7def15fa4b platform/chrome: cros_ec_typec: Add USB mux control new 410457b99c7e platform/chrome: cros_ec_typec: Support DP alt mode new 447b4eb6ceeb platform/chrome: cros_ec_typec: Make configure_mux static new 5e48a03bb9bf platform/chrome: cros_ec: Add TBT pd_ctrl fields new 5b30bd35aab4 platform/chrome: cros_ec_typec: Add TBT compat support new 3c5ca501b46b platform/chrome: cros_ec_spi: Document missing function pa [...] new 9a876ba58d1e platform/chrome: cros_ec_rpmsg: Document missing struct pa [...] new aaa3cbbac326 platform/chrome: cros_ec_ishtp: Fix a double-unlock issue new bdc4094591c3 platform/chrome: cros_ec_typec: Add a dependency on USB_RO [...] new 83cbc69df8b8 platform/chrome: cros_ec_typec: Use workqueue for port update new 20b736872f7f platform/chrome: cros_ec_typec: Add PM support new e48bc01ed5ad platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflow new 698d4d35be34 platform/chrome: cros_ec_typec: Unregister partner on error new c1e18d4fb959 platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer() new 7f4784f1881c platform/chrome: cros_ec_sensorhub: Simplify legacy timest [...] new c214e564acb2 platform/chrome: cros_ec_proto: ignore unnecessary wakeups [...] new fc8cacf3fc68 platform/chrome: cros_ec_proto: check for missing EC_CMD_H [...] new fb893de323e2 Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kern [...]
The 28 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: Documentation/filesystems/zonefs.rst | 22 +- drivers/platform/chrome/Kconfig | 1 + drivers/platform/chrome/cros_ec_debugfs.c | 24 +- drivers/platform/chrome/cros_ec_ishtp.c | 4 +- drivers/platform/chrome/cros_ec_proto.c | 42 ++- drivers/platform/chrome/cros_ec_rpmsg.c | 3 + drivers/platform/chrome/cros_ec_sensorhub_ring.c | 98 ++---- drivers/platform/chrome/cros_ec_spi.c | 4 + drivers/platform/chrome/cros_ec_typec.c | 399 ++++++++++++++++++++--- fs/orangefs/acl.c | 19 +- fs/orangefs/orangefs-mod.c | 1 - fs/zonefs/super.c | 16 +- fs/zonefs/zonefs.h | 3 + include/linux/platform_data/cros_ec_commands.h | 33 +- include/linux/platform_data/cros_ec_proto.h | 3 - 15 files changed, 520 insertions(+), 152 deletions(-)