linux/drivers/thermal/tegra
Ezequiel Garcia 3428372447 thermal: tegra: Nuke clk_{readl,writel} helpers
Naming driver-specific register accessors with generic
names, such as clk_writel and clk_readl, is bad.

Moreover, clk_writel and clk_readl are part of the
common clock framework api, so readers and code
grep'ers get confused by this collision.

The helpers are used once, so just remove them.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2018-05-06 14:52:53 -07:00
..
Kconfig thermal: Add Tegra BPMP thermal sensor driver 2017-10-19 16:31:47 +02:00
Makefile ARM: SoC driver updates for v4.15 2017-11-16 16:05:01 -08:00
soctherm-fuse.c thermal: tegra: add Tegra210 specific SOC_THERM driver 2016-05-17 07:28:28 -07:00
soctherm.c thermal: tegra: Nuke clk_{readl,writel} helpers 2018-05-06 14:52:53 -07:00
soctherm.h thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00
tegra-bpmp-thermal.c thermal: Add Tegra BPMP thermal sensor driver 2017-10-19 16:31:47 +02:00
tegra124-soctherm.c thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00
tegra132-soctherm.c thermal: tegra: add hw-throttle for Tegra132 2016-09-27 14:02:32 +08:00
tegra210-soctherm.c thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00