/kernel/linux/linux-5.10/drivers/irqchip/ |
D | qcom-irq-combiner.c | 31 struct combiner { struct 49 struct combiner *combiner = irq_desc_get_handler_data(desc); in combiner_handle_irq() local 55 for (reg = 0; reg < combiner->nregs; reg++) { in combiner_handle_irq() 61 bit = readl_relaxed(combiner->regs[reg].addr); in combiner_handle_irq() 62 status = bit & combiner->regs[reg].enabled; in combiner_handle_irq() 66 combiner->regs[reg].enabled, in combiner_handle_irq() 67 combiner->regs[reg].addr); in combiner_handle_irq() 73 virq = irq_find_mapping(combiner->domain, hwirq); in combiner_handle_irq() 85 struct combiner *combiner = irq_data_get_irq_chip_data(data); in combiner_irq_chip_mask_irq() local 86 struct combiner_reg *reg = combiner->regs + data->hwirq / REG_SIZE; in combiner_irq_chip_mask_irq() [all …]
|
D | Makefile | 13 obj-$(CONFIG_EXYNOS_IRQ_COMBINER) += exynos-combiner.o 92 obj-$(CONFIG_QCOM_IRQ_COMBINER) += qcom-irq-combiner.o
|
D | Kconfig | 404 bool "QCOM IRQ combiner support" 408 Say yes here to add support for the IRQ combiner devices embedded 542 bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST 545 Say yes here to add support for the IRQ combiner devices embedded
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,exynos4210-combiner.txt | 3 Samsung's Exynos4 architecture includes a interrupt combiner controller which 8 The interrupt combiner controller consists of multiple combiners. Up to eight 9 interrupt sources can be connected to a combiner. The combiner outputs one 13 A single node in the device tree is used to describe the interrupt combiner 14 controller module (which includes multiple combiners). A combiner in the 17 can accommodate up to 4 interrupt combiners (with each combiner supporting 21 - compatible: should be "samsung,exynos4210-combiner". 26 - reg: Base address and size of interrupt combiner registers. 32 - samsung,combiner-nr: The number of interrupt combiners supported. If this 41 combiner:interrupt-controller@10440000 { [all …]
|
D | ti,c64x+megamod-pic.txt | 40 it is no longer handled through a megamodule interrupt combiner and is 49 - interrupts: This should have four cells; one for each interrupt combiner. 51 corresponding combiner output is wired. 84 combiner. Combiner-0 is mapped to core interrupt 12, combiner-1 is mapped
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | exynos5250.dtsi | 162 interrupt-parent = <&combiner>; 241 interrupts-extended = <&combiner 23 3>, 242 <&combiner 23 4>, 243 <&combiner 25 2>, 244 <&combiner 25 3>, 855 interrupt-parent = <&combiner>; 865 interrupt-parent = <&combiner>; 876 interrupt-parent = <&combiner>; 887 interrupt-parent = <&combiner>; 897 interrupt-parent = <&combiner>; [all …]
|
D | exynos4412.dtsi | 181 interrupt-parent = <&combiner>; 254 <&combiner 12 5>, 255 <&combiner 12 6>, 256 <&combiner 12 7>, 272 interrupt-parent = <&combiner>; 306 interrupt-parent = <&combiner>; 316 interrupt-parent = <&combiner>; 327 interrupt-parent = <&combiner>; 338 interrupt-parent = <&combiner>; 349 interrupt-parent = <&combiner>; [all …]
|
D | exynos54xx.dtsi | 40 interrupt-parent = <&combiner>; 79 interrupts-extended = <&combiner 23 3>, 80 <&combiner 23 4>, 81 <&combiner 25 2>, 82 <&combiner 25 3>,
|
D | exynos5.dtsi | 48 combiner: interrupt-controller@10440000 { label 49 compatible = "samsung,exynos4210-combiner"; 52 samsung,combiner-nr = <32>; 191 interrupt-parent = <&combiner>; 203 interrupt-parent = <&combiner>;
|
D | exynos4.dtsi | 56 interrupt-parent = <&combiner>; 171 combiner: interrupt-controller@10440000 { label 172 compatible = "samsung,exynos4210-combiner"; 707 interrupt-parent = <&combiner>; 720 interrupt-parent = <&combiner>; 890 interrupt-parent = <&combiner>; 901 interrupt-parent = <&combiner>; 912 interrupt-parent = <&combiner>; 923 interrupt-parent = <&combiner>; 934 interrupt-parent = <&combiner>; [all …]
|
D | exynos4210.dtsi | 118 <&combiner 12 6>, 119 <&combiner 12 7>, 188 interrupt-parent = <&combiner>; 198 interrupt-parent = <&combiner>; 398 &combiner { 399 samsung,combiner-nr = <16>;
|
D | exynos5420.dtsi | 243 interrupt-parent = <&combiner>; 896 interrupt-parent = <&combiner>; 906 interrupt-parent = <&combiner>; 916 interrupt-parent = <&combiner>; 927 interrupt-parent = <&combiner>; 938 interrupt-parent = <&combiner>; 949 interrupt-parent = <&combiner>; 980 interrupt-parent = <&combiner>; 991 interrupt-parent = <&combiner>; 1002 interrupt-parent = <&combiner>; [all …]
|
D | exynos5410-pinctrl.dtsi | 235 interrupt-parent = <&combiner>; 252 interrupt-parent = <&combiner>;
|
D | exynos5420-pinctrl.dtsi | 28 interrupt-parent = <&combiner>; 39 interrupt-parent = <&combiner>;
|
D | exynos5250-pinctrl.dtsi | 167 interrupt-parent = <&combiner>; 178 interrupt-parent = <&combiner>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
D | analogix_dp.txt | 13 interrupt combiner values. 45 interrupt-parent = <&combiner>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 23 interrupt combiner values. 80 interrupt-parent = <&combiner>;
|
D | exynos7-decon.txt | 46 interrupt-parent = <&combiner>;
|
D | samsung-fimd.txt | 91 interrupt-parent = <&combiner>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | exynos5422-dmc.txt | 81 interrupt-parent = <&combiner>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 60 interrupt-parent = <&combiner>;
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 1508 + dc0_pc: pixel-combiner@56020000 { 1509 + compatible = "fsl,imx8qxp-pixel-combiner", 1510 + "fsl,imx8qm-pixel-combiner"; 1774 + fsl,pixel-combiner = <&dc0_pc>;
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 18785 + DRM_DEBUG_KMS("[CRTC:%d:%s] %s: use pixel combiner\n", 19409 + /* compute left/right_crtc_x if pixel combiner is needed */ 19845 + DRM_DEBUG_KMS("other crtc needs pixel combiner\n"); 20796 + /* assume pixel combiner is unused */ 21156 + /* used when pixel combiner is needed */ 30472 + pc = pc_lookup_by_phandle(dpu->dev, "fsl,pixel-combiner"); 35433 + unsigned int syncmode_min_prate; /* need pixel combiner, KHz */ 38238 + { .compatible = "fsl,imx8qm-pixel-combiner", }, 38239 + { .compatible = "fsl,imx8qxp-pixel-combiner", }, 38247 + .name = "imx8-pixel-combiner",
|