1. 27 Jul, 2021 8 commits
  2. 26 Jul, 2021 1 commit
  3. 23 Jul, 2021 2 commits
  4. 22 Jul, 2021 12 commits
  5. 20 Jul, 2021 1 commit
  6. 19 Jul, 2021 1 commit
  7. 16 Jul, 2021 1 commit
  8. 15 Jul, 2021 1 commit
  9. 14 Jul, 2021 12 commits
  10. 12 Jul, 2021 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support"... · eb82bae1
      Mark Brown authored
      Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" from Peter Ujfalusi <peter.ujfalusi@gmail.com>:
      
      Hi,
      
      Changes since v1:
      - Do not calculat that we allow one serializer in DIT mode, just set the
        max_active_serializers to 1.
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      
      it has been on my todo list for several years to support McASP on OMAP4 devices.
      For Galaxy Nexus we had an omap-mcasp driver (which was mostly a stripped down
      davinci-mcasp driver) to support what was needed on that specific phone + it's
      dock for S/PDIF (48KHz, 16bit, stereo).
      
      Not many (if any) device available to test the DIT mode of McASP.
      I have used BeagleBone White (McASP1 AXR3 can be routed to a pin) to get the
      S/PDIF mode working then PandaES for OMAP4 support (on PandaES the gpio_121 is
      not used and the signal is routed to expansion J6 pin14).
      
      In theory the McASP in OMAP5 should be working after this series, but the OMAP5
      TRM is not public and I do not have one to check the addresses and see if there
      is a way to test it on omap5-uevm.
      
      Mark, Tony:
      The ASoC and dts patches can go via separate tree I felt that it is better if
      they are together, at least initially.
      
      Nikolaus: fyi, this might be useful for Pyra?
      
      Regards,
      Péter
      ---
      Peter Ujfalusi (5):
        ASoC: ti: davinci-mcasp: Fix DIT mode support
        ASoC: dt-bindings: davinci-mcasp: Add compatible string for OMAP4
        ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
        ARM: dts: omap4-l4-abe: Correct sidle modes for McASP
        ARM: dts: omap4-l4-abe: Add McASP configuration
      
       .../bindings/sound/davinci-mcasp-audio.txt    |   1 +
       arch/arm/boot/dts/omap4-l4-abe.dtsi           |  39 ++--
       include/linux/platform_data/davinci_asp.h     |   1 +
       sound/soc/ti/Kconfig                          |   1 +
       sound/soc/ti/davinci-mcasp.c                  | 176 +++++++++++++++---
       5 files changed, 175 insertions(+), 43 deletions(-)
      
      --
      2.32.0
      eb82bae1