From owner-freebsd-arm@freebsd.org Fri Dec 14 10:46:33 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 2A871132AFAD for ; Fri, 14 Dec 2018 10:46:33 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) 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 8C5CE6A268 for ; Fri, 14 Dec 2018 10:46:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 5000A132AFAC; Fri, 14 Dec 2018 10:46:32 +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 3D008132AFAB for ; Fri, 14 Dec 2018 10:46:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6EC26A265 for ; Fri, 14 Dec 2018 10:46:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1gXkzB-000JAm-74; Fri, 14 Dec 2018 12:46:25 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: latest i2c/twis still not working for me From: Daniel Braniss In-Reply-To: <20181214113002.317c86761df95408d488767e@bidouilliste.com> Date: Fri, 14 Dec 2018 12:46:24 +0200 Cc: "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <438E56D6-59A5-42DA-931D-DE65D0D64E03@cs.huji.ac.il> <20181214113002.317c86761df95408d488767e@bidouilliste.com> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: C6EC26A265 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,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:46:33 -0000 > On 14 Dec 2018, at 12:30, Emmanuel Vadot = wrote: >=20 > On Fri, 14 Dec 2018 11:21:42 +0200 > Daniel Braniss wrote: >=20 >> Hi, >> with 13.0-current r342048, no device is found. (neither with older = version 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 >=20 > I will need more detail. ok, ill compile with TWSI_DEBUG and report findings. >=20 > Thanks, >=20 > --=20 > Emmanuel Vadot