Home
last modified time | relevance | path

Searched full:owl (Results 1 – 25 of 107) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A DMakefile2 obj-$(CONFIG_CLK_ACTIONS) += clk-owl.o
4 clk-owl-y += owl-common.o
5 clk-owl-y += owl-gate.o
6 clk-owl-y += owl-mux.o
7 clk-owl-y += owl-divider.o
8 clk-owl-y += owl-factor.o
9 clk-owl-y += owl-composite.o
10 clk-owl-y += owl-pll.o
11 clk-owl-y += owl-reset.o
14 obj-$(CONFIG_CLK_OWL_S500) += owl-s500.o
[all …]
H A Dowl-composite.h3 // OWL composite clock driver
14 #include "owl-common.h"
15 #include "owl-mux.h"
16 #include "owl-gate.h"
17 #include "owl-factor.h"
18 #include "owl-fixed-factor.h"
19 #include "owl-divider.h"
H A DKconfig14 bool "Support for the Actions Semi OWL S500 clocks"
19 bool "Support for the Actions Semi OWL S700 clocks"
24 bool "Support for the Actions Semi OWL S900 clocks"
H A Dowl-s500.c3 * Actions Semi Owl S500 SoC clock driver
18 #include "owl-common.h"
19 #include "owl-composite.h"
20 #include "owl-divider.h"
21 #include "owl-factor.h"
22 #include "owl-fixed-factor.h"
23 #include "owl-gate.h"
24 #include "owl-mux.h"
25 #include "owl-pll.h"
26 #include "owl-reset.h"
H A Dowl-s700.c15 #include "owl-common.h"
16 #include "owl-composite.h"
17 #include "owl-divider.h"
18 #include "owl-factor.h"
19 #include "owl-fixed-factor.h"
20 #include "owl-gate.h"
21 #include "owl-mux.h"
22 #include "owl-pll.h"
23 #include "owl-reset.h"
622 * common code, once all SoCs of Owl family supports it. in s700_clk_probe()
H A Dowl-fixed-factor.h3 // OWL fixed factor clock driver
14 #include "owl-common.h"
H A Dowl-mux.h3 // OWL mux clock driver
14 #include "owl-common.h"
H A Dowl-s900.c3 // OWL S900 SoC clock driver
14 #include "owl-common.h"
15 #include "owl-composite.h"
16 #include "owl-divider.h"
17 #include "owl-factor.h"
18 #include "owl-fixed-factor.h"
19 #include "owl-gate.h"
20 #include "owl-mux.h"
21 #include "owl-pll.h"
22 #include "owl-reset.h"
[all …]
H A Dowl-mux.c3 // OWL mux clock driver
14 #include "owl-mux.h"
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dowl-s500.dtsi9 #include <dt-bindings/power/owl-s500-powergate.h>
124 compatible = "actions,s500-uart", "actions,owl-uart";
131 compatible = "actions,s500-uart", "actions,owl-uart";
138 compatible = "actions,s500-uart", "actions,owl-uart";
145 compatible = "actions,s500-uart", "actions,owl-uart";
152 compatible = "actions,s500-uart", "actions,owl-uart";
159 compatible = "actions,s500-uart", "actions,owl-uart";
166 compatible = "actions,s500-uart", "actions,owl-uart";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dowl-mmc.yaml4 $id: http://devicetree.org/schemas/mmc/owl-mmc.yaml#
7 title: Actions Semi Owl SoCs SD/MMC/SDIO controller
18 - const: actions,owl-mmc
21 - const: actions,owl-mmc
55 compatible = "actions,owl-mmc";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/actions/
H A Ds900.dtsi123 compatible = "actions,s900-uart", "actions,owl-uart";
131 compatible = "actions,s900-uart", "actions,owl-uart";
139 compatible = "actions,s900-uart", "actions,owl-uart";
147 compatible = "actions,s900-uart", "actions,owl-uart";
155 compatible = "actions,s900-uart", "actions,owl-uart";
163 compatible = "actions,s900-uart", "actions,owl-uart";
171 compatible = "actions,s900-uart", "actions,owl-uart";
290 compatible = "actions,owl-mmc";
301 compatible = "actions,owl-mmc";
312 compatible = "actions,owl-mmc";
[all …]
H A Ds700.dtsi8 #include <dt-bindings/power/owl-s700-powergate.h>
117 compatible = "actions,s900-uart", "actions,owl-uart";
125 compatible = "actions,s900-uart", "actions,owl-uart";
133 compatible = "actions,s900-uart", "actions,owl-uart";
141 compatible = "actions,s900-uart", "actions,owl-uart";
149 compatible = "actions,s900-uart", "actions,owl-uart";
157 compatible = "actions,s900-uart", "actions,owl-uart";
165 compatible = "actions,s900-uart", "actions,owl-uart";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dactions,owl-uart.txt1 Actions Semi Owl UART
4 - compatible : "actions,s500-uart", "actions,owl-uart" for S500
5 "actions,s900-uart", "actions,owl-uart" for S900
13 compatible = "actions,s500-uart", "actions,owl-uart";
/OK3568_Linux_fs/buildroot/package/owl-linux/
H A DConfig.in2 bool "owl-linux"
9 owl-linux requires the hidden kernel option WIRELESS_EXT
14 comment "owl-linux needs a Linux kernel to be built"
18 comment "owl-linux is only supported on ARM9 architecture"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dactions,owl-sps.txt1 Actions Semi Owl Smart Power System (SPS)
10 include/dt-bindings/power/owl-s500-powergate.h for S500
11 include/dt-bindings/power/owl-s700-powergate.h for S700
12 include/dt-bindings/power/owl-s900-powergate.h for S900
/OK3568_Linux_fs/kernel/drivers/soc/actions/
H A Dowl-sps.c3 * Actions Semi Owl Smart Power System (SPS)
14 #include <linux/soc/actions/owl-sps.h>
15 #include <dt-bindings/power/owl-s500-powergate.h>
16 #include <dt-bindings/power/owl-s700-powergate.h>
17 #include <dt-bindings/power/owl-s900-powergate.h>
123 sps->base = of_io_request_and_map(pdev->dev.of_node, 0, "owl-sps"); in owl_sps_probe()
310 .name = "owl-sps",
H A DMakefile3 obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o
4 obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o
H A Dowl-sps-helper.c3 * Actions Semi Owl Smart Power System (SPS) shared helpers
13 #include <linux/soc/actions/owl-sps.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dactions,owl-cmu.txt1 * Actions Semi Owl Clock Management Unit (CMU)
3 The Actions Semi Owl Clock Management Unit generates and supplies clock
48 compatible = "actions,s900-uart", "actions,owl-uart";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dowl-dma.yaml4 $id: http://devicetree.org/schemas/dma/owl-dma.yaml#
7 title: Actions Semi Owl SoCs DMA controller
10 The OWL DMA is a general-purpose direct memory access controller capable of
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dactions,owl-sirq.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/actions,owl-sirq.yaml#
7 title: Actions Semi Owl SoCs SIRQ interrupt controller
14 This interrupt controller is found in the Actions Semi Owl SoCs (S500, S700
/OK3568_Linux_fs/kernel/drivers/pinctrl/actions/
H A DKconfig3 bool "Actions Semi OWL pinctrl driver"
11 Say Y here to enable Actions Semi OWL pinctrl driver
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-owl.c3 * Actions Semi Owl timer
122 owl_timer_base = of_io_request_and_map(node, 0, "owl-timer"); in owl_timer_init()
160 "owl-timer", &owl_clockevent); in owl_timer_init()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dowl-uart.c3 * Actions Semi Owl family serial console
300 "owl-uart", port); in owl_uart_startup()
441 return (port->type == PORT_OWL) ? "owl-uart" : NULL; in owl_uart_type()
607 OF_EARLYCON_DECLARE(owl, "actions,owl-uart",
617 .driver_name = "owl-uart",
731 .name = "owl-uart",

12345