1. 16 Apr, 2024 11 commits
  2. 15 Apr, 2024 8 commits
  3. 14 Apr, 2024 16 commits
  4. 11 Apr, 2024 2 commits
  5. 10 Apr, 2024 2 commits
  6. 09 Apr, 2024 1 commit
    • Mark Brown's avatar
      ASoC: ti: davinci-i2s: Add features to McBSP · 64512468
      Mark Brown authored
      Merge series from Bastien Curutchet <bastien.curutchet@bootlin.com>:
      
      This series aims to add some features to McBSP driver.
      
      Convert bindings from .txt to .yaml.
      Add possibility to use an external clock as sample rate generator's
      input.
      Add handling of new formats (TDM, S24_LE, BP_FC).
      Enable the detection of unexpected frame pulses.
      Set the clock free-running mode according to SND_SOC_DAIFMT_[GATED/CONT]
      configuration in DAI format.
      Add ti,T1-framing[tx/rx] properties in DT. They allow to set the data
      delay to two bit-clock periods.
      
      This has been tested on a platform designed off of the DAVINCI/OMAP-L138
      connected to 3 daisy-chained AD7767. An external clock drives the
      sample rate generator through the CLKS pin.
      The hardware I have only allowed me to test acquisition side of McBSP.
      It is connected to a 6 channels TDM and acts as Bit clock provider and
      Frame clock consumer.
      64512468