linux-stable/drivers/extcon
Andy Shevchenko 7869d38971 extcon: Fix kernel doc of property capability fields to avoid warnings
[ Upstream commit 73346b9965 ]

Kernel documentation has to be synchronized with a code, otherwise
the validator is not happy:

     Function parameter or member 'usb_bits' not described in 'extcon_cable'
     Function parameter or member 'chg_bits' not described in 'extcon_cable'
     Function parameter or member 'jack_bits' not described in 'extcon_cable'
     Function parameter or member 'disp_bits' not described in 'extcon_cable'

Describe the fields added in the past.

Fixes: ceaa98f442 ("extcon: Add the support for the capability of each property")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-08-11 11:45:12 +02:00
..
Kconfig
Makefile
devres.c
extcon-adc-jack.c extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' 2020-06-25 15:33:01 +02:00
extcon-arizona.c extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged 2021-05-22 10:59:16 +02:00
extcon-axp288.c extcon: axp288: Add wakeup support 2020-04-13 10:45:03 +02:00
extcon-gpio.c
extcon-intel-cht-wc.c
extcon-intel-int3496.c
extcon-max3355.c
extcon-max8997.c extcon: max8997: Add missing modalias string 2021-07-20 16:15:57 +02:00
extcon-max14577.c
extcon-max77693.c extcon: max77693: Fix modalias string 2020-12-30 11:26:03 +01:00
extcon-max77843.c
extcon-palmas.c
extcon-qcom-spmi-misc.c
extcon-rt8973a.c
extcon-rt8973a.h
extcon-sm5502.c extcon: sm5502: Drop invalid register write in sm5502_reg_data 2021-07-20 16:15:57 +02:00
extcon-sm5502.h extcon: sm5502: Reset registers during initialization 2019-12-31 16:35:11 +01:00
extcon-usb-gpio.c
extcon-usbc-cros-ec.c
extcon.c extcon: Fix kernel doc of property capability fields to avoid warnings 2023-08-11 11:45:12 +02:00
extcon.h