From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752524AbbDBLJv (ORCPT ); Thu, 2 Apr 2015 07:09:51 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:55637 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbbDBLJt (ORCPT ); Thu, 2 Apr 2015 07:09:49 -0400 From: Lokesh Vutla To: , CC: , , , , , Subject: [PATCH v2 0/3] rtc: omap: Fix misc bugs Date: Thu, 2 Apr 2015 16:39:08 +0530 Message-ID: <1427972951-18959-1-git-send-email-lokeshvutla@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series fixes miscellaneous bugs in OMAP RTC driver. Tested on BeagleBone-Black. Logs: http://pastebin.ubuntu.com/10723287/ V1 patches can be seen here: http://www.mail-archive.com/linux-omap%40vger.kernel.org/msg115839.html Lokesh Vutla (3): rtc: omap: Unlock and Lock rtc registers before and after register writes rtc: omap: Update Kconfig for OMAP RTC rtc: omap: use module_platform_driver drivers/rtc/Kconfig | 6 ++--- drivers/rtc/rtc-omap.c | 68 ++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 58 insertions(+), 16 deletions(-) -- 1.9.1