On 11/14/23 11:46, Anshuman Khandual wrote:
> This further compacts all remaining PMU init procedures requiring specific
> map_event functions via a new macro PMUV3_INIT_MAP_EVENT(). While here, it
> also changes generated init function names to match to those generated via
> the other macro PMUV3_INIT_SIMPLE(). This does not cause functional change.
>
> Cc: Will Deacon <[email protected]>
> Cc: Mark Rutland <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Reviewed-by: James Clark <[email protected]>
> Signed-off-by: Anshuman Khandual <[email protected]>
> ---
> This applies on v6.7-rc1
>
> Changes in V2:
>
> https://lore.kernel.org/all/[email protected]/
>
> - Updated the commit message
> - Rebased the patch after the following change
> https://lore.kernel.org/all/[email protected]/
Hello Will/Mark,
Any updates or concerns on this patch ?
- Anshuman