Re: [PATCH v2 0/2] platform: chrome: Simplify interrupt path

2021-01-26 Thread Enric Balletbo i Serra
On Thu, 21 Jan 2021 21:46:35 -0800, Gwendal Grignou wrote: > rrespective of the transport (i2c, spi, ish, rpmsg), have all cros ec > interrupt stack call the threaded part (bottom half) of the interrupt > handler. > Fix an issue where EC could be stuck if it sends a message while the AP > is not

[PATCH v2 0/2] platform: chrome: Simplify interrupt path

2021-01-21 Thread Gwendal Grignou
rrespective of the transport (i2c, spi, ish, rpmsg), have all cros ec interrupt stack call the threaded part (bottom half) of the interrupt handler. Fix an issue where EC could be stuck if it sends a message while the AP is not powered on. Changes since v1: - fix merging issue and function