> I meant that the hardware cannot interpret this, it would be a meaningless
> command unfortunately.
I see. Thanks for double-checking.
signature.asc
Description: PGP signature
On 07/02/2018 01:24 PM, Wolfram Sang wrote:
+ if (msg->flags & I2C_M_RD)
+ cmd |= I2C_CMD_READ;
Since you support MANGLING, I'd think you can easily support
I2C_M_REV_DIR_ADDR here, too?
Hm, I don't really understand the purpose of that flag. From the docs:
This toggles
> > > + if (msg->flags & I2C_M_RD)
> > > + cmd |= I2C_CMD_READ;
> > Since you support MANGLING, I'd think you can easily support
> > I2C_M_REV_DIR_ADDR here, too?
>
> Hm, I don't really understand the purpose of that flag. From the docs:
>
> This toggles the Rd/Wr flag. That is, if you w
On 06/25/2018 09:38 PM, Wolfram Sang wrote:
On Wed, Jun 13, 2018 at 02:36:17PM -0500, Eddie James wrote:
Execute I2C transfers from the FSI-attached I2C master. Use polling
instead of interrupts as we have no hardware IRQ over FSI.
Signed-off-by: Eddie James
---
drivers/i2c/busses/i2c-fsi
On Wed, Jun 13, 2018 at 02:36:17PM -0500, Eddie James wrote:
> Execute I2C transfers from the FSI-attached I2C master. Use polling
> instead of interrupts as we have no hardware IRQ over FSI.
>
> Signed-off-by: Eddie James
> ---
> drivers/i2c/busses/i2c-fsi.c | 195
> +++
5 matches
Mail list logo