/linux/Documentation/devicetree/bindings/arm/ |
H A D | syna.txt | 5 berlin SoCs are now Synaptics' SoCs now. 9 Boards with a SoC of the Marvell Berlin family, e.g. Armada 1500 13 compatible: must contain "marvell,berlin" 27 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin"; 32 * Marvell Berlin CPU control bindings 38 - compatible: should be "marvell,berlin-cpu-ctrl" 44 compatible = "marvell,berlin-cpu-ctrl"; 50 Marvell Berlin SoCs have a chip control register set providing several 66 Marvell Berlin SoCs have a system control register set providing several
|
/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
H A D | marvell,berlin-smp | 2 Secondary CPU enable-method "marvell,berlin-smp" binding 5 This document describes the "marvell,berlin-smp" method for enabling secondary 6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should 9 Enable method name: "marvell,berlin-smp" 16 "marvell,berlin-cpu-ctrl"[1]. 23 enable-method = "marvell,berlin-smp"; 41 [1] arm/marvell,berlin.txt
|
/linux/drivers/pinctrl/berlin/ |
H A D | Makefile | 2 obj-y += berlin.o 3 obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o 4 obj-$(CONFIG_PINCTRL_BERLIN_BG2CD) += berlin-bg2cd.o 5 obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o 6 obj-$(CONFIG_PINCTRL_BERLIN_BG4CT) += berlin-bg4ct.o
|
H A D | berlin-bg2cd.c | 3 * Marvell Berlin BG2CD pinctrl driver. 16 #include "berlin.h" 182 .name = "berlin-bg2cd-pinctrl",
|
H A D | berlin.c | 3 * Marvell Berlin SoC pinctrl core driver 24 #include "berlin.h" 287 .name = "berlin-pinctrl",
|
H A D | berlin-bg2.c | 3 * Marvell Berlin BG2 pinctrl driver. 16 #include "berlin.h" 237 .name = "berlin-bg2-pinctrl",
|
/linux/arch/arm/mach-berlin/ |
H A D | berlin.c | 3 * Device Tree support for Marvell Berlin SoCs. 14 "marvell,berlin", 18 DT_MACHINE_START(BERLIN_DT, "Marvell Berlin")
|
H A D | platsmp.c | 70 np = of_find_compatible_node(NULL, NULL, "marvell,berlin-cpu-ctrl"); in berlin_smp_prepare_cpus() 127 CPU_METHOD_OF_DECLARE(berlin_smp, "marvell,berlin-smp", &berlin_smp_ops);
|
H A D | Makefile | 2 obj-y += berlin.o
|
/linux/drivers/phy/marvell/ |
H A D | Kconfig | 12 tristate "Marvell Berlin SATA PHY driver" 17 Enable this to support the SATA PHY on Marvell Berlin SoCs. 20 tristate "Marvell Berlin USB PHY Driver" 25 Enable this to support the USB PHY on Marvell Berlin SoCs.
|
H A D | phy-berlin-usb.c | 103 /* Berlin 2 */ 105 /* Berlin 2CD/Q */ 200 .name = "phy-berlin-usb", 207 MODULE_DESCRIPTION("Marvell Berlin PHY driver for USB");
|
H A D | Makefile | 3 obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o 4 obj-$(CONFIG_PHY_BERLIN_USB) += phy-berlin-usb.o
|
H A D | phy-berlin-sata.c | 3 * Marvell Berlin SATA PHY driver 290 .name = "phy-berlin-sata", 296 MODULE_DESCRIPTION("Marvell Berlin SATA PHY driver");
|
/linux/drivers/input/touchscreen/ |
H A D | goodix_berlin_i2c.c | 3 * Goodix Berlin Touchscreen Driver 64 .name = "goodix-berlin-i2c", 75 MODULE_DESCRIPTION("Goodix Berlin I2C Touchscreen driver");
|
H A D | goodix_berlin_spi.c | 3 * Goodix Berlin Touchscreen Driver 169 .name = "goodix-berlin-spi", 180 MODULE_DESCRIPTION("Goodix Berlin SPI Touchscreen driver");
|
H A D | goodix_berlin_core.c | 3 * Goodix "Berlin" Touchscreen IC driver 15 * programmed firmware and "config" for "Revision D" Berlin IC. 616 input_dev->name = "Goodix Berlin Capacitive TouchScreen"; in goodix_berlin_input_dev_config() 781 IRQF_ONESHOT, "goodix-berlin", cd); in goodix_berlin_probe() 789 dev_dbg(dev, "Goodix Berlin %s Touchscreen Controller", in goodix_berlin_probe() 797 MODULE_DESCRIPTION("Goodix Berlin Core Touchscreen driver");
|
/linux/net/ax25/ |
H A D | Kconfig | 13 <https://linux-ax25.in-berlin.de>. 64 <https://linux-ax25.in-berlin.de>. If unsure, say Y. 90 <https://linux-ax25.in-berlin.de>. You also might want to check out 109 <https://linux-ax25.in-berlin.de>. You also might want to check out
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | marvell,berlin2-reset.yaml | 8 title: Marvell Berlin reset controller 14 controller node on Berlin SoCs.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,berlin.txt | 1 Device Tree Clock bindings for Marvell Berlin 7 Clock related registers are spread among the chip control registers. Berlin
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | marvell,berlin2-adc.yaml | 7 title: Berlin 2 Analog to Digital Converter (ADC) 13 The Berlin ADC has 8 channels, with one connected to a temperature sensor.
|
/linux/drivers/pwm/ |
H A D | pwm-berlin.c | 2 * Marvell Berlin PWM driver 193 { .compatible = "marvell,berlin-pwm" }, 277 .name = "berlin-pwm", 285 MODULE_DESCRIPTION("Marvell Berlin PWM driver");
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | berlin,pinctrl.txt | 1 * Pin-controller driver for the Marvell Berlin SoCs 13 Be aware the Marvell Berlin datasheets use the keyword 'mode' for what
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | goodix,gt9916.yaml | 7 title: Goodix Berlin series touchscreen controller 9 description: The Goodix Berlin series of touchscreen controllers
|
/linux/arch/arm/boot/dts/synaptics/ |
H A D | berlin2.dtsi | 3 * Device Tree Include file for Marvell Armada 1500 (Berlin BG2) SoC 16 compatible = "marvell,berlin2", "marvell,berlin"; 29 enable-method = "marvell,berlin-smp"; 154 compatible = "marvell,berlin-cpu-ctrl"; 404 compatible = "marvell,berlin-pwm";
|
/linux/drivers/reset/ |
H A D | reset-berlin.c | 4 * Marvell Berlin reset driver 110 MODULE_DESCRIPTION("Synaptics Berlin reset controller");
|