mbox series

[0/3] MIPS: kernel: proc: fix style and add CPU option reporting

Message ID 20210424205127.396630-1-ilya.lipnitskiy@gmail.com (mailing list archive)
Headers show
Series MIPS: kernel: proc: fix style and add CPU option reporting | expand

Message

Ilya Lipnitskiy April 24, 2021, 8:51 p.m. UTC
Fix checkpatch errors and use seq_puts instead of seq_printf where
possible.

Re-send an old patch that adds CPU option reporting.

Tested against MT7621 on OpenWrt running v5.10 kernel.

MT7621 output:
  Options implemented	: tlb 4kex 4k_cache prefetch mcheck ejtag llsc
  pindexed_dcache userlocal vint perf_cntr_intr_bit cdmm perf

Hauke Mehrtens (1):
  MIPS: kernel: proc: add CPU option reporting

Ilya Lipnitskiy (2):
  MIPS: kernel: proc: fix trivial style errors
  MIPS: kernel: proc: use seq_puts instead of seq_printf

 arch/mips/kernel/proc.c | 215 ++++++++++++++++++++++++++++++++--------
 1 file changed, 172 insertions(+), 43 deletions(-)