1. 11 3月, 2013 1 次提交
  2. 30 1月, 2013 1 次提交
  3. 25 12月, 2012 2 次提交
  4. 05 11月, 2012 2 次提交
    • L
      ARM: plat-nomadik: move MTU, kill plat-nomadik · 694e33a7
      Linus Walleij 提交于
      This moves the MTU timer driver from arch/arm/plat-nomadik
      to drivers/clocksource and moves the header file to the
      platform_data directory.
      
      As this moves the last file being compiled to an object out
      of arch/arm/plat-nomadik, we have to "turn off the light"
      and delete the plat-nomadik directory, because it is not
      allowed to have an empty Makefile in a plat-* directory.
      This is probably also a desired side effect of depopulating
      the arch/arm directory of drivers. Luckily we have just
      deleted all the <plat/*> include files prior to this so
      by moving the last one we may delete the directory.
      
      After this all the Ux500 and Nomadik device drivers live
      outside of the arch/arm hierarchy.
      
      Cc: Alessandro Rubini <rubini@unipv.it>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      694e33a7
    • L
      ARM: plat-nomadik: pass IRQ to timer driver · 0813069d
      Linus Walleij 提交于
      In order to convert the MTU timer to work with sparse IRQ we need
      to pass the IRQ used when initializing instead of just letting
      it rely on a special name being used in the IRQ header file.
      
      Cc: Alessandro Rubini <rubini@unipv.it>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      0813069d
  5. 05 9月, 2012 1 次提交
  6. 07 7月, 2012 1 次提交
    • L
      ARM: ux500: Fix build errors/warnings when MACH_UX500_DT is not set · c57920e6
      Lee Jones 提交于
      When MACH_UX500_DT and all related Device Tree configurations are forced
      off the warning and error below prevent the kernel from compiling. This
      simple patch fixes both issues and allows for full build and boot of
      ST-Ericsson's low-cost development board, Snowball.
      
      Warnings fixed:
        arch/arm/mach-ux500/board-mop500.c:680:32: warning: ‘snowball_of_platform_devs’ defined but not used
      
      Errors fixed:
        arch/arm/mach-ux500/timer.c: In function ‘ux500_timer_init’:
        arch/arm/mach-ux500/timer.c:66:3: error: implicit declaration of function ‘of_find_matching_node’
        arch/arm/mach-ux500/timer.c:66:6: warning: assignment makes pointer from integer without a cast
      
      Cc: stable@vger.kernel.org
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      c57920e6
  7. 02 5月, 2012 3 次提交
    • L
      ARM: ux500: Enable PRCMU Timer 4 (clocksource) for Device Tree · c51423fc
      Lee Jones 提交于
      In dbx500 based devices the PRCMU Timer 4 is used as a clocksource
      and sched_clock. Here we fetch all necessary addressing information
      required for correct PRCMU initialisation from the Device Tree
      instead of using hard-coded values.
      
      CC: Samuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      c51423fc
    • 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
  8. 17 3月, 2012 1 次提交
  9. 15 3月, 2012 1 次提交
  10. 13 3月, 2012 1 次提交
  11. 31 1月, 2012 1 次提交
  12. 03 10月, 2011 1 次提交
    • L
      clocksource: fixup ux500 build problems · b1e3be06
      Linus Walleij 提交于
      Based on a patch from Arnd Bergmann this fixes up the build
      problem of assigning a non-existing global when the ux500 PRCMU
      timer is not linked in by passing its base address to the init
      function. We also add a missing <linux/errno.h> inclusion and
      staticize the dummy function.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      b1e3be06
  13. 22 9月, 2011 2 次提交