commit | c3e60e5a9eb9d98d80faa36d0c619c62d3545050 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Tue Jul 28 01:16:01 2020 +0530 |
committer | Vinod Koul <vkoul@kernel.org> | Sun Aug 23 19:39:57 2020 +0530 |
tree | 74221f810537c112fcf770e0c7cbc5829cb22280 | |
parent | a85643d47d111730f6ad7cf0f5736fcd4164c14b [diff] |
phy: ti: am654: simplify regfield handling regfield handling in current driver code is made complicated by having a separate regfield variable for each field which is allocated individually. This quickly gets unwieldy once number of regfields increase. Instead, use an array of regfields which are allocated in a loop. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Link: https://lore.kernel.org/r/20200727194603.44636-2-nsekhar@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>