[PATCH V2 net 0/2] qca_spi: Fix SPI specific issues

Stefan Wahren posted 2 patches 1 year ago
drivers/net/ethernet/qualcomm/qca_spi.c | 26 +++++++++++--------------
drivers/net/ethernet/qualcomm/qca_spi.h |  1 -
2 files changed, 11 insertions(+), 16 deletions(-)
[PATCH V2 net 0/2] qca_spi: Fix SPI specific issues
Posted by Stefan Wahren 1 year ago
This small series address two annoying SPI specific issues of
the qca_spi driver.

Changes in V2:
- drop member clkspeed from struct qcaspi as suggested by Jakub Kicinski
- add new patch "Make driver probing reliable"

Stefan Wahren (2):
  qca_spi: Fix clock speed for multiple QCA7000
  qca_spi: Make driver probing reliable

 drivers/net/ethernet/qualcomm/qca_spi.c | 26 +++++++++++--------------
 drivers/net/ethernet/qualcomm/qca_spi.h |  1 -
 2 files changed, 11 insertions(+), 16 deletions(-)

--
2.34.1
Re: [PATCH V2 net 0/2] qca_spi: Fix SPI specific issues
Posted by Paolo Abeni 1 year ago
On 12/6/24 19:46, Stefan Wahren wrote:
> This small series address two annoying SPI specific issues of
> the qca_spi driver.
> 
> Changes in V2:
> - drop member clkspeed from struct qcaspi as suggested by Jakub Kicinski
> - add new patch "Make driver probing reliable"
> 
> Stefan Wahren (2):
>   qca_spi: Fix clock speed for multiple QCA7000
>   qca_spi: Make driver probing reliable
> 
>  drivers/net/ethernet/qualcomm/qca_spi.c | 26 +++++++++++--------------
>  drivers/net/ethernet/qualcomm/qca_spi.h |  1 -
>  2 files changed, 11 insertions(+), 16 deletions(-)

Even if the bot did not notice, this has been applied by Jakub.

Thanks,

Paolo