All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ramiro.Oliveira@synopsys.com (Ramiro Oliveira)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] xilinx_dma: Add external reset control
Date: Mon,  6 Mar 2017 12:17:37 +0000	[thread overview]
Message-ID: <cover.1488801913.git.roliveir@synopsys.com> (raw)

This patchset adds support for controlling an external reset line. Since
this reset line is optional it won't break compatibility.

v2:
 - Re-order headers
 - Remove deprecated function
 - Remove reset naming

Ramiro Oliveira (2):
  dma: xilinx: Edit device tree bindings documentation
  dma: xilinx: Add reset support

 .../devicetree/bindings/dma/xilinx/xilinx_dma.txt  |  2 ++
 drivers/dma/xilinx/xilinx_dma.c                    | 24 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: Ramiro Oliveira <Ramiro.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org,
	"Ramiro Oliveira"
	<Ramiro.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>,
	"Dan Williams"
	<dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"Kedareswara rao Appana"
	<appana.durga.rao-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
	"Laurent Pinchart"
	<laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>,
	"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"Michal Simek"
	<michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
	"Rob Herring" <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"Sören Brinkmann"
	<soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
	"Vinod Koul" <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: [PATCH v2 0/2] xilinx_dma: Add external reset control
Date: Mon,  6 Mar 2017 12:17:37 +0000	[thread overview]
Message-ID: <cover.1488801913.git.roliveir@synopsys.com> (raw)

This patchset adds support for controlling an external reset line. Since
this reset line is optional it won't break compatibility.

v2:
 - Re-order headers
 - Remove deprecated function
 - Remove reset naming

Ramiro Oliveira (2):
  dma: xilinx: Edit device tree bindings documentation
  dma: xilinx: Add reset support

 .../devicetree/bindings/dma/xilinx/xilinx_dma.txt  |  2 ++
 drivers/dma/xilinx/xilinx_dma.c                    | 24 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.11.0


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
To: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: CARLOS.PALMINHA@synopsys.com,
	"Ramiro Oliveira" <Ramiro.Oliveira@synopsys.com>,
	"Dan Williams" <dan.j.williams@intel.com>,
	"Kedareswara rao Appana" <appana.durga.rao@xilinx.com>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Vinod Koul" <vinod.koul@intel.com>
Subject: [PATCH v2 0/2] xilinx_dma: Add external reset control
Date: Mon,  6 Mar 2017 12:17:37 +0000	[thread overview]
Message-ID: <cover.1488801913.git.roliveir@synopsys.com> (raw)

This patchset adds support for controlling an external reset line. Since
this reset line is optional it won't break compatibility.

v2:
 - Re-order headers
 - Remove deprecated function
 - Remove reset naming

Ramiro Oliveira (2):
  dma: xilinx: Edit device tree bindings documentation
  dma: xilinx: Add reset support

 .../devicetree/bindings/dma/xilinx/xilinx_dma.txt  |  2 ++
 drivers/dma/xilinx/xilinx_dma.c                    | 24 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-03-06 12:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-06 12:17 Ramiro Oliveira [this message]
2017-03-06 12:17 ` [PATCH v2 0/2] xilinx_dma: Add external reset control Ramiro Oliveira
2017-03-06 12:17 ` Ramiro Oliveira
2017-03-06 12:17 ` [PATCH v2 1/2] dma: xilinx: Edit device tree bindings documentation Ramiro Oliveira
2017-03-06 12:17   ` Ramiro Oliveira
2017-03-06 12:17   ` Ramiro Oliveira
2017-03-15 16:47   ` Rob Herring
2017-03-15 16:47     ` Rob Herring
2017-03-15 16:47     ` Rob Herring
2017-03-06 12:17 ` [PATCH v2 2/2] dma: xilinx: Add reset support Ramiro Oliveira
2017-03-06 12:17   ` Ramiro Oliveira
2017-03-14  3:38   ` Vinod Koul
2017-03-14  3:38     ` Vinod Koul
2017-03-14  3:38     ` Vinod Koul

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=cover.1488801913.git.roliveir@synopsys.com \
    --to=ramiro.oliveira@synopsys.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.