openwrt/target/linux
Nick Hainke 90db922f88 mediatek: mt7623: import patch to fix spi
The patch fixes the fifo rx mode for the mt7623. It is already accepted
upstream for Linux Kernel 5.15.

To test the spi we can change the dts file to

&spi0 {
	pinctrl-names = "default";
	pinctrl-0 = <&spi0_pins_a>;
	status = "okay";
	spidev: spidev@0 {
		compatible = "linux,spidev";
		spi-max-frequency = <1000000>;
		reg = <0>;
	};
};

Afterwards we should see a spidev device under /dev/.
To test it we can further use spidev-test.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-07-24 13:10:53 +01:00
..
apm821xx apm821xx: move CONFIG_REGULATOR to target config 2021-06-13 11:32:49 +02:00
arc770 treewide: do not quote compatible in shell scripts 2021-06-06 19:17:47 +02:00
archs38 treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
armvirt treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
at91 kernel: move some drm symbols to generic config 2021-06-13 23:30:10 +02:00
ath25 kernel: bump 5.4 to 5.4.132 2021-07-17 13:21:03 +02:00
ath79 ath79: kernel: Add missing quote to drivers/mfd/Kconfig 2021-07-23 02:38:22 +01:00
bcm27xx kernel: bump 5.4 to 5.4.132 2021-07-17 13:21:03 +02:00
bcm47xx bcm47xx: make WGT634U NVRAM patch apply again 2021-03-12 21:09:11 +01:00
bcm53xx kernel: bump 5.4 to 5.4.118 2021-05-23 15:09:06 +02:00
bcm63xx kernel: bump 5.10 to 5.10.50 2021-07-17 13:27:03 +02:00
bcm4908 bcm4908: fix Ethernet broken state after interface restart 2021-06-22 08:06:13 +02:00
bmips bmips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
gemini base-files: generate network config with "device" options 2021-05-27 10:58:49 +02:00
generic generic: fix mediatek and dsa not detecting mac-addr from nvmem 2021-07-23 16:06:06 +01:00
imx6 imx6: image: drop BOOT_SCRIPT and fix DEVICE_NAME 2021-05-26 14:12:46 +02:00
ipq40xx ipq40xx: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ipq806x ipq806x: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ipq807x treewide: remove redundant ubifs kconfig symbols 2021-04-21 10:31:07 +01:00
kirkwood treewide: do not quote compatible in shell scripts 2021-06-06 19:17:47 +02:00
lantiq kernel: bump 5.10 to 5.10.51 2021-07-20 04:11:05 +01:00
layerscape kernel: bump 5.4 to 5.4.132 2021-07-17 13:21:03 +02:00
malta treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
mediatek mediatek: mt7623: import patch to fix spi 2021-07-24 13:10:53 +01:00
mpc85xx mpc85xx: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
mvebu mvebu: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
mxs treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
octeon octeon: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
octeontx kernel: bump 5.4 to 5.4.128 2021-06-26 12:49:15 +02:00
omap kernel: move some drm symbols to generic config 2021-06-13 23:30:10 +02:00
oxnas treewide: remove redundant ubifs kconfig symbols 2021-04-21 10:31:07 +01:00
pistachio treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
ramips ramips: mt7621: remove bring up DSA master init script 2021-07-23 02:52:02 +01:00
realtek treewide: call check-size before append-metadata 2021-07-10 19:40:10 +02:00
rockchip linux/rockchip: update the USB 3.0 controller node patch 2021-07-20 18:38:23 +01:00
sunxi linux-firmware: update to version 20210315 and trim down broadcom FW 2021-06-06 00:26:13 +02:00
tegra kernel: move some drm symbols to generic config 2021-06-13 23:30:10 +02:00
uml treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
x86 x86: include kmod-fs-vfat by default in generic images 2021-07-20 04:11:05 +01:00
zynq kernel: move some drm symbols to generic config 2021-06-13 23:30:10 +02:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00