[PATCH 05/12] linux-user: Add support for getting/setting RTC PLL correction using ioctls

2020-01-15 Thread Filip Bozuta
This patch implements functionalities of following ioctls: RTC_PLL_GET - Getting PLL correction Read the PLL correction for RTCs that support PLL. The PLL correction is returned in the following structure: struct rtc_pll_info { int pll_ctrl;/* placeholder for

Re: [PATCH 05/12] linux-user: Add support for getting/setting RTC PLL correction using ioctls

2020-01-14 Thread Laurent Vivier
Le 09/01/2020 à 13:59, Filip Bozuta a écrit : > This patch implements functionalities of following ioctls: > > RTC_PLL_GET - Getting PLL correction > > Read the PLL correction for RTCs that support PLL. The PLL correction > is returned in the following structure: > > struct

[PATCH 05/12] linux-user: Add support for getting/setting RTC PLL correction using ioctls

2020-01-09 Thread Filip Bozuta
This patch implements functionalities of following ioctls: RTC_PLL_GET - Getting PLL correction Read the PLL correction for RTCs that support PLL. The PLL correction is returned in the following structure: struct rtc_pll_info { int pll_ctrl;/* placeholder for