/Linux-v6.1/drivers/usb/dwc3/ |
D | dwc3-exynos.c | 3 * dwc3-exynos.c - Samsung Exynos DWC3 Specific Glue layer 42 struct dwc3_exynos *exynos; in dwc3_exynos_probe() local 48 exynos = devm_kzalloc(dev, sizeof(*exynos), GFP_KERNEL); in dwc3_exynos_probe() 49 if (!exynos) in dwc3_exynos_probe() 53 exynos->dev = dev; in dwc3_exynos_probe() 54 exynos->num_clks = driver_data->num_clks; in dwc3_exynos_probe() 55 exynos->clk_names = (const char **)driver_data->clk_names; in dwc3_exynos_probe() 56 exynos->suspend_clk_idx = driver_data->suspend_clk_idx; in dwc3_exynos_probe() 58 platform_set_drvdata(pdev, exynos); in dwc3_exynos_probe() 60 for (i = 0; i < exynos->num_clks; i++) { in dwc3_exynos_probe() [all …]
|
/Linux-v6.1/drivers/phy/samsung/ |
D | Makefile | 2 obj-$(CONFIG_PHY_EXYNOS_DP_VIDEO) += phy-exynos-dp-video.o 3 obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o 4 obj-$(CONFIG_PHY_EXYNOS_PCIE) += phy-exynos-pcie.o 5 obj-$(CONFIG_PHY_SAMSUNG_UFS) += phy-exynos-ufs.o 6 phy-exynos-ufs-y += phy-samsung-ufs.o 7 phy-exynos-ufs-y += phy-exynos7-ufs.o 8 phy-exynos-ufs-y += phy-exynosautov9-ufs.o 9 phy-exynos-ufs-y += phy-fsd-ufs.o 10 obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o 11 phy-exynos-usb2-y += phy-samsung-usb2.o [all …]
|
D | Kconfig | 6 tristate "Exynos SoC series Display Port PHY driver" 12 Support for Display Port PHY found on Samsung Exynos SoCs. 15 tristate "S5P/Exynos SoC series MIPI CSI-2/DSI PHY driver" 22 and Exynos SoCs. 25 bool "Exynos PCIe PHY driver" 29 Enable PCIe PHY support for Exynos SoC series. 30 This driver provides PHY interface for Exynos PCIe controller. 33 tristate "Exynos SoC series UFS PHY driver" 37 Enable this to support the Samsung Exynos SoC UFS PHY driver for 38 Samsung Exynos SoCs. This driver provides the interface for UFS host [all …]
|
/Linux-v6.1/drivers/gpu/drm/exynos/ |
D | Kconfig | 3 tristate "DRM Support for Samsung SoC Exynos Series" 12 Choose this option if you have a Samsung SoC Exynos chipset. 24 Choose this option if you want to use Exynos FIMD for DRM. 35 Choose this option if you want to use Exynos DECON for DRM. 40 Choose this option if you want to use Exynos Mixer for DRM. 45 Choose this option if you want to use Exynos VIDI for DRM. 55 This enables support for Exynos parallel output. 64 This enables support for Exynos MIPI-DSI device. 67 bool "Exynos specific extensions for Analogix DP driver" 81 Choose this option if you want to use Exynos HDMI for DRM. [all …]
|
D | exynos_drm_drv.h | 49 * Exynos drm plane state structure. 78 * Exynos drm common overlay structure. 83 * this structure is common to exynos SoC and its contents would be copied 101 * Exynos DRM plane configuration structure. 119 * Exynos drm crtc ops 161 * Exynos specific crtc structure. 165 * @ops: pointer to callbacks for exynos drm specific functionality 193 * Exynos drm private structure.
|
/Linux-v6.1/Documentation/devicetree/bindings/devfreq/event/ |
D | samsung,exynos-ppmu.yaml | 4 $id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-ppmu.yaml# 7 title: Samsung Exynos SoC PPMU (Platform Performance Monitoring Unit) 14 The Samsung Exynos SoC has PPMU (Platform Performance Monitoring Unit) for 19 Exynos PPMU driver uses the devfreq-event class to provide event data to 26 - samsung,exynos-ppmu 27 - samsung,exynos-ppmu-v2 79 compatible = "samsung,exynos-ppmu"; 102 compatible = "samsung,exynos-ppmu"; 117 compatible = "samsung,exynos-ppmu-v2"; 122 compatible = "samsung,exynos-ppmu-v2"; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/interconnect/ |
D | samsung,exynos-bus.yaml | 4 $id: http://devicetree.org/schemas/interconnect/samsung,exynos-bus.yaml# 7 title: Samsung Exynos SoC Bus and Interconnect 14 The Samsung Exynos SoC has many buses for data transfer between DRAM and 15 sub-blocks in SoC. Most Exynos SoCs share the common architecture for buses. 16 Generally, each bus of Exynos SoC includes a source clock and a power line, 22 The Exynos SoC includes the various sub-blocks which have the each AXI bus. 41 There are a little different composition among Exynos SoC because each Exynos 44 able to support the bus frequency for all Exynos SoCs. 47 to Exynos SoC:: 163 - samsung,exynos-bus [all …]
|
/Linux-v6.1/drivers/soc/samsung/ |
D | Kconfig | 12 bool "Exynos ASV ARMv7-specific driver extensions" if COMPILE_TEST 16 tristate "Exynos ChipID controller and ASV driver" 23 Support for Samsung Exynos SoC ChipID and Adaptive Supply Voltage. 27 tristate "Exynos USI (Universal Serial Interface) driver" 33 IP-core found in modern Samsung Exynos SoCs, like Exynos850 and 41 bool "Exynos PMU controller driver" if COMPILE_TEST 48 bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST 52 bool "Exynos PM domains" if COMPILE_TEST 103 bool "Exynos SoC Regulator Coupler" if COMPILE_TEST
|
D | Makefile | 5 exynos_chipid-y += exynos-chipid.o exynos-asv.o 7 obj-$(CONFIG_EXYNOS_USI) += exynos-usi.o 9 obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o 14 obj-$(CONFIG_EXYNOS_REGULATOR_COUPLER) += exynos-regulator-coupler.o
|
D | exynos-pmu.c | 6 // Exynos - CPU PMU(Power Management Unit) support 16 #include <linux/soc/samsung/exynos-regs-pmu.h> 17 #include <linux/soc/samsung/exynos-pmu.h> 19 #include "exynos-pmu.h" 104 { .name = "exynos-clkout", }, 147 dev_dbg(dev, "Exynos PMU Driver probe done\n"); in exynos_pmu_probe() 153 .name = "exynos-pmu",
|
D | exynos-chipid.c | 7 * Exynos - CHIP ID support 12 * Samsung Exynos SoC Adaptive Supply Voltage and Chip ID support 24 #include <linux/soc/samsung/exynos-chipid.h> 27 #include "exynos-asv.h" 126 soc_dev_attr->family = "Samsung Exynos"; in exynos_chipid_probe() 151 dev_info(&pdev->dev, "Exynos: CPU[%s] PRO_ID[0x%x] REV[0x%x] Detected\n", in exynos_chipid_probe() 197 .name = "exynos-chipid", 205 MODULE_DESCRIPTION("Samsung Exynos ChipID controller and ASV driver");
|
/Linux-v6.1/drivers/memory/samsung/ |
D | Kconfig | 3 bool "Samsung Exynos Memory Controller support" if COMPILE_TEST 6 Samsung Exynos SoCs. 22 If unsure, say Y on devices with Samsung Exynos SoCs. 25 bool "Exynos SROM controller driver" if COMPILE_TEST 28 This adds driver for Samsung Exynos SoC SROM controller. The driver 33 If unsure, say Y on devices with Samsung Exynos SoCs.
|
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/ |
D | Makefile | 3 exynos-fimc-lite-objs += fimc-lite-reg.o fimc-lite.o 7 exynos-fimc-is-objs := fimc-is.o fimc-isp.o fimc-is-sensor.o fimc-is-regs.o 8 exynos-fimc-is-objs += fimc-is-param.o fimc-is-errno.o fimc-is-i2c.o 11 exynos-fimc-is-objs += fimc-isp-video.o 15 obj-$(CONFIG_VIDEO_EXYNOS_FIMC_LITE) += exynos-fimc-lite.o 16 obj-$(CONFIG_VIDEO_EXYNOS4_FIMC_IS) += exynos-fimc-is.o
|
/Linux-v6.1/arch/arm64/boot/dts/exynos/ |
D | exynos5433-bus.dtsi | 11 compatible = "samsung,exynos-bus"; 19 compatible = "samsung,exynos-bus"; 27 compatible = "samsung,exynos-bus"; 35 compatible = "samsung,exynos-bus"; 43 compatible = "samsung,exynos-bus"; 51 compatible = "samsung,exynos-bus"; 59 compatible = "samsung,exynos-bus"; 67 compatible = "samsung,exynos-bus"; 75 compatible = "samsung,exynos-bus"; 83 compatible = "samsung,exynos-bus";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos5420.dtsi | 15 #include <dt-bindings/clock/exynos-audss-clk.h> 300 compatible = "samsung,exynos-ppmu"; 312 compatible = "samsung,exynos-ppmu"; 324 compatible = "samsung,exynos-ppmu"; 336 compatible = "samsung,exynos-ppmu"; 881 compatible = "samsung,exynos-sysmmu"; 891 compatible = "samsung,exynos-sysmmu"; 901 compatible = "samsung,exynos-sysmmu"; 912 compatible = "samsung,exynos-sysmmu"; 923 compatible = "samsung,exynos-sysmmu"; [all …]
|
D | exynos4.dtsi | 20 #include <dt-bindings/clock/exynos-audss-clk.h> 355 exynos_usbphy: exynos-usbphy@125b0000 { 780 compatible = "samsung,exynos-ppmu"; 788 compatible = "samsung,exynos-ppmu"; 796 compatible = "samsung,exynos-ppmu"; 804 compatible = "samsung,exynos-ppmu"; 812 compatible = "samsung,exynos-ppmu"; 820 compatible = "samsung,exynos-ppmu"; 828 compatible = "samsung,exynos-ppmu"; 836 compatible = "samsung,exynos-ppmu"; [all …]
|
D | exynos3250.dtsi | 319 compatible = "samsung,exynos-sysmmu"; 359 compatible = "samsung,exynos-sysmmu"; 415 exynos_usbphy: exynos-usbphy@125b0000 { 498 compatible = "samsung,exynos-sysmmu"; 702 compatible = "samsung,exynos-ppmu"; 708 compatible = "samsung,exynos-ppmu"; 714 compatible = "samsung,exynos-ppmu"; 720 compatible = "samsung,exynos-ppmu"; 728 compatible = "samsung,exynos-ppmu"; 736 compatible = "samsung,exynos-ppmu"; [all …]
|
D | exynos4210.dtsi | 183 compatible = "samsung,exynos-ppmu"; 189 compatible = "samsung,exynos-ppmu"; 197 compatible = "samsung,exynos-sysmmu"; 208 compatible = "samsung,exynos-sysmmu"; 219 compatible = "samsung,exynos-bus"; 227 compatible = "samsung,exynos-bus"; 235 compatible = "samsung,exynos-bus"; 243 compatible = "samsung,exynos-bus"; 251 compatible = "samsung,exynos-bus"; 259 compatible = "samsung,exynos-bus"; [all …]
|
D | exynos5250.dtsi | 20 #include <dt-bindings/clock/exynos-audss-clk.h> 489 compatible = "samsung,exynos-sataphy-i2c"; 840 compatible = "samsung,exynos-adc-v1"; 851 compatible = "samsung,exynos-sysmmu"; 861 compatible = "samsung,exynos-sysmmu"; 872 compatible = "samsung,exynos-sysmmu"; 883 compatible = "samsung,exynos-sysmmu"; 893 compatible = "samsung,exynos-sysmmu"; 904 compatible = "samsung,exynos-sysmmu"; 914 compatible = "samsung,exynos-sysmmu"; [all …]
|
/Linux-v6.1/drivers/clk/samsung/ |
D | Kconfig | 2 # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: 4 bool "Samsung Exynos clock controller support" if COMPILE_TEST 75 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST 79 tristate "Samsung Exynos AUDSS clock controller support" 84 on some Samsung Exynos SoC variants. Choose M or Y here if you want 88 tristate "Samsung Exynos clock output driver" 93 Exynos SoC variants. Usually the XCLKOUT is used to monitor the
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | samsung,exynos-adc.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/samsung,exynos-adc.yaml# 7 title: Samsung Exynos Analog to Digital Converter (ADC) 15 - samsung,exynos-adc-v1 # Exynos5250 16 - samsung,exynos-adc-v2 83 - samsung,exynos-adc-v1 84 - samsung,exynos-adc-v2 127 compatible = "samsung,exynos-adc-v1";
|
/Linux-v6.1/arch/arm/mach-exynos/ |
D | Makefile | 6 obj-$(CONFIG_ARCH_EXYNOS) += exynos.o exynos-smc.o firmware.o 13 obj-$(CONFIG_EXYNOS_MCPM) += mcpm-exynos.o 14 CFLAGS_mcpm-exynos.o += -march=armv7-a
|
/Linux-v6.1/Documentation/driver-api/phy/ |
D | samsung-usb2.rst | 56 For example the configuration for Exynos 4210 is following:: 108 phy-samsung-usb2.c file. In case of Exynos 4210 the following lines were 120 entry for Exynos 4210 is following:: 123 bool "Support for Exynos 4210" 127 Enable USB PHY support for Exynos 4210. This option requires that 129 particular SoC is compiled in the driver. In case of Exynos 4210 four 133 Makefile. In case of Exynos 4210 the added line is following::
|
/Linux-v6.1/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.yaml | 7 title: Samsung Exynos IOMMU H/W, System MMU (System Memory Management Unit) 13 Samsung's Exynos architecture contains System MMUs that enables scattered 29 MFC in all Exynos SoCs and FIMD, M2M Scalers and G2D in Exynos5420 has 2 System 42 const: samsung,exynos-sysmmu 90 compatible = "samsung,exynos-sysmmu";
|
/Linux-v6.1/drivers/devfreq/event/ |
D | Kconfig | 18 tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver" 23 This add the devfreq-event driver for Exynos SoC. It provides NoC 27 tristate "Exynos PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver" 31 This add the devfreq-event driver for Exynos SoC. It provides PPMU
|