All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] spi: amd: Add support for new controller version
@ 2022-02-11 14:31 André Almeida
  2022-02-11 14:31 ` [PATCH v2 1/3] spi: amd: Use iopoll for busy waiting André Almeida
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: André Almeida @ 2022-02-11 14:31 UTC (permalink / raw)
  To: Sanjay R Mehta, Mark Brown, linux-spi, linux-kernel, kernel,
	Lucas Tanure, Nehal Bakulchandra Shah, Charles Keepax
  Cc: André Almeida

This series do some cleanup and add support for new controller version,
AMDI0062.

Change from v1:
- Replace `if (version == 2)` with a more extensible switch case.

André Almeida (3):
  spi: amd: Use iopoll for busy waiting
  spi: amd: Remove needless rom_addr variable
  spi: amd: Add support for version AMDI0062

 drivers/spi/spi-amd.c | 89 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 72 insertions(+), 17 deletions(-)

-- 
2.35.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-11 22:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 14:31 [PATCH v2 0/3] spi: amd: Add support for new controller version André Almeida
2022-02-11 14:31 ` [PATCH v2 1/3] spi: amd: Use iopoll for busy waiting André Almeida
2022-02-11 14:31 ` [PATCH v2 2/3] spi: amd: Remove needless rom_addr variable André Almeida
2022-02-11 14:31 ` [PATCH v2 3/3] spi: amd: Add support for version AMDI0062 André Almeida
2022-02-11 19:31   ` kernel test robot
2022-02-11 19:31     ` kernel test robot
2022-02-11 20:33   ` kernel test robot
2022-02-11 20:33     ` kernel test robot
2022-02-11 22:04   ` kernel test robot
2022-02-11 22:04     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.