]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: add ch341a usb2spi driver
authorJohannes Thumshirn <jth@kernel.org>
Mon, 8 Jul 2024 15:49:28 +0000 (17:49 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 8 Jul 2024 16:01:10 +0000 (17:01 +0100)
commit8846739f52afa07e63395c80227dc544f54bd7b1
tree73911d57ef8e3c866f9ea6d513cc513a76f59a54
parent0f17a12787573dda66d2528fff27cd7362b34bfd
spi: add ch341a usb2spi driver

Add a driver for the QiHeng Electronics ch341a USB-to-SPI adapter.

This driver is loosely based on the ch341a module from the flashrom project.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
Link: https://patch.msgid.link/20240708-spi-ch341a-v3-1-cf7f9b2c1e31@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-ch341.c [new file with mode: 0644]