13 Dec, 2011

1 commit


27 Oct, 2011

3 commits

  • This patch adds the hardware info like base addresses, EDMA events,
    interrupt nos. and other module specific data for the McASP IP.

    Signed-off-by: Hebbar, Gururaja

    Hebbar, Gururaja
     
  • Few OMAP platform has a new Variant of McASP than those found on Davinci
    Platform.

    This patch adds support for the same.

    Changes
    - Add new MCASP_VERSION_3 to identify new IP
    - The FIFO offsets for the McASP in new platform are different from the
    ones seen on previous varianats. Use version member to identify and
    process accordingly

    This has been tested on DM365 platform to make sure nothing existing
    breaks

    Signed-off-by: Hebbar, Gururaja
    Signed-off-by: Vaibhav Hiremath

    Hebbar, Gururaja
     
  • Davinci McASP IP & its Driver is shared by few OMAP platforms. Moving the
    McASP ddefines to a common place, helps to share the same header file
    across platforms

    This patch moves asp.h from
    arch/arm/mach-davinci/include/mach/asp.h -> arch/arm/include/asm/hardware/asp.h

    Header define check is also updated to reflect hardware name rather than
    platform

    Signed-off-by: Hebbar, Gururaja
    Signed-off-by: Vaibhav Hiremath

    Hebbar, Gururaja