1. 10 Jul, 2012 1 commit
  2. 09 Jul, 2012 1 commit
    • Sekhar Nori's avatar
      ARM: davinci: da8xx: fix interrupt handling · bbb33445
      Sekhar Nori authored
      CP_INTC code in entry-macro.S code reads SECR1n register to see if
      an interrupt was indeed pending. This register is actually marked as
      write-only in the OMAP-L138 TRM. Moreover, the code just checks to see
      the entire register is non-zero and does not check a specific interrupt
      number.
      
      Fix this to use interrupt pending bit in GIPR register for this purpose.
      GIPR register is already being read to know the highest priority interrupt
      pending.
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      bbb33445
  3. 06 Jul, 2012 1 commit
  4. 03 Jul, 2012 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'omap-fixes-non-critical-for-v3.6' of... · a06347d0
      Arnd Bergmann authored
      Merge tag 'omap-fixes-non-critical-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
      
      From Tony Lindgren <tony@atomide.com>:
      
      This branch contains fixes that were too intrusive or not
      critical enough for the 3.5 -rc cycle. The biggest changes are
      fixes for the am35xx clock and hwmod data, and the removal of dead
      code for the 730 and 850 headers.
      
      * tag 'omap-fixes-non-critical-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (25 commits)
        ARM: OMAP2+: fix CONFIG_CPU_IDLE dependency on CONFIG_PM
        ARM: OMAP: remove unused cpu detection macros
        ARM: OMAP: fix typos related to OMAP330
        ARM: OMAP7XX:  Remove omap730.h and omap850.h
        ARM: OMAP2+: fix naming collision of variable nr_irqs
        ARM: OMAP: omap2plus_defconfig: Enable EXT4 support
        ARM: OMAP depends on MMU
        arm: omap3: am35x: Set proper powerdomain states
        ARM: OMAP AM35x: clockdomain data: Fix clockdomain dependencies
        ARM: OMAP AM35x: EMAC/MDIO integration: Add Davinci EMAC/MDIO hwmod support
        ARM: OMAP: AM35xx: fix UART4 softreset
        ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data
        ARM: OMAP AM35xx: clock and hwmod data: fix AM35xx HSOTGUSB hwmod
        ARM: OMAP: Fix dts files w/ status property: "disable" -> "disabled"
        ARM: OMAP: beagle: Set USB Host Port 1 to OMAP_USBHS_PORT_MODE_UNUSED
        ARM: OMAP2: twl-common: Fix compiler warning
        ARM: OMAP: fix the ads7846 init code
        mfd: twl: remove pdata->irq_base/_end, no more users
        ARM: OMAP2+: TWL: remove usage of pdata->irq_base/_end
        ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one
        ...
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      a06347d0
  5. 30 Jun, 2012 13 commits
  6. 29 Jun, 2012 16 commits
  7. 28 Jun, 2012 7 commits