1. 02 12月, 2015 1 次提交
  2. 25 8月, 2015 1 次提交
  3. 27 7月, 2015 1 次提交
  4. 18 5月, 2015 1 次提交
  5. 15 3月, 2015 1 次提交
  6. 10 7月, 2014 1 次提交
  7. 28 2月, 2014 1 次提交
  8. 27 11月, 2013 2 次提交
  9. 26 9月, 2013 2 次提交
  10. 20 8月, 2013 1 次提交
  11. 07 6月, 2013 1 次提交
  12. 08 4月, 2013 6 次提交
  13. 24 2月, 2013 1 次提交
  14. 30 1月, 2013 1 次提交
  15. 25 1月, 2013 1 次提交
  16. 13 1月, 2013 2 次提交
    • R
      irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h · 520f7bd7
      Rob Herring 提交于
      Now that we have GIC moved to drivers/irqchip and all GIC DT init for
      platforms using irqchip_init, move gic.h and update the remaining
      includes.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Anton Vorontsov <avorontsov@mvista.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      520f7bd7
    • R
      ARM: use common irqchip_init for GIC init · 0529e315
      Rob Herring 提交于
      Convert all GIC DT initialization over to use common irqchip_init
      function.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      0529e315
  17. 01 11月, 2012 1 次提交
  18. 25 10月, 2012 1 次提交
    • L
      ARM: ux500: Fix build error relating to IRQCHIP_SKIP_SET_WAKE · 1ae32557
      Lee Jones 提交于
      This patch fixes the build error below:
      
      arch/arm/mach-ux500/cpu.c: In function ‘ux500_init_irq’:
      arch/arm/mach-ux500/cpu.c:55:2: error: invalid use of undefined type ‘struct irq_chip’
      arch/arm/mach-ux500/cpu.c:55:24: error: ‘IRQCHIP_SKIP_SET_WAKE’ undeclared (first use in this function)
      arch/arm/mach-ux500/cpu.c:55:24: note: each undeclared identifier is reported only once for each function it appears in
      arch/arm/mach-ux500/cpu.c:55:48: error: ‘IRQCHIP_MASK_ON_SUSPEND’ undeclared (first use in this function)
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      1ae32557
  19. 07 9月, 2012 1 次提交
  20. 22 8月, 2012 1 次提交
  21. 09 8月, 2012 1 次提交
    • L
      ARM: ux500: reform Ux500 family names · e1bbb55d
      Linus Walleij 提交于
      Counting the U9540 and the new U8540 as a U8500 family member
      does not work. Instead, split the function in two:
      
      cpu_is_u8500_family() covering U8500 and U8520
      cpu_is_ux540_family() covering U9540 and U8540
      
      This works much better in practice. Update users to keep the
      same behaviour.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      e1bbb55d
  22. 08 5月, 2012 1 次提交
  23. 02 5月, 2012 2 次提交
    • L
      ARM: ux500: delete U5500 support · 29746f48
      Linus Walleij 提交于
      This platform has been obsoleted and was only available inside of
      ST-Ericsson, no users of this code are left in the world. This
      deletes the core U5500 support entirely in the same manner as the
      obsoleted U8500 silicon was previously deleted.
      
      The cpu_is_u5500() macros that can read out the CPU ID is left
      until the next kernel cycle, this makes it possible to merge
      deletion of dependent drivers without breakage.
      
      This also has the upside of removing the mailbox driver which was
      our only driver that was outside the drivers/* hiearchy, now the
      machine directory only handles machines and nothing else.
      
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Rabin Vincent <rabin.vincent@stericsson.com>
      Cc: Jonas Aberg <jonas.aberg@stericsson.com>
      Cc: Per Forlin <per.forlin@stericsson.com>
      Cc: Ulf Hansson <ulf.hansson@stericsson.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      29746f48
    • L
      ARM: ux500: core U9540 support · bc71c096
      Linus Walleij 提交于
      This adds support for the U9540 variant of the U8500 series. This
      is an application processor without internal modem. This is the
      most basic part with ASIC ID, CPU-related fixes, IRQ list, register
      ranges, timer, UART, and L2 cache setup. This is based on a patch
      by Michel Jaouen which was rewritten to fit with the latest 3.3
      kernel.
      
      ChangeLog v1->v2: deleted the irqs-db9540.h file since we expect to
        migrate to using Device Tree for getting the IRQs to devices.
      ChangeLog v2->v3: introduced a fixed virtual offset for the ROM
        as suggested by Arnd Bergmann.
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NSebastien Pasdeloup <sebastien.pasdeloup-nonst@stericsson.com>
      Signed-off-by: NMichel Jaouen <michel.jaouen@stericsson.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      bc71c096
  24. 24 4月, 2012 1 次提交
  25. 17 3月, 2012 1 次提交
  26. 13 3月, 2012 1 次提交
  27. 13 2月, 2012 1 次提交
  28. 24 10月, 2011 1 次提交
  29. 22 9月, 2011 3 次提交