public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] lib/vsprintf: Doc improvements and clock support
@ 2015-02-26 11:13 Geert Uytterhoeven
  2015-02-26 11:13 ` [PATCH 1/3] lib/vsprintf: Document %p parameters passed by reference Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Geert Uytterhoeven @ 2015-02-26 11:13 UTC (permalink / raw)
  To: Jonathan Corbet, Andrew Morton, Mike Turquette, Stephen Boyd
  Cc: Tetsuo Handa, linux-doc, linux-kernel, Geert Uytterhoeven

From: Geert Uytterhoeven <geert+renesas@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' print the name (Common Clock Framework) or address
    (legacy clock framework) of a clock,
  - '%pCr' prints the current clock rate.

This is against next-20150226.

Thanks!

Geert Uytterhoeven (3):
  lib/vsprintf: Document %p parameters passed by reference
  lib/vsprintf: Move integer format types to the top
  lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

 Documentation/printk-formats.txt | 49 ++++++++++++++++++++++++++++++----------
 lib/vsprintf.c                   | 37 ++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 12 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-02-28 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 11:13 [PATCH 0/3] lib/vsprintf: Doc improvements and clock support Geert Uytterhoeven
2015-02-26 11:13 ` [PATCH 1/3] lib/vsprintf: Document %p parameters passed by reference Geert Uytterhoeven
2015-02-26 11:13 ` [PATCH 2/3] lib/vsprintf: Move integer format types to the top Geert Uytterhoeven
2015-02-26 11:13 ` [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks Geert Uytterhoeven
2015-02-27 22:18   ` Andrew Morton
2015-02-27 22:55     ` Joe Perches
2015-02-28  8:53       ` Geert Uytterhoeven
2015-02-28 14:56     ` Geert Uytterhoeven
2015-02-27  0:02 ` [PATCH 0/3] lib/vsprintf: Doc improvements and clock support Stephen Boyd
2015-02-27  7:52   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox