* [GIT PULL] ep93xx fixes for 3.5
@ 2012-05-11 1:03 Ryan Mallon
2012-05-11 6:15 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Ryan Mallon @ 2012-05-11 1:03 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
are available in the git repository at:
git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-fixes-for-3.5
for you to fetch changes up to 2b3c83efc9a653af6a24799eeb1a2900ba0439e6:
dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels (2012-04-20 08:37:19 +1000)
----------------------------------------------------------------
Rafal Prylowski (2):
arm: ep93xx: Don't try to release not acquired GPIO lines
dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels
arch/arm/mach-ep93xx/core.c | 2 +-
drivers/dma/ep93xx_dma.c | 117 ++++++++++++++++++++++++++++++++++---------
2 files changed, 94 insertions(+), 25 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx fixes for 3.5
2012-05-11 1:03 [GIT PULL] ep93xx fixes for 3.5 Ryan Mallon
@ 2012-05-11 6:15 ` Olof Johansson
2012-05-11 9:28 ` Vinod Koul
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2012-05-11 6:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Thu, May 10, 2012 at 6:03 PM, Ryan Mallon <rmallon@gmail.com> wrote:
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
> ?Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
> ?git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-fixes-for-3.5
>
> for you to fetch changes up to 2b3c83efc9a653af6a24799eeb1a2900ba0439e6:
>
> ?dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels (2012-04-20 08:37:19 +1000)
>
> ----------------------------------------------------------------
> Rafal Prylowski (2):
> ? ? ?arm: ep93xx: Don't try to release not acquired GPIO lines
> ? ? ?dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels
Technically, this is a feature, not a fix. I also didn't see an ack
from the DMA maintainer on it since it would normally go in through
his tree.
Vinod, you OK with this coming through arm-soc? Looks fairly
uncontroversial so it shouldn't be a big deal but I don't know if it
might collide with anything else you have queued up.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx fixes for 3.5
2012-05-11 6:15 ` Olof Johansson
@ 2012-05-11 9:28 ` Vinod Koul
2012-05-12 7:01 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2012-05-11 9:28 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, 2012-05-10 at 23:15 -0700, Olof Johansson wrote:
> Hi,
>
> On Thu, May 10, 2012 at 6:03 PM, Ryan Mallon <rmallon@gmail.com> wrote:
> > The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
> >
> > Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
> >
> > are available in the git repository at:
> >
> > git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-fixes-for-3.5
> >
> > for you to fetch changes up to 2b3c83efc9a653af6a24799eeb1a2900ba0439e6:
> >
> > dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels (2012-04-20 08:37:19 +1000)
> >
> > ----------------------------------------------------------------
> > Rafal Prylowski (2):
> > arm: ep93xx: Don't try to release not acquired GPIO lines
> > dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels
>
> Technically, this is a feature, not a fix. I also didn't see an ack
> from the DMA maintainer on it since it would normally go in through
> his tree.
>
> Vinod, you OK with this coming through arm-soc? Looks fairly
> uncontroversial so it shouldn't be a big deal but I don't know if it
> might collide with anything else you have queued up.
Looks okay to me.
For: dmaengine/ep93xx_dma: Implement double buffering for M2M DMA
channels
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
--
~Vinod
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx fixes for 3.5
2012-05-11 9:28 ` Vinod Koul
@ 2012-05-12 7:01 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-12 7:01 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 11, 2012 at 2:28 AM, Vinod Koul <vinod.koul@linux.intel.com> wrote:
> On Thu, 2012-05-10 at 23:15 -0700, Olof Johansson wrote:
>> Hi,
>>
>> On Thu, May 10, 2012 at 6:03 PM, Ryan Mallon <rmallon@gmail.com> wrote:
>> > The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>> >
>> > ?Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>> >
>> > are available in the git repository at:
>> >
>> > ?git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-fixes-for-3.5
>> >
>> > for you to fetch changes up to 2b3c83efc9a653af6a24799eeb1a2900ba0439e6:
>> >
>> > ?dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels (2012-04-20 08:37:19 +1000)
>> >
>> > ----------------------------------------------------------------
>> > Rafal Prylowski (2):
>> > ? ? ?arm: ep93xx: Don't try to release not acquired GPIO lines
>> > ? ? ?dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels
>>
>> Technically, this is a feature, not a fix. I also didn't see an ack
>> from the DMA maintainer on it since it would normally go in through
>> his tree.
>>
>> Vinod, you OK with this coming through arm-soc? Looks fairly
>> uncontroversial so it shouldn't be a big deal but I don't know if it
>> might collide with anything else you have queued up.
> Looks okay to me.
> For: dmaengine/ep93xx_dma: Implement double buffering for M2M DMA
> channels
>
> Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Thanks!
Ryan, since the branch has one board fix and one driver feature, I
pulled it into our next/drivers branch instead of fixes. Either way,
it's queued for the merge window now.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-12 7:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 1:03 [GIT PULL] ep93xx fixes for 3.5 Ryan Mallon
2012-05-11 6:15 ` Olof Johansson
2012-05-11 9:28 ` Vinod Koul
2012-05-12 7:01 ` Olof Johansson
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.