From: Benoit Cousson Date: Tue, 16 Aug 2011 09:53:02 +0000 (+0200) Subject: gpio/omap: Add DT support to GPIO driver X-Git-Tag: v3.4-rc1~65^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384ebe1c2849160d040df3e68634ec506f13d9ff;p=pandora-kernel.git gpio/omap: Add DT support to GPIO driver Adapt the GPIO driver to retrieve information from a DT file. Allocate the irq_base dynamically and rename bank->virtual_irq_start to bank->irq_base. Change irq_base type to int instead of u16 to match irq_alloc_descs output. Add documentation for GPIO properties specific to OMAP. Signed-off-by: Benoit Cousson Cc: Tarun Kanti DebBarma Acked-by: Rob Herring --- Reading git-diff-tree failed