]> git.baikalelectronics.ru Git - kernel.git/commit
i3c: master: svc: enable the interrupt in the enable ibi function
authorClark Wang <xiaoning.wang@nxp.com>
Mon, 27 Dec 2021 07:45:29 +0000 (15:45 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 5 Jan 2022 08:53:44 +0000 (09:53 +0100)
commit2c45011d41facd00e32cec78fcccb4f1ee4125fc
tree9e4ab67c9d923924fbc0e9a08513018e5f3cb86f
parent3edd69493ee07e7fe68c164861b29523b072a50b
i3c: master: svc: enable the interrupt in the enable ibi function

If enable interrupt in the svc_i3c_master_bus_init() but do not call
enable ibi in the device driver, it will cause a kernel dump in the
svc_i3c_master_handle_ibi() when a slave start occurs on the i3c bus,
because the data->ibi_pool is not initialized.
So only enable the interrupt in svc_i3c_master_enable_ibi() function.

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20211227074529.1660398-9-xiaoning.wang@nxp.com
drivers/i3c/master/svc-i3c-master.c