Re: [PATCH 2/2] spidev: Add cisco device compatible

2021-01-25 Thread Mark Brown
On Thu, 21 Jan 2021 15:12:36 -0800, Daniel Walker wrote: > Add compatible string for Cisco device present on the Cisco Petra > platform. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [2/2] spidev: Add cisco device compatible commit:

Re: [PATCH 2/2] spidev: Add cisco device compatible

2021-01-22 Thread Daniel Walker (danielwa)
On Fri, Jan 22, 2021 at 01:26:16PM +, Mark Brown wrote: > On Thu, Jan 21, 2021 at 03:12:36PM -0800, Daniel Walker wrote: > > Add compatible string for Cisco device present on the Cisco Petra > > platform. > > I'm missing patch 1 of this series, what's the story with dependencies? The other

Re: [PATCH 2/2] spidev: Add cisco device compatible

2021-01-22 Thread Mark Brown
On Thu, Jan 21, 2021 at 03:12:36PM -0800, Daniel Walker wrote: > Add compatible string for Cisco device present on the Cisco Petra > platform. I'm missing patch 1 of this series, what's the story with dependencies? signature.asc Description: PGP signature

[PATCH 2/2] spidev: Add cisco device compatible

2021-01-21 Thread Daniel Walker
Add compatible string for Cisco device present on the Cisco Petra platform. Signed-off-by: Daniel Walker Cc: xe-linux-exter...@cisco.com --- drivers/spi/spidev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 859910ec8d9f..8cb4d923aeaa