From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 34/35] clocksource/drivers/Kconfig: Support andestech atcpit100 timer Date: Mon, 27 Nov 2017 15:11:31 +0100 Message-ID: References: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Greentime Hu Cc: Greentime , Linux Kernel Mailing List , linux-arch , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Networking , Vincent Chen , DTML , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Rick Chen List-Id: linux-arch.vger.kernel.org On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > From: Rick Chen > > Add CLKSRC_ATCPIT100 for Andestech atcpit100 timer selection. > It often be used in Andestech AE3XX platform. > > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu No need to split out the Makefile patch from the actual driver, they clearly belong together. The binding change should be a separate patch, as you did. It's probably best to separate the driver patches from the architecture submission in the future, they can simply get merged by the respective subsystem maintainers, with a smaller Cc list. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:36641 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751311AbdK0OLd (ORCPT ); Mon, 27 Nov 2017 09:11:33 -0500 MIME-Version: 1.0 In-Reply-To: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> References: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> From: Arnd Bergmann Date: Mon, 27 Nov 2017 15:11:31 +0100 Message-ID: Subject: Re: [PATCH v2 34/35] clocksource/drivers/Kconfig: Support andestech atcpit100 timer Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Greentime Hu Cc: Greentime , Linux Kernel Mailing List , linux-arch , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Networking , Vincent Chen , DTML , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Rick Chen Message-ID: <20171127141131.P6h-riywIIxIIJSXk5UWRH9Zy40UObfgvGsJ1OApauA@z> On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > From: Rick Chen > > Add CLKSRC_ATCPIT100 for Andestech atcpit100 timer selection. > It often be used in Andestech AE3XX platform. > > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu No need to split out the Makefile patch from the actual driver, they clearly belong together. The binding change should be a separate patch, as you did. It's probably best to separate the driver patches from the architecture submission in the future, they can simply get merged by the respective subsystem maintainers, with a smaller Cc list. Arnd