From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754272Ab2GCJA7 (ORCPT ); Tue, 3 Jul 2012 05:00:59 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:59355 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753951Ab2GCJA5 (ORCPT ); Tue, 3 Jul 2012 05:00:57 -0400 From: Arnd Bergmann Organization: Linaro Limited To: Geert Uytterhoeven Subject: Re: linux-next: build failure after merge of the final tree (pwm tree related) Date: Tue, 3 Jul 2012 09:00:53 +0000 User-Agent: KMail/1.12.2 (Linux/3.5.0-rc1+; KDE/4.3.2; x86_64; ; ) Cc: Thierry Reding , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Sascha Hauer References: <20120629174826.546cc991459b12833f2aaebd@canb.auug.org.au> <201206301920.21158.arnd.bergmann@linaro.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201207030900.53470.arnd.bergmann@linaro.org> X-Provags-ID: V02:K0:58gYKVTpVwAnf+RhYEiumIqANMICxKIaoPchQmJiED7 vz5mJOnEIOeDjMMNTh2X9HU1inVQ+W73fkBa9B+SnySUzpoXNP ok3Zqk5YYE0TdiCjhnLt9+LlFe8ivOClUmweckxjIEeyEk8Kjb qTHDQMnUEmxscQG69xNixxyNfq2WffyBoaf+63F2x1Y6fRMr6k ZcbPvwem3A3H9aRaOXOOpwsloLJhDhmNFslTOsppT3DhISNtNA O6VuWqo0Ju15QM3pShDvTaw6cLGJx+Yn3eGSRLIG8a8iZcVKDV FYGEpKt1sYzUvZ+SoPRMEupPqegSFNOZJzOjSspi8n+Vee16qs gKcVEyNjXa9lIyUuqFkrSXCXqUTNu+o1Pv0yc2oKr Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 03 July 2012, Geert Uytterhoeven wrote: > > I think that all the drivers that are not converted to the common PWM > > layer yet should depend on not enabling the common code. Once they > > are all moved over, that dependency will go away. > > Hence you cannot have a single kernel image that contains both legacy and new > drivers. I don't know whether there's any such combination that makes sense, > though. No, it's not a problem really: Before the new layer was added, any combination of PWM drivers would conflict, the entire point of the common PWM code is to make it possible that to put some drivers into the same kernel. Over time I'd hope that all drivers get moved over, so we can have any combination. Arnd