From: Linus Walleij Date: Thu, 9 Apr 2015 08:32:50 +0000 (+0200) Subject: gpio: dwapb: remove dependencies X-Git-Tag: omap-for-v4.1/fixes-rc1~104^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549c5dc19ee33f4af5a343884c3a559adc53a44c;p=pandora-kernel.git gpio: dwapb: remove dependencies The Synopsys DesignWare DWAPB GPIO block is popular to synthesize amongst many architectures: X86, ARM, ARC. The driver was restricted to only these archs due to using [read|write]l_relaxed() accessors that were not universally available in the past, but as of commit 9439eb3ab9d1ece6e4ad7baaa4a7f534f9b9dab0 "asm-generic: io: implement relaxed accessor macros as conditional wrappers" these accessors are available on all archs so this should not be a problem any more. Enable the driver for all archs. Cc: Alexey Brodkin Cc: Will Deacon Signed-off-by: Linus Walleij --- Reading git-diff-tree failed