]> 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)
commitc92e3d67cb9f8b32fb6ec5b16d4dc430a0b4022d
treeaed32922648353b536f6a919f1f584d430b12e0e
parenta105f3a090ae51f7de5003db7b4fe1a158c258f6
parentd52d91dbc6cfc2943056f2eb086634eba89cad22
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>