dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sh/boards/mach-sdk7786
Paul Mundt 7912825d8b sh: Tidy up pre-clkdev clk_get() error handling.
clk_get() used to return NULL or an errno value depending on whether a
clkdev lookup failed or a clock wasn't found in the primary clock list.
As these disjoint paths were unified and everything now is handled via
clkdev lookups, the NULL case never makes it out of clk_get(). Update
accordingly and always look to the errno value.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2011-06-24 17:36:23 +09:00
..
Makefile sh: mach-sdk7786: Handle baseboard NMI source selection. 2010-12-17 18:58:04 +09:00
fpga.c sh: mach-sdk7786: Probe system FPGA area mapping. 2010-01-20 18:25:19 +09:00
gpio.c sh: mach-sdk7786: Add support for fpga gpios. 2010-10-14 03:04:44 +09:00
irq.c sh: mach-sdk7786: Split out FPGA IRQ controller setup. 2010-01-20 15:23:54 +09:00
nmi.c sh: mach-sdk7786: Handle baseboard NMI source selection. 2010-12-17 18:58:04 +09:00
setup.c sh: Tidy up pre-clkdev clk_get() error handling. 2011-06-24 17:36:23 +09:00
sram.c sh: mach-sdk7786: Add support for the FPGA SRAM. 2010-10-15 02:13:04 +09:00