[U-Boot] [PATCH 0/5] Introduce basic headers for time, typecheck, iopoll

Masahiro Yamada yamada.masahiro at socionext.com
Tue Dec 20 07:53:27 CET 2016




Masahiro Yamada (5):
  delay: collect {m,n,u}delay declarations to include/linux/delay.h
  time: move timer APIs to include/time.h
  typecheck: import include/linux/typecheck.h from Linux 4.9
  time: import time_after, time_before and friends from Linux
  iopoll: import include/linux/iopoll.h from Linux 4.9

 include/common.h          | 14 ++--------
 include/linux/compat.h    |  2 --
 include/linux/delay.h     | 24 +++++++++++++++++
 include/linux/iopoll.h    | 68 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/typecheck.h | 24 +++++++++++++++++
 include/time.h            | 57 +++++++++++++++++++++++++++++++++++++++
 lib/time.c                |  6 -----
 7 files changed, 175 insertions(+), 20 deletions(-)
 create mode 100644 include/linux/delay.h
 create mode 100644 include/linux/iopoll.h
 create mode 100644 include/linux/typecheck.h
 create mode 100644 include/time.h

-- 
2.7.4



More information about the U-Boot mailing list