OSDN Git Service

Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorOlof Johansson <olof@lixom.net>
Tue, 15 May 2018 20:48:46 +0000 (13:48 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 15 May 2018 20:48:46 +0000 (13:48 -0700)
commit51fe3a373ee44bbad72a27c56110f3c1d80c0a04
treec1b1d50bced150b277d0395b5610c3f99a654eab
parentf6b3f4ac521523432761f4480dd3cad1a955593b
parent632de8f542bcd44c756637da0e7d824e7129e496
Merge tag 'scmi-updates-4.18' of git://git./linux/kernel/git/sudeep.holla/linux into next/drivers

SCMI cleanups for v4.18

This contains all of the trivial review comments that were not
addressed as the series was already queued up for v4.17 and were not
critical to go as fixes.

They generally just improve code readability, fix kernel-docs, remove
unused/unnecessary code, follow standard function naming and simplifies
certain exit paths.

* tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: simplify exit path by returning on error
  firmware: arm_scmi: improve exit paths and code readability
  firmware: arm_scmi: remove unnecessary bitmap_zero
  firmware: arm_scmi: drop unused `con_priv` structure member
  firmware: arm_scmi: rename scmi_xfer_{init,get,put}
  firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
  firmware: arm_scmi: fix kernel-docs documentation
  firmware: arm_scmi: improve code readability using bitfield accessor macros

Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/firmware/arm_scmi/clock.c