From: Cyril Chemparathy Date: Thu, 25 Mar 2010 21:43:46 +0000 (-0400) Subject: Davinci: cpintc host map configuration X-Git-Tag: v2.6.35-rc1~499^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449ef7f6a9c732657938b222f8804d3e34a3603e;p=pandora-kernel.git Davinci: cpintc host map configuration Host map configuration instructs the interrupt controller to route interrupt channels to FIQ or IRQ lines. Currently, DA8xx family of devices leave these registers at their reset-default values. TNETV107X however does not have sane reset defaults, and therefore this architecture needs to reconfigure the host-map such that channels 0 and 1 go to FIQ, and the remaining channels raise IRQs. This patch adds an optional host map argument to cp_intc_init() for this. Signed-off-by: Cyril Chemparathy Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed