All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] dt-bindings: usb: ci-hdrc-usb2: add property disable-runtime-pm
@ 2020-07-14 15:18 Philippe Schenker
  2020-07-14 15:18   ` Philippe Schenker
                   ` (2 more replies)
  0 siblings, 3 replies; 67+ messages in thread
From: Philippe Schenker @ 2020-07-14 15:18 UTC (permalink / raw)
  To: Rob Herring, devicetree, linux-usb, Peter Chen, Shawn Guo
  Cc: Philippe Schenker, Greg Kroah-Hartman, linux-kernel

Chipidea depends on some hardware signals to be there in order
for runtime-pm to work well. Add the possibility to disable runtime
power management that is necessary for certain boards.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
---

Changes in v2: None

 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
index 51376cbe5f3d..67a31df13e69 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
@@ -90,6 +90,7 @@ Optional properties:
   case, the "idle" state needs to pull down the data and strobe pin
   and the "active" state needs to pull up the strobe pin.
 - pinctrl-n: alternate pin modes
+- disable-runtime-pm: This disables the runtime power management.
 
 i.mx specific properties
 - fsl,usbmisc: phandler of non-core register device, with one
-- 
2.27.0


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

end of thread, other threads:[~2023-10-10 10:53 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 15:18 [PATCH v2 1/3] dt-bindings: usb: ci-hdrc-usb2: add property disable-runtime-pm Philippe Schenker
2020-07-14 15:18 ` [PATCH v2 2/3] usb: chipidea: imx: support disabling runtime-pm Philippe Schenker
2020-07-14 15:18   ` Philippe Schenker
2020-07-15  0:51   ` Peter Chen
2020-07-15  0:51     ` Peter Chen
2020-07-15 10:23     ` Philippe Schenker
2020-07-15 10:23       ` Philippe Schenker
2020-07-20  3:44       ` Peter Chen
2020-07-20  3:44         ` Peter Chen
2020-07-20  7:51         ` Philippe Schenker
2020-07-20  7:51           ` Philippe Schenker
2020-07-20  8:06           ` Peter Chen
2020-07-20  8:06             ` Peter Chen
2020-07-20 10:10             ` Philippe Schenker
2020-07-20 10:10               ` Philippe Schenker
2023-05-04 16:23               ` Luca Ceresoli
2023-05-04 16:23                 ` Luca Ceresoli
2023-05-04 16:50                 ` Francesco Dolcini
2023-05-04 16:50                   ` Francesco Dolcini
2023-05-05  9:23                   ` Luca Ceresoli
2023-05-05  9:23                     ` Luca Ceresoli
2023-05-05 10:58                     ` Francesco Dolcini
2023-05-05 10:58                       ` Francesco Dolcini
2023-05-05  9:49                   ` Jun Li
2023-05-05  9:49                     ` Jun Li
2023-05-05 10:06                     ` Luca Ceresoli
2023-05-05 10:06                       ` Luca Ceresoli
2023-05-05 11:00                       ` Francesco Dolcini
2023-05-05 11:00                         ` Francesco Dolcini
2023-05-06  9:02                         ` Jun Li
2023-05-06  9:02                           ` Jun Li
2023-05-08 11:17                           ` Francesco Dolcini
2023-05-08 11:53                             ` Jun Li
2023-05-08 14:35                               ` Francesco Dolcini
2023-05-08 13:17                             ` Luca Ceresoli
2023-05-29 10:18                               ` Luca Ceresoli
2023-05-29 10:18                                 ` Luca Ceresoli
2023-05-30 11:22                                 ` Jun Li
2023-05-30 11:22                                   ` Jun Li
2023-07-06 10:23                                   ` Francesco Dolcini
2023-07-06 10:23                                     ` Francesco Dolcini
2023-07-17 16:45                                     ` Luca Ceresoli
2023-07-17 16:45                                       ` Luca Ceresoli
2023-07-18  8:14                                       ` Francesco Dolcini
2023-07-18  8:14                                         ` Francesco Dolcini
2023-07-18  8:31                                       ` [EXT] " Xu Yang
2023-07-18  8:31                                         ` Xu Yang
2023-07-18 12:25                                         ` Luca Ceresoli
2023-07-18 12:25                                           ` Luca Ceresoli
2023-07-19 11:23                                           ` Xu Yang
2023-07-19 11:23                                             ` Xu Yang
2023-07-19 16:48                                             ` Luca Ceresoli
2023-07-19 16:48                                               ` Luca Ceresoli
2023-07-20 10:13                                               ` Xu Yang
2023-07-20 10:13                                                 ` Xu Yang
2023-07-20 12:49                                                 ` Luca Ceresoli
2023-07-20 12:49                                                   ` Luca Ceresoli
2023-07-21  2:06                                                   ` Xu Yang
2023-07-21  2:06                                                     ` Xu Yang
     [not found]                                                     ` <20230721232750.0aea6e0f@booty>
     [not found]                                                       ` <DB7PR04MB450517AD9F25F47320835A5B8C03A@DB7PR04MB4505.eurprd04.prod.outlook.com>
2023-09-29 13:37                                                         ` Luca Ceresoli
2023-10-10 10:52                                                           ` Xu Yang
2023-10-10 10:52                                                             ` Xu Yang
2020-07-14 15:18 ` [PATCH v2 3/3] ARM: dts: colibri-imx6ull: disable runtime pm Philippe Schenker
2020-07-14 15:18   ` Philippe Schenker
2020-07-16 19:24 ` [PATCH v2 1/3] dt-bindings: usb: ci-hdrc-usb2: add property disable-runtime-pm Rob Herring
2020-07-17  2:31   ` Peter Chen
2020-07-17 14:14     ` Rob Herring

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.