| /linux/arch/arm/mach-mvebu/ | 
| H A D | dove.c | 3  * arch/arm/mach-mvebu/dove.c 5  * Marvell Dove 88AP510 System On Chip FDT Board 11 #include <linux/soc/dove/pmu.h> 18 	pr_info("Dove 88AP510 SoC\n");  in dove_init() 28 	"marvell,dove", 32 DT_MACHINE_START(DOVE_DT, "Marvell Dove")
  | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | mvebu-audio.txt | 1 * mvebu (Kirkwood, Dove, Armada 370) audio controller 7   "marvell,dove-audio" for Dove platforms 20   with "marvell,dove-audio", a list of two interrupts, the first for 41 	compatible = "marvell,dove-audio";
  | 
| /linux/Documentation/devicetree/bindings/thermal/ | 
| H A D | dove-thermal.txt | 1 * Dove Thermal 3 This driver is for Dove SoCs which contain a thermal sensor. 6 - compatible : "marvell,dove-thermal" 16 		compatible = "marvell,dove-thermal";
  | 
| /linux/drivers/thermal/ | 
| H A D | dove_thermal.c | 3  * Dove thermal sensor driver 19 /* Dove Thermal Manager Control and Status Register */ 23 /* Dove Theraml Diode Control 0 Register */ 32 /* Dove Thermal Diode Control 1 Register */ 36 /* Dove Thermal Sensor Dev Structure */ 114 	{ .compatible = "marvell,dove-thermal" }, 183 MODULE_DESCRIPTION("Dove thermal driver");
  | 
| /linux/Documentation/devicetree/bindings/mmc/ | 
| H A D | marvell,dove-sdhci.yaml | 4 $id: http://devicetree.org/schemas/mmc/marvell,dove-sdhci.yaml# 7 title: Marvell sdhci-dove controller 18     const: marvell,dove-sdhci 40       compatible = "marvell,dove-sdhci";
  | 
| /linux/drivers/mmc/host/ | 
| H A D | sdhci-dove.c | 3  * sdhci-dove.c Support for SDHCI on Marvell's Dove SoC 88 	{ .compatible = "marvell,dove-sdhci", }, 95 		.name	= "sdhci-dove", 106 MODULE_DESCRIPTION("SDHCI driver for Dove");
  | 
| /linux/arch/arm/boot/dts/marvell/ | 
| H A D | dove.dtsi | 10 	compatible = "marvell,dove"; 38 		compatible = "marvell,dove-gpu-subsystem"; 80 		compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus"; 94 			compatible = "marvell,dove-pcie"; 294 				compatible = "marvell,dove-crypto"; 361 				compatible = "marvell,dove-sdhci"; 399 				compatible = "marvell,dove-sdhci"; 429 				compatible = "marvell,dove-audio"; 438 				compatible = "marvell,dove-audio"; 447 				compatible = "marvell,dove-pmu", "simple-bus"; [all …] 
 | 
| H A D | Makefile | 78 	dove-cubox.dtb \ 79 	dove-cubox-es.dtb \ 80 	dove-d2plug.dtb \ 81 	dove-d3plug.dtb \ 82 	dove-dove-db.dtb \ 83 	dove-sbc-a510.dtb
  | 
| H A D | dove-dove-db.dts | 4 #include "dove.dtsi" 8 	compatible = "marvell,dove-db", "marvell,dove";
  | 
| H A D | dove-cubox-es.dts | 2 #include "dove-cubox.dts" 6 	compatible = "solidrun,cubox-es", "solidrun,cubox", "marvell,dove";
  | 
| H A D | dove-d2plug.dts | 4 #include "dove.dtsi" 8 	compatible = "globalscale,d2plug", "marvell,dove";
  | 
| /linux/drivers/clk/mvebu/ | 
| H A D | dove.c | 3  * Marvell Dove SoC clocks 18 #include "dove-divider.h" 23  * Dove PLL sample-at-reset configuration 185 		of_find_compatible_node(NULL, NULL, "marvell,dove-gating-clock");  in dove_clk_init() 187 		of_find_compatible_node(NULL, NULL, "marvell,dove-divider-clock");  in dove_clk_init() 201 CLK_OF_DECLARE(dove_clk, "marvell,dove-core-clock", dove_clk_init);
  | 
| H A D | Makefile | 18 obj-$(CONFIG_DOVE_CLK)		+= dove.o dove-divider.o
  | 
| /linux/arch/arm/mach-dove/ | 
| H A D | mpp.c | 3  * arch/arm/mach-dove/mpp.c 5  * MPP functions for Marvell Dove SoCs 13 #include "dove.h" 129 			pr_err("dove: invalid MPP GRP number (%u)\n", num);  in dove_mpp_conf_grp() 143 /* Configure the various MPP pins on Dove */
  | 
| H A D | irqs.h | 2 /* IRQ definitions for Marvell Dove 88AP510 SoC */ 8  * Dove Low Interrupt Controller 44  * Dove High Interrupt Controller 74  * DOVE General Purpose Pins
  | 
| H A D | common.c | 3  * arch/arm/mach-dove/common.c 5  * Core functions for Marvell Dove 88AP510 System On Chip 15 #include <linux/soc/dove/pmu.h> 27 /* These can go away once Dove uses the mvebu-mbus DT binding */ 119 	orion_clkdev_add(NULL, "sdhci-dove.0", sdio0);  in dove_clk_init() 120 	orion_clkdev_add(NULL, "sdhci-dove.1", sdio1);  in dove_clk_init() 126 	orion_clkdev_add(NULL, "dove-ac97", ac97);  in dove_clk_init() 127 	orion_clkdev_add(NULL, "dove-pdma", pdma);  in dove_clk_init() 238 	mvebu_mbus_init("marvell,dove-mbus",  in dove_init_early() 291 	.name		= "sdhci-dove", [all …] 
 | 
| H A D | common.h | 3  * arch/arm/mach-dove/common.h 5  * Core functions for Marvell Dove 88AP510 System On Chip 19  * Basic Dove init functions used early by machine-setup.
  | 
| H A D | cm-a510.c | 3  * arch/arm/mach-dove/cm-a510.c 22 #include "dove.h" 66 	 * Basic Dove setup. Needs to be called early.  in cm_a510_init()
  | 
| H A D | Kconfig | 3 	bool "Marvell Dove" if ARCH_MULTI_V7 14 	  Support for the Marvell Dove SoC 88AP510
  | 
| H A D | irq.c | 3  * arch/arm/mach-dove/irq.c 5  * Dove IRQ handling.
  | 
| H A D | dove.h | 2 /* Generic definitions for Marvell Dove 88AP510 SoC */ 10  * Marvell Dove address maps. 56  * Dove Core Registers Map
  | 
| /linux/Documentation/devicetree/bindings/display/armada/ | 
| H A D | marvell,dove-lcd.txt | 4  - compatible: value should be "marvell,dove-lcd". 25 		compatible = "marvell,dove-lcd";
  | 
| /linux/drivers/soc/ | 
| H A D | Makefile | 12 obj-$(CONFIG_ARCH_DOVE)		+= dove/ 13 obj-$(CONFIG_MACH_DOVE)		+= dove/
  | 
| /linux/Documentation/devicetree/bindings/soc/dove/ | 
| H A D | pmu.txt | 4  - compatible: value should be "marvell,dove-pmu". 34 		compatible = "marvell,dove-pmu";
  | 
| /linux/Documentation/translations/it_IT/locking/ | 
| H A D | lockdep-design.rst | 252 dove aver trattenuto rq->lock è necessario per aggiornare in sicurezza il clock 258 verificare la correttezza di codice con *callback*, dove livelli superiori 313    MNI/SMM [potrebbero interrompere anche percorsi dove le interruzioni sono 360    inizializzati. Per esempio, una tabella hash con 8192 *bucket* dove ognuno ha 548             significa X -> Y, dove X è uno scrittore e Y un lettore ricorsivo. 552             "X -(EN)->" significa X-> Y, dove X è uno scrittore e Y può essere 557             significa X -> Y, dove X è un lettore (ricorsivo o meno) e Y è un 562             "X -(SN)-> Y" significa X -> Y , dove X è un lettore (ricorsivo 588 -> Y -> Z (dove X, Y, e Z sono blocchi), e da X a Y si ha una dipendenza -(SR)-> 655 ovvero ci sono N processi/processori dove P1 aspetta un blocco trattenuto da P2,
  |