1. 23 4月, 2013 2 次提交
  2. 01 4月, 2013 2 次提交
  3. 28 3月, 2013 2 次提交
  4. 12 2月, 2013 1 次提交
    • L
      mfd: db8500-prcmu: update resource passing · 05ec260e
      Linus Walleij 提交于
      When trying to get rid of the cross-includes of <mach/id.h>
      from different drivers, so we can localize ASIC/CPU detection
      to the mach-ux500 folder, we run into the way the PRCMU
      handles base addresses and firmware detection.
      
      This patch updates the firmware version detection to pass
      the required information as platform data instead of
      relying on cpu_is_* macros.
      
      Now the PRCMU base address, the secondary TCDM area, the
      TCPM area and the IRQ are passed as resources instead of
      being grabbed from <mach/*> files. Incidentally this also
      removes part of the reliance on <mach/irqs.h>.
      
      Further it updates the firmware version detection, since the
      location of the firmware ID bytes in the designated memory
      are is now passed from the platform data instead. There is
      no reason not to include the nice split-off of a struct to
      hold the firmware information and a separate function to
      populate it.
      
      The patch actually rids the need to use the external
      db8500_prcmu_early_init call at all, but I'm keepin back
      that removal as I don't want the patch to be too big.
      
      Cc: arm@kernel.org
      Cc: Michel Jaoen <michel.jaouen@stericsson.com>
      Cc: Lee Jones <lee.jones@linaro.org>
      Acked-by: NSamuel Ortiz <sameo@linux.intel.com>
      Acked-by: NLoic Pallardy <loic.pallardy@stericsson.com>
      Acked-by: NFabio Baltieri <fabio.baltieri@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      05ec260e
  5. 10 2月, 2013 2 次提交
  6. 07 2月, 2013 1 次提交
  7. 05 2月, 2013 3 次提交
  8. 31 1月, 2013 3 次提交
  9. 30 1月, 2013 2 次提交
  10. 25 1月, 2013 1 次提交
  11. 23 1月, 2013 1 次提交
  12. 13 1月, 2013 3 次提交
    • 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
    • R
      ARM: remove mach .handle_irq for GIC users · 1d5cc604
      Rob Herring 提交于
      Now that the GIC initialization sets up the handle_arch_irq pointer, we
      can remove it for all machines and make it static.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Anton Vorontsov <avorontsov@mvista.com>
      Cc: Kyungmin Park <kyungmin.park@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>
      Acked-by: NTony 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: Shiraz Hashim <shiraz.hashim@st.com>
      Acked-by: NStephen Warren <swarren@nvidia.com>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
      Acked-by: NKukjin Kim <kgene.kim@samsung.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      1d5cc604
  13. 12 1月, 2013 1 次提交
  14. 11 1月, 2013 3 次提交
  15. 26 12月, 2012 1 次提交
  16. 25 12月, 2012 2 次提交
  17. 18 12月, 2012 1 次提交
    • L
      ARM: ux500: fix missing include · 2cdda350
      Linus Walleij 提交于
      Commit db298da2
      "ARM: nomadik: move platform_data definition"
      moved the Ux500-specific musb header from <mach/usb.h>
      to <linux/platform_data/usb-musb-ux500.h>
      
      However that makes some board code fail to compile
      now:
      
      CC      arch/arm/mach-ux500/board-mop500.o
      linux/arch/arm/mach-ux500/cpu-db8500.c: In function 'u8500_init_devices':
      linux/arch/arm/mach-ux500/cpu-db8500.c:226:2: error: implicit declaration of function 'ux500_add_usb' [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      make[3]: *** [arch/arm/mach-ux500/cpu-db8500.o] Error 1
      make[3]: *** Waiting for unfinished jobs....
      make[2]: *** [arch/arm/mach-ux500] Error 2
      make[2]: *** Waiting for unfinished jobs....
      
      So fix this up by adding the proper include file that
      appears to have been brought in implicitly one or another
      way in the past.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      2cdda350
  18. 28 11月, 2012 2 次提交
  19. 27 11月, 2012 2 次提交
  20. 21 11月, 2012 1 次提交
  21. 15 11月, 2012 2 次提交
  22. 10 11月, 2012 1 次提交
  23. 08 11月, 2012 1 次提交