/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | axentia,tse850-pcm5142.txt | 1 Devicetree bindings for the Axentia TSE-850 audio complex 4 - compatible: "axentia,tse850-pcm5142" 5 - axentia,cpu-dai: The phandle of the cpu dai. 6 - axentia,audio-codec: The phandle of the PCM5142 codec. 7 - axentia,add-gpios: gpio specifier that controls the mixer. 8 - axentia,loop1-gpios: gpio specifier that controls loop relays on channel 1. 9 - axentia,loop2-gpios: gpio specifier that controls loop relays on channel 2. 10 - axentia,ana-supply: Regulator that supplies the output amplifier. Must 82 compatible = "axentia,tse850-pcm5142"; 84 axentia,cpu-dai = <&ssc0>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-tse850-3.dts | 3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 14 model = "Axentia TSE-850 3.0"; 15 compatible = "axentia,tse850v3", "axentia,linea", 49 compatible = "axentia,tse850-pcm5142"; 51 axentia,cpu-dai = <&ssc0>; 52 axentia,audio-codec = <&pcm5142>; 54 axentia,add-gpios = <&pioA 8 GPIO_ACTIVE_LOW>; 55 axentia,loop1-gpios = <&pioA 10 GPIO_ACTIVE_LOW>; [all …]
|
H A D | at91-linea.dtsi | 3 * at91-linea.dtsi - Device Tree Include file for the Axentia Linea Module. 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 13 compatible = "axentia,linea",
|
H A D | at91-nattis-2-natte-2.dts | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 14 model = "Axentia Linea-Nattis v2 Natte v2"; 15 compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
|
H A D | at91-natte.dtsi | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se>
|
/openbmc/linux/sound/soc/atmel/ |
H A D | tse850-pcm5142.c | 3 // TSE-850 audio - ASoC driver for the Axentia TSE-850 with a PCM5142 codec 5 // Copyright (C) 2016 Axentia Technologies AB 7 // Author: Peter Rosin <peda@axentia.se> 334 cpu_np = of_parse_phandle(np, "axentia,cpu-dai", 0); in tse850_dt_init() 343 codec_np = of_parse_phandle(np, "axentia,audio-codec", 0); in tse850_dt_init() 373 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe() 379 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe() 385 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe() 391 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe() 425 { .compatible = "axentia,tse850-pcm5142", }, [all …]
|
H A D | Kconfig | 91 tristate "ASoC driver for the Axentia TSE-850" 98 Axentia TSE-850 with a PCM5142 codec.
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | atmel-at91.yaml | 104 - const: axentia,nattis-2 105 - const: axentia,natte-2 106 - const: axentia,linea 113 - const: axentia,tse850v3 114 - const: axentia,linea 120 - const: axentia,linea
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | envelope-detector.yaml | 10 - Peter Rosin <peda@axentia.se> 32 const: axentia,tse850-envelope-detector 78 compatible = "axentia,tse850-envelope-detector";
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-mux | 4 Contact: Peter Rosin <peda@axentia.se> 13 Contact: Peter Rosin <peda@axentia.se>
|
H A D | sysfs-bus-iio-adc-envelope-detector | 4 Contact: Peter Rosin <peda@axentia.se> 35 Contact: Peter Rosin <peda@axentia.se>
|
H A D | sysfs-bus-iio-dac-dpot-dac | 4 Contact: Peter Rosin <peda@axentia.se>
|
H A D | sysfs-bus-iio-potentiometer-mcp4531 | 4 Contact: Peter Rosin <peda@axentia.se>
|
/openbmc/linux/drivers/mux/ |
H A D | gpio.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 105 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
H A D | adg792a.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 152 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-gpmux.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 164 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/openbmc/linux/include/linux/mux/ |
H A D | consumer.h | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se>
|
H A D | driver.h | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se>
|
/openbmc/linux/drivers/iio/potentiometer/ |
H A D | mcp4018.c | 4 * Copyright (c) 2018 Axentia Technologies AB 5 * Author: Peter Rosin <peda@axentia.se> 186 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/openbmc/linux/drivers/iio/dac/ |
H A D | dpot-dac.c | 5 * Copyright (C) 2016 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 257 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/openbmc/linux/sound/soc/codecs/ |
H A D | max9860.h | 5 * Author: Peter Rosin <peda@axentia.s> 6 * Copyright 2016 Axentia Technologies
|
H A D | tfa9879.c | 5 // Copyright (C) 2014 Axentia Technologies AB 6 // Author: Peter Rosin <peda@axentia.se> 322 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
H A D | tfa9879.h | 5 * Copyright (C) 2014 Axentia Technologies AB 6 * Author: Peter Rosin <peda@axentia.se>
|
/openbmc/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 5 * Copyright (C) 2016 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 392 { .compatible = "axentia,tse850-envelope-detector", }, 407 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 2 From: Peter Rosin <peda@axentia.se> 15 Signed-off-by: Peter Rosin <peda@axentia.se>
|