mbox series

[v2,0/2] iio: adc: ad9467: use DMA safe buffer for spi

Message ID 20240522-dev-ad9467-dma-v2-0-a37bec463632@analog.com (mailing list archive)
Headers show
Series iio: adc: ad9467: use DMA safe buffer for spi | expand

Message

Nuno Sa via B4 Relay May 22, 2024, 12:54 p.m. UTC
Added a new patch to "fix" the annoying tabs alignment on struct
members. 

---
Changes in v2:
- Patch 1
  * Don't use safe buffers for reads (uses spi_write_then_read()).
- Patch 1
  * New patch.
- Link to v1: https://lore.kernel.org/r/20240506-dev-ad9467-dma-v1-1-e5c31b464e8f@analog.com

---
Nuno Sa (2):
      iio: adc: ad9467: use DMA safe buffer for spi
      iio: adc: ad9467: change struct members padding

 drivers/iio/adc/ad9467.c | 103 +++++++++++++++++++++++------------------------
 1 file changed, 50 insertions(+), 53 deletions(-)
---
base-commit: 5e3c5871138da700796587aa5f096d39135f9d36
change-id: 20240506-dev-ad9467-dma-3114fdd27c1f
--

Thanks!
- Nuno Sá

Comments

Jonathan Cameron May 25, 2024, 4:57 p.m. UTC | #1
On Wed, 22 May 2024 14:54:04 +0200
Nuno Sa via B4 Relay <devnull+nuno.sa.analog.com@kernel.org> wrote:

> Added a new patch to "fix" the annoying tabs alignment on struct
> members. 
Given I don't think we have any reports of anyone having hit the
DMA safety issue and that I don't want to hang on to the second
patch for ages, I've applied them both to the togreg branch of iio.git
rather than sending the DMA fix via the togreg-testing branch.

Applied,

Thanks,

Jonathan

> 
> ---
> Changes in v2:
> - Patch 1
>   * Don't use safe buffers for reads (uses spi_write_then_read()).
> - Patch 1
>   * New patch.
> - Link to v1: https://lore.kernel.org/r/20240506-dev-ad9467-dma-v1-1-e5c31b464e8f@analog.com
> 
> ---
> Nuno Sa (2):
>       iio: adc: ad9467: use DMA safe buffer for spi
>       iio: adc: ad9467: change struct members padding
> 
>  drivers/iio/adc/ad9467.c | 103 +++++++++++++++++++++++------------------------
>  1 file changed, 50 insertions(+), 53 deletions(-)
> ---
> base-commit: 5e3c5871138da700796587aa5f096d39135f9d36
> change-id: 20240506-dev-ad9467-dma-3114fdd27c1f
> --
> 
> Thanks!
> - Nuno Sá
> 
>