[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200415170046.33374-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 15 Apr 2020 20:00:43 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Petr Mladek <pmladek@...e.com>,
Steven Rostedt <rostedt@...dmis.org>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
linux-kernel@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t
It is a logical continuation of previously applied %ptR for struct rtc_time.
We have few users of time64_t that would like to print it.
Andrew, since Petr can't pay attention on this perhaps it can be passed thru
your tree?
Sergey, Steven, what do you think?
In v3:
- added tag (Alexandre)
- dropped for now USB Tegra patch (Thierry wasn't clear about)
In v2:
- drop #ifdef CONFIG_RTC_LIB with time64_to_rtc_time() altogether
(Petr, Alexandre)
- update default error path message along with test case for it
- add Hans' Ack for patch 3
Andy Shevchenko (3):
lib/vsprintf: Print time64_t in human readable format
ARM: bcm2835: Switch to use %ptT
[media] usb: pulse8-cec: Switch to use %ptT
Documentation/core-api/printk-formats.rst | 22 ++++++++--------
drivers/firmware/raspberrypi.c | 12 +++------
drivers/media/usb/pulse8-cec/pulse8-cec.c | 6 +----
lib/test_printf.c | 13 +++++++---
lib/vsprintf.c | 31 +++++++++++++++++++++--
5 files changed, 55 insertions(+), 29 deletions(-)
--
2.25.1
Powered by blists - more mailing lists