commit | 8335bc2e4a7d223aa8449b9ef5875d0582619055 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Feb 11 12:55:25 2019 -0600 |
committer | Andrew F. Davis <afd@ti.com> | Mon Feb 11 16:13:30 2019 -0600 |
tree | 7656551907c15a08473a73d8f35bf0813e24589d | |
parent | 5d783bba0f637dff04209de19e13a2fec7e3286f [diff] |
ti: k3: drivers: ti_sci: Internalize raw get/set state functions The raw get and set state functions for both devices and clocks are only meant for use internal to the TI-SCI driver, the same functionality is available from the other API that call into these. Remove them from the external interface and make them static scope to the driver. Signed-off-by: Andrew F. Davis <afd@ti.com>