Hi Filip, Le 13/11/2019 à 17:41, Filip Bozuta a écrit : > Add ioctls for all rtc features that are currently supported in linux kernell. > > Filip Bozuta (6): > linux-user: Add support for enabling/disabling rtc features using > ioctls > linux-user: Add set and read for rtc time and alarm using ioctls > linux-user: Add read and set for rtc periodic interrupt and epoch > using ioctls > linux-user: Add get and set for rtc wakeup alarm using ioctls > linux-user: Add get and set for rtc pll correction using ioctls > linux-user: Add rtc voltage low detector read and clear using ioctls > > linux-user/ioctls.h | 23 +++++++++++++++++++++++ > linux-user/syscall.c | 1 + > linux-user/syscall_defs.h | 36 ++++++++++++++++++++++++++++++++++++ > linux-user/syscall_types.h | 25 +++++++++++++++++++++++++ > 4 files changed, 85 insertions(+) >
Could you add in the description of each patch the name the ioctls it implements, their purpose (you can cut&paste from man(rtc)) and how you have tested them? Thanks, Laurent