RE: [EXT] Re: [PATCH v20 1/9] soc: cadence: Create helper functions for Cadence MHDP

2024-12-24 Thread Sandor Yu
> > On Tue, Dec 17, 2024 at 02:51:43PM +0800, Sandor Yu wrote: > > Cadence MHDP IP includes a firmware. Driver and firmware communicate > > through a mailbox. The basic mailbox access functions in this patch > > are derived from the DRM bridge MHDP8546 driver. > > New mailbox access functions ha

Re: [PATCH v20 1/9] soc: cadence: Create helper functions for Cadence MHDP

2024-12-17 Thread Dmitry Baryshkov
On Tue, Dec 17, 2024 at 02:51:43PM +0800, Sandor Yu wrote: > Cadence MHDP IP includes a firmware. Driver and firmware communicate > through a mailbox. The basic mailbox access functions in this patch > are derived from the DRM bridge MHDP8546 driver. > New mailbox access functions have been created

[PATCH v20 1/9] soc: cadence: Create helper functions for Cadence MHDP

2024-12-16 Thread Sandor Yu
Cadence MHDP IP includes a firmware. Driver and firmware communicate through a mailbox. The basic mailbox access functions in this patch are derived from the DRM bridge MHDP8546 driver. New mailbox access functions have been created based on different mailbox return values and security types, makin