1. 07 5月, 2010 1 次提交
    • C
      Davinci: cpintc host map configuration · 449ef7f6
      Cyril Chemparathy 提交于
      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: NCyril Chemparathy <cyril@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      449ef7f6
  2. 26 5月, 2009 1 次提交