From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 11 Apr 2016 07:56:18 -0700 Subject: [U-Boot] [PATCH 2/2] dm: gpio: mxc: implement xlate function In-Reply-To: <20160411052813.GA8379@linux-7smt.suse> References: <1458020937-994-1-git-send-email-van.freenix@gmail.com> <1458020937-994-2-git-send-email-van.freenix@gmail.com> <20160411052813.GA8379@linux-7smt.suse> Message-ID: <570BBB12.1020702@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peng, On 04/10/2016 10:28 PM, Peng Fan wrote: > On Tue, Mar 15, 2016 at 09:32:51PM -0600, Simon Glass wrote: >> On 14 March 2016 at 23:48, Peng Fan wrote: >>> To i.MX controller, we use such as "<&gpio1 3 GPIO_ACTIVE_LOW>" for >>> a device to refer a gpio pin in device tree. So need to implement >>> xlate function, to correctly handle gpio flags and offset. >>> >>> Signed-off-by: Peng Fan >>> Cc: Simon Glass >>> Cc: Stefano Babic >>> Cc: Fabio Estevam >>> --- >>> drivers/gpio/mxc_gpio.c | 12 ++++++++++++ >>> 1 file changed, 12 insertions(+) >> >> Reviewed-by: Simon Glass > > Will this patch be picked up? Or droped, since Eric is trying to add a > common way. > I think this patch should be dropped.