Re: [PATCH v7 2/5] i2c: Add STM32F4 I2C driver
From: M'boumba Cedric Madianga <hidden>
Date: 2017-01-02 13:31:35
Also in:
linux-arm-kernel, linux-i2c, lkml
From: M'boumba Cedric Madianga <hidden>
Date: 2017-01-02 13:31:35
Also in:
linux-arm-kernel, linux-i2c, lkml
Hello Uwe,
quoted
Is it possible to make it more obvious by doing: status = read_from_status_register() & read_from_interrupt_enable_register(); at a single place?
Contrary to what I said previously I have to keep possible_status variable as for one irq enabled we allow several events. For example, ITBUFEN allows to generate an irq for RXNE and for TXE events. So, using status = read_from_status_register() & read_from_interrupt_enable_register(); is not possible. Best regards, Cedric