linux/arch/arm/mach-sa1100
Arnd Bergmann 77a374c299 ARM: sa1100: normalize clk API
sa1100 provides its own variant of the clk API rather than using the
generic COMMON_CLK API. This generally works, but it causes some link
errors with drivers using the clk_set_rate, clk_get_parent, clk_set_parent
or clk_round_rate functions when a platform lacks those interfaces.

This adds trivial stub implementations for each of them, based on
the behavior of the COMMON_CLK implementation:

- set_rate() and set_parent() report success without doing anything
- round_rate() returns the clk rate
- get_parent() returns NULL.

This adds the minimal bloat and should do the right thing for
the simple clock hardware in this SoC.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2017-07-27 13:15:50 +02:00
..
include/mach ARM: sa1100/pxa: fix MTD_XIP build 2017-07-27 13:14:41 +02:00
Kconfig
Makefile
Makefile.boot
assabet.c
badge4.c
cerf.c
clock.c ARM: sa1100: normalize clk API 2017-07-27 13:15:50 +02:00
collie.c
generic.c ARM: sa11x0/pxa: acquire timer rate from the clock rate 2016-10-18 09:12:36 +02:00
generic.h ARM: sa1100: register clocks early 2016-08-23 10:02:18 +01:00
h3xxx.c mfd/gpio: Move HTC GPIO driver to GPIO subsystem 2016-09-28 09:28:34 -07:00
h3100.c
h3600.c
hackkit.c
jornada720.c Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includes 2016-09-10 10:47:48 -07:00
jornada720_ssp.c ARM: HP Jornada 7XX: move inline before return type 2017-07-12 16:26:04 -07:00
lart.c
nanoengine.c
neponset.c
pci-nanoengine.c
pleb.c net: smc91x: fix SMC accesses 2016-08-28 23:44:55 -04:00
pm.c ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol 2017-02-28 11:06:10 +00:00
shannon.c
simpad.c
sleep.S
ssp.c