From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754708AbcHSOgp (ORCPT ); Fri, 19 Aug 2016 10:36:45 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:36170 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753952AbcHSOgo (ORCPT ); Fri, 19 Aug 2016 10:36:44 -0400 Date: Fri, 19 Aug 2016 09:36:42 -0500 From: Rob Herring To: Andrew Jeffery Cc: Linus Walleij , Joel Stanley , Alexandre Courbot , Mark Rutland , Benjamin Herrenschmidt , Jeremy Kerr , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 4/8] gpio: dt-bindings: Add documentation for Aspeed GPIO controllers Message-ID: <20160819143641.GA19513@rob-hp-laptop> References: <20160819124414.24242-1-andrew@aj.id.au> <20160819124414.24242-5-andrew@aj.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160819124414.24242-5-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 Fri, Aug 19, 2016 at 10:14:10PM +0930, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery > --- > > Since v1: > > Rob: I haven't added your Acked-by here as I've made the following changes and > wanted to get your input: > > * Remove interrupt-controller as an optional property > * Defer to interrupt-controller bindings document for sub-node properties > > I had a discussion with Joel about whether the interrupt-controller capability > should be optional and the conclusion was that it should always be configured > by the driver. This makes an optional interrupt-controller property feel > redundant (and possibly inaccurate if left out) so I've removed it. I don't follow. What do you mean byt "configured by the driver". If the block supports interrupts, then it should be marked as an interrupt-controller. It never should have been optional. The OS can ignore the interrupt properties if it chooses. Rob