From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@armlinux.org.uk (Russell King - ARM Linux) Date: Fri, 27 Oct 2017 11:04:45 +0100 Subject: [PATCH] drivers/pcmcia: Convert timers to use timer_setup() In-Reply-To: <20171024102331.GA69696@beast> References: <20171024102331.GA69696@beast> Message-ID: <20171027100445.GI20805@n2100.armlinux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 24, 2017 at 03:23:31AM -0700, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Florian Fainelli > Cc: bcm-kernel-feedback-list at broadcom.com > Cc: David Howells > Cc: Arnd Bergmann > Cc: linux-pcmcia at lists.infradead.org > Cc: linux-arm-kernel at lists.infradead.org > Signed-off-by: Kees Cook > --- > drivers/pcmcia/bcm63xx_pcmcia.c | 6 +++--- > drivers/pcmcia/bfin_cf_pcmcia.c | 6 +++--- > drivers/pcmcia/i82365.c | 6 ++---- > drivers/pcmcia/omap_cf.c | 8 ++++---- > drivers/pcmcia/pd6729.c | 7 +++---- > drivers/pcmcia/soc_common.c | 7 +++---- > drivers/pcmcia/tcic.c | 8 +++----- > drivers/pcmcia/yenta_socket.c | 7 +++---- > 8 files changed, 24 insertions(+), 31 deletions(-) For soc_common.c: Acked-by: Russell King Thanks. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up According to speedtest.net: 8.21Mbps down 510kbps up From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752274AbdJ0KFE (ORCPT ); Fri, 27 Oct 2017 06:05:04 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:51628 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbdJ0KE7 (ORCPT ); Fri, 27 Oct 2017 06:04:59 -0400 Date: Fri, 27 Oct 2017 11:04:45 +0100 From: Russell King - ARM Linux To: Kees Cook Cc: Greg Kroah-Hartman , Florian Fainelli , Arnd Bergmann , linux-pcmcia@lists.infradead.org, linux-kernel@vger.kernel.org, David Howells , bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] drivers/pcmcia: Convert timers to use timer_setup() Message-ID: <20171027100445.GI20805@n2100.armlinux.org.uk> References: <20171024102331.GA69696@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171024102331.GA69696@beast> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 24, 2017 at 03:23:31AM -0700, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Florian Fainelli > Cc: bcm-kernel-feedback-list@broadcom.com > Cc: David Howells > Cc: Arnd Bergmann > Cc: linux-pcmcia@lists.infradead.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Kees Cook > --- > drivers/pcmcia/bcm63xx_pcmcia.c | 6 +++--- > drivers/pcmcia/bfin_cf_pcmcia.c | 6 +++--- > drivers/pcmcia/i82365.c | 6 ++---- > drivers/pcmcia/omap_cf.c | 8 ++++---- > drivers/pcmcia/pd6729.c | 7 +++---- > drivers/pcmcia/soc_common.c | 7 +++---- > drivers/pcmcia/tcic.c | 8 +++----- > drivers/pcmcia/yenta_socket.c | 7 +++---- > 8 files changed, 24 insertions(+), 31 deletions(-) For soc_common.c: Acked-by: Russell King Thanks. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up According to speedtest.net: 8.21Mbps down 510kbps up