Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751956Ab3FKEkI (ORCPT ); Tue, 11 Jun 2013 00:40:08 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:46540 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158Ab3FKEkH (ORCPT ); Tue, 11 Jun 2013 00:40:07 -0400 Message-ID: <51B6A9F5.5020300@ti.com> Date: Tue, 11 Jun 2013 10:09:17 +0530 From: Sekhar Nori User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: "Philip, Avinash" CC: "khilman@deeprootsystems.com" , "linux@arm.linux.org.uk" , "grant.likely@secretlab.ca" , "linus.walleij@linaro.org" , "linux-arm-kernel@lists.infradead.org" , "davinci-linux-open-source@linux.davincidsp.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 00/11] Convert GPIO Davinci to platform driver References: <1369206634-6778-1-git-send-email-avinashphilip@ti.com> <51B1958C.3050704@ti.com> <518397C60809E147AF5323E0420B992E3EAD887C@DBDE04.ent.ti.com> In-Reply-To: <518397C60809E147AF5323E0420B992E3EAD887C@DBDE04.ent.ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2297 Lines: 60 On 6/10/2013 2:32 PM, Philip, Avinash wrote: > On Fri, Jun 07, 2013 at 13:40:52, Nori, Sekhar wrote: >> Hi Avinash, >> >> On 5/22/2013 12:40 PM, Philip Avinash wrote: >>> GPIO Davinci driver converted to platform driver to support DT booting. >>> In this patch series >>> - Cleaned gpio Davinci driver code with proper commenting style and appropriate >>> variable names. >>> - Create platform driver for GPIO Davinci in da8xx and dm* platforms and removed >>> gpio related member updation in davinci_soc_info structure. >>> - DT support added for da850 board and tested on da850 EVM. >>> - Remove soc_info reference in the gpio davinci driver and start uses >>> gpiolib interface. >> >> Can you please document which platforms this series was tested on and how? > > This series being tested on da850 EVM. Tested by setting VPIF_DOUT[12] as GPIO > pin [2] and reading GPIO status from GPIO[7,4] > > GPIO[7,4] will reflect the status switch number 8 of the S7 dip switch in DA850 EVM. > > Testing Procedure > > Requirement GPIO SYSFS support [1] > > #echo 116 > /sys/class/gpio/export > setting GPIO[7,4] as input GPIO > #echo "in" > /sys/class/gpio/gpio116/direction > #mount -t debugfs debugfs /sys/kernel/debug > Reading GPIO pin status > #cat /sys/kernel/debug/gpio > #echo 116 > /sys/class/gpio/unexport > > > 1. Enable GPIO SYSFS support through menconfig > --- GPIO Support > [ ] Debug GPIO calls > [ ] /sys/class/gpio/... (sysfs interface) > > 2. Patch for pinmux support for GPIO[7,4] is available at > https://github.com/avinashphilip/am335x_linux/commits/linux_davinci_v3.10_soc_gpio Can you check interrupt generation too since there are significant changes in that area? You can generate an interrupt using the MMC/SD card detect pin (inserting an MMC/SD card into the slot should generate an interrupt). You can also write a new value to any GPIO pin. That will also trigger an interrupt. It will be nice if you can test this series on DM365 as well (read/write as well as interrupt). Thanks, Sekhar -- 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/