linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] MIPS: kernel: proc: fix style and add CPU option reporting
@ 2021-10-14  5:40 Ilya Lipnitskiy
  2021-10-14  5:40 ` [PATCH v3 1/3] MIPS: kernel: proc: fix trivial style errors Ilya Lipnitskiy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ilya Lipnitskiy @ 2021-10-14  5:40 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Jiri Kosina, Alexey Malahov, Serge Semin,
	Hauke Mehrtens, linux-mips, linux-kernel
  Cc: Ilya Lipnitskiy

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

---
v2: Add missing options that were added since the original patch
v3: Resend after 6 months and add Hauke's Acked-by

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 | 227 ++++++++++++++++++++++++++++++++--------
 1 file changed, 184 insertions(+), 43 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-24 15:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14  5:40 [PATCH v3 0/3] MIPS: kernel: proc: fix style and add CPU option reporting Ilya Lipnitskiy
2021-10-14  5:40 ` [PATCH v3 1/3] MIPS: kernel: proc: fix trivial style errors Ilya Lipnitskiy
2021-10-14  5:40 ` [PATCH v3 2/3] MIPS: kernel: proc: use seq_puts instead of seq_printf Ilya Lipnitskiy
2021-10-14  5:40 ` [PATCH v3 3/3] MIPS: kernel: proc: add CPU option reporting Ilya Lipnitskiy
2021-10-14  6:09 ` [PATCH v3 0/3] MIPS: kernel: proc: fix style and " Sergio Paracuellos
2021-10-14  8:09 ` Serge Semin
2021-10-24 15:33 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).