]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firewire: core: use common kernel API to allocate and release a batch of pages
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 10 Jan 2026 01:39:07 +0000 (10:39 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 12 Jan 2026 02:49:37 +0000 (11:49 +0900)
commitc2f60aa1602d8bdf2cd44bbaef2c862a356ce414
tree481e303db2a8d296218ecd57c98dacf53252a7de
parenta69a9e630d49e2b990486360c371278d42993df0
firewire: core: use common kernel API to allocate and release a batch of pages

The pair of alloc_pages_bulk() and release_pages() are convenient to
allocate and release a batch of pages.

This commit utilizes the pair to maintain pages for isochronous DMA
context.

Link: https://lore.kernel.org/r/20260110013911.19160-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-iso.c