Re: [PATCH 1/3] linux/time.h: Add Linux time conversion defines

2023-11-17 Thread Tom Rini
On Thu, Nov 09, 2023 at 08:10:02PM +0300, Igor Prusov wrote: > Currently there are no defines for time conversion in time.h, which > leads to drivers declaring those locally or not using defines at all, so > add them from Linux. > > Signed-off-by: Igor Prusov > Reviewed-by: Simon Glass Applied

Re: [PATCH 1/3] linux/time.h: Add Linux time conversion defines

2023-11-10 Thread Simon Glass
On Thu, 9 Nov 2023 at 10:10, Igor Prusov wrote: > > Currently there are no defines for time conversion in time.h, which > leads to drivers declaring those locally or not using defines at all, so > add them from Linux. > > Signed-off-by: Igor Prusov > --- > > include/linux/time.h | 9 + >

[PATCH 1/3] linux/time.h: Add Linux time conversion defines

2023-11-09 Thread Igor Prusov
Currently there are no defines for time conversion in time.h, which leads to drivers declaring those locally or not using defines at all, so add them from Linux. Signed-off-by: Igor Prusov --- include/linux/time.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/linux/time.h