a5bb73b3f5
The adm1266 driver uses I2C bus access in its GPIO chip `set` and `get`
implementation. This means these functions can sleep and the GPIO chip
should set the `can_sleep` property to true.
This will ensure that a warning is printed when trying to set or get the
GPIO value from a context that potentially can't sleep.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
adm1266.c | ||
adm1275.c | ||
bel-pfe.c | ||
bpa-rs600.c | ||
delta-ahe50dc-fan.c | ||
dps920ab.c | ||
fsp-3y.c | ||
ibm-cffps.c | ||
inspur-ipsps.c | ||
ir35221.c | ||
ir36021.c | ||
ir38064.c | ||
irps5401.c | ||
isl68137.c | ||
lm25066.c | ||
lt7182s.c | ||
ltc2978.c | ||
ltc3815.c | ||
max8688.c | ||
max15301.c | ||
max16064.c | ||
max16601.c | ||
max20730.c | ||
max20751.c | ||
max31785.c | ||
max34440.c | ||
mp2888.c | ||
mp2975.c | ||
mp5023.c | ||
mpq7932.c | ||
pim4328.c | ||
pli1209bc.c | ||
pm6764tr.c | ||
pmbus.c | ||
pmbus.h | ||
pmbus_core.c | ||
pxe1610.c | ||
q54sj108a2.c | ||
stpddc60.c | ||
tda38640.c | ||
tps546d24.c | ||
tps40422.c | ||
tps53679.c | ||
ucd9000.c | ||
ucd9200.c | ||
xdpe152c4.c | ||
xdpe12284.c | ||
zl6100.c |