Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-25 Thread Sebastian Hesselbarth
On 08/21/2014 08:10 PM, Jason Cooper wrote: On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: * Mike Turquette [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future provider API to the existing public API. Also

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-25 Thread Sebastian Hesselbarth
On 08/21/2014 08:10 PM, Jason Cooper wrote: On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future provider API to the existing

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Simon Horman
On Thu, Aug 21, 2014 at 02:10:07PM -0400, Jason Cooper wrote: > On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: > > * Mike Turquette [140820 07:53]: > > > Quoting Tomeu Vizoso (2014-08-18 08:30:27) > > > > To preserve git-bisectability, add aliases from the future provider API > >

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Jason Cooper
On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: > * Mike Turquette [140820 07:53]: > > Quoting Tomeu Vizoso (2014-08-18 08:30:27) > > > To preserve git-bisectability, add aliases from the future provider API > > > to the > > > existing public API. > > > > > > Also includes

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Tony Lindgren
* Mike Turquette [140820 07:53]: > Quoting Tomeu Vizoso (2014-08-18 08:30:27) > > To preserve git-bisectability, add aliases from the future provider API to > > the > > existing public API. > > > > Also includes clk-provider.h and clk-dev.h in a few places so the right > > functions are

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Tony Lindgren
* Mike Turquette mturque...@linaro.org [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future provider API to the existing public API. Also includes clk-provider.h and clk-dev.h in a few places so the right functions are

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Jason Cooper
On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future provider API to the existing public API. Also includes

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-21 Thread Simon Horman
On Thu, Aug 21, 2014 at 02:10:07PM -0400, Jason Cooper wrote: On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future

[PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-18 Thread Tomeu Vizoso
To preserve git-bisectability, add aliases from the future provider API to the existing public API. Also includes clk-provider.h and clk-dev.h in a few places so the right functions are defined. Signed-off-by: Tomeu Vizoso --- v7: * Add mappings for clk_notifier_[un]register * Add more

[PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-18 Thread Tomeu Vizoso
To preserve git-bisectability, add aliases from the future provider API to the existing public API. Also includes clk-provider.h and clk-dev.h in a few places so the right functions are defined. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- v7: * Add mappings for