MIPS: ath79: Use the common clk API

2015-08-19 Thread Ralf Baechle
From: Alban Bedel Make the code simpler and open the way for device tree clocks. [r...@linux-mips.org: Resolved conflict with 2a552da6 (MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.)] In 4.1 this also fixes the following build error: ERROR: "clk_set_rate" [drivers/usb/phy/phy-

Re: [PATCH v2 5/5] MIPS: ath79: Use the common clk API

2015-08-19 Thread Ralf Baechle
abor Juhos , > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2 5/5] MIPS: ath79: Use the common clk API > Content-Type: text/plain; charset=windows-1252 > > On 04/19/2015 02:30 PM, Alban Bedel wrote: > > Make the code simpler and open the way for device tree c

Re: [PATCH v2 5/5] MIPS: ath79: Use the common clk API

2015-08-09 Thread Hauke Mehrtens
On 04/19/2015 02:30 PM, Alban Bedel wrote: > Make the code simpler and open the way for device tree clocks. > > Signed-off-by: Alban Bedel > --- > arch/mips/Kconfig | 1 + > arch/mips/ath79/clock.c | 29 ++--- > 2 files changed, 3 insertions(+), 27 deletions(-) >

[PATCH v2 5/5] MIPS: ath79: Use the common clk API

2015-04-19 Thread Alban Bedel
Make the code simpler and open the way for device tree clocks. Signed-off-by: Alban Bedel --- arch/mips/Kconfig | 1 + arch/mips/ath79/clock.c | 29 ++--- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 90

[PATCH 08/14] MIPS: ath79: Use the common clk API

2015-04-17 Thread Alban Bedel
Make the code simpler and open the way for device tree clocks. Signed-off-by: Alban Bedel --- arch/mips/Kconfig | 1 + arch/mips/ath79/clock.c | 29 ++--- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1f