diff options
| author | Songjun Wu <[email protected]> | 2018-10-16 17:19:07 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-11-09 08:43:27 -0800 |
| commit | 89b8bd2082bbbccbd95b849b34ff8b6ab3056bf7 (patch) | |
| tree | fdf9ef86b749baabc9067edb8c7c7485ed682887 /scripts/stackusage | |
| parent | fccf231ae907dc9eb45eb8a9adb961195066b2c6 (diff) | |
serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32
Previous implementation uses platform-dependent functions
ltq_w32()/ltq_r32() to access registers. Those functions are not
available for other SoC which uses the same IP.
Change to OS provided readl()/writel() and readb()/writeb(), so
that different SoCs can use the same driver.
Signed-off-by: Songjun Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions