]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scmi-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Thu, 7 Apr 2022 11:57:15 +0000 (13:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Apr 2022 11:57:16 +0000 (13:57 +0200)
commit2be706b2b020c14c6805a35c3d34865e58f70815
tree58188e57ef42e3c38ba3db04569788a3d4c41a6f
parent4832b99356970cac70d63ea7edd459dc6c211695
parentc97bc1805fbee2d999356ba8c299880d07902fda
Merge tag 'scmi-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm SCMI firmware interface fixes for v5.18

Few fixes to address assorted set of issues:
- Erroneous clearing of Tx channel which only platform firmware must do
- Invalid point access pass as parameter to sort() in clock support
- Sparse build warnings in OPTEE transport driver
- Use of deprecated zero-length arrays

* tag 'scmi-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Fix sparse warnings in OPTEE transport driver
  firmware: arm_scmi: Replace zero-length array with flexible-array member
  firmware: arm_scmi: Fix sorting of retrieved clock rates
  firmware: arm_scmi: Remove clear channel call on the TX channel

Link: https://lore.kernel.org/r/20220407110818.1436181-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>