mirror of https://github.com/torvalds/linux.git
Replace using stack-allocated buffers with a DMA-safe buffer for use
with spi_read(). This allows the driver to be safely used with
DMA-enabled SPI controllers.
The buffer array is also converted to a struct with a union to make the
usage of the memory in the buffer more clear and ensure proper alignment.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| hid-sensor-temperature.c | ||
| iqs620at-temp.c | ||
| ltc2983.c | ||
| max30208.c | ||
| max31856.c | ||
| max31865.c | ||
| maxim_thermocouple.c | ||
| mcp9600.c | ||
| mlx90614.c | ||
| mlx90632.c | ||
| mlx90635.c | ||
| tmp006.c | ||
| tmp007.c | ||
| tmp117.c | ||
| tsys01.c | ||
| tsys02d.c | ||