From owner-freebsd-arm@freebsd.org Mon Oct 16 19:27:06 2017 Return-Path: Delivered-To: freebsd-arm@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 963D4E42D74 for ; Mon, 16 Oct 2017 19:27:06 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E1E5769847 for ; Mon, 16 Oct 2017 19:27:05 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 1c31f665; Mon, 16 Oct 2017 21:27:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=iHoWHj0vRD9RmNkUm+pIArmCpGY=; b=BZGqplaMEInhnM2mzPRwSYintSlk Q5cUvUmUI5OtDEBuKd6ZUy6QrncKqqMpIM55pkIKEet8BsIz/4LJ3R5daegQP3Lo r940EcdvSUlL9917pfOUGvtFSKRCk53/VDXcfNUxIE/I2C1FpvQZwcFKCgebjszt 7GPyL8+IXoPqNMc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=sgCGUkiQ5kPFIs1S6zZ6bJaQ1CBrEApt42FVMpBIdRDOd1TV5an03K80 fINlk0AGFkunHbXuPUzVIEQGUqQFHk6+qWYh0lEX7jUD/K5IPFQaa+wlRun/ylP1 2ICOPdqfow96T4iOtac1M4IaT4B53xIbXDC1J/usUjaXCOdlzk8= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 2514231a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 16 Oct 2017 21:27:03 +0200 (CEST) Date: Mon, 16 Oct 2017 21:27:02 +0200 From: Emmanuel Vadot To: Michael Hrabanek Cc: freebsd-arm@freebsd.org Subject: Re: Allwinner H3 (NanoPi Neo): Getting PORTL (on /dev/gpioc1) to work Message-Id: <20171016212702.f77d4c421bd13ea561634f8f@bidouilliste.com> In-Reply-To: References: <20170921082259.aa46e554e653ce7bf2d403b2@bidouilliste.com> <20171003133901.1de20ce9637720671eee3d33@bidouilliste.com> <20171007185116.6aa97faf3511ebf90a06301d@bidouilliste.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 19:27:06 -0000 On Mon, 16 Oct 2017 14:23:01 +0200 Michael Hrabanek wrote: > I can confirm the gpio driver now works flawlessly, > thank you very much! > > Michael Thank you for the confirmation, always good to see such email :) > On Sat, Oct 7, 2017 at 6:51 PM, Emmanuel Vadot > wrote: > > > > > Hello, > > > > On Tue, 3 Oct 2017 13:39:01 +0200 > > Emmanuel Vadot wrote: > > > > > On Tue, 3 Oct 2017 13:27:47 +0200 > > > Michael Hrabanek wrote: > > > > > > > Hello, > > > > any updates? If you'll need any testing done I'd be happy to help > > > > > > > > Cheers, > > > > Michael > > > > > > I've fixed our gpio driver to not attach if we cannot enable one of > > > the needed clocks. > > > Now I need to code the clock driver for H3, it seems that there is no > > > docs so it will take some time. > > > > I commited the driver in r324383, let me know if you have any problems. > > > > Cheers, > > > > -- > > Emmanuel Vadot > > -- Emmanuel Vadot