Re: [PATCH] i2c: aspeed: disable additional device addresses on ast2[56]xx

2020-12-21 Thread Joel Stanley
On Fri, 18 Dec 2020 at 21:40, Zev Weiss wrote: > > On Tue, Sep 15, 2020 at 01:45:25PM CDT, Zev Weiss wrote: > >The ast25xx and ast26xx have, respectively, two and three configurable > >slave device addresses to the ast24xx's one. We only support using > >one at a time, but the others may come up

Re: [PATCH] i2c: aspeed: disable additional device addresses on ast2[56]xx

2020-12-18 Thread Zev Weiss
On Tue, Sep 15, 2020 at 01:45:25PM CDT, Zev Weiss wrote: The ast25xx and ast26xx have, respectively, two and three configurable slave device addresses to the ast24xx's one. We only support using one at a time, but the others may come up in an indeterminate state depending on hardware/bootloader

[PATCH] i2c: aspeed: disable additional device addresses on ast2[56]xx

2020-09-15 Thread Zev Weiss
The ast25xx and ast26xx have, respectively, two and three configurable slave device addresses to the ast24xx's one. We only support using one at a time, but the others may come up in an indeterminate state depending on hardware/bootloader behavior, so we need to make sure we disable them so as to