1. 26 7月, 2018 1 次提交
    • R
      dt-bindings: remove 'interrupt-parent' from bindings · 791d3ef2
      Rob Herring 提交于
      'interrupt-parent' is often documented as part of define bindings, but
      it is really outside the scope of a device binding. It's never required
      in a given node as it is often inherited from a parent node. Or it can
      be implicit if a parent node is an 'interrupt-controller' node. So
      remove it from all the binding files.
      
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NRob Herring <robh@kernel.org>
      791d3ef2
  2. 22 5月, 2018 1 次提交
  3. 19 9月, 2017 1 次提交
  4. 25 10月, 2016 1 次提交
  5. 22 6月, 2016 1 次提交
  6. 04 2月, 2016 1 次提交
    • O
      ASoC: rt5514: add rt5514 codec driver · 4a6180ea
      Oder Chiou 提交于
      This is the initial codec driver for rt5514. The codec includes a low power
      DSP for voice wake up. The register address is incremental by 4 in the DSP
      memory map. In order to recover the codec settings in the codec mode and
      manipulate the DSP mode for voice wake up, we use the multi-level register
      map. One is for ALSA API in codec mode that can be recovered by cache
      before recording. Another is for DSP related settings that can be accessed
      with 32bit address of the DSP in the application of voice wake up.
      Signed-off-by: NOder Chiou <oder_chiou@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4a6180ea