Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752959AbbBYTaE (ORCPT ); Wed, 25 Feb 2015 14:30:04 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:39978 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752450AbbBYTaA (ORCPT ); Wed, 25 Feb 2015 14:30:00 -0500 Date: Wed, 25 Feb 2015 11:29:56 -0800 From: Dmitry Torokhov To: Ray Jui Cc: Linus Walleij , Stephen Warren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Scott Branden , Anatol Pomazau , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org Subject: Re: [PATCH v4 0/4] Add pinctrl support to Broadcom Cygnus SoC Message-ID: <20150225192956.GB3215@dtor-ws> References: <1423015801-26967-1-git-send-email-rjui@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423015801-26967-1-git-send-email-rjui@broadcom.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1561 Lines: 38 On Tue, Feb 03, 2015 at 06:09:57PM -0800, Ray Jui wrote: > This patchset contains the initial pinctrl (IOMUX) support for the Broadcom > Cygnus SoC. The Cygnus IOMUX controller supports group based mux configuration > and allows certain pins to be muxed to GPIO function individually > > Changes from v3: > - Fix the driver to have more proper use of "const" in various places > - Other minor improvements > > Changes from v2: > - Consolidate all Broadcom pinctrl drivers into drivers/pinctrl/bcm/* > - Change the Cygnus IOMUX driver to use standard Linux pinctrl subnode > properties such as "function" and "groups" for pinmux configuration, instead > of non-standard properties such as "brcm,function" and "brcm,group" > - Use real function names like "spi0", "lcd", "key", and etc. instead of HW > specific mux names like "alt1", "alt2", "alt3", and etc. > - Add suffix "grp" to all group names > - Add support to allow individual pins to be muxed to GPIO function through > subsystem callbacks "gpio_request_enable" and "gpio_disable_free", and get rid > of all GPIO groups > - Other minor improvements in the driver > > Changes from v1: > - Fix a typo in device tree binding document FWIW I tested this series on BCM958305K SVK. Tested-by: Dmitry Torokhov Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/