Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) rcar-du-drm-y := rcar_du_crtc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 		 rcar_du_drv.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 		 rcar_du_encoder.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		 rcar_du_group.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		 rcar_du_kms.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		 rcar_du_plane.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS)	+= rcar_du_of.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 					   rcar_du_of_lvds_r8a7790.dtb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 					   rcar_du_of_lvds_r8a7791.dtb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 					   rcar_du_of_lvds_r8a7793.dtb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 					   rcar_du_of_lvds_r8a7795.dtb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 					   rcar_du_of_lvds_r8a7796.dtb.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) rcar-du-drm-$(CONFIG_DRM_RCAR_VSP)	+= rcar_du_vsp.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) rcar-du-drm-$(CONFIG_DRM_RCAR_WRITEBACK) += rcar_du_writeback.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) obj-$(CONFIG_DRM_RCAR_CMM)		+= rcar_cmm.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) obj-$(CONFIG_DRM_RCAR_DU)		+= rcar-du-drm.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) obj-$(CONFIG_DRM_RCAR_DW_HDMI)		+= rcar_dw_hdmi.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) obj-$(CONFIG_DRM_RCAR_LVDS)		+= rcar_lvds.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) # 'remote-endpoint' is fixed up at run-time
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) DTC_FLAGS_rcar_du_of_lvds_r8a7790 += -Wno-graph_endpoint
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) DTC_FLAGS_rcar_du_of_lvds_r8a7791 += -Wno-graph_endpoint
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) DTC_FLAGS_rcar_du_of_lvds_r8a7793 += -Wno-graph_endpoint
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) DTC_FLAGS_rcar_du_of_lvds_r8a7795 += -Wno-graph_endpoint
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) DTC_FLAGS_rcar_du_of_lvds_r8a7796 += -Wno-graph_endpoint