[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191001134717.81282-1-andriy.shevchenko@linux.intel.com>
Date: Tue, 1 Oct 2019 16:47:13 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Hans Verkuil <hverkuil@...all.nl>,
Jonathan Corbet <corbet@....net>,
Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
John Stultz <john.stultz@...aro.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v2 0/4] 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.
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 (4):
lib/vsprintf: Print time64_t in human readable format
ARM: bcm2835: Switch to use %ptT
[media] usb: pulse8-cec: Switch to use %ptT
usb: host: xhci-tegra: 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 +----
drivers/usb/host/xhci-tegra.c | 6 +----
lib/test_printf.c | 13 +++++++---
lib/vsprintf.c | 31 +++++++++++++++++++++--
6 files changed, 56 insertions(+), 34 deletions(-)
--
2.23.0
Powered by blists - more mailing lists