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) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Makefile for the phy drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) obj-$(CONFIG_GENERIC_PHY)		+= phy-core.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY)	+= phy-core-mipi-dphy.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) obj-$(CONFIG_PHY_LPC18XX_USB_OTG)	+= phy-lpc18xx-usb-otg.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) obj-$(CONFIG_PHY_XGENE)			+= phy-xgene.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) obj-$(CONFIG_PHY_PISTACHIO_USB)		+= phy-pistachio-usb.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) obj-$(CONFIG_USB_LGM_PHY)		+= phy-lgm-usb.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) obj-y					+= allwinner/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 					   amlogic/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 					   broadcom/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 					   cadence/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 					   freescale/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 					   hisilicon/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 					   intel/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 					   lantiq/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 					   marvell/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 					   mediatek/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 					   motorola/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 					   mscc/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 					   qualcomm/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 					   ralink/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 					   renesas/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 					   rockchip/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 					   samsung/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 					   socionext/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 					   st/		\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 					   tegra/	\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 					   ti/		\
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 					   xilinx/