linux-kernel-test/drivers/clk/tegra
Wei Yongjun 62ce7cd62f clk: tegra: fix __clk_lookup() return value checks
In case of error, the function __clk_lookup() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
2013-11-28 15:09:22 +02:00
..
clk-audio-sync.c
clk-divider.c
clk-id.h clk: tegra124: Add common clk IDs to clk-id.h 2013-11-26 18:46:53 +02:00
clk-periph-gate.c clk: tegra: simplify periph clock data 2013-11-26 18:45:40 +02:00
clk-periph.c clk: tegra: add TEGRA_PERIPH_NO_GATE 2013-11-26 18:46:53 +02:00
clk-pll-out.c
clk-pll.c clk: tegra: fix __clk_lookup() return value checks 2013-11-28 15:09:22 +02:00
clk-super.c clk: tegra: Implement locking for super clock 2013-02-12 10:29:12 -07:00
clk-tegra20.c clk: tegra: add FUSE clock device 2013-11-26 18:46:57 +02:00
clk-tegra30.c clk: tegra: add FUSE clock device 2013-11-26 18:46:57 +02:00
clk-tegra114.c clk: tegra: Initialize DSI low-power clocks 2013-11-26 18:46:58 +02:00
clk-tegra124.c clk: tegra: add FUSE clock device 2013-11-26 18:46:57 +02:00
clk-tegra-audio.c clk: tegra: move audio clk to common file 2013-11-26 18:46:24 +02:00
clk-tegra-fixed.c clk: tegra: move PMC, fixed clocks to common files 2013-11-26 18:46:49 +02:00
clk-tegra-periph.c clk: tegra124: Add new peripheral clocks 2013-11-26 18:46:54 +02:00
clk-tegra-pmc.c clk: tegra: move PMC, fixed clocks to common files 2013-11-26 18:46:49 +02:00
clk-tegra-super-gen4.c clk: tegra: introduce common gen4 super clock 2013-11-26 18:46:50 +02:00
clk.c clk: tegra: Add periph regs bank X 2013-11-26 18:46:52 +02:00
clk.h clk: tegra: add TEGRA_PERIPH_NO_GATE 2013-11-26 18:46:53 +02:00
Makefile clk: tegra124: Add support for Tegra124 clocks 2013-11-26 18:46:54 +02:00