[GIT PULL] csky changes for v6.6

From: guoren
Date: Tue Aug 29 2023 - 11:03:46 EST


Hi Linus,

Please pull the latest csky changes from:

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.6

for you to fetch changes up to c8171a86b27401aa1f492dd1f080f3102264f1ab:

csky: Fixup -Wmissing-prototypes warning (2023-08-10 23:06:32 -0400)

----------------------------------------------------------------
arch/csky patches for 6.6

The pull request we've done:
- Fixup compile warning
- Fixup update_mmu_cache

----------------------------------------------------------------
Arnd Bergmann (1):
csky: fix old style declaration in module.c

Guo Ren (2):
csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache
csky: Fixup -Wmissing-prototypes warning

Linus Walleij (2):
csky: Cast argument to virt_to_pfn() to (void *)
csky: Make pfn accessors static inlines

arch/arc/include/asm/page.h | 2 +-
arch/csky/abiv2/cacheflush.c | 4 +---
arch/csky/include/asm/page.h | 13 ++++++++++---
arch/csky/include/asm/ptrace.h | 2 ++
arch/csky/include/asm/sections.h | 2 ++
arch/csky/include/asm/traps.h | 15 +++++++++++++++
arch/csky/kernel/module.c | 2 +-
arch/csky/kernel/vdso/vgettimeofday.c | 11 +++++++++++
8 files changed, 43 insertions(+), 8 deletions(-)