From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: Re: gpio Interrupt handling for omap5912 Date: Mon, 14 Aug 2006 09:17:41 +0200 Message-ID: <44E02395.304@gmail.com> References: <20060804024947.80936.qmail@web55802.mail.re3.yahoo.com> <44DF33FB.3050003@gmail.com> <44DFA617.3030505@cc.jyu.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <44DFA617.3030505@cc.jyu.fi> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: lamikr@cc.jyu.fi Cc: Linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org lamikr wrote: > Dirk Behme wrote: >>to avoid that things like HowTo below are lost, what do you think is >>the best place to store them? >> >>I can imagine >> >>- Documentation/arm/OMAP/GPIO > > I would prefer this even it might be even too obvious place to search > this kind of docs :-) But of course OSK wiki is also good location. Okay, let us put it into Documentation/arm/OMAP (see patch I sent). If it is there, I will add a link to http://tree.celinuxforum.org/CelfPubWiki/OSK#head-0bda81ff448870f0aa282eb95524f2c157ca3e83 Then, we have it at both places ;) > Maybe there could also be something from the just added GPIO switch > framework usage and omap platforms it should support. (OMAP1, OMAP2?) > > Another area from which I would be interested in would be ARMIOs, as I > have only found my self couple of references to them without good > explanation what they really are. They seems to be something that > remains GPIO's and I would be interested in to know whether GPIO > functions are supposed to handle also them by just using certain high > enought ID numbers, or should they be treated diffrerently? Anybody who is familiar with this can add this info to GPIO howto? Thanks Dirk