RE: [dwi2c PATCH v1] dwi2c add offsets to reads

2020-12-14 Thread Duffin, CooperX
Message- From: Duffin, CooperX Sent: Wednesday, December 2, 2020 1:53 PM To: h...@denx.de Cc: Simon Glass ; U-Boot Mailing List ; uboot-snps-...@synopsys.com; Tom Rini ; Robert Beckett ; Wolgang Denk ; Ian Ray Subject: RE: [dwi2c PATCH v1] dwi2c add offsets to reads -Original Message

RE: [dwi2c PATCH v1] dwi2c add offsets to reads

2020-12-02 Thread Duffin, CooperX
-Original Message- From: Heiko Schocher Sent: Tuesday, November 17, 2020 11:42 PM To: Duffin, CooperX Cc: Simon Glass ; U-Boot Mailing List ; uboot-snps-...@synopsys.com; Tom Rini ; Robert Beckett ; Wolgang Denk ; Ian Ray Subject: Re: [dwi2c PATCH v1] dwi2c add offsets to reads

RE: [dwi2c PATCH v1] dwi2c add offsets to reads

2020-11-09 Thread Duffin, CooperX
-Original Message- From: Simon Glass Sent: Saturday, November 7, 2020 1:33 PM To: Duffin, CooperX Cc: U-Boot Mailing List ; uboot-snps-...@synopsys.com; Tom Rini ; Robert Beckett ; Heiko Schocher ; Wolgang Denk ; Ian Ray Subject: Re: [dwi2c PATCH v1] dwi2c add offsets to reads Hi

RE: [dwi2c PATCH v1] dwi2c add offsets to reads

2020-11-06 Thread Duffin, CooperX
etting bus to 0 device # i2c md 0x60 0 4 : 6f 6f 6f 6f With the fix/patch I get: device# i2c md 0x60 0 4 : 62 6f 6f 74boot Which is correct. Also the reads were working in linux leading to my original suspicion that there might be something going on in the driver. Hopefully th