1. 09 5月, 2018 1 次提交
  2. 02 2月, 2017 1 次提交
  3. 10 6月, 2016 2 次提交
  4. 26 2月, 2015 1 次提交
    • T
      ASoC: OMAP: mcbsp: Fix CLKX and CLKR pinmux when used as inputs · 8af4baa7
      Thomas Niederprüm 提交于
      This patch fixes faulty behaviour in a setup where the input clock for the
      SRG is fed through the CLKR/CLKX pin but the McBSP is configured to be
      master (SND_SOC_DAIFMT_CBS_CFS). In that case of course CLKR/CLKX must
      not be configured as output pin. Otherwise the input clock is messed up
      horribly.
      
      This patch makes it possible to use the CLKR/CLKX pin rather than CLKS to
      inject a reference clock in setups where McBSP is master and not both
      rx and tx are used. However for this to work it has to be ensured that
      set_dai_sysclk() is called after set_dai_fmt().
      
      This was tested on a beagleboard-xm using McBSP1 to drive a i2s DAC through
      the tx lines (CLKX,FSX,DX). Using this patch the CLKR pin is used to inject
      an external reference clock.
      Signed-off-by: NThomas Niederprüm <niederp@physik.uni-kl.de>
      Acked-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8af4baa7
  5. 16 1月, 2015 1 次提交
  6. 20 10月, 2014 1 次提交
  7. 09 7月, 2014 1 次提交
  8. 26 5月, 2014 1 次提交
  9. 02 5月, 2014 1 次提交
  10. 19 4月, 2014 2 次提交
  11. 22 7月, 2013 1 次提交
  12. 13 5月, 2013 1 次提交
  13. 04 4月, 2013 1 次提交
  14. 27 3月, 2013 1 次提交
  15. 26 3月, 2013 1 次提交
  16. 09 12月, 2012 1 次提交
  17. 01 12月, 2012 1 次提交
  18. 28 11月, 2012 1 次提交
  19. 22 9月, 2012 4 次提交
  20. 19 9月, 2012 1 次提交
    • A
      ARM: omap: move platform_data definitions · 2203747c
      Arnd Bergmann 提交于
      Platform data for device drivers should be defined in
      include/linux/platform_data/*.h, not in the architecture
      and platform specific directories.
      
      This moves such data out of the omap include directories
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NNicolas Pitre <nico@linaro.org>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Cc: "Benoît Cousson" <b-cousson@ti.com>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Ohad Ben-Cohen <ohad@wizery.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Omar Ramirez Luna <omar.ramirez@ti.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: Jean Pihet <j-pihet@ti.com>
      Cc: J Keerthy <j-keerthy@ti.com>
      Cc: linux-omap@vger.kernel.org
      2203747c
  21. 13 9月, 2012 1 次提交
    • T
      ARM: OMAP2+: Prepare for irqs.h removal · 7d7e1eba
      Tony Lindgren 提交于
      As the interrupts should only be defined in the platform_data, and
      eventually coming from device tree, there's no need to define them
      in header files.
      
      Let's remove the hardcoded references to irqs.h and fix up the includes
      so we don't rely on headers included in irqs.h. Note that we're
      defining OMAP_INTC_START as 0 to the interrupts. This will be needed
      when we enable SPARSE_IRQ. For some drivers we need to add
      #include <plat/cpu.h> for now until these drivers are fixed to
      remove cpu_is_omapxxxx() usage.
      
      While at it, sort som of the includes the standard way, and add
      the trailing commas where they are missing in the related data
      structures.
      
      Note that for drivers/staging/tidspbridge we just define things
      locally.
      
      Cc: Paul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      7d7e1eba
  22. 26 8月, 2012 4 次提交
  23. 23 8月, 2012 3 次提交
  24. 27 7月, 2012 1 次提交
  25. 23 5月, 2012 3 次提交
  26. 12 3月, 2012 3 次提交