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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <YWVFOH506nyLxiWX@google.com> Date: Tue, 12 Oct 2021 09:20:08 +0100 From: Lee Jones <lee.jones@...aro.org> To: Charles Keepax <ckeepax@...nsource.cirrus.com> Cc: broonie@...nel.org, linux-kernel@...r.kernel.org, patches@...nsource.cirrus.com Subject: Re: [PATCH v2] mfd: arizona: Split of_match table into I2C and SPI versions On Tue, 28 Sep 2021, Charles Keepax wrote: > The Arizona driver has both some devices which only have an I2C > interface and some which only have a SPI interface. Currently both of > these share an of_match table, but this means inapproriate compatibles > are available for each interface. Tidy this up by creating a table for > each interface listing only the appropriate compatibles. > > Reported-by: Mark Brown <broonie@...nel.org> > Signed-off-by: Charles Keepax <ckeepax@...nsource.cirrus.com> > --- > > Changes since v1: > - Drop inappropriate fixes tag > > Thanks, > Charles > > drivers/mfd/arizona-core.c | 13 ------------- > drivers/mfd/arizona-i2c.c | 14 +++++++++++++- > drivers/mfd/arizona-spi.c | 13 ++++++++++++- > drivers/mfd/arizona.h | 2 -- > 4 files changed, 25 insertions(+), 17 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists