Re: [PATCH v3] mhi: host: Add standard elf image download functionality

From: Qiang Yu

Date: Tue Dec 16 2025 - 01:21:18 EST


n Mon, Dec 15, 2025 at 10:21:58AM -0800, Jeff Johnson wrote:
> On 12/7/2025 10:35 PM, Qiang Yu wrote:
> > On Sat, Dec 06, 2025 at 01:25:34PM +0200, Dmitry Baryshkov wrote:
> >> On Mon, Dec 01, 2025 at 06:33:15PM -0800, Qiang Yu wrote:
> >>> From: Mayank Rana <mayank.rana@xxxxxxxxxxxxxxxx>
> ...
> >>> @@ -445,6 +448,7 @@ struct mhi_controller {
> >>> bool bounce_buf;
> >>> bool fbc_download;
> >>> bool wake_set;
> >>> + bool standard_elf_image;
> >>
> >> This flag is never set, making it a dead API. If there are other patches
> >> setting up the flag, please include them into them in the same series.
> >
> > Let me discuss with Baochen about whether he can include the patch in his
> > series that actually sets this flag for QCC2072 device.
>
> The QCC2072 patchset under internal review is already 19 patches, all of which
> are specific to the ath12k driver and hence would go through ath.git.
>
> I'd prefer to not bury this patch in that series.
>
> Would you be happy with a commit text note that indicates this functionality
> will be used in an upcoming series that adds support for QCC2072 to the ath12k
> driver?
>
It's fine to me.

- Qiang Yu