1. 25 9月, 2013 1 次提交
    • R
      openrisc: clean-up prom.h · ede2033c
      Rob Herring 提交于
      Clean-up some copy/paste declarations that are not necessary. All the
      functions either don't exist or are already declared in other headers.
      This is needed in preparation of of_irq.h clean-up.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: linux@lists.openrisc.net
      ede2033c
  2. 21 8月, 2013 1 次提交
  3. 27 2月, 2012 1 次提交
    • G
      irq_domain: Centralize definition of irq_dispose_mapping() · d593f25f
      Grant Likely 提交于
      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: NGrant 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
  4. 23 7月, 2011 1 次提交
    • J
      OpenRISC: Device tree · 4f246ba3
      Jonas Bonn 提交于
      The OpenRISC architecture uses the device tree infrastructure for the
      platform description.  This is currently limited to having a device tree
      built into the kernel, but work is underway within the OpenRISC project
      to define how this device tree blob should be passed into the kernel from
      an external resource.
      
      Patch contains a single example DTS file to go with the defconfig for
      or1ksim.
      Signed-off-by: NJonas Bonn <jonas@southpole.se>
      Cc: devicetree-discuss@lists.ozlabs.org
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      4f246ba3