linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Rohit Visavalia <RVISAVAL@xilinx.com>
To: Michal Simek <michals@xilinx.com>,
	Michael Tretter <m.tretter@pengutronix.de>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Rajan Vaja <RAJANV@xilinx.com>, Tejas Patel <TEJASP@xilinx.com>
Cc: Dhaval Rajeshbhai Shah <dshah@xilinx.com>,
	Michal Simek <michals@xilinx.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: RE: [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers
Date: Wed, 15 Jul 2020 08:20:20 +0000	[thread overview]
Message-ID: <BY5PR02MB6659AAA2369D7C2667478BCFB37E0@BY5PR02MB6659.namprd02.prod.outlook.com> (raw)
In-Reply-To: <bd5b9ed7-4d2c-148c-cc98-ff8d804a9310@xilinx.com>

+Rajan & Tejas

Can you please review the patch series? As it contains changes related to clock providers & mfd/syscon and you have already made similar changes for CCF and MFD in current Xilinx repos, so that both changes can be in sync for future upgrades.

Thanks
Rohit

> -----Original Message-----
> From: Michal Simek [mailto:michal.simek@xilinx.com]
> Sent: Monday, July 13, 2020 1:25 PM
> To: Michael Tretter <m.tretter@pengutronix.de>; linux-arm-
> kernel@lists.infradead.org
> Cc: Rohit Visavalia <RVISAVAL@xilinx.com>; Michal Simek
> <michals@xilinx.com>; Dhaval Rajeshbhai Shah <dshah@xilinx.com>; Greg
> Kroah-Hartman <gregkh@linuxfoundation.org>; kernel@pengutronix.de
> Subject: Re: [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for
> other drivers
> 
> Hi,
> 
> On 19. 06. 20 9:59, Michael Tretter wrote:
> > Hello,
> >
> > I'm resending v3 of the series to expose interfaces that can be used
> > by other drivers from the xlnx_vcu driver, because unfortunately there
> > wasn't any feedback on the actual code changes in the series.
> >
> > This driver controls the glue between the ZynqMP and the actual video
> > codec unit.  Therefore, a driver for the video codec unit (i.e. the
> > allegro-dvt
> > driver) needs to be able to control the glue and read information
> > about the codec configuration from the glue. The interfaces to do so
> > are exposed by this patch series.
> >
> > This resend contains Rob Herring's Acked-By and Reviewed-By for the
> > device tree changes.
> >
> > Michael
> >
> > Changelog:
> >
> > v2 -> v3:
> > - drop unused xvcu_reset() function
> >
> > v1 -> v2:
> > - drop custom select for syscon
> > - unregister registered clocks on driver remove
> >
> > Michael Tretter (6):
> >   soc: xilinx: vcu: drop useless success message
> >   ARM: dts: define indexes for output clocks
> >   soc: xilinx: vcu: implement clock provider for output clocks
> >   dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding
> >   soc: xilinx: vcu: use vcu-settings syscon registers
> >   soc: xilinx: vcu: add missing register NUM_CORE
> >
> >  .../soc/xilinx/xlnx,vcu-settings.yaml         |  34 ++++
> >  .../bindings/soc/xilinx/xlnx,vcu.txt          |   9 +-
> >  drivers/soc/xilinx/Kconfig                    |   3 +-
> >  drivers/soc/xilinx/xlnx_vcu.c                 | 158 ++++++++++++------
> >  include/dt-bindings/clock/xlnx-vcu.h          |  15 ++
> >  include/linux/mfd/syscon/xlnx-vcu.h           |  39 +++++
> >  6 files changed, 200 insertions(+), 58 deletions(-)  create mode
> > 100644
> > Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml
> >  create mode 100644 include/dt-bindings/clock/xlnx-vcu.h
> >  create mode 100644 include/linux/mfd/syscon/xlnx-vcu.h
> >
> 
> Rohit, Dhaval: Can you please comment it?
> 
> Thanks,
> Michal
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-07-15  8:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19  7:59 [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 1/6] soc: xilinx: vcu: drop useless success message Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 2/6] ARM: dts: define indexes for output clocks Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 3/6] soc: xilinx: vcu: implement clock provider " Michael Tretter
2020-07-21  6:59   ` Rajan Vaja
2020-07-22 14:52     ` Michael Tretter
2020-07-24  6:44       ` Rajan Vaja
2020-07-24  7:28         ` Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 4/6] dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 5/6] soc: xilinx: vcu: use vcu-settings syscon registers Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 6/6] soc: xilinx: vcu: add missing register NUM_CORE Michael Tretter
2020-07-13  7:55 ` [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers Michal Simek
2020-07-15  8:20   ` Rohit Visavalia [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BY5PR02MB6659AAA2369D7C2667478BCFB37E0@BY5PR02MB6659.namprd02.prod.outlook.com \
    --to=rvisaval@xilinx.com \
    --cc=RAJANV@xilinx.com \
    --cc=TEJASP@xilinx.com \
    --cc=dshah@xilinx.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=m.tretter@pengutronix.de \
    --cc=michals@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).