Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-28 Thread Greg Kroah-Hartman
On Fri, Mar 29, 2013 at 12:06:52AM +0100, Maxime Ripard wrote: > Hi Greg, > > Le 29/03/2013 00:03, Greg Kroah-Hartman a écrit : > > On Wed, Mar 27, 2013 at 01:35:48PM +0100, Maxime Ripard wrote: > >> From: Emilio López > >> > >> This commit implements support for using the clk api; this lets us u

Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-28 Thread Maxime Ripard
Hi Greg, Le 29/03/2013 00:03, Greg Kroah-Hartman a écrit : > On Wed, Mar 27, 2013 at 01:35:48PM +0100, Maxime Ripard wrote: >> From: Emilio López >> >> This commit implements support for using the clk api; this lets us use >> the "clocks" property with device tree, instead of having to use >> clo

Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-28 Thread Greg Kroah-Hartman
On Wed, Mar 27, 2013 at 01:35:48PM +0100, Maxime Ripard wrote: > From: Emilio López > > This commit implements support for using the clk api; this lets us use > the "clocks" property with device tree, instead of having to use > clock-frequency. > > Signed-off-by: Emilio López > --- Why aren't

[PATCH] serial: 8250_dw: add support for clk api

2013-03-27 Thread Maxime Ripard
From: Emilio López This commit implements support for using the clk api; this lets us use the "clocks" property with device tree, instead of having to use clock-frequency. Signed-off-by: Emilio López --- drivers/tty/serial/8250/8250_dw.c | 33 - 1 file changed

Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-26 Thread Greg Kroah-Hartman
On Tue, Mar 26, 2013 at 11:35:18AM +0100, Maxime Ripard wrote: > Hi Greg, > > Le 21/03/2013 09:47, Heikki Krogerus a écrit : > > On Tue, Mar 19, 2013 at 11:52:49AM +0100, Maxime Ripard wrote: > >> From: Emilio López > >> > >> This commit implements support for using the clk api; this lets us use

Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-26 Thread Maxime Ripard
Hi Greg, Le 21/03/2013 09:47, Heikki Krogerus a écrit : > On Tue, Mar 19, 2013 at 11:52:49AM +0100, Maxime Ripard wrote: >> From: Emilio López >> >> This commit implements support for using the clk api; this lets us use >> the "clocks" property with device tree, instead of having to use >> clock-

Re: [PATCH] serial: 8250_dw: add support for clk api

2013-03-21 Thread Heikki Krogerus
On Tue, Mar 19, 2013 at 11:52:49AM +0100, Maxime Ripard wrote: > From: Emilio López > > This commit implements support for using the clk api; this lets us use > the "clocks" property with device tree, instead of having to use > clock-frequency. > > Signed-off-by: Emilio López FWIW, Reviewed-b

[PATCH] serial: 8250_dw: add support for clk api

2013-03-19 Thread Maxime Ripard
From: Emilio López This commit implements support for using the clk api; this lets us use the "clocks" property with device tree, instead of having to use clock-frequency. Signed-off-by: Emilio López --- drivers/tty/serial/8250/8250_dw.c | 33 - 1 file changed