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

pinctrl: pinctrl-at91-pio4: PM related attribute descriptions

Fixes the following W=1 kernel build warning(s):

drivers/pinctrl/pinctrl-at91-pio4.c:132: warning: Function parameter or member 'pm_wakeup_sources' not described in 'atmel_pioctrl'
drivers/pinctrl/pinctrl-at91-pio4.c:132: warning: Function parameter or member 'pm_suspend_backup' not described in 'atmel_pioctrl'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200713144930.1034632-16-lee.jones@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lee Jones and committed by
Linus Walleij
898503ee b4dab774

+2
+2
drivers/pinctrl/pinctrl-at91-pio4.c
··· 106 106 * @irq_domain: irq domain for the gpio controller. 107 107 * @irqs: table containing the hw irq number of the bank. The index of the 108 108 * table is the bank id. 109 + * @pm_wakeup_sources: bitmap of wakeup sources (lines) 110 + * @pm_suspend_backup: backup/restore register values on suspend/resume 109 111 * @dev: device entry for the Atmel PIO controller. 110 112 * @node: node of the Atmel PIO controller. 111 113 */