Re: [PATCH v4 3/3] ARM: dts: bcm2711: Add HDMI DVP

From: Philipp Zabel
Date: Tue Jun 16 2020 - 08:57:11 EST


Hi Maxime,

On Tue, 2020-06-16 at 14:16 +0200, Maxime Ripard wrote:
> Hi Nicolas,
>
> On Mon, Jun 15, 2020 at 06:26:19PM +0200, Nicolas Saenz Julienne wrote:
> > On Thu, 2020-06-11 at 11:23 +0200, Maxime Ripard wrote:
> > > Now that we have a driver for the DVP, let's add its DT node.
> > >
> > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx>
> > > ---
> >
> > I can take this patch, but I guess the rest should go trough the clock tree.
> > Is it OK with you?
>
> We have a build dependency on the reset framework for that driver, so it
> should rather go through the reset tree (or Philipp should make an
> immutable branch that the clk maintainers can merge).

I've prepared an immutable branch that these patches could be based on
and that could be merged into the clk tree:

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://git.pengutronix.de/git/pza/linux reset/simple

for you to fetch changes up to a9701376ed0fb61a5be4bb438daf26bd9cfa24b5:

reset: simple: Add reset callback (2020-06-16 14:19:57 +0200)

----------------------------------------------------------------
Maxime Ripard (2):
reset: Move reset-simple header out of drivers/reset
reset: simple: Add reset callback

drivers/reset/reset-simple.c | 23 +++++++++++++++++++++--
drivers/reset/reset-socfpga.c | 3 +--
drivers/reset/reset-sunxi.c | 3 +--
drivers/reset/reset-uniphier-glue.c | 3 +--
{drivers => include/linux}/reset/reset-simple.h | 7 +++++++
5 files changed, 31 insertions(+), 8 deletions(-)
rename {drivers => include/linux}/reset/reset-simple.h (74%)

regards
Philipp