Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753088AbcD1WBw (ORCPT ); Thu, 28 Apr 2016 18:01:52 -0400 Received: from down.free-electrons.com ([37.187.137.238]:52141 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752067AbcD1WBu (ORCPT ); Thu, 28 Apr 2016 18:01:50 -0400 From: =?UTF-8?q?Myl=C3=A8ne=20Josserand?= To: alexandre.belloni@free-electrons.com, rtc-linux@googlegroups.com Cc: Alessandro Zummo , linux-kernel@vger.kernel.org, mylene.josserand@free-electrons.com Subject: [PATCH V2 0/6] add support for Microcrystal RV-3049 Date: Fri, 29 Apr 2016 00:00:31 +0200 Message-Id: X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 749 Lines: 22 The current patchset adds the support of the microcrystal RV-3049 (spi). This RTC will use the same driver than RV-3029 by updating it to use regmap. It also adds the alarm IRQ functionality. V2 : - Add some checks removal from checkpatch - Fix the alarm support with a wrong use of bit mask on bin2bcd Mylène Josserand (6): rtc: rv3029: remove 'i2c' in functions names rtc: rv3029: convert to use regmap rtc: rv3029: Add support of RV3049 rtc: rv3029: Removes some checks and warnings rtc: rv3029: fix alarm support rtc: rv3029: add alarm IRQ drivers/rtc/Kconfig | 37 +-- drivers/rtc/rtc-rv3029c2.c | 582 +++++++++++++++++++++++++++++---------------- 2 files changed, 397 insertions(+), 222 deletions(-) -- 2.8.0.rc3