Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752320Ab3FXPIw (ORCPT ); Mon, 24 Jun 2013 11:08:52 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:38335 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751864Ab3FXPIu (ORCPT ); Mon, 24 Jun 2013 11:08:50 -0400 MIME-Version: 1.0 In-Reply-To: <1371720391-21825-4-git-send-email-james.hogan@imgtec.com> References: <1371720391-21825-1-git-send-email-james.hogan@imgtec.com> <1371720391-21825-4-git-send-email-james.hogan@imgtec.com> Date: Mon, 24 Jun 2013 17:08:50 +0200 Message-ID: Subject: Re: [PATCH v3 3/4] pinctrl-tz1090-pdc: add TZ1090 PDC pinctrl driver From: Linus Walleij To: James Hogan Cc: "linux-kernel@vger.kernel.org" , Grant Likely , Rob Herring , Rob Landley , "linux-doc@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1761 Lines: 43 On Thu, Jun 20, 2013 at 11:26 AM, James Hogan wrote: > Add a pin control driver for the TZ1090's low power pins via the > powerdown controller SOC_GPIO_CONTROL registers. > > These pins have individually controlled pull-up, and group controlled > schmitt, slew-rate, drive-strength, and power-on-start (pos). > > The pdc_gpio0 and pdc_gpio1 pins can also be muxed onto the > ir_mod_stable_out and ir_mod_power_out functions respectively. If no > function is set they remain in GPIO mode. These muxes can be overridden > by requesting them as GPIOs. > > Signed-off-by: James Hogan > Cc: Grant Likely > Cc: Rob Herring > Cc: Rob Landley > Cc: Linus Walleij > Cc: linux-doc@vger.kernel.org > Cc: devicetree-discuss@lists.ozlabs.org > --- > Changes in v3: > - separated from irq-imgpdc and removed arch/metag changes to allow > these patches to go upstream separately via the pinctrl[/gpio] trees > (particularly the pinctrl drivers depend on the new pinconf DT > bindings). > - some s/unsigned/unsigned int/. > - pinctrl-tz1090*: switch to generic pinconfig DT bindings and > pinconf_generic_dump_config. > - pinctrl-tz1090*: use tz1090, prefix for pins and function in DT > bindings. > - pinctrl-tz1090*: make internal functions static. > - pinctrl-tz1090*: move initcall from postcore to arch. Thanks, patch applied as well. Yours, Linus Walleij -- 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/