From owner-freebsd-embedded@FreeBSD.ORG Wed May 14 23:10:01 2014 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55202368; Wed, 14 May 2014 23:10:01 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C265C2447; Wed, 14 May 2014 23:10:00 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q59so247110wes.35 for ; Wed, 14 May 2014 16:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JseKE4GPKkL4HRXGqea64cBVGQKU0DG1DJsX46Teq5E=; b=Cj0OAgfxRqKJ1DZvsBd/lyWTupDVDraqZRp48sCQ6fl8dflSO2RqDjTuEjG9Zb2fGu O83KvNb2itm0Y1HkE3bmfK5MD/I9KLLTIMhLERhhjWMKzMJVg05HAbA3YOTQbZa2+sOX 2/No9nkWW4WsicJNvOpbyp9JDaEvCV5Qj/hvb2koHJiqHVcvHVsAnM4XbVF7l+c32M+l vtPmsLg1qOptSRbPc8clo2lP3KANXI0gCyOcY+e8/slq3bsIICtg1sulkeMglLyeWahn mGBMrYMdoWdQk+BSodqoyYXxAkPw8V8z95/xCSLdtaptYZ3kOK+hAQim2pNkx4qQB+W6 B0vw== MIME-Version: 1.0 X-Received: by 10.194.19.161 with SMTP id g1mr5387444wje.20.1400108998569; Wed, 14 May 2014 16:09:58 -0700 (PDT) Received: by 10.216.168.194 with HTTP; Wed, 14 May 2014 16:09:58 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 May 2014 20:09:58 -0300 Message-ID: Subject: Re: [RFC] GPIO interrupt support From: Luiz Otavio O Souza To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 23:10:01 -0000 On Wed, May 14, 2014 at 6:42 PM, Adrian Chadd wrote: > Hi! > > Cool! Which ATheros chips did you test this on? > > > -a (replying to all now... :/) For now only on ar7161 (RSPRO), i would like to test it on the newer SoCs (ar93xx) but i don't have any hardware to do it. I would appreciate any help with the tests. Luiz