From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Tue, 10 May 2016 15:04:14 +0200 Subject: [PATCH 2/4] drivers/clocksource/moxart: Refactor enable/disable In-Reply-To: References: <1462797169-14512-1-git-send-email-joel@jms.id.au> <1462797169-14512-3-git-send-email-joel@jms.id.au> Message-ID: <20160510130414.GE14952@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 10, 2016 at 08:36:50PM +0930, Joel Stanley wrote: > Hi Daniel, > > Here's a commit message for this patch. If you'd prefer me to resend > the entire series with this included then I can do that. No, it is ok (except if there are comments on the patches before I merge them). > This patch abstracts the enable and disable register writes into their > own functions in preparation for future changes to use SoC specific > values for the writes. Thanks ! -- Daniel