devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: Michal Simek <michal.simek@xilinx.com>, devicetree@vger.kernel.org
Cc: "Arnd Bergmann" <arnd@arndb.de>,
	"VNSL Durga" <vnsl.durga.challa@xilinx.com>,
	"P L Sai Krishna" <lakshmi.sai.krishna.potthuri@xilinx.com>,
	"Kedareswara rao Appana" <appanad@xilinx.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Stefan Krsmanovic" <stefan.krsmanovic@aggios.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Naga Sureshkumar Relli" <naga.sureshkumar.relli@xilinx.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Anurag Kumar Vulisha" <anurag.kumar.vulisha@xilinx.com>,
	"Shubhrajyoti Datta" <shubhrajyoti.datta@xilinx.com>,
	"Moritz Fischer" <mdf@kernel.org>,
	"Alistair Francis" <alistair.francis@xilinx.com>,
	linux-arm-kernel@lists.infradead.org,
	"Javier Martinez Canillas" <javier@dowhile0.org>
Subject: Re: [PATCH 0/6] arm64: zynqmp: Various dts cleanups
Date: Wed, 17 Jan 2018 16:50:49 +0100	[thread overview]
Message-ID: <c5acb769-a72b-fef3-d67e-5ca522353b4a@monstr.eu> (raw)
In-Reply-To: <cover.1516202975.git.michal.simek@xilinx.com>


[-- Attachment #1.1: Type: text/plain, Size: 1463 bytes --]

Hi,

On 17.1.2018 16:29, Michal Simek wrote:
> this patchset is adding minor dt pieces for ep108.
> Also adding SPDX headers, fixing minor coding style issue and extending
> gem compatible string for all boards.
> The next patchset will add much more zynqmp based board.
> 
> Thanks,
> Michal
> 
> 
> 
> Anurag Kumar Vulisha (1):
>   arm64: zynqmp: Added OOB timing settings in zynqmp-ep108.dts
> 
> Michal Simek (4):
>   arm64: zynqmp: Use zynqmp specific compatible string for macb
>   arm64: zynqmp: Fix alignment in dts files
>   arm64: zynqmp: Add SPDX license identifier
>   arm64: zynqmp: Add missing aliases for ep108
> 
> P L Sai Krishna (1):
>   arm64: zynqmp: Add 8-bit bus width property for ep108
> 
>  arch/arm64/boot/dts/xilinx/Makefile              |  1 +
>  arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi |  1 +
>  arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts      | 18 +++++++++++++++++-
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi           | 17 +++++++++--------
>  4 files changed, 28 insertions(+), 9 deletions(-)
> 

subject wasn't propagated properly that's why I am fixing it now. But
patches should be fine.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      parent reply	other threads:[~2018-01-17 15:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17 15:29 [PATCH 0/6] Hi, Michal Simek
     [not found] ` <cover.1516202975.git.michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2018-01-17 15:29   ` [PATCH 1/6] arm64: zynqmp: Use zynqmp specific compatible string for macb Michal Simek
2018-01-17 15:29   ` [PATCH 2/6] arm64: zynqmp: Fix alignment in dts files Michal Simek
2018-01-17 15:29 ` [PATCH 3/6] arm64: zynqmp: Add SPDX license identifier Michal Simek
2018-01-17 15:29 ` [PATCH 4/6] arm64: zynqmp: Add missing aliases for ep108 Michal Simek
2018-01-17 15:29 ` [PATCH 5/6] arm64: zynqmp: Added OOB timing settings in zynqmp-ep108.dts Michal Simek
2018-01-17 15:29 ` [PATCH 6/6] arm64: zynqmp: Add 8-bit bus width property for ep108 Michal Simek
2018-01-17 15:50 ` Michal Simek [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=c5acb769-a72b-fef3-d67e-5ca522353b4a@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=alistair.francis@xilinx.com \
    --cc=anurag.kumar.vulisha@xilinx.com \
    --cc=appanad@xilinx.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=javier@dowhile0.org \
    --cc=lakshmi.sai.krishna.potthuri@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mdf@kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=naga.sureshkumar.relli@xilinx.com \
    --cc=robh+dt@kernel.org \
    --cc=shubhrajyoti.datta@xilinx.com \
    --cc=soren.brinkmann@xilinx.com \
    --cc=stefan.krsmanovic@aggios.com \
    --cc=vnsl.durga.challa@xilinx.com \
    --cc=will.deacon@arm.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).