c068303920
[ARM] 5536/1: Move clk_add_alias() to arch/arm/common/clkdev.c
...
This can be used for other arm platforms too as discussed
on the linux-arm-kernel list.
Also check the return value with IS_ERR and return PTR_ERR
as suggested by Russell King.
Signed-off-by: Tony Lindgren <tony@atomide.com >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2009-06-04 17:45:43 +01:00
05fd8e73e1
clkdev: add possibility to get a clock based on the device name
...
This adds clk_get_sys to get a clock without the associated struct
device.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de >
2009-03-27 14:51:13 +01:00
f7ad160b49
include/linux/clk.h: fix comment
...
clk_get and clk_put may not be used from within interrupt context. Change
comment to this function.
Signed-off-by: Alex Raimondi <raimondi@miromico.ch >
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com >
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk >
Cc: john stultz <johnstul@us.ibm.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-10-16 11:21:32 -07:00
686f8c5d77
include/linux/clk.h is betraying its ARM origins
...
include/linux/clk.h is betraying its ARM origins.
Signed-off-by: Todd Poynor <tpoynor@mvista.com >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2006-03-25 18:15:24 +00:00
f8ce25476d
[ARM] Move asm/hardware/clock.h to linux/clk.h
...
This is needs to be visible to other architectures using the AMBA
bus and peripherals.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2006-01-07 16:15:52 +00:00