| * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License as published by |
| * the Free Software Foundation; either version 2 of the License, or |
| * (at your option) any later version. |
| #include <linux/irqdomain.h> |
| #include <linux/regmap.h> |
| #include <linux/spinlock.h> |
| extern spinlock_t pmc_pcr_lock; |
| #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,} |
| int of_at91_get_clk_range(struct device_node *np, const char *propname, |
| struct clk_range *range); |
| void pmc_register_id(u8 id); |
| static inline void pmc_register_id(u8 id) {} |