Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcma: add comment to bcma_chipco_gpio_control

Add description to the function.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: http://patchwork.linux-mips.org/patch/4588
Acked-by: Florian Fainelli <florian@openwrt.org>

authored by

Hauke Mehrtens and committed by
John Crispin
3e8bb507 ea3488f4

+4
+4
drivers/bcma/driver_chipcommon.c
··· 108 108 return res; 109 109 } 110 110 111 + /* 112 + * If the bit is set to 0, chipcommon controlls this GPIO, 113 + * if the bit is set to 1, it is used by some part of the chip and not our code. 114 + */ 111 115 u32 bcma_chipco_gpio_control(struct bcma_drv_cc *cc, u32 mask, u32 value) 112 116 { 113 117 unsigned long flags;