Skip to content

Commit

Permalink
bcm27xx: remove linux 5.10 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed May 17, 2022
1 parent 99ad84b commit d5c4f24
Show file tree
Hide file tree
Showing 718 changed files with 2 additions and 220,355 deletions.
16 changes: 0 additions & 16 deletions target/linux/bcm27xx/modules/hwmon.mk
Expand Up @@ -15,19 +15,3 @@ define KernelPackage/hwmon-raspberrypi/description
endef

$(eval $(call KernelPackage,hwmon-raspberrypi))


define KernelPackage/hwmon-rpi-poe-fan
SUBMENU:=$(HWMON_MENU)
TITLE:=Raspberry Pi PoE HAT fan
DEPENDS:=@TARGET_bcm27xx @LINUX_5_10 +kmod-hwmon-core
KCONFIG:=CONFIG_SENSORS_RPI_POE_FAN
FILES:=$(LINUX_DIR)/drivers/hwmon/rpi-poe-fan.ko
AUTOLOAD:=$(call AutoProbe,rpi-poe-fan)
endef

define KernelPackage/hwmon-rpi-poe-fan/description
Raspberry Pi PoE HAT fan driver
endef

$(eval $(call KernelPackage,hwmon-rpi-poe-fan))
2 changes: 1 addition & 1 deletion target/linux/bcm27xx/modules/sound.mk
Expand Up @@ -932,7 +932,7 @@ define KernelPackage/sound-soc-rpi-cirrus
CONFIG_SND_SOC_WM8804 \
CONFIG_SND_SOC_WM_ADSP
FILES:= \
$(LINUX_DIR)/drivers/mfd/arizona.ko@ge5.15 \
$(LINUX_DIR)/drivers/mfd/arizona.ko \
$(LINUX_DIR)/sound/soc/bcm/snd-soc-rpi-cirrus.ko \
$(LINUX_DIR)/sound/soc/codecs/snd-soc-arizona.ko \
$(LINUX_DIR)/sound/soc/codecs/snd-soc-wm-adsp.ko \
Expand Down
2 changes: 1 addition & 1 deletion target/linux/bcm27xx/modules/video.mk
Expand Up @@ -40,7 +40,7 @@ define KernelPackage/drm-vc4
$(LINUX_DIR)/drivers/gpu/drm/vc4/vc4.ko \
$(LINUX_DIR)/drivers/gpu/drm/drm_kms_helper.ko \
$(LINUX_DIR)/drivers/media/cec/cec.ko@lt5.10 \
$(LINUX_DIR)/drivers/media/cec/core/cec.ko@ge5.10
$(LINUX_DIR)/drivers/media/cec/core/cec.ko
AUTOLOAD:=$(call AutoProbe,vc4)
endef

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d5c4f24

Please sign in to comment.