1. 02 Mar, 2012 2 commits
    • Arnd Bergmann's avatar
      Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 into next/dt · 48b3b08e
      Arnd Bergmann authored
      * 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91: (22 commits)
        ARM: at91: at91sam9x5cm/dt: add leds support
        ARM: at91: usb_a9g20/dt: add gpio-keys support
        ARM: at91: at91sam9m10g45ek/dt: add gpio-keys support
        ARM: at91: at91sam9m10g45ek/dt: add leds support
        ARM: at91: usb_a9g20/dt: add leds support
        ARM: at91/pio: add new PIO3 features
        ARM: at91: add sam9_smc.o to at91sam9x5 build
        ARM: at91/tc/clocksource: Add 32 bit variant to Timer Counter
        ARM: at91/tc: add device tree support to atmel_tclib
        ARM: at91/tclib: take iomem size from resource
        ARM: at91/pit: add traces in case of error
        ARM: at91: pit add DT support
        ARM: at91: AIC and GPIO IRQ device tree initialization
        ARM: at91/board-dt: remove AIC irq domain from board file
        ARM: at91/gpio: remove the static specification of gpio_chip.base
        ARM: at91/gpio: add .to_irq gpio_chip handler
        ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node field
        ARM: at91/gpio: add irqdomain and DT support
        ARM: at91/gpio: change comments and one variable name
        ARM/USB: at91/ohci-at91: remove the use of irq_to_gpio
        ...
      48b3b08e
    • Arnd Bergmann's avatar
      Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dt · 6e1d521b
      Arnd Bergmann authored
      These two branches are a dependency for the at91 device tree changes,
      so we pull them in here. at91/base2+cleanup will get merged through
      the arm-soc cleanup2 branch, while the irqdomain tree will be sent
      by Grant before this one gets integrated.
      
      Conflicts:
      	drivers/rtc/rtc-at91sam9.c
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      6e1d521b
  2. 01 Mar, 2012 23 commits
  3. 29 Feb, 2012 2 commits
    • Arnd Bergmann's avatar
      Merge branch 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt · 590d829a
      Arnd Bergmann authored
      * 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        arm/dts: Add support for TI OMAP3 EVM board
        arm/dts: OMAP4: Update DTS file with new GIC bindings
        arm/dts: OMAP3: Add i2c controller nodes
        arm/dts: OMAP4: Add i2c controller nodes
        ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
        arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
        ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms
        ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT
        ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
        ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE
        ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
        arm/dts: OMAP: Remove bootargs node from board files
      590d829a
    • 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. 28 Feb, 2012 1 commit
  5. 27 Feb, 2012 7 commits
  6. 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
  7. 25 Feb, 2012 2 commits