]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Add a comment about pinctrl_select_state()
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 20:57:13 +0000 (13:57 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:42 +0000 (14:25 -0700)
commit017d421828971f6adbfa6a1305b80da7d620c596
tree0947a706794dbe4cd063cf048b038d83312db9c5
parent0dc2bf2b6e6e7581e3307f3aa65d0ce310375511
dm: core: Add a comment about pinctrl_select_state()

The use of pinctrl in the core of driver model is useful but can provoke
some strange behaviour. Add a comment to aid debugging.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c