From c9d79c4bbb0e47a75f35652567b2647b99d6295e Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Tue, 5 Aug 2014 10:37:26 +0200 Subject: [PATCH] mtd: nand: gpio: improve comments about GPIO assisted operation The drivers/mtd/nand/gpio.c driver does not GPIO bitbang the complete NAND protocol, but instead is GPIO _assisted_ -- a memory mapped interface communicates commands and data, and only few control signals are connected to GPIO pins. Expand comments in the driver source and in the Kconfig description to better reflect the very nature of the driver. The previous text could be mistaken for complete GPIO bitbanging. Signed-off-by: Gerhard Sittig Signed-off-by: Brian Norris --- Reading git-format-patch failed