From 1d6902d3a68e83061c979a57d7411e8ae172df67 Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Wed, 17 Dec 2014 16:51:12 +0100 Subject: [PATCH] gpio/xilinx: Create a single gpio chip on dual cores Currently, we had two gpio chips on cores configured as dual. This lead to mapping the same memory region twice and duplicating the init and remove code. This patch creates a single gpiochip for single and dual cores. Suggested-by: Alexandre Courbot Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Linus Walleij --- Reading git-format-patch failed