]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scmi-updates-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorOlof Johansson <olof@lixom.net>
Tue, 25 Sep 2018 18:31:00 +0000 (11:31 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 25 Sep 2018 18:31:00 +0000 (11:31 -0700)
commit19a36be10c1cbb0492e3dbc52e27f594c62c6f4a
treeaed32922648353b536f6a919f1f584d430b12e0e
parent4e44690a3878cc40f67df31ffbb72865153c7bba
parentbe8e7270ff3e0f7af150cef8dd399cf7b1b6e9f4
Merge tag 'scmi-updates-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers

SCMI updates for v4.20

1. Addition of interface to fetch estimated power from the firmware
   corresponding to each OPP of a device

2. Cleanup using strlcpy to ensure NULL-terminated strings for name
   strings instead of relying on the firmware to do the same

* tag 'scmi-updates-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: add a getter for power of performance states
  firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings

Signed-off-by: Olof Johansson <olof@lixom.net>