/include/linux/bcma/

f3b398a5fb'/> urn:sha1:ae8fc2948b48f001514d4b73167fcef3b398a5fb Many Sound yaml files doesn't have vender prefix on filename. Add missing vender prefix for these files. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://msgid.link/r/87wmmkpi6w.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org> ASoC: dt-bindings: move tas2563 from tas2562.yaml to tas2781.yaml 2024-01-05T13:27:15Z Shenghao Ding shenghao-ding@ti.com 2024-01-04T14:57:16Z urn:sha1:3dbb4e3602d217d7139b95a36077a6b7252dc290 Move tas2563 from tas2562.yaml to tas2781.yaml to unbind tas2563 from tas2562 driver code and bind it to tas2781 driver code, because tas2563 only work in bypass-DSP mode with tas2562 driver. In order to enable DSP mode for tas2563, it has been moved to tas2781 driver. As to the hardware part, such as register setting and DSP firmware, all these are stored in the binary firmware. What tas2781 drivder does is to parse the firmware and download it to the chip, then power on the chip. So, tas2781 driver can be resued as tas2563 driver. Only attention will be paid to downloading corresponding firmware. Signed-off-by: Shenghao Ding <shenghao-ding@ti.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://msgid.link/r/20240104145721.1398-1-shenghao-ding@ti.com Signed-off-by: Mark Brown <broonie@kernel.org> ASoC: Merge up fixes for CI 2023-05-15T10:55:52Z Mark Brown broonie@kernel.org 2023-05-12T04:14:20Z urn:sha1:1946dda47c8807517ccaa8caf8ee7de3498db531 Avoid tripping over fixed issues in CI. ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs 2023-05-11T01:17:59Z Martin Povišer povik+lin@cutebit.org 2023-05-09T15:34:12Z urn:sha1:efb2bfd7b3d210c479b9361c176d7426e5eb8663 A bunch of TI's codecs have binding schemas which force #sound-dai-cells to one despite those codecs only having a single DAI. Allow for bindings with zero DAI cells and deprecate the former non-zero value. Signed-off-by: Martin Povišer <povik+lin@cutebit.org Link: https://lore.kernel.org/r/20230509153412.62847-1-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org ASoC: dt-bindings: More dropping unneeded quotes 2023-05-07T23:48:45Z Rob Herring robh@kernel.org 2023-04-21T21:48:10Z urn:sha1:e09eb6ac4170ba3b46c642b4a88480376febbff1 Another batch of dropping unneeded quotes on $id and $schema which were missed in the last round. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Rob Herring <robh@kernel.org Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org Link: https://lore.kernel.org/r/20230421214810.1811962-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08T15:04:53Z Rob Herring robh@kernel.org 2023-02-28T21:54:33Z urn:sha1:20a72af11f411bb74c14bd424f33b02e03937cf6 SPI and I2C bus node names are expected to be "spi" or "i2c", respectively, with nothing else, a unit-address, or a '-N' index. A pattern of 'spi0' or 'i2c0' or similar has crept in. Fix all these cases. Mostly scripted with the following commands: git grep -l '\si2c[0-9] {' Documentation/devicetree/ | xargs sed -i -e 's/i2c[0-9] {/i2c {/' git grep -l '\sspi[0-9] {' Documentation/devicetree/ | xargs sed -i -e 's/spi[0-9] {/spi {/' With this, a few errors in examples were exposed and fixed. Acked-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for the microchip,mcp251xfd.yaml Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com> # for power-supply Acked-by: Wolfram Sang <wsa@kernel.org> Acked-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230228215433.3944508-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org> ASoC: dt-bindings: Reference common DAI properties 2022-12-05T14:05:43Z Krzysztof Kozlowski krzysztof.kozlowski@linaro.org 2022-12-03T16:04:41Z urn:sha1:58ae9a2aca6f883dd6fd7b8bfc2e1b1b21a2f03e Reference in all sound components which have '#sound-dai-cells' the dai-common.yaml schema, which allows to use 'sound-name-prefix' property. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Tested-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Acked-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Link: https://lore.kernel.org/r/20221203160442.69594-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>