From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 21 Mar 2013 08:25:57 -0700 From: Greg KH To: Ashish Jangam Cc: Andrew Morton , linux-kernel@vger.kernel.org, dchen@diasemi.com, rtc-linux@googlegroups.com, stable@vger.kernel.org Subject: Re: [patch v1]rtc: fix for DA9052/53 rtc device registration Message-ID: <20130321152557.GA31935@kroah.com> References: <1363849747.31938.6.camel@dhruva> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363849747.31938.6.camel@dhruva> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Mar 21, 2013 at 12:39:07PM +0530, Ashish Jangam wrote: > This patch adds supports for the virtual irq since now MFD only handles virtual irq > Without this patch rtc device will fail in registration. > > This patch is for Linux stable version 3.8.x > > Signed-off-by: Ashish Jangam > --- > drivers/rtc/rtc-da9052.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.