From: Vinod Koul <vinod.koul@intel.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Andy Shevchenko <andriy.shevchenko@linux.jf.intel.com>Andy
Shevchenko <andriy.shevchenko@linux.jf.intel.com>,
"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
Mika Westerberg <mika.westerberg@linux.jf.intel.com>,
Viresh Kumar <viresh.kumar@linaro.org>,
linux-kernel@vger.kernel.org,
spear-devel <spear-devel@list.st.com>,
linux-acpi@vger.kernel.org
Subject: Re: [PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac
Date: Mon, 22 Apr 2013 11:26:12 +0530 [thread overview]
Message-ID: <20130422055612.GE6081@intel.com> (raw)
In-Reply-To: <1525811.597RVDyDxu@vostro.rjw.lan>
On Tue, Apr 16, 2013 at 08:11:57PM +0200, Rafael J. Wysocki wrote:
> On Tuesday, April 16, 2013 03:14:47 PM Andy Shevchenko wrote:
> > On Mon, 2013-04-15 at 22:06 +0530, Vinod Koul wrote:
> > > On Tue, Apr 09, 2013 at 02:05:42PM +0300, Andy Shevchenko wrote:
> > > > There is a patch series which introduces ACPI DMA helpers in similar way like
> > > > we have for DeviceTree.
> > > >
> > > > In addition it applies this to the first user, namely dw_dmac driver.
> > > Applied w/o 3 & 5.2 they failed, can you pls rebase and resend
> > >
> >
> > Actually those two (at least 5/5) can't be applied on top of slave-dma.
> > The patches requires slave-dma and linux-pm together. I heard it's
> > usually achieved by creating a specific branch in one subsystem
> > (linux-pm in our case) for another.
> >
> > Rafael, what could we do here?
>
> I suppose Vinod can pull from my acpi-lpss (which is guaranteed not to be
> rebased at this point) and apply the series on top of that.
Or I can wait for rc1 and apply afterwards...?
>
> Thanks,
> Rafael
>
>
> > > > Since v1:
> > > > - address one Vinod's comment
> > > > - replace 5/6 & 6/6 by 5/5 from Rafael
> > > > - tested on Intel Lynxpoint system
> > > >
> > > > Andy Shevchenko (4):
> > > > dma: acpi-dma: introduce ACPI DMA helpers
> > > > dmaengine: call acpi_dma_request_slave_channel as well
> > > > dma: acpi-dma: parse CSRT to extract additional resources
> > > > dw_dmac: add ACPI support
> > > >
> > > > Rafael J. Wysocki (1):
> > > > ACPI / LPSS: add support of shared clock
> > > >
> > > > Documentation/acpi/enumeration.txt | 77 ++++++
> > > > drivers/acpi/Makefile | 1 -
> > > > drivers/acpi/acpi_lpss.c | 26 +-
> > > > drivers/acpi/csrt.c | 159 ------------
> > > > drivers/acpi/internal.h | 1 -
> > > > drivers/acpi/scan.c | 1 -
> > > > drivers/clk/x86/clk-lpt.c | 15 +-
> > > > drivers/dma/Kconfig | 4 +
> > > > drivers/dma/Makefile | 1 +
> > > > drivers/dma/acpi-dma.c | 445 +++++++++++++++++++++++++++++++++
> > > > drivers/dma/dmaengine.c | 6 +
> > > > drivers/dma/dw_dmac.c | 68 +++--
> > > > drivers/dma/dw_dmac_regs.h | 1 -
> > > > include/linux/acpi_dma.h | 120 +++++++++
> > > > include/linux/platform_data/clk-lpss.h | 5 +
> > > > 15 files changed, 741 insertions(+), 189 deletions(-)
> > > > delete mode 100644 drivers/acpi/csrt.c
> > > > create mode 100644 drivers/dma/acpi-dma.c
> > > > create mode 100644 include/linux/acpi_dma.h
> > > >
> >
> >
> --
> I speak only for myself.
> Rafael J. Wysocki, Intel Open Source Technology Center.
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Andy Shevchenko <andriy.shevchenko@linux.jf.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.jf.intel.com>,
"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
Mika Westerberg <mika.westerberg@linux.jf.intel.com>,
Viresh Kumar <viresh.kumar@linaro.org>,
linux-kernel@vger.kernel.org,
spear-devel <spear-devel@list.st.com>,
linux-acpi@vger.kernel.org
Subject: Re: [PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac
Date: Mon, 22 Apr 2013 11:26:12 +0530 [thread overview]
Message-ID: <20130422055612.GE6081@intel.com> (raw)
In-Reply-To: <1525811.597RVDyDxu@vostro.rjw.lan>
On Tue, Apr 16, 2013 at 08:11:57PM +0200, Rafael J. Wysocki wrote:
> On Tuesday, April 16, 2013 03:14:47 PM Andy Shevchenko wrote:
> > On Mon, 2013-04-15 at 22:06 +0530, Vinod Koul wrote:
> > > On Tue, Apr 09, 2013 at 02:05:42PM +0300, Andy Shevchenko wrote:
> > > > There is a patch series which introduces ACPI DMA helpers in similar way like
> > > > we have for DeviceTree.
> > > >
> > > > In addition it applies this to the first user, namely dw_dmac driver.
> > > Applied w/o 3 & 5.2 they failed, can you pls rebase and resend
> > >
> >
> > Actually those two (at least 5/5) can't be applied on top of slave-dma.
> > The patches requires slave-dma and linux-pm together. I heard it's
> > usually achieved by creating a specific branch in one subsystem
> > (linux-pm in our case) for another.
> >
> > Rafael, what could we do here?
>
> I suppose Vinod can pull from my acpi-lpss (which is guaranteed not to be
> rebased at this point) and apply the series on top of that.
Or I can wait for rc1 and apply afterwards...?
>
> Thanks,
> Rafael
>
>
> > > > Since v1:
> > > > - address one Vinod's comment
> > > > - replace 5/6 & 6/6 by 5/5 from Rafael
> > > > - tested on Intel Lynxpoint system
> > > >
> > > > Andy Shevchenko (4):
> > > > dma: acpi-dma: introduce ACPI DMA helpers
> > > > dmaengine: call acpi_dma_request_slave_channel as well
> > > > dma: acpi-dma: parse CSRT to extract additional resources
> > > > dw_dmac: add ACPI support
> > > >
> > > > Rafael J. Wysocki (1):
> > > > ACPI / LPSS: add support of shared clock
> > > >
> > > > Documentation/acpi/enumeration.txt | 77 ++++++
> > > > drivers/acpi/Makefile | 1 -
> > > > drivers/acpi/acpi_lpss.c | 26 +-
> > > > drivers/acpi/csrt.c | 159 ------------
> > > > drivers/acpi/internal.h | 1 -
> > > > drivers/acpi/scan.c | 1 -
> > > > drivers/clk/x86/clk-lpt.c | 15 +-
> > > > drivers/dma/Kconfig | 4 +
> > > > drivers/dma/Makefile | 1 +
> > > > drivers/dma/acpi-dma.c | 445 +++++++++++++++++++++++++++++++++
> > > > drivers/dma/dmaengine.c | 6 +
> > > > drivers/dma/dw_dmac.c | 68 +++--
> > > > drivers/dma/dw_dmac_regs.h | 1 -
> > > > include/linux/acpi_dma.h | 120 +++++++++
> > > > include/linux/platform_data/clk-lpss.h | 5 +
> > > > 15 files changed, 741 insertions(+), 189 deletions(-)
> > > > delete mode 100644 drivers/acpi/csrt.c
> > > > create mode 100644 drivers/dma/acpi-dma.c
> > > > create mode 100644 include/linux/acpi_dma.h
> > > >
> >
> >
> --
> I speak only for myself.
> Rafael J. Wysocki, Intel Open Source Technology Center.
next prev parent reply other threads:[~2013-04-22 6:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 11:05 [PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac Andy Shevchenko
2013-04-09 11:05 ` [PATCH v2 1/5] dma: acpi-dma: introduce ACPI DMA helpers Andy Shevchenko
2013-04-09 11:05 ` [PATCH v2 2/5] dmaengine: call acpi_dma_request_slave_channel as well Andy Shevchenko
2013-04-09 11:05 ` [PATCH v2 3/5] dma: acpi-dma: parse CSRT to extract additional resources Andy Shevchenko
2013-04-09 11:05 ` [PATCH v2 4/5] dw_dmac: add ACPI support Andy Shevchenko
2013-04-09 11:05 ` [PATCH v2 5/5] ACPI / LPSS: add support of shared clock Andy Shevchenko
2013-04-09 11:44 ` Rafael J. Wysocki
2013-04-09 11:42 ` [PATCH v2.1 " Andy Shevchenko
2013-04-11 10:33 ` [PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac Andy Shevchenko
2013-04-15 16:36 ` Vinod Koul
2013-04-15 17:09 ` Andy Shevchenko
2013-04-16 12:14 ` Andy Shevchenko
2013-04-16 18:11 ` Rafael J. Wysocki
2013-04-22 5:56 ` Vinod Koul [this message]
2013-04-22 5:56 ` Vinod Koul
2013-04-22 10:07 ` Andy Shevchenko
2013-04-22 11:57 ` Rafael J. Wysocki
2013-04-19 8:20 ` [PATCH v2.2 5/5] ACPI / LPSS: register clock device for Lynxpoint DMA properly Andy Shevchenko
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=20130422055612.GE6081@intel.com \
--to=vinod.koul@intel.com \
--cc=andriy.shevchenko@linux.jf.intel.com \
--cc=rjw@sisk.pl \
/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.