1. 15 5月, 2012 1 次提交
    • J
      ARM: kirkwood: Basic support for DNS-320 and DNS-325 · 9007d100
      Jamie Lentin 提交于
      Add support for the DNS-320 and DNS-325. Describe as much as currently possible
      in the devicetree files, create a board-dnskw.c for everything else.
      
      Changes since last submission (V3) [Addressing comments by]:-
      
      * One MACH_DLINK_KIRKWOOD_DT for all dtb files [Grant Likely, Jason Cooper]
      * Drop brain-dead select "select CONFIG_MTD_OF_PARTS" [Grant Likely]
      * Don't add NAND support then throw it away immediately after [Grant Likely]
      * Describe purpose of MPP 41, 42 & 49
      
      Changes since last submission (V2):-
      
      * Use IEEE-compliant "okay", rather than "ok" [Scott Wood]
      Signed-off-by: NJamie Lentin <jm@lentin.co.uk>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      9007d100
  2. 09 5月, 2012 1 次提交
    • I
      ARM: kirkwood: add missing kexec.h include · a7ac56de
      Ian Campbell 提交于
      Fixes the following build error when CONFIG_KEXEC is enabled:
        CC      arch/arm/mach-kirkwood/board-dt.o
      arch/arm/mach-kirkwood/board-dt.c: In function 'kirkwood_dt_init':
      arch/arm/mach-kirkwood/board-dt.c:52:2: error: 'kexec_reinit' undeclared (first use in this function)
      arch/arm/mach-kirkwood/board-dt.c:52:2: note: each undeclared identifier is reported only once for each function it appears in
      Signed-off-by: NIan Campbell <ijc@hellion.org.uk>
      [v4, rebase onto recent Linus for repost]
      [v3, speak actual English in the commit message, thanks Sergei Shtylyov]
      [v2, using linux/kexec.h not asm/kexec.h]
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      a7ac56de
  3. 21 3月, 2012 1 次提交
  4. 16 3月, 2012 4 次提交
  5. 07 3月, 2012 1 次提交
    • R
      ARM: kill off __mem_pci · 5621caac
      Rob Herring 提交于
      __mem_pci is only used to enable readl/writel and friends. Just condition
      this on readl being defined and remove all the __mem_pci defines.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Lennert Buytenhek <kernel@wantstofly.org>
      Cc: Imre Kaloz <kaloz@openwrt.org>
      Cc: Krzysztof Halasa <khc@pm.waw.pl>
      Cc: Nicolas Pitre <nico@fluxnic.net>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Colin Cross <ccross@android.com>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Stephen Warren <swarren@nvidia.com>
      5621caac
  6. 28 2月, 2012 2 次提交
  7. 24 2月, 2012 1 次提交
  8. 22 2月, 2012 1 次提交
  9. 10 2月, 2012 2 次提交
  10. 08 2月, 2012 2 次提交
  11. 21 1月, 2012 1 次提交
  12. 07 1月, 2012 1 次提交
  13. 05 1月, 2012 2 次提交
  14. 14 12月, 2011 6 次提交
  15. 06 12月, 2011 1 次提交
  16. 27 11月, 2011 1 次提交
  17. 19 11月, 2011 1 次提交
  18. 07 11月, 2011 2 次提交
  19. 01 11月, 2011 1 次提交
  20. 17 10月, 2011 1 次提交
  21. 26 9月, 2011 2 次提交
  22. 22 8月, 2011 1 次提交
  23. 08 8月, 2011 1 次提交
  24. 22 7月, 2011 1 次提交
    • R
      PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. · d5341942
      Ralf Baechle 提交于
      Aside of the usual motivation for constification,  this function has a
      history of being abused a hook for interrupt and other fixups so I turned
      this function const ages ago in the MIPS code but it should be done
      treewide.
      
      Due to function pointer passing in varous places a few other functions
      had to be constified as well.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      To: Anton Vorontsov <avorontsov@mvista.com>
      To: Chris Metcalf <cmetcalf@tilera.com>
      To: Colin Cross <ccross@android.com>
      Acked-by: N"David S. Miller" <davem@davemloft.net>
      To: Eric Miao <eric.y.miao@gmail.com>
      To: Erik Gilling <konkers@android.com>
      Acked-by: NGuan Xuetao <gxt@mprc.pku.edu.cn>
      To: "H. Peter Anvin" <hpa@zytor.com>
      To: Imre Kaloz <kaloz@openwrt.org>
      To: Ingo Molnar <mingo@redhat.com>
      To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      To: Jesse Barnes <jbarnes@virtuousgeek.org>
      To: Krzysztof Halasa <khc@pm.waw.pl>
      To: Lennert Buytenhek <kernel@wantstofly.org>
      To: Matt Turner <mattst88@gmail.com>
      To: Nicolas Pitre <nico@fluxnic.net>
      To: Olof Johansson <olof@lixom.net>
      Acked-by: NPaul Mundt <lethal@linux-sh.org>
      To: Richard Henderson <rth@twiddle.net>
      To: Russell King <linux@arm.linux.org.uk>
      To: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: linux-alpha@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Cc: linux-pci@vger.kernel.org
      Cc: linux-sh@vger.kernel.org
      Cc: linux-tegra@vger.kernel.org
      Cc: sparclinux@vger.kernel.org
      Cc: x86@kernel.org
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      d5341942
  25. 13 7月, 2011 2 次提交