From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938967AbdEYU2P (ORCPT ); Thu, 25 May 2017 16:28:15 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:33730 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935534AbdEYU2M (ORCPT ); Thu, 25 May 2017 16:28:12 -0400 Date: Thu, 25 May 2017 22:28:08 +0200 From: Daniel Lezcano To: Andrew Jeffery Cc: linux-kernel@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, tglx@linutronix.de, joel@jms.id.au, devicetree@vger.kernel.org, ryan_chen@aspeedtech.com Subject: Re: [PATCH] clocksource: moxart: Add AST2500 compatible string Message-ID: <20170525202808.GA9501@mai> References: <20170516075840.23130-1-andrew@aj.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170516075840.23130-1-andrew@aj.id.au> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 16, 2017 at 03:58:40PM +0800, Andrew Jeffery wrote: > Also clean up space-before-tab issues in the documentation. Andrew, I reworked the patch to apply to the changes Linus did recently to convert to the fttrm010 driver. Please have a look at: https://git.linaro.org/people/daniel.lezcano/linux.git/commit/?h=clockevents/4.13&id=3ca904162ffdd72f4fad3ab731fc94a12c50f682 Shouldn't the compatible string be: "aspeed,ast2400-timer", "faraday,fttmr010" "aspeed,ast2500-timer", "faraday,fttmr010" -- Daniel