On 7/28/23 17:18, Lee Jones wrote:
Vinod, Bard, Pierre-Louis, Sanyog,Sorry, I thought I provided my tag on an earlier version, but apparently
This has been on the list for some time now.
Would one of you please review this, so we can get it merged?
that never reached the ML. All my earlier feedback was taken into
account so no objections from me - just one typo below...
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
On Tue, 25 Jul 2023, Charles Keepax wrote:inconvenient
From: Lucas Tanure <tanureal@xxxxxxxxxxxxxxxxxxxxx>
Currently the in-band alerts for SoundWire peripherals can only
be communicated to the driver through the interrupt_callback
function. This however is slightly inconvient for devices that wish to
share IRQ handling code between SoundWire and I2C/SPI, the later would
normally register an IRQ handler with the IRQ subsystem. However there
is no reason the SoundWire in-band IRQs can not also be communicated
as an actual IRQ to the driver.