]> git.baikalelectronics.ru Git - kernel.git/commit
spi: uniphier: Change argument of irq functions to private structure
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 24 Dec 2019 00:58:24 +0000 (09:58 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 25 Dec 2019 00:08:00 +0000 (00:08 +0000)
commit34802621bb9427b7f74a7a7e02177e6349a70971
tree15d5bcd2a3c50ed2f189e4ad7613b9bce3eae822
parent7c5ec7109d1f8697e3a04349305b67c36d910ea3
spi: uniphier: Change argument of irq functions to private structure

This changes each argument of functions uniphier_irq_{enable,disable}()
to uniphier_spi_priv because these functions are used not only for
spi_device but also for the entire controller.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1577149107-30670-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-uniphier.c