mtd: rawnand: Add a helper for calculating a page index
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 23 Feb 2024 11:55:44 +0000 (12:55 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 14 Mar 2024 23:04:50 +0000 (00:04 +0100)
commitdf9803bf5a91e3599f12b53c94722f2c4e144a86
treefa90a4c4190f23a85aef8478b02ad19d9615e465
parentc7ee7c8d4b60fe46d4861b1200bc1c7ab657960a
mtd: rawnand: Add a helper for calculating a page index

For LUN crossing boundaries, it is handy to know what is the index of
the last page in a LUN. This helper will soon be reused. At the same
time I rename page_per_lun to ppl in the calling function to clarify the
lines.

Cc: stable@vger.kernel.org # v6.7
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240223115545.354541-3-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/nand_base.c