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)
commit5bc45db5d2a7bf6eac577174e3634f58f867bb2f
treeaed32922648353b536f6a919f1f584d430b12e0e
parentcdddeefc39cc26b2d429f8f7ea3c35bf8cb8c6a1
parent1a63fe9a2b1f47af5b2b7436b41824b14999c17a
Merge tag 'scmi-updates-4.20' of git://git./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>