An error occurred fetching the project authors.
  1. 11 Aug, 2008 1 commit
  2. 04 Aug, 2008 1 commit
  3. 28 Jul, 2008 3 commits
  4. 06 Mar, 2008 1 commit
  5. 28 Jan, 2008 6 commits
  6. 07 Nov, 2007 1 commit
    • Paul Mundt's avatar
      sh: Kill off the remaining ST40 cruft. · f9669187
      Paul Mundt authored
      The ST40 stuff in-tree hasn't built for some time, and hasn't been
      updated for over 3 years. ST maintains their own out-of-tree changes
      and rebases occasionally, and that's ultimately where all of the ST40
      users go anyways.
      
      In order for the ST40 code to be brought up to date most of the stuff
      removed in this changeset would have to be rewritten anyways, so there's
      very little benefit in keeping the remnants around either.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      f9669187
  7. 27 Sep, 2007 3 commits
  8. 21 Sep, 2007 18 commits
  9. 26 Jul, 2007 2 commits
  10. 25 Jul, 2007 2 commits
  11. 20 Jul, 2007 2 commits
    • Magnus Damm's avatar
      sh: intc - add support for SH7750 and its variants · 56386f64
      Magnus Damm authored
      This patch converts the cpu specific 7750 setup code to use the
      new intc controller. Many new vectors are added and multiple
      processor variants including 7091, 7750, 7750s, 7750r, 7751 and
      7751r should all have the correct vectors hooked up.
      
      IRLM interrupts can be enabled using ipr_irq_enable_irlm() which
      now is marked as __init.
      Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      56386f64
    • Magnus Damm's avatar
      sh: intc - add support for 7780 · 39c7aa9e
      Magnus Damm authored
      This patch converts the cpu specific 7780 setup code to use the
      new intc controller. Many new vectors are added and also support for
      external interrupt sense configuration. So with this patch it is now
      possible to configure external interrupt pins as edge or level
      triggered using set_irq_type().
      
      No external interrupts are registered by default.
      Use plat_irq_setup_pins() to select between IRQ or IRL mode.
      
      This patch also fixes the Alarm IRQ for the RTC.
      Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      39c7aa9e