1. 04 7月, 2012 2 次提交
    • A
      ARM: at91: fix new build errors · 14070ade
      Arnd Bergmann 提交于
      MULTI_IRQ_HANDLER and SPARSE_IRQ are now required everywhere because
      mach/irqs.h and mach/entry-macros.S are gone but the symbols are
      only selected for AT91SAM9, not for the NOMMU parts.
      
      A few files now need to include linux/io.h directly, which used to
      be included through other headers that have changed.
      
      The new at91_aic_irq_priorities variable is only used with CONFIG_OF
      enabled and should not be visible otherwise.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NLudovic Desroches <ludovic.desroches@atmel.com>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      14070ade
    • A
      Merge tag 'omap-cleanup-for-v3.6' of... · 1fe40618
      Arnd Bergmann 提交于
      Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
      
      From Tony Lindgren <tony@atomide.com>
      
      Here is some more omap clean-up. The biggest changes are
      hwmod, clock, and System Control Module cleanup, and the removal
      of the last instance of omap_read/write usage for omap2+ with
      the removal of unused USB OHCI Full Speed driver support. The
      removed OHCI is only currently used for omap1 as the actively
      used omap2+ boards have either MUSB or another instance of
      OHCI+EHCI that's more usable.
      
      * tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: hwmod: remove prm_clkdm, cm_clkdm; allow hwmods to have no clockdomain
        ARM: OMAP3: Move McBSP fck clock alias to hwmod data
        ARM: OMAP2: Move McBSP fck clock alias to hwmod data for OMAP2430
        ARM: OMAP2: Move McBSP fck clock alias to hwmod data for OMAP2420
        ARM: OMAP: dsp: interface to control module functions
        ARM: OMAP2+: control: new APIs to configure boot address and mode
        ARM: OMAP2+: CLEANUP: Remove ARCH_OMAPx ifdef from struct dpll_data
        ARM: OMAP2+: hwmod: use init-time function pointer for _init_clkdm
        ARM: OMAP2+: hwmod: use init-time function pointer for hardreset
        ARM: OMAP2+: hwmod: use init-time function pointer for wait_target_ready
        ARM: OMAP4: hwmod: drop extra cpu_is check from _wait_target_disable()
        ARM: OMAP2+: hwmod: use init-time function ptrs for enable/disable module
        ARM: OMAP4: hwmod: rename _enable_module to _omap4_enable_module()
        ARM: OMAP: Make FS USB omap1 only
        ARM: OMAP2: Remove legacy USB FS support
        ARM: OMAP3: There is no FS USB controller on omap3
        ARM: OMAP: dma: Clear status registers on enable/disable irq
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      1fe40618
  2. 03 7月, 2012 1 次提交
    • A
      Merge tag 'at91-for-next-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup · df7cb455
      Arnd Bergmann 提交于
      Nicolas Ferre <nicolas.ferre@atmel.com> writes:
      
         A series about interrupt controller cleanup. AT91 AIC is moving to
         fasteoi type of handler and sparse IRQ.
         The Device Tree support is added to take into account priority
         and external IRQ.
         In addition to that, the new AIC5 IP is introduced.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      
      * tag 'at91-for-next-cleanup' of git://github.com/at91linux/linux-at91:
        ARM: at91: add AIC5 support
        ARM: at91: remove mach/irqs.h
        ARM: at91: sparse irq support
        ARM: at91: at91 based machines specify their own irq handler at run time
        ARM: at91: remove static irq priorities for sam9x5
        ARM: at91: add of irq priorities support
        ARM: at91: aic add dt support for external irqs
        ARM: at91: aic can use fast eoi handler type
        ARM: at91: fix at91_aic_write macro
        ARM: at91: remove two unused headers
      df7cb455
  3. 02 7月, 2012 10 次提交
  4. 01 7月, 2012 9 次提交
  5. 30 6月, 2012 9 次提交
  6. 29 6月, 2012 9 次提交