[PATCH] pcmcia: sa1111: remove special sa1111 mmio accessors

2017-09-26 Thread Russell King
Remove the special SA MMIO accessors from the SA PCMCIA driver as their definition will be removed shortly. The SA accessors are barrierless, so use the _relaxed variants. Signed-off-by: Russell King --- drivers/pcmcia/sa_generic.c | 12 ++--

[PATCH] pcmcia: sa1111: use sa1111_get_irq() to obtain IRQ resources

2017-09-26 Thread Russell King
Use the provided sa_get_irq() to fetch the IRQ resources for the SA PCMCIA driver. Signed-off-by: Russell King --- drivers/pcmcia/sa_generic.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git