All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: bd718x7: Set button press duration via dt only
@ 2019-05-20  8:55 ` Leonard Crestez
  0 siblings, 0 replies; 14+ messages in thread
From: Leonard Crestez @ 2019-05-20  8:55 UTC (permalink / raw)
  To: Matti Vaittinen, Lee Jones, Mark Brown
  Cc: Mark Rutland, Aisheng Dong, devicetree, Angus Ainslie,
	Rob Herring, dl-linux-imx, kernel, Fabio Estevam, Robin Gong,
	Shawn Guo, linux-arm-kernel

The reset button on imx8mm-evk is tied to PWRON_B pin of bd71847 and the
long press duration is set to zero from OTP. The linux driver overrides
those values and breaks reset from button.

Overwriting OTP or bootloader configuration with some hardcoded defaults
is not desirable, power button should behave identically from bootloader
to kernel.

Add DT properties to allow explicitly overriding press durations but
don't do anything by default.

Leonard Crestez (3):
  mfd: bd718x7: Remove hardcoded config for button press duration
  dt-bindings: mfd: Document short/long press duration for bd718x7
  mfd: bd718x7: Make power button press duration configurable

 .../bindings/mfd/rohm,bd71837-pmic.txt        |  8 +++
 drivers/mfd/rohm-bd718x7.c                    | 61 ++++++++++++-------
 2 files changed, 48 insertions(+), 21 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-05-20  9:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20  8:55 [PATCH 0/3] mfd: bd718x7: Set button press duration via dt only Leonard Crestez
2019-05-20  8:55 ` Leonard Crestez
2019-05-20  8:55 ` [PATCH 1/3] mfd: bd718x7: Remove hardcoded config for button press duration Leonard Crestez
2019-05-20  8:55   ` Leonard Crestez
2019-05-20  9:11   ` Vaittinen, Matti
2019-05-20  9:11     ` Vaittinen, Matti
2019-05-20  8:55 ` [PATCH 2/3] dt-bindings: mfd: Document short/long press duration for bd718x7 Leonard Crestez
2019-05-20  8:55   ` Leonard Crestez
2019-05-20  9:15   ` Vaittinen, Matti
2019-05-20  9:15     ` Vaittinen, Matti
2019-05-20  8:55 ` [PATCH 3/3] mfd: bd718x7: Make power button press duration configurable Leonard Crestez
2019-05-20  8:55   ` Leonard Crestez
2019-05-20  9:23   ` Vaittinen, Matti
2019-05-20  9:23     ` Vaittinen, Matti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.