-----Original Message----- > Date: Mon, 2 Apr 2018 14:39:46 -0500 > From: Erik Gabriel Carrillo <[email protected]> > To: [email protected] > CC: [email protected], [email protected], [email protected] > Subject: [PATCH v9 1/9] eventtimer: introduce event timer adapter > X-Mailer: git-send-email 1.7.10 > > Event devices can be coupled with various components to provide > new event sources by using event adapters. The event timer adapter > is one such adapter; it bridges event devices and timer mechanisms. > This library extends the event-driven programming model by > introducing a new type of event that represents a timer expiration, > and it provides APIs with which adapters can be created or destroyed > and event timers can be armed and canceled. > > Signed-off-by: Jerin Jacob <[email protected]> > Signed-off-by: Pavan Nikhilesh <[email protected]> > Signed-off-by: Erik Gabriel Carrillo <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

