From owner-freebsd-arm@freebsd.org Fri Dec 14 10:30:05 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A13F0132A141 for ; Fri, 14 Dec 2018 10:30:05 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3F797E69 for ; Fri, 14 Dec 2018 10:30:05 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id C5C71132A13E; Fri, 14 Dec 2018 10:30:04 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4247132A13D for ; Fri, 14 Dec 2018 10:30:04 +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 2BB0997E66 for ; Fri, 14 Dec 2018 10:30:04 +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 aaf07797; Fri, 14 Dec 2018 11:30:02 +0100 (CET) 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=IiCoRAAXeb1Ypm6D7cMsr8VXDKc=; b=Q2JvDxoPHFuzmg9vP2jZmqf6bL6S qRBW+jlV5IczhXOYvdA0WZ+L1QlLd3XZGQI6zgV62u7fELWzcX96+NzdSf254aDy QTzU9bisbHbOnhB2/2DCnZU56Yx6a2ghSR8M9uTak/soPWMCbqXQjYXSbuuEQas+ 16u6WCCM8LaPAx4= 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=UAgHfW1UwpCtrPLB4MSzHry95KL6gbBCvF+JEVUql1n6t+WsWo4p8yl+ ga+AwknqMc3+fQB7aEhxm3RfS8uNh8YnzNnnmoTq7OmECZvLwy6zZ+URHgo1dEw/ CwLashMDGEvBmKhKs/Ws6XgbnvF1HPTBnGXSFg1HRs9pbfSeq/Y= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 793c1dfd TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 14 Dec 2018 11:30:02 +0100 (CET) Date: Fri, 14 Dec 2018 11:30:02 +0100 From: Emmanuel Vadot To: Daniel Braniss Cc: "freebsd-arm@freebsd.org" Subject: Re: latest i2c/twis still not working for me Message-Id: <20181214113002.317c86761df95408d488767e@bidouilliste.com> In-Reply-To: <438E56D6-59A5-42DA-931D-DE65D0D64E03@cs.huji.ac.il> References: <438E56D6-59A5-42DA-931D-DE65D0D64E03@cs.huji.ac.il> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 2BB0997E66 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; REPLY(-4.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2018 10:30:05 -0000 On Fri, 14 Dec 2018 11:21:42 +0200 Daniel Braniss wrote: > Hi, > with 13.0-current r342048, no device is found. (neither with older versio= n of twsi!) > anything I can do to help in getting this working? I?m using a nano-neo, = and with a ?fixed? twsi > i can use the i2c, but trying to figure out the driver is way beyond me. >=20 > thanks, > danny I will need more detail. Thanks, --=20 Emmanuel Vadot