Re: [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-28 Thread Geert Uytterhoeven
Hi Andrew, On Fri, Feb 27, 2015 at 11:18 PM, Andrew Morton wrote: > On Thu, 26 Feb 2015 12:13:03 +0100 Geert Uytterhoeven > wrote: > >> From: Geert Uytterhoeven >> >> Add format specifiers for printing struct clk: >> - '%pC' or '%pCn': name (Common Clock Framework) or address (legacy >>

Re: [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-28 Thread Geert Uytterhoeven
Hi Joe, On Fri, Feb 27, 2015 at 11:55 PM, Joe Perches wrote: > On Fri, 2015-02-27 at 14:18 -0800, Andrew Morton wrote: >> On Thu, 26 Feb 2015 12:13:03 +0100 Geert Uytterhoeven >> wrote: >> > Add format specifiers for printing struct clk: >> > - '%pC' or '%pCn': name (Common Clock Framework) o

Re: [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-27 Thread Joe Perches
On Fri, 2015-02-27 at 14:18 -0800, Andrew Morton wrote: > On Thu, 26 Feb 2015 12:13:03 +0100 Geert Uytterhoeven > wrote: > > Add format specifiers for printing struct clk: > > - '%pC' or '%pCn': name (Common Clock Framework) or address (legacy > > clock framework) of the clock, > > - '%pC

Re: [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-27 Thread Andrew Morton
On Thu, 26 Feb 2015 12:13:03 +0100 Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Add format specifiers for printing struct clk: > - '%pC' or '%pCn': name (Common Clock Framework) or address (legacy > clock framework) of the clock, > - '%pCr': rate of the clock. > > ... > >

[PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven Add format specifiers for printing struct clk: - '%pC' or '%pCn': name (Common Clock Framework) or address (legacy clock framework) of the clock, - '%pCr': rate of the clock. Signed-off-by: Geert Uytterhoeven --- Documentation/printk-formats.txt | 12 ++