Re: [PATCH 06/15] clk: export __clk_get_name

2013-02-14 Thread Arnd Bergmann
On Tuesday 22 January 2013, Arnd Bergmann wrote: > On Tuesday 22 January 2013, Fabio Estevam wrote: > > > Signed-off-by: Arnd Bergmann > > > Cc: Sascha Hauer > > > Cc: Mike Turquette > > > > A fix from Niels de Vos has already been applied into clk-next: > >

Re: [PATCH 06/15] clk: export __clk_get_name

2013-02-14 Thread Arnd Bergmann
On Tuesday 22 January 2013, Arnd Bergmann wrote: On Tuesday 22 January 2013, Fabio Estevam wrote: Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Sascha Hauer s.ha...@pengutronix.de Cc: Mike Turquette mturque...@linaro.org A fix from Niels de Vos has already been applied into

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-22 Thread Arnd Bergmann
On Tuesday 22 January 2013, Fabio Estevam wrote: > > Signed-off-by: Arnd Bergmann > > Cc: Sascha Hauer > > Cc: Mike Turquette > > A fix from Niels de Vos has already been applied into clk-next: > https://patchwork.kernel.org/patch/1871981/ Ok, very good. Mike, I saw that the patch is over a

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-22 Thread Fabio Estevam
On Mon, Jan 21, 2013 at 3:15 PM, Arnd Bergmann wrote: > The __clk_get_name is used by drivers that provide their > own clocks, which have traditionally all been built-in. > The new imx drm driver however provides clocks but can > be built as a module, so we need to export __clk_get_name. > >

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-22 Thread Fabio Estevam
On Mon, Jan 21, 2013 at 3:15 PM, Arnd Bergmann a...@arndb.de wrote: The __clk_get_name is used by drivers that provide their own clocks, which have traditionally all been built-in. The new imx drm driver however provides clocks but can be built as a module, so we need to export __clk_get_name.

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-22 Thread Arnd Bergmann
On Tuesday 22 January 2013, Fabio Estevam wrote: Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Sascha Hauer s.ha...@pengutronix.de Cc: Mike Turquette mturque...@linaro.org A fix from Niels de Vos has already been applied into clk-next: https://patchwork.kernel.org/patch/1871981/ Ok,

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-21 Thread Ulf Hansson
On 21 January 2013 18:15, Arnd Bergmann wrote: > The __clk_get_name is used by drivers that provide their > own clocks, which have traditionally all been built-in. > The new imx drm driver however provides clocks but can > be built as a module, so we need to export __clk_get_name. > > While this

[PATCH 06/15] clk: export __clk_get_name

2013-01-21 Thread Arnd Bergmann
The __clk_get_name is used by drivers that provide their own clocks, which have traditionally all been built-in. The new imx drm driver however provides clocks but can be built as a module, so we need to export __clk_get_name. While this is only a staging driver, it's likely that there will be

[PATCH 06/15] clk: export __clk_get_name

2013-01-21 Thread Arnd Bergmann
The __clk_get_name is used by drivers that provide their own clocks, which have traditionally all been built-in. The new imx drm driver however provides clocks but can be built as a module, so we need to export __clk_get_name. While this is only a staging driver, it's likely that there will be

Re: [PATCH 06/15] clk: export __clk_get_name

2013-01-21 Thread Ulf Hansson
On 21 January 2013 18:15, Arnd Bergmann a...@arndb.de wrote: The __clk_get_name is used by drivers that provide their own clocks, which have traditionally all been built-in. The new imx drm driver however provides clocks but can be built as a module, so we need to export __clk_get_name.