crust-firmware / crust

SCP (power management) firmware for sunxi SoCs
Other
154 stars 34 forks source link

drivers: clock: Shrink the generic clock functions #125

Closed smaeul closed 6 years ago

smaeul commented 6 years ago

Purpose

Reuse the driver ops pointer for calling driver functions where appropriate. This saves ~56 bytes.

Considerations for reviewers

No functional changes.