linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arch: Virt to phys to static inlines
@ 2023-11-15 13:28 Linus Walleij
  2023-11-15 13:28 ` [PATCH 1/2] ARC: mm: Make virt_to_pfn() a static inline Linus Walleij
  2023-11-15 13:28 ` [PATCH 2/2] Hexagon: Make pfn accessors statics inlines Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2023-11-15 13:28 UTC (permalink / raw)
  To: Arnd Bergmann, Vineet Gupta, Brian Cain
  Cc: linux-arch, linux-snps-arc, linux-kernel, linux-hexagon,
	Linus Walleij

Some architectures have been given patches to switch their
virt_to_phys()/phys_to_virt() or underlying *pfn etc functions
over to static inlines.

Some patches have been ignored or have no maintained arch
tree.

This set includes patches that I suggest to simply be applied
to the arch tree so they get in.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      ARC: mm: Make virt_to_pfn() a static inline
      Hexagon: Make pfn accessors statics inlines

 arch/arc/include/asm/page.h           | 21 ++++++++++++---------
 arch/arc/include/asm/pgtable-levels.h |  2 +-
 arch/hexagon/include/asm/page.h       | 15 +++++++++++++--
 3 files changed, 26 insertions(+), 12 deletions(-)
---
base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86
change-id: 20231115-virt-to-phy-arch-tree-137bc87046e1

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>


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

end of thread, other threads:[~2023-11-15 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 13:28 [PATCH 0/2] arch: Virt to phys to static inlines Linus Walleij
2023-11-15 13:28 ` [PATCH 1/2] ARC: mm: Make virt_to_pfn() a static inline Linus Walleij
2023-11-15 13:28 ` [PATCH 2/2] Hexagon: Make pfn accessors statics inlines Linus Walleij

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).