]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Aug 2022 18:33:36 +0000 (21:33 +0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 21 Sep 2022 08:38:46 +0000 (10:38 +0200)
commitb9ddea07856558864f53748874185c1fb3d3504b
tree132356d02be3c9a35397d265f5f78f3ee785961d
parent350b36731f4cce27b9296ae7958b63bab9ba74db
mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()

As a preparation to unexport of_gpio_named_count(), convert the
driver to use gpiod_count() instead.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220830183336.49966-1-andriy.shevchenko@linux.intel.com
drivers/mtd/nand/raw/nand_base.c