From owner-freebsd-arm@freebsd.org Sat Oct 7 16:51:30 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 411C1E3C63E for ; Sat, 7 Oct 2017 16:51:30 +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 AD1182580 for ; Sat, 7 Oct 2017 16:51:29 +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 cd5175f3; Sat, 7 Oct 2017 18:51:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=l9CbWy1+Ac/A CeKr59dI6tzJtuE=; b=qJ5G2GwJx4eEIF/wRCY1mFSM9kAV05uDVBFs8B0AnTt/ 0JMoB88c5WXJH/O/ZkuVkjQFOi8u9ldAEHKyUi0Mj9ggDYePnDOoiSFnD+BU+PXE mJixnGgWlHL/bao/0Fn8N/SRVGN1r/KBE9KPY4qHNmerIGsJ52tZwjGHSq8LjqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=Vb4UET xB02uFbQovwMz7x7VzKkUfrcJfeRmfw2AOC5qubyMRv/nJXHpzyUB0T1ru3/tEw5 uEqmDG/sQDzfr0sp8XefCyhJADf4AfNkQIqkK7hrozinGrhFJvM0DsOUznjDeSib wbUE2Xd6nUFGP+AxWIiMkWLlYsFlsCxjqzyg0= 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 e2ae9c77 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 7 Oct 2017 18:51:20 +0200 (CEST) Date: Sat, 7 Oct 2017 18:51:16 +0200 From: Emmanuel Vadot To: Michael Hrabanek , freebsd-arm@freebsd.org Subject: Re: Allwinner H3 (NanoPi Neo): Getting PORTL (on /dev/gpioc1) to work Message-Id: <20171007185116.6aa97faf3511ebf90a06301d@bidouilliste.com> In-Reply-To: <20171003133901.1de20ce9637720671eee3d33@bidouilliste.com> References: <20170921082259.aa46e554e653ce7bf2d403b2@bidouilliste.com> <20171003133901.1de20ce9637720671eee3d33@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: Sat, 07 Oct 2017 16:51:30 -0000 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