mbox

[GIT,PULL] DaVinci McASP changes for v4.1

Message ID 550A802B.7050201@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.1/mcasp

Message

Sekhar Nori March 19, 2015, 7:52 a.m. UTC
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.1/mcasp

for you to fetch changes up to 6cfdf55b7746a3b1bc324a9e64abe2f055368e6f:

  ARM: davinci: dm646x: Add interrupt resource for McASPs (2015-03-18 17:19:50 +0530)

----------------------------------------------------------------
This pull request contains cleanups and
non-urgent fixes for DaVinci McASP platform
support code.

----------------------------------------------------------------
Peter Ujfalusi (7):
      ARM: davinci: devices-da8xx: Add resource name for the McASP DMA request
      ARM: davinci: devices-da8xx: Add interrupt resource to McASP structs
      ARM: davinci: devices-da8xx: Clean up and correct the McASP device creation
      ARM: davinci: devices-da8xx: Add support for McASP2 on da830
      ARM: davinci: dm646x: Clean up the McASP DMA resources
      ARM: davinci: irqs: Correct McASP1 TX interrupt definition for DM646x
      ARM: davinci: dm646x: Add interrupt resource for McASPs

 arch/arm/mach-davinci/asp.h               |    7 +++
 arch/arm/mach-davinci/devices-da8xx.c     |   80 ++++++++++++++++++++++++++---
 arch/arm/mach-davinci/dm646x.c            |   24 ++++++---
 arch/arm/mach-davinci/include/mach/irqs.h |    2 +-
 4 files changed, 98 insertions(+), 15 deletions(-)

Comments

Sekhar Nori March 31, 2015, 11:57 a.m. UTC | #1
Hi,

On Thursday 19 March 2015 01:22 PM, Sekhar Nori wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.1/mcasp

Ping on this. Looking at latest linux-next, looks like this is not
merged yet.

Thanks,
Sekhar
Olof Johansson April 2, 2015, 12:57 a.m. UTC | #2
On Thu, Mar 19, 2015 at 01:22:11PM +0530, Sekhar Nori wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.1/mcasp
> 
> for you to fetch changes up to 6cfdf55b7746a3b1bc324a9e64abe2f055368e6f:
> 
>   ARM: davinci: dm646x: Add interrupt resource for McASPs (2015-03-18 17:19:50 +0530)

Merged, thanks.


-Olof