Added the following entry to drivers/net/can/Kconfig: config TJA1145 tristate "TJA1145 CAN-Transceiver driver" select REGMAP_SPI depends on SPI_MASTER help Say Y here if you want to use the TJA1145 CAN Transceiver. TODO advanced description. Added the following entry to ar...
CONFIG_NET_DSA=y CONFIG_NET_DSA_TAG_KSZ=y CONFIG_NET_DSA_MICROCHIP_KSZ8795=m CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON=m CONFIG_NET_DSA_MICROCHIP_KSZ8795_SPI=m CONFIG_REGMAP_SPI=y For me, the SPI is working well However, during the boo time, I got the following errors, and ksz8795 ...
libanyio: use base address from module descriptor, not from regmap Mar 11, 2015 epp_boards.c Define 7C81 for EPP mode Feb 4, 2022 epp_boards.h fix c99 inline issues Oct 7, 2015 eth_boards.c More strict card name checking broke because names were missing from … ...
*/ const struct nt35510_config *conf; /** * @panel: the DRM panel object for the instance */ struct drm_panel panel; /** * @regmap: the regmap for the SPI */ struct regmap *regmap; /** * @supplies: regulators supplying the panel */ struct regulator_bulk_data supplies[2]; /*...
*/ const struct nt35510_config *conf; /** * @panel: the DRM panel object for the instance */ struct drm_panel panel; /** * @regmap: the regmap for the SPI */ struct regmap *regmap; /** * @supplies: regulators supplying the panel */ struct regulator_bulk_data supplies[2]; /*...
#include <linux/regmap.h> 1 change: 0 additions & 1 deletion 1 drivers/spi/spi-orion.c Original file line numberDiff line numberDiff line change @@ -16,7 +16,6 @@ #include <linux/pm_runtime.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_device.h...
CONFIG_UNINLINE_SPIN_UNLOCK=y CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_REGMAP_SPI=m # CONFIG_BMP085_SPI is not set CONFIG_SCSI_SPI_ATTRS=y CONFIG_SPI=y # CONFIG_SPI_DEBUG is not set CONFIG_SPI_MASTER=y # SPI Master Controller Drivers # CONFIG_SPI_ALTERA is not set CONFIG_SPI_BITBANG=m...
CONFIG_REGMAP_SPI=m # CONFIG_BMP085_SPI is not set CONFIG_SCSI_SPI_ATTRS=y CONFIG_SPI=y # CONFIG_SPI_DEBUG is not set CONFIG_SPI_MASTER=y # SPI Master Controller Drivers # CONFIG_SPI_ALTERA is not set CONFIG_SPI_BITBANG=m # CONFIG_SPI_BUTTERFLY is not set CONFIG_SPI_GPI...
spi_transfer *t) else buf = (void *)t->tx_buf; t->tx_dma = dma_map_single(&spi->dev, buf, - t->len, DMA_FROM_DEVICE); + t->len, DMA_TO_DEVICE); if (!t->tx_dma) { ret = -EFAULT; goto err_tx_map; -- 1.8.1.2 ...
For detailed register level information on Hostmot2 firmware modules, see the regmap file in the hostmot2 source code directory. Note that all configurations are available with EPP, SPI or LBP16 serial host interfaces. SVST8_4IM2 SVST8_4IM2 is a 8 axis servo/ 4 axis stepmotor ...