lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 31 Oct 2016 01:14:27 +0000
From:   Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To:     Rob Herring <robh+dt@...nel.org>, Mark Brown <broonie@...nel.org>
CC:     Linux-ALSA <alsa-devel@...a-project.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Simon <horms@...ge.net.au>,
        Laurent <laurent.pinchart@...asonboard.com>,
        Guennadi <g.liakhovetski@....de>,
        "Grant Likely" <grant.likely@...aro.org>,
        Frank Rowand <frowand.list@...il.com>,
        Linux-DT <devicetree@...r.kernel.org>,
        Linux-Kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/17 v2] ASoC: add OF graph base simple-card


Hi Rob, Mark

These are v2 of OF graph base simple-card patch-set.
 1) -  5) : soc-core prepare for OF graph base simple-card
 6) - 10) : OF graph new feature
11) - 17) : OF graph base simple-card (depends on above 2 patch-set)

This series removed "type = xxx" property from v1 patch series.
but, still have property on port/endpoint

Kuninori Morimoto (17):
       1) ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_name
       2) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_simple_widgets
       3) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_routing
       4) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_prefix
       5) ASoC: soc-core: snd_soc_get_dai_name() become non static
       6) of_graph: add of_graph_get_remote_endpoint()
       7) of_graph: add of_graph_get_port_parent()
       8) of_graph: add of_graph_get_top_port()
       9) of_graph: add for_each_of_port() / for_each_of_endpoint_in_port()
      10) of_graph: add of_graph_get_port/endpoint_count()
      11) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
      12) ASoC: simple-card-utils: add asoc_simple_card_try_to_probe_graph_card()
      13) ASoC: simple-card-utils: adjust for graph on asoc_simple_card_parse_card_name
      14) ASoC: add simple-graph-card document
      15) ASoC: add simple-graph-card support
      16) ASoC: add simple-graph-scu-card document
      17) ASoC: add simple-graph-scu-card support

 Documentation/devicetree/bindings/sound/simple-graph-card.txt     |  62 +++++++++++++
 Documentation/devicetree/bindings/sound/simple-graph-scu-card.txt |  63 +++++++++++++
 drivers/of/base.c                                                 | 160 ++++++++++++++++++++++++++++++---
 include/linux/of_graph.h                                          |  54 +++++++++++
 include/sound/simple_card_utils.h                                 |  19 ++++
 include/sound/soc.h                                               |  32 +++++--
 sound/soc/generic/Kconfig                                         |  15 ++++
 sound/soc/generic/Makefile                                        |   4 +
 sound/soc/generic/simple-card-utils.c                             |  98 +++++++++++++++++++-
 sound/soc/generic/simple-card.c                                   |   2 +-
 sound/soc/generic/simple-graph-card.c                             | 462 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/generic/simple-graph-scu-card.c                         | 417 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/generic/simple-scu-card.c                               |   2 +-
 sound/soc/soc-core.c                                              |  41 +++++----
 14 files changed, 1396 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ