mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] lib: devres: Simplify both API devm_iounmap() and devm_ioport_unmap() implementation
@ 2024-09-18 14:48 Zijun Hu
  2024-09-18 14:48 ` [PATCH 1/2] lib: devres: Simplify API devm_iounmap() implementation Zijun Hu
  2024-09-18 14:48 ` [PATCH 2/2] lib: devres: Simplify API devm_ioport_unmap() implementation Zijun Hu
  0 siblings, 2 replies; 3+ messages in thread
From: Zijun Hu @ 2024-09-18 14:48 UTC (permalink / raw)
  To: Andrew Morton, Greg Kroah-Hartman; +Cc: Zijun Hu, linux-kernel, Zijun Hu

This patch series is to simplify implementation for both API
devm_iounmap() and devm_ioport_unmap().

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (2):
      lib: devres: Simplify API devm_iounmap() implementation
      lib: devres: Simplify API devm_ioport_unmap() implementation

 lib/devres.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
base-commit: 6a36d828bdef0e02b1e6c12e2160f5b83be6aab5
change-id: 20240918-fix_lib_devres-321e311a147a

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>


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

end of thread, other threads:[~2024-09-18 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-18 14:48 [PATCH 0/2] lib: devres: Simplify both API devm_iounmap() and devm_ioport_unmap() implementation Zijun Hu
2024-09-18 14:48 ` [PATCH 1/2] lib: devres: Simplify API devm_iounmap() implementation Zijun Hu
2024-09-18 14:48 ` [PATCH 2/2] lib: devres: Simplify API devm_ioport_unmap() implementation Zijun Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome