From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754711AbYJTTdi (ORCPT ); Mon, 20 Oct 2008 15:33:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753244AbYJTTdb (ORCPT ); Mon, 20 Oct 2008 15:33:31 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:48306 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753191AbYJTTda (ORCPT ); Mon, 20 Oct 2008 15:33:30 -0400 Date: Mon, 20 Oct 2008 20:33:29 +0100 From: Mark Brown To: Alessandro Zummo Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com Subject: [PATCH 0/2] RTC updates Message-ID: <20081020193328.GA10272@rakim.wolfsonmicro.main> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series fixes a bug in the RTC core and adds support for the WM8350 RTC. The bug fix is required for the WM8350 driver since it does not support configuration of the year for alarms, triggering the need to handle year wraparound when reporting the alarm status.