]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/mtd/nand/gpio.c
mtd: nand: gpio: improve comments about GPIO assisted operation
authorGerhard Sittig <gsi@denx.de>
Tue, 5 Aug 2014 08:37:26 +0000 (10:37 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 5 Nov 2014 07:53:07 +0000 (23:53 -0800)
commitc9d79c4bbb0e47a75f35652567b2647b99d6295e
treeec1a00a407c9f62c80fb5d9942a9885857416dc9
parentf861a9253e7f456d870f8dd46bdde2ac02149bc6
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 <gsi@denx.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/gpio.c