From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754735AbcGEHui (ORCPT ); Tue, 5 Jul 2016 03:50:38 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:13905 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbcGEHuh (ORCPT ); Tue, 5 Jul 2016 03:50:37 -0400 Subject: Re: [PATCH 0/3] clocksource: timer-atmel-pit: driver cleanup To: Alexandre Belloni , Daniel Lezcano References: <1467670354-12987-1-git-send-email-alexandre.belloni@free-electrons.com> CC: Thomas Gleixner , Boris Brezillon , , From: Nicolas Ferre Organization: atmel Message-ID: <577B66C4.6040101@atmel.com> Date: Tue, 5 Jul 2016 09:50:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1467670354-12987-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 05/07/2016 00:12, Alexandre Belloni a écrit : > Hi, > > Here are a few cleanups I had laying around for a while. I rebased and > tested on top of 4.7-rc1. > > The series will apply after: > "clocksource: timer-atmel-pit: enable mck" > > > Alexandre Belloni (3): > clocksource: timer-atmel-pit: drop at91sam926x_pit_common_init > clocksource: timer-atmel-pit: remove uselesss WARN_ON_ONCE > clocksource: timer-atmel-pit: simplify IRQ handler To the whole series: Acked-by: Nicolas Ferre Thanks for having done this cleanup. Bye, > drivers/clocksource/timer-atmel-pit.c | 76 ++++++++++++++--------------------- > 1 file changed, 30 insertions(+), 46 deletions(-) > -- Nicolas Ferre