1. 20 12月, 2017 1 次提交
  2. 07 12月, 2017 1 次提交
  3. 10 11月, 2017 2 次提交
  4. 28 10月, 2017 1 次提交
    • R
      dt-bindings: display: msm: update clk names · 63d51e36
      Rob Clark 提交于
      Now that drm/msm is converted over to use msm_get_clk() everywhere (that
      matters), which handles falling back to looking for a clock with the
      "_clk" suffix, we can remove "_clk" from the documentation so that new
      dts files added do not include "_clk" in the name.
      
      Previously we were doing this for the more recently upstreamed bindings
      but not for (nearly) all.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      Acked-by: NRob Herring <robh@kernel.org>
      63d51e36
  5. 20 10月, 2017 1 次提交
  6. 19 10月, 2017 1 次提交
  7. 18 10月, 2017 4 次提交
  8. 11 10月, 2017 1 次提交
  9. 09 10月, 2017 1 次提交
  10. 07 10月, 2017 1 次提交
  11. 06 10月, 2017 1 次提交
  12. 02 10月, 2017 1 次提交
  13. 18 9月, 2017 1 次提交
  14. 08 9月, 2017 1 次提交
  15. 05 9月, 2017 1 次提交
  16. 25 8月, 2017 1 次提交
  17. 24 8月, 2017 1 次提交
  18. 18 8月, 2017 3 次提交
  19. 12 8月, 2017 1 次提交
  20. 10 8月, 2017 1 次提交
  21. 31 7月, 2017 1 次提交
  22. 27 7月, 2017 2 次提交
  23. 26 7月, 2017 2 次提交
  24. 18 7月, 2017 2 次提交
  25. 15 7月, 2017 1 次提交
  26. 29 6月, 2017 2 次提交
    • J
      drm: adv7511_audio: Add .get_dai_id callback to map port number to dai id · 7204e976
      John Stultz 提交于
      ALSA SoC needs to know connected DAI ID for probing. Using
      the new audio-card-graph approach, ports/endpoints are used
      to describe how the links are connected. Unfortunately, since
      ports/endpoints are used as well for video linkages, there
      are some issues mixing the port ids to the two (video and
      audio) namespaces.
      
      To solve this issue, this patch adds new .get_dai_id callback
      on hdmi_codec_ops.
      
      The will assume that HDMI audio out will be connected to
      reg = <2>. This will then be remapped to the ALSA SoC side will
      as DAI 0. Allowing the adv7511's hdmi audio support to be used
      with the audio-card-graph.
      
      Credit to Kuninori Morimoto who's patch to dw-hdmi-i2s-audio.c
      was what this was mostly copy-pasted from.
      
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Archit Taneja <architt@codeaurora.org>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Lars-Peter Clausen <lars@metafoo.de>
      Cc: Linux-ALSA <alsa-devel@alsa-project.org>
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      7204e976
    • K
      drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC · e3839bd6
      Kuninori Morimoto 提交于
      ALSA SoC needs to know connected DAI ID for probing.
      It is not a big problem if device/driver was only for sound,
      but getting DAI ID will be difficult if device includes both
      Video/Sound, like HDMI.
      To solve this issue, this patch adds new .get_dai_id callback
      on hdmi_codec_ops.
      dw-hdmi-i2s will assume that HDMI sound will be connected
      to reg = <2>. Then, ALSA SoC side will recognized it as DAI 0
      
      	ports {
      		#address-cells = <1>;
      		#size-cells = <0>;
      		port@0 {
      			reg = <0>;
      			/* HDMI Video IN */
      		};
      		port@1 {
      			reg = <1>;
      			/* HDMI OUT */
      		};
      		port@2 {
      			reg = <2>;
      			/* HDMI Sound IN */
      		};
      	};
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Acked-by: NArchit Taneja <architt@codeaurora.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      e3839bd6
  27. 23 6月, 2017 4 次提交