1. 04 4月, 2013 1 次提交
  2. 29 1月, 2013 2 次提交
  3. 24 1月, 2013 1 次提交
  4. 09 12月, 2012 1 次提交
  5. 20 11月, 2012 1 次提交
  6. 06 11月, 2012 1 次提交
    • S
      ARM: tegra: remove <mach/dma.h> · 8a5d51fd
      Stephen Warren 提交于
      Remove includes of <mach/dma.h> from sound/soc; nothing from it is used.
      
      Remove include of <mach/dma.h> from mach-tegra/apbio.c; since the DMA
      transfers made by this file don't need flow-control with any peripheral,
      there's no need to set any slave ID.
      
      Once those changes are made, there are no remaining users of <mach/dma.h>
      so remove it. Drivers should get this information from device tree. This
      removal is necessary for single zImage.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      8a5d51fd
  7. 13 6月, 2012 1 次提交
  8. 08 6月, 2012 1 次提交
  9. 13 4月, 2012 1 次提交
    • S
      ASoC: tegra: add tegra30-ahub driver · be944d42
      Stephen Warren 提交于
      The AHUB (Audio Hub) is a mux/crossbar which links all audio-related
      devices except the HDA controller on Tegra30. The devices include the
      DMA FIFOs, DAM (Digital Audio Mixers), I2S controllers, and SPDIF
      controller. Audio data may be routed between these devices in various
      combinations as required by board design/application.
      
      Includes a squashed bugfix from Nikesh Oswal <noswal@nvidia.com>
      Includes squashed bugfixes from Sumit Bhattacharya <sumitb@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      be944d42