aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.15/436-drivers-mtd-spi-nor-Add-calibration-support-for-spi-.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: backport MEMREAD ioctlMichał Kępień2023-04-181-1/+1
| | | | | | | | | MEMREAD is a new ioctl for MTD character devices that was first included in Linux 6.1. It allows userspace applications to use the Linux kernel's OOB autoplacement mechanism while reading data from NAND devices. The Yafut tool needs this ioctl to do its job. Signed-off-by: Michał Kępień <openwrt@kempniu.pl>
* mediatek: add support for SPI calibrationDaniel Golle2023-03-271-0/+57
Newer MediaTek's SoCs need SPI calibration routines for SPI to work reliably. Import patches for that from MediaTek's SDK. Signed-off-by: Daniel Golle <daniel@makrotopia.org>