lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 20:46:41 +0100 From: Mark Brown <broonie@...nel.org> To: Lee Jones <lee.jones@...aro.org> Cc: linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org> Subject: [PATCH v1 0/4] mfd: Ensure DT compatibles have SPI device IDs Currently autoloading for SPI devices does not use the DT ID table, it uses SPI modalises. Supporting OF modalises is going to be difficult if not impractical, an attempt was made but has been reverted, so this series adds SPI IDs where they aren't provided for a given modalias. Mark Brown (4): mfd: altr_a10sr: Add SPI device ID table mfd: arizona: Add missing entries SPI to device ID table mfd: cpcap: Add SPI device ID table mfd: sprd: Add SPI device ID table drivers/mfd/altera-a10sr.c | 8 ++++++++ drivers/mfd/arizona-spi.c | 3 +++ drivers/mfd/motorola-cpcap.c | 8 ++++++++ drivers/mfd/sprd-sc27xx-spi.c | 7 +++++++ 4 files changed, 26 insertions(+) base-commit: e73f0f0ee7541171d89f2e2491130c7771ba58d3 -- 2.20.1
Powered by blists - more mailing lists