[rtc-linux] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2017-01-19 Thread fayez joell
US Congressional Hearing of Saudi billionaire" maan Al Sanea " and Money Laundering with bank of America With Arabic Subtitles http://www.youtube.com/watch?v=mIBNnQvhU8s *موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات*

[rtc-linux] [PATCH v2 2/4] mfd: cros_ec: Introduce RTC commands and events definitions.

2017-01-19 Thread Enric Balletbo i Serra
From: Stephen Barber The EC can function as a simple RT, this patch adds the RTC related definitions needed by the rtc-cros-ec driver. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra Acked-by: Lee

[rtc-linux] [PATCH v2 1/4] mfd: cros_ec: Add helper for event notifier.

2017-01-19 Thread Enric Balletbo i Serra
From: Gwendal Grignou Add cros_ec_get_event() entry point to retrieve event within functions called by the notifier. Signed-off-by: Gwendal Grignou Signed-off-by: Enric Balletbo i Serra Acked-by: Lee Jones

[rtc-linux] [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-19 Thread Enric Balletbo i Serra
From: Stephen Barber If the EC supports RTC host commands, expose an RTC device. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra --- drivers/platform/chrome/cros_ec_dev.c | 22

[rtc-linux] Re: [PATCH 2/2] rtc: tegra: Implement clock handling

2017-01-19 Thread Peter De Schrijver
On Thu, Jan 12, 2017 at 05:07:43PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Accessing the registers of the RTC block on Tegra requires the module > clock to be enabled. This only works because the RTC module clock will > be enabled by default during early boot.