From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941630AbcLVVr0 (ORCPT ); Thu, 22 Dec 2016 16:47:26 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35279 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938907AbcLVVrY (ORCPT ); Thu, 22 Dec 2016 16:47:24 -0500 Reply-To: minyard@acm.org Subject: Re: [PATCH v4 0/5] mfd: dt: Add bindings for the Aspeed MFDs References: <20161220071535.27542-1-andrew@aj.id.au> To: Andrew Jeffery , Lee Jones Cc: Rob Herring , Mark Rutland , Linus Walleij , =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , Joel Stanley , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Corey Minyard Message-ID: <4e69b379-299f-ebf3-3a61-9ac1bcaba7b3@acm.org> Date: Thu, 22 Dec 2016 15:47:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161220071535.27542-1-andrew@aj.id.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It looks like this is ready. Should I take this in the IPMI tree, or is there a better tree for it? -corey On 12/20/2016 01:15 AM, Andrew Jeffery wrote: > Hi Lee, > > Here's v4 of the Aspeed LPC MFD devicetree bindings series. v3 can be found at: > > https://lkml.org/lkml/2016/12/5/835 > > Changes since v3: > > * Based on Arnd's argument[1], drop the addition of the mfd/syscon bindings > directory as well as the the last patch in v3, which moved a number of > existing bindings. Eventually the Aspeed display controller will have a > device-specific driver so it doesn't belong there either. > > * Add a compatible string for the AST2400 in the LPC Host Controller bindings > as requested by Joel and slightly tweak the reg description for Rob. > > [1] https://lkml.org/lkml/2016/12/13/202 > > Andrew Jeffery (5): > mfd: dt: Fix "indicates" typo in mfd bindings document > mfd: dt: ranges, #address-cells and #size-cells as optional properties > mfd: dt: Add Aspeed Low Pin Count Controller bindings > mfd: dt: Add bindings for the Aspeed LPC Host Controller (LHC) > mfd: dt: Add bindings for the Aspeed SoC Display Controller (GFX) > > .../devicetree/bindings/mfd/aspeed-gfx.txt | 17 +++ > .../devicetree/bindings/mfd/aspeed-lpc.txt | 137 +++++++++++++++++++++ > Documentation/devicetree/bindings/mfd/mfd.txt | 12 +- > 3 files changed, 165 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-gfx.txt > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt >