mbox series

[0/3] mtd: rawnand: renesas: Runtime PM use

Message ID 20220429105229.368728-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series mtd: rawnand: renesas: Runtime PM use | expand

Message

Miquel Raynal April 29, 2022, 10:52 a.m. UTC
There was a small mistake when first introducing this controller driver:
the power-domain property was missing in the device tree because there
was only one controller supported at this time (UART) and this is a
Synopsis IP which did not support power domains. The idea is to always
use these power domains when available, so let's add it to the bindings,
the DT and use it from the driver through the runtimpe PM API instead of
doing raw clk API calls.

Miquel Raynal (3):
  dt-bindings: mtd: renesas: Fix the NAND controller description
  ARM: dts: r9a06g032: Fix the NAND controller node
  mtd: rawnand: renesas: Use runtime PM instead of the raw clock API

 .../bindings/mtd/renesas-nandc.yaml           |  5 ++
 arch/arm/boot/dts/r9a06g032.dtsi              |  1 +
 .../mtd/nand/raw/renesas-nand-controller.c    | 58 +++++++++----------
 3 files changed, 32 insertions(+), 32 deletions(-)