]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 23 Apr 2021 18:24:29 +0000 (21:24 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 10 May 2021 12:17:10 +0000 (13:17 +0100)
commit28308d56512826c3b12445f3fb02fdbc7dd3719e
tree9d7f3f60b9705f47ded98b1aa4cbb0864d2fd45a
parent68e09ebfb5fae794be9edd3c98057ac42b3ef3c4
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device

We have a duplication of MMIO and physical base addresses in
the struct driver_data, get rid of it and reuse members from
struct ssp_device instead.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210423182441.50272-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx-dma.c
drivers/spi/spi-pxa2xx.c
drivers/spi/spi-pxa2xx.h