[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<AM6PR0402MB3944A4CA255230C2D62D7B5DE80E2@AM6PR0402MB3944.eurprd04.prod.outlook.com>
Date: Fri, 27 Dec 2024 02:20:13 +0000
From: Carlos Song <carlos.song@....com>
To: Andi Shyti <andi.shyti@...nel.org>
CC: Aisheng Dong <aisheng.dong@....com>, "shawnguo@...nel.org"
<shawnguo@...nel.org>, "s.hauer@...gutronix.de" <s.hauer@...gutronix.de>,
"kernel@...gutronix.de" <kernel@...gutronix.de>, "festevam@...il.com"
<festevam@...il.com>, "linux-i2c@...r.kernel.org"
<linux-i2c@...r.kernel.org>, "imx@...ts.linux.dev" <imx@...ts.linux.dev>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v5] i2c: imx-lpi2c: add target mode support
> -----Original Message-----
> From: Andi Shyti <andi.shyti@...nel.org>
> Sent: Friday, December 27, 2024 8:34 AM
> To: Carlos Song <carlos.song@....com>
> Cc: Aisheng Dong <aisheng.dong@....com>; shawnguo@...nel.org;
> s.hauer@...gutronix.de; kernel@...gutronix.de; festevam@...il.com;
> linux-i2c@...r.kernel.org; imx@...ts.linux.dev;
> linux-arm-kernel@...ts.infradead.org; linux-kernel@...r.kernel.org
> Subject: [EXT] Re: [PATCH v5] i2c: imx-lpi2c: add target mode support
>
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report this
> email' button
>
>
> Hi Carlos,
>
> ...
>
> > +static irqreturn_t lpi2c_imx_isr(int irq, void *dev_id) {
> > + struct lpi2c_imx_struct *lpi2c_imx = dev_id;
> > +
> > + if (lpi2c_imx->target) {
> > + u32 scr = readl(lpi2c_imx->base + LPI2C_SCR);
> > + u32 ssr = readl(lpi2c_imx->base + LPI2C_SSR);
> > + u32 sier_filter = ssr & readl(lpi2c_imx->base +
> > + LPI2C_SIER);
> > +
> > + /*
> > + * The target is enabled and an interrupt has been
> triggered.
> > + * Enter the target's irq handler.
> > + */
> > + if ((scr & SCR_SEN) && sier_filter)
> > + return lpi2c_imx_target_isr(lpi2c_imx, ssr,
> > + sier_filter);
>
> you have answered my question here and thanks for that.
>
> I was trying to apply this patch but it didn't apply. Do you mind resending it?
>
Thank you! I will resend it:).
> Thanks,
> Andi
Powered by blists - more mailing lists