1. 15 Mar, 2012 1 commit
  2. 01 Mar, 2012 23 commits
  3. 29 Feb, 2012 1 commit
    • Arnd Bergmann's avatar
      Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91... · 7eca30ae
      Arnd Bergmann authored
      Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91 into at91/staging/base2+cleanup
      
      * 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91: (20 commits)
        ARM: at91: properly sort dtb files in Makefile.boot
        ARM: at91: add at91sam9g25ek.dts in Makefile.boot
        ARM: at91/board-dt: drop default console
        Atmel: move console default platform_device to serial driver
        ARM: at91: merge SRAM Memory banks thanks to mirroring
        ARM: at91: finally drop at91_sys_read/write
        ARM: at91/rtc-at91sam9: pass the GPBR to use via resources
        ARM: at91:rtc/rtc-at91sam9: ioremap register bank
        ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use
        ARM: at91/PMC: make register base soc independent
        ARM: at91/PMC: move assignment out of printf
        ARM: at91/pm_slowclock: add runtime detection of memory contoller
        ARM: at91: make sdram/ddr register base soc independent
        ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.h
        ARM: at91/pm_slowclock: function slow_clock() accepts parameters
        ARM: at91/pm_slowclock: rename register to named define
        ARM: at91/ST: remove not needed casts
        ARM: at91: make ST (System Timer) soc independent
        ARM: at91: make matrix register base soc independent
        ARM: at91/at91x40: remove use of at91_sys_read/write
      
      Based on top of the at91/9x5, rmk/for-armsoc, at91/device-board,
      at91/pm_cleanup and at91/base.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      7eca30ae
  4. 26 Feb, 2012 3 commits
    • Grant Likely's avatar
      mfd: twl-core: Add IRQ_DOMAIN dependency · 280ad7fd
      Grant Likely authored
      TWL4030 depends on IRQ_DOMAIN support, so this patch selects it in Kconfig.
      It used to be that CONFIG_IRQ_DOMAIN must only be selected by the architecture,
      but recent cleanups have fixed it so that it is safe to select from anywhere.
      Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
      [grant.likely: Changed from a depends to a select]
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      280ad7fd
    • Grant Likely's avatar
      devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc) · 964dba28
      Grant Likely authored
      Sparc has its own helpers for translating address ranges when the device
      tree is parsed at boot time, and it isn't able to use of_platform_populate().
      However, there are some device drivers that want to use that function on
      other DT enabled platforms (ie. TWL4030).  This patch adds an empty
      of_platform_populate() implementation that returns an error when
      CONFIG_OF_ADDRESS is not selected.
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Cc: Benoit Cousson <b-cousson@ti.com>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      964dba28
    • Grant Likely's avatar
      irq_domain: Centralize definition of irq_dispose_mapping() · d593f25f
      Grant Likely authored
      Several architectures define their own empty irq_dispose_mapping().  Since
      the irq_domain code is centralized now, there is little need to do so.  This
      patch removes them and creates a new empty copy when !CONFIG_IRQ_DOMAIN is
      selected.
      
      The patch also means that IRQ_DOMAIN becomes selectable on all architectures.
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: sparclinux@vger.kernel.org
      Cc: linux@lists.openrisc.net
      d593f25f
  5. 24 Feb, 2012 1 commit
    • Grant Likely's avatar
      irq_domain/mips: Allow irq_domain on MIPS · abd2363f
      Grant Likely authored
      This patch makes IRQ_DOMAIN usable on MIPS.  It uses an ugly workaround
      to preserve current behaviour so that MIPS has time to add irq_domain
      registration to the irq controller drivers.  The workaround will be
      removed in Linux v3.6
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-mips@linux-mips.org
      abd2363f
  6. 23 Feb, 2012 11 commits