From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751362AbcFKJp4 (ORCPT ); Sat, 11 Jun 2016 05:45:56 -0400 Received: from www.linutronix.de ([62.245.132.108]:50386 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973AbcFKJpz (ORCPT ); Sat, 11 Jun 2016 05:45:55 -0400 Date: Sat, 11 Jun 2016 11:43:54 +0200 (CEST) From: Thomas Gleixner To: Alexandre Belloni cc: Nicolas Ferre , Boris Brezillon , Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Daniel Lezcano Subject: Re: [PATCH 44/48] clocksource: atmel-pit: allow unselecting ATMEL_PIT In-Reply-To: <1465596231-21766-45-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: References: <1465596231-21766-1-git-send-email-alexandre.belloni@free-electrons.com> <1465596231-21766-45-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 11 Jun 2016, Alexandre Belloni wrote: > With the new TCB clocksource driver, atmel platforms are now able to boot > without the PIT driver. Allow unselecting it. Yay! Thanks for doing this! tglx