From owner-freebsd-mips@freebsd.org Fri Sep 9 05:13:37 2016 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB73BD2426 for ; Fri, 9 Sep 2016 05:13:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-oi0-x242.google.com (mail-oi0-x242.google.com [IPv6:2607:f8b0:4003:c06::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21371D7D for ; Fri, 9 Sep 2016 05:13:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-oi0-x242.google.com with SMTP id 2so8161502oif.2 for ; Thu, 08 Sep 2016 22:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=zhMAPcDq38qMwIAt4mG+tn6OsAiLyrM5zuC09/IqNHM=; b=IJGTCbHrWxeAnlaNrkw5dCJ0+sX10ICgfGA6zvI8KfCeGTsW7ytQOE3GCYXKSp+s9N gJ/myyTtzIG7DZv7KgfsgjI+Qb1PHZDx9n40FaQmLrgVtab+Ih8GDjYQS6o2XY8JERVT B2yw5b7hdsatXvil1xxMv39czCjhZR+rc6y0PXFTtYz05GbONLYC7t2hagxbFdQfuYyo 7oA0Su01/CO3peBBb2xTd1vnQ+lKhor1VwBQCCMW41ekg6VP0nK0c6fj4bVmr17pmud+ SogM7+LVAo95ZAB+6Z5CiIMeaUnR+b3atq215VWttLkFUSIakjAPszadTgbrERjaZxzS 0Agg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=zhMAPcDq38qMwIAt4mG+tn6OsAiLyrM5zuC09/IqNHM=; b=OoH0SqLZAwlDDxz+FttaSHfp767a43TXzQamq8SVPK/wY0HP4Nbhzf2U35vg8VMrw4 ASJKvIyXwlRerRgIiYQz4k5L29yndgCUYB96TuP/xJw9IMi17fHqlQTC+5shmlB9DuL/ fjTpkClAG/2q3GXEzHP78NuTpwtLEXfw7DmElUMuAreKySU5W1H7HBThIPo4HSZrd1Rv 2WtLVMWSJIWBfvydKD7O8g1wSwZHZiMN+bCXMWRWTmWOE7yjsqot1AkSKcbYfaJ/Q38t ZcNa7ML731PI1i1stfxMYqnMETCwW4774wkk+zp7pEIoahqfvy0BTAYRVhjXWbMpQKC1 va2g== X-Gm-Message-State: AE9vXwON8Sgljcd34NNUsdX1vmyjIreqOofM7lSCrXwQzyverc3X9PxCCq2ntoqq4PODivPnR+t9um9EKQXhbg== X-Received: by 10.202.170.14 with SMTP id t14mr2432190oie.160.1473398016403; Thu, 08 Sep 2016 22:13:36 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.141.129 with HTTP; Thu, 8 Sep 2016 22:13:35 -0700 (PDT) In-Reply-To: <0C82C933-F6AA-4E0B-A310-761E3258F062@deglitch.com> References: <0C82C933-F6AA-4E0B-A310-761E3258F062@deglitch.com> From: Adrian Chadd Date: Thu, 8 Sep 2016 22:13:35 -0700 X-Google-Sender-Auth: FKQalCQlHVdzEpnrWuImB835gp4 Message-ID: Subject: Re: gpioc patch for intrng To: Stanislav Sedov Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 05:13:37 -0000 cool! committed! -a On 8 September 2016 at 18:00, Stanislav Sedov wrote: > Looks right to me. > >> On Sep 8, 2016, at 5:56 PM, Adrian Chadd wrote: >> >> hi, >> >> I'm building up a mips + gpio + intrng platform (the ar231x/531x >> platform code from mori) and gpio doesn't compile. It seems it >> requires the intrng intr.h to be included. >> >> Does anyone have any issues with this? >> >> Thanks, >> >> -adrian >> >> >> adrian@gertrude:~/work/freebsd/head-embedded/src % svn diff sys/dev/gpio >> Index: sys/dev/gpio/gpiobusvar.h >> =================================================================== >> --- sys/dev/gpio/gpiobusvar.h (revision 305632) >> +++ sys/dev/gpio/gpiobusvar.h (working copy) >> @@ -41,6 +41,10 @@ >> #include >> #endif >> >> +#ifdef INTRNG >> +#include >> +#endif >> + >> #include "gpio_if.h" >> >> #ifdef FDT >> _______________________________________________ >> freebsd-mips@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-mips >> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >> >> !DSPAM:57d208b08524077548778! >> >> > > -- > Stanislav Sedov > ST4096-RIPE > >