mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: Dhaval Shah <dhaval.shah@xilinx.com>, <arnd@arndb.de>,
	<rdunlap@infradead.org>, <gregkh@linuxfoundation.org>,
	<pombredanne@nexb.com>, <robh+dt@kernel.org>,
	<mark.rutland@arm.com>, <michal.simek@xilinx.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<hyunk@xilinx.com>, Dhaval Shah <dshah@xilinx.com>
Subject: Re: [PATCH v6 0/2] Documentation and driver of logicoreIP
Date: Mon, 8 Jan 2018 13:43:33 +0100	[thread overview]
Message-ID: <5529878b-9ef3-86b7-4c35-0aad79aa44c8@xilinx.com> (raw)
In-Reply-To: <1513881186-26020-1-git-send-email-dshah@xilinx.com>

On 21.12.2017 19:33, Dhaval Shah wrote:
> 1st patch provide Device Tree binding document for logicoreIP
> 2nd patch provide the xlnx_vcu logicoreIP driver, Kconfig changes
> and Makefile changes for the driver.
> 
> Dhaval Shah (2):
>   dt-bindings: misc: Add DT bindings to xlnx_vcu driver
>   misc: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver
> 
>  .../devicetree/bindings/soc/xilinx/xlnx,vcu.txt    |  31 +
>  drivers/soc/xilinx/Kconfig                         |  15 +
>  drivers/soc/xilinx/Makefile                        |   1 +
>  drivers/soc/xilinx/xlnx_vcu.c                      | 630 +++++++++++++++++++++
>  4 files changed, 677 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt
>  create mode 100644 drivers/soc/xilinx/xlnx_vcu.c
> 

It looks like there is no any other concern regarding these patches
that's why I have applied them.

Thanks,
Michal

  parent reply	other threads:[~2018-01-08 12:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200703.nxabyfcjbswwbp4v@rob-hp-laptop>
2017-12-14  5:55 ` [PATCH v3 " Dhaval Shah
2017-12-14  5:55   ` [PATCH v3 1/2] dt-bindings: misc: Add DT bindings to xlnx_vcu driver Dhaval Shah
2017-12-14  5:55   ` [PATCH v3 2/2] misc: Add Xilinx ZYNQMP VCU logicoreIP init driver Dhaval Shah
2017-12-14 18:42     ` Randy Dunlap
2017-12-15  6:00       ` Dhaval Rajeshbhai Shah
2017-12-15  7:24       ` [PATCH v4 0/2] Documentation and driver of logicoreIP Dhaval Shah
2017-12-15  7:24         ` [PATCH v4 1/2] dt-bindings: misc: Add DT bindings to xlnx_vcu driver Dhaval Shah
2017-12-16 18:20           ` Rob Herring
2017-12-15  7:24         ` [PATCH v4 2/2] misc: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver Dhaval Shah
2017-12-15 13:26           ` Arnd Bergmann
2017-12-18 13:13             ` Michal Simek
2017-12-18 14:05               ` Arnd Bergmann
2017-12-19 13:24                 ` Michal Simek
2017-12-21 18:33                 ` [PATCH v6 0/2] Documentation and driver of logicoreIP Dhaval Shah
2017-12-21 18:33                   ` [PATCH v6 1/2] dt-bindings: soc: xilinx: Add DT bindings to xlnx_vcu driver Dhaval Shah
2017-12-21 18:33                   ` [PATCH v6 2/2] soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver Dhaval Shah
2018-01-08 12:43                   ` Michal Simek [this message]
2017-12-16 22:18           ` [PATCH v4 2/2] misc: " Randy Dunlap
2017-12-17  6:07             ` Dhaval Rajeshbhai Shah
2017-12-17 17:40               ` Randy Dunlap
2017-12-18  5:37                 ` Dhaval Rajeshbhai Shah
2017-12-18  6:15                 ` [PATCH v5 0/2] Documentation and driver of logicoreIP Dhaval Shah
2017-12-18  6:15                   ` [PATCH v5 1/2] dt-bindings: misc: Add DT bindings to xlnx_vcu driver Dhaval Shah
2017-12-19 23:09                     ` Rob Herring
2017-12-20  3:00                       ` Dhaval Rajeshbhai Shah
2017-12-18  6:15                   ` [PATCH v5 2/2] misc: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver Dhaval Shah

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=5529878b-9ef3-86b7-4c35-0aad79aa44c8@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dhaval.shah@xilinx.com \
    --cc=dshah@xilinx.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hyunk@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pombredanne@nexb.com \
    --cc=rdunlap@infradead.org \
    --cc=robh+dt@kernel.org \
    /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

all inboxes | Powered by JetHome®