Re: [PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Geert Uytterhoeven
Hi Stephen, On Fri, Feb 27, 2015 at 1:02 AM, Stephen Boyd wrote: > On 02/26/15 03:13, Geert Uytterhoeven wrote: >> From: Geert Uytterhoeven >> This patch series improves the documentation for printk() formats, and >> adds support for printing clocks. The latter has always been a hassle if >>

Re: [PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Stephen Boyd
On 02/26/15 03:13, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Hi, > > This patch series improves the documentation for printk() formats, and > adds support for printing clocks. The latter has always been a hassle if > you wanted to support both the common and legacy clock

[PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven Hi, This patch series improves the documentation for printk() formats, and adds support for printing clocks. The latter has always been a hassle if you wanted to support both the common and legacy clock frameworks. - '%pC' and '%pCn' print the name (Common

Re: [PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Geert Uytterhoeven
Hi Stephen, On Fri, Feb 27, 2015 at 1:02 AM, Stephen Boyd sb...@codeaurora.org wrote: On 02/26/15 03:13, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@glider.be This patch series improves the documentation for printk() formats, and adds support for printing clocks. The

[PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Hi, This patch series improves the documentation for printk() formats, and adds support for printing clocks. The latter has always been a hassle if you wanted to support both the common and legacy clock frameworks. - '%pC' and '%pCn'

Re: [PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Stephen Boyd
On 02/26/15 03:13, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@glider.be Hi, This patch series improves the documentation for printk() formats, and adds support for printing clocks. The latter has always been a hassle if you wanted to support both the common and