[PATCH] drivers/fsi: Add slave interrupt polling
Joel Stanley
joel at jms.id.au
Fri Feb 3 10:27:32 AEDT 2017
On Thu, Feb 2, 2017 at 8:52 AM, Christopher Bostic
<cbostic at linux.vnet.ibm.com> wrote:
> Scan slaves present for asserting interrupt signals in the si1s
> register and call a registered client's interrupt handler as
> appropriate.
>
> Signed-off-by: Eddie James <eajames at us.ibm.com>
> Signed-off-by: Christopher Bostic <cbostic at linux.vnet.ibm.com>
>
> static int fsi_bus_match(struct device *dev, struct device_driver *drv)
> @@ -566,6 +655,16 @@ void fsi_driver_unregister(struct fsi_driver *fsi_drv)
> }
> EXPORT_SYMBOL_GPL(fsi_driver_unregister);
>
> +int fsi_enable_irq(struct fsi_device *dev)
> +{
> + return 0;
> +}
> +EXPORT_SYMBOL_GPL(fsi_enable_irq);
> +
> +void fsi_disable_irq(struct fsi_device *dev)
> +{
> +}
This is not finished. Do you have another patch that completes the
functionality?
Cheers,
Joel
More information about the openbmc
mailing list