Files
android_kernel_xiaomi_sm8450/include/linux/mtd
Boris BREZILLON 9eba47ddd8 mtd: nand: add an mtd_to_nand() helper
Some drivers are retrieving the nand_chip pointer using the container_of
macro on a struct wrapping both the nand_chip and the mtd_info struct while
the standard way of retrieving this pointer is through mtd->priv.
Provide an helper to do that.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2015-11-19 11:09:10 -08:00
..
2015-05-27 12:42:16 -07:00
2013-08-05 20:48:49 +01:00
2014-01-20 11:55:23 -08:00
2015-11-19 11:09:10 -08:00
2014-05-28 00:05:23 -07:00
2013-04-05 13:02:40 +01:00
2013-04-05 13:02:33 +01:00
2012-11-15 15:37:50 +02:00
2014-04-18 16:40:08 -07:00