;
Cc: arm@openbsd.org; artturi@gmail.com
Subject: RE: sxitwi on orangepi one (H3) re-visited
Thank you for the work you are doing on this driver.
Attached is a diff to ver 1.6 that implements the bus reset on error. I
tested this on my orange pi one.
-Original Message-
F
, 2018 5:23 AM
To: s_g...@telus.net
Cc: arm@openbsd.org; artturi@gmail.com
Subject: Re: sxitwi on orangepi one (H3) re-visited
> From: "Stephen Graf"
> Date: Thu, 4 Jan 2018 16:23:56 -0800
>
> I tested your simplification changes with success.
>
> Then I remove
s instead of spaces
when possible and not following our standards results in noisy diffs
that are harder to review.
Cheers,
Mark
> -Original Message-
> From: owner-...@openbsd.org [mailto:owner-...@openbsd.org] On Behalf Of Mark
> Kettenis
> Sent: Wednesday, January 3, 20
interrupts on any of your hardware?
Yes. It works on the A20, but not on the V40.
> -----Original Message-----
> From: Mark Kettenis [mailto:mark.kette...@xs4all.nl]
> Sent: Sunday, December 31, 2017 4:06 AM
> To: s_g...@telus.net
> Cc: arm@openbsd.org; mark.kette...@xs4all.nl; a
?
Yes. It works on the A20, but not on the V40.
> -----Original Message-----
> From: Mark Kettenis [mailto:mark.kette...@xs4all.nl]
> Sent: Sunday, December 31, 2017 4:06 AM
> To: s_g...@telus.net
> Cc: arm@openbsd.org; mark.kette...@xs4all.nl; artturi@gmail.com
> Subject: Re:
penbsd.org; artturi@gmail.com
Subject: Re: sxitwi on orangepi one (H3) re-visited
Thank you for looking at my code. I will try your code on my orange pi one
in the near future.
Regarding the wait for bus free a on stop condition: After a stop, the only
thing that can be done is a start. When
mark.kette...@xs4all.nl; artturi@gmail.com
Subject: Re: sxitwi on orangepi one (H3) re-visited
> From: "Stephen Graf"
> Date: Thu, 14 Dec 2017 12:54:02 -0800
>
> My recent experience with the dwxe driver has emboldened me to look at
> the sxitwi driver again. A few m
> From: "Stephen Graf"
> Date: Thu, 14 Dec 2017 12:54:02 -0800
>
> My recent experience with the dwxe driver has emboldened me to look at the
> sxitwi driver again. A few months ago I worked with Artturi Alm to get the
> driver working with a driver he wrote for a BME280 sensor. At that time I
My recent experience with the dwxe driver has emboldened me to look at the
sxitwi driver again. A few months ago I worked with Artturi Alm to get the
driver working with a driver he wrote for a BME280 sensor. At that time I
tested the non-interrupt option (I2C_F_POLL) only. This time I tried the