Message ID | 20231019135238.3654285-1-peterlin@andestech.com (mailing list archive) |
---|---|
Headers | show |
Series | Support Andes PMU extension | expand |
On Thu, Oct 19, 2023 at 09:52:38PM +0800, Yu Chien Peter Lin wrote: > Hi All, > > This patch series introduces the Andes PMU extension, which serves > the same purpose as Sscofpmf. In this version we use FDT-based > probing and the CONFIG_ANDES_CUSTOM_PMU to enable perf sampling > and filtering support. > > Its non-standard local interrupt is assigned to bit 18 in the > custom S-mode local interrupt pending CSR (slip), while the > interrupt cause is (256 + 18). Chief, you gotta thread your patchsets. It seems like every mail in this series has been sent individually, which is going to break tools like b4 and the automated testing on patchwork. Cheers, Conor.
On Thu, Oct 19, 2023 at 03:51:00PM +0100, Conor Dooley wrote: > On Thu, Oct 19, 2023 at 09:52:38PM +0800, Yu Chien Peter Lin wrote: > > Hi All, > > > > This patch series introduces the Andes PMU extension, which serves > > the same purpose as Sscofpmf. In this version we use FDT-based > > probing and the CONFIG_ANDES_CUSTOM_PMU to enable perf sampling > > and filtering support. > > > > Its non-standard local interrupt is assigned to bit 18 in the > > custom S-mode local interrupt pending CSR (slip), while the > > interrupt cause is (256 + 18). > > Chief, you gotta thread your patchsets. It seems like every mail in this > series has been sent individually, which is going to break tools like > b4 and the automated testing on patchwork. Hi Conor, Sure, thanks for taking care of this! Regards, Peter Lin > Cheers, > Conor.