Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Bill Huang
On Sat, 2013-03-02 at 04:49 +0800, Stephen Warren wrote: > On 03/01/2013 02:41 AM, Bill Huang wrote: > > On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: > >> There are three prerequisites to using this feature: > >> > >> 1) the affected clocks must be using the common clk framework > >> 2)

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Bill Huang
On Sat, 2013-03-02 at 04:48 +0800, Mike Turquette wrote: > Quoting Mike Turquette (2013-03-01 10:22:34) > > Quoting Bill Huang (2013-03-01 01:41:31) > > > On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: > > > > Dynamic voltage and frequency scaling (dvfs) is a common power saving > > > > t

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Stephen Warren
On 03/01/2013 02:41 AM, Bill Huang wrote: > On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: >> Dynamic voltage and frequency scaling (dvfs) is a common power saving >> technique in many of today's modern processors. This patch introduces a >> common clk rate-change notifier handler which

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Mike Turquette
Quoting Mike Turquette (2013-03-01 10:22:34) > Quoting Bill Huang (2013-03-01 01:41:31) > > On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: > > > Dynamic voltage and frequency scaling (dvfs) is a common power saving > > > technique in many of today's modern processors. This patch introduc

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Mike Turquette
Quoting Bill Huang (2013-03-01 01:41:31) > On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: > > Dynamic voltage and frequency scaling (dvfs) is a common power saving > > technique in many of today's modern processors. This patch introduces a > > common clk rate-change notifier handler whic

Re: [PATCH V2] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Catalin Marinas
On Fri, Mar 01, 2013 at 08:41:47AM +, Anup Patel wrote: > This patch adds support for using earlyprintk with 8250/16550 UART > ports. > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > which is HW vendor dependent. > > Kernel args for 8-bit aligned regs: earlyprintk=u

Re: [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-03-01 Thread Vikas Sajjan
Hi Linus, On Fri, Mar 1, 2013 at 2:49 PM, Linus Walleij wrote: > On Thu, Feb 28, 2013 at 5:12 AM, Vikas Sajjan wrote: > >> Adds support for pinctrl to drm fimd >> >> Signed-off-by: Leela Krishna Amudala >> Signed-off-by: Vikas Sajjan > (...) >> + pctrl = devm_pinctrl_get_select_d

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-03-01 Thread Bill Huang
On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: > Dynamic voltage and frequency scaling (dvfs) is a common power saving > technique in many of today's modern processors. This patch introduces a > common clk rate-change notifier handler which scales voltage > appropriately whenever clk_set

Re: [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-03-01 Thread Linus Walleij
On Thu, Feb 28, 2013 at 5:12 AM, Vikas Sajjan wrote: > Adds support for pinctrl to drm fimd > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Vikas Sajjan (...) > + pctrl = devm_pinctrl_get_select_default(dev); NAK. The device core will do this for you as of commit ab780

[INFORMATION] Please post your patches to linaro-kernel mailing list.

2013-03-01 Thread Viresh Kumar
Hi Guys, There was mail chain earlier which has discussed this earlier but not sure if everybody got the final conclusion or not (that's why we are still posting on linaro-dev). Please embed linaro-kernel instead of linaro-dev in all your scripts that you use for sending patches. Thanks in Advan

Re: [PATCH V2] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Marc Zyngier
On Fri, 1 Mar 2013 14:11:47 +0530, Anup Patel wrote: > This patch adds support for using earlyprintk with 8250/16550 UART ports. > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > which is HW vendor dependent. > > Kernel args for 8-bit aligned regs: > earlyprintk=uart82

[PATCH V2] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Anup Patel
This patch adds support for using earlyprintk with 8250/16550 UART ports. The 8250/16550 UART can either have 8-bit or 32-bit aligned registers which is HW vendor dependent. Kernel args for 8-bit aligned regs: earlyprintk=uart8250-8bit, Kernel args for 32-bit aligned regs: earlyprintk=uart8250-

Re: [PATCH] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Anup Patel
On 1 March 2013 13:47, Marc Zyngier wrote: > > On Fri, 1 Mar 2013 11:30:26 +0530, Anup Patel > wrote: > > This patch adds support for using earlyprintk with 8250/16550 UART > ports. > > > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > > which is HW vendor dependent. >

Re: [PATCH] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Marc Zyngier
On Fri, 1 Mar 2013 11:30:26 +0530, Anup Patel wrote: > This patch adds support for using earlyprintk with 8250/16550 UART ports. > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > which is HW vendor dependent. > > Kernel args for 8-bit aligned regs: > earlyprintk=uart82