/openbmc/linux/drivers/usb/dwc3/ |
H A 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 …]
|
/openbmc/linux/drivers/phy/samsung/ |
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | Kconfig | 3 tristate "DRM Support for Samsung SoC Exynos Series" 13 Choose this option if you have a Samsung SoC Exynos chipset. 25 Choose this option if you want to use Exynos FIMD for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 56 This enables support for Exynos parallel output. 66 This enables support for Exynos MIPI-DSI device. 69 bool "Exynos specific extensions for Analogix DP driver" 83 Choose this option if you want to use Exynos HDMI for DRM. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/devfreq/event/ |
H A 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 …]
|
/openbmc/linux/drivers/soc/samsung/ |
H A 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 79 bool "Exynos SoC Regulator Coupler" if COMPILE_TEST
|
H A 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 13 obj-$(CONFIG_EXYNOS_REGULATOR_COUPLER) += exynos-regulator-coupler.o
|
H A 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" 113 { .name = "exynos-clkout", }, 156 dev_dbg(dev, "Exynos PMU Driver probe done\n"); in exynos_pmu_probe() 162 .name = "exynos-pmu",
|
H A D | exynos-chipid.c | 7 * Exynos - CHIP ID support 12 * Samsung Exynos SoC Adaptive Supply Voltage and Chip ID support 23 #include <linux/soc/samsung/exynos-chipid.h> 26 #include "exynos-asv.h" 125 soc_dev_attr->family = "Samsung Exynos"; in exynos_chipid_probe() 150 dev_info(&pdev->dev, "Exynos: CPU[%s] PRO_ID[0x%x] REV[0x%x] Detected\n", in exynos_chipid_probe() 196 .name = "exynos-chipid", 204 MODULE_DESCRIPTION("Samsung Exynos ChipID controller and ASV driver");
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5.dtsi | 43 compatible = "samsung,exynos-sromc"; 84 compatible = "samsung,exynos-spi"; 92 compatible = "samsung,exynos-spi"; 100 compatible = "samsung,exynos-spi"; 109 compatible = "samsung,exynos-spi"; 117 compatible = "samsung,exynos-spi"; 123 compatible = "samsung,exynos-ehci"; 129 compatible = "samsung,exynos-usb-phy"; 135 compatible = "samsung,exynos-tmu"; 141 compatible = "samsung,exynos-fimd"; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A 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 …]
|
/openbmc/linux/drivers/memory/samsung/ |
H A 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.
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A 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
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A 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";
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | Kconfig | 2 # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: 4 bool "Samsung Exynos clock controller support" if COMPILE_TEST 76 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST 80 tristate "Samsung Exynos AUDSS clock controller support" 85 on some Samsung Exynos SoC variants. Choose M or Y here if you want 89 tristate "Samsung Exynos clock output driver" 94 Exynos SoC variants. Usually the XCLKOUT is used to monitor the
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A 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";
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5420.dtsi | 15 #include <dt-bindings/clock/exynos-audss-clk.h> 38 compatible = "samsung,exynos-bus"; 45 compatible = "samsung,exynos-bus"; 52 compatible = "samsung,exynos-bus"; 59 compatible = "samsung,exynos-bus"; 66 compatible = "samsung,exynos-bus"; 73 compatible = "samsung,exynos-bus"; 80 compatible = "samsung,exynos-bus"; 86 compatible = "samsung,exynos-bus"; 93 compatible = "samsung,exynos-bus"; [all …]
|
H A D | exynos4.dtsi | 20 #include <dt-bindings/clock/exynos-audss-clk.h> 779 compatible = "samsung,exynos-ppmu"; 787 compatible = "samsung,exynos-ppmu"; 795 compatible = "samsung,exynos-ppmu"; 803 compatible = "samsung,exynos-ppmu"; 811 compatible = "samsung,exynos-ppmu"; 819 compatible = "samsung,exynos-ppmu"; 827 compatible = "samsung,exynos-ppmu"; 835 compatible = "samsung,exynos-ppmu"; 841 compatible = "samsung,exynos-ppmu"; [all …]
|
/openbmc/linux/arch/arm/mach-exynos/ |
H A 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
|
/openbmc/u-boot/doc/device-tree-bindings/exynos/ |
H A D | soc.txt | 1 Exynos SoC model 4 node. Since the cpu id of some Exynos variants does not correspond to product 7 For almost all Exynos based boards in the kernel, the product name corresponds 12 - cpu-model : Exynos product name
|
H A D | dwmmc.txt | 1 * Exynos DWC_mobile_storage 3 The Exynos provides DWC_mobile_storage interface which supports 9 The Exynos DWC_mobile_storage provides four channels. 15 - samsung,exynos-dwmmc: for exynos platforms
|
H A D | isp-spi.txt | 1 Exynos ISP SPI Subsystem 4 Since Peripheral id in EXYNOS is decoded based on Interrupts, currently 10 - compatible : Should be "samsung,exynos-spi" for spi. 19 compatible = "samsung,exynos-spi";
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A 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::
|
/openbmc/linux/drivers/devfreq/event/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A 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";
|