Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752521AbbFXMEh (ORCPT ); Wed, 24 Jun 2015 08:04:37 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:34967 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751913AbbFXMEa (ORCPT ); Wed, 24 Jun 2015 08:04:30 -0400 Message-ID: <558A9CC7.6070409@linaro.org> Date: Wed, 24 Jun 2015 17:34:23 +0530 From: Vaibhav Hiremath User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Linus Walleij , lee.jones@linaro.org, sameo@linux.intel.com, linux-gpio@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kernel.org Subject: Re: Use of pinctrl-single for external device over I2C References: <55893B2C.1070800@linaro.org> In-Reply-To: <55893B2C.1070800@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2048 Lines: 73 On Tuesday 23 June 2015 04:25 PM, Vaibhav Hiremath wrote: > Hi, + linux-arm-kernel & MFD Thanks, Vaibhav > > I am working on enabling support for PMIC 88PM860 device in the > mainline. > > In 88PM860 (and family of devices) few pins are labelled as GPIO's, to > be precise, in 88PM860, we have 8 GPIO's (ana & dig). > > > I was looking at pinctrl-single driver, as it seems it can not handle > pinmux configuration of external device (in this case its over I2C), as > it uses raw read/write api's. > > I see below lines in the driver, > > > /* > * REVISIT: Reads and writes could eventually use regmap or something > * generic. But at least on omaps, some mux registers are performance > * critical as they may need to be remuxed every time before and after > * idle. Adding tests for register access width for every read and > * write like regmap is doing is not desired, and caching the registers > * does not help in this case. > */ > > > Should be not have flag for this and use regmap_ variants? If we > implement flag based approach then same driver can be reused for pinmux > configuration of external device. > > > Just to give more clarity, Let me describe my use-case below, > > The platform which I have is based on PXA1928 and 88PM860 chipsets, > where 88PM860.GPIO_0 is connected back to PXA1928.EXT_32K_IN. > > GPIO_0 need to configured in mode '4'. > > As per spec, 88PM860.GPIO_0 can be configured to > > 000 = GPIO input mode > 001 = GPIO output mode > 010 = SLEEPOUTN mirror mode > 011 = Buck4 FPWM enable > 100 = 32 Khz output buffer mode > 101 = PMICINTN output mode > 110 = HW_RESET1 mode > 111 = HW_RESET2 mode > > > Please let me know if there is already an alternative for this, which I > missed. > > Thanks, > Vaibhav > > > > Thanks, > Vaibhav -- 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/