[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <280328.53116.qm@web180311.mail.gq1.yahoo.com>
Date: Mon, 6 Sep 2010 19:23:22 -0700 (PDT)
From: David Brownell <david-b@...bell.net>
To: Nicolas Ferre <nicolas.ferre@...el.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
bn@...sdigital.com, ryan@...ewatersys.com, avictor.za@...il.com
Subject: Re: [PATCH] pio: add arch specific gpio_is_valid() function
Still not liking or accepting this proposed
change to the GPIO framework.
For the AT91 case (where integers 0..N are
IRQs, but N..max are GPIOs)
A simpler solution is just to use a bit in
the integer to indicate IRQ vs GPIO. Like
maybe the sign bit.. which is never set on
valid GPIO numbers, but platforms could let
be set on IRQs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists