lkml.org 
[lkml]   [2019]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] Allow pinctrl framework to create links
Date
Some pin controllers may need to ensure suspend/resume calls ordering between
themselves and their clients.
That is the case for STMFX (an I2C GPIO expender) which need to be suspended
after all it clients to let them call pinctrl_pm_select_sleep_state() before
perform it own suspend function. It is the same problem for resume but in
reverse order.

This series allow to let pinctrl core knows if a controller would like to
create link between itself and it client by setting create_link to true.

Benjamin Gaignard (2):
pinctrl: Allow to create link between controller and consumer
pinctrl: stmfx: enable links creations

drivers/pinctrl/core.c | 11 +++++++++++
drivers/pinctrl/pinctrl-stmfx.c | 1 +
include/linux/pinctrl/pinctrl.h | 2 ++
3 files changed, 14 insertions(+)

--
2.15.0

\
 
 \ /
  Last update: 2019-05-22 17:30    [W:0.620 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site