1. 06 Feb, 2015 1 commit
    • Mark Rutland's avatar
      arm: realview: specify PMU types · cbed8388
      Mark Rutland authored
      Now that we can specify which PMU variant we're likely to deal with, do
      so in the realview board code. This will allow us to split the ARMv6,
      ARMv7, and XScale PMU drivers.
      
      The Realview EB may be used with ARMv6 or ARMv7 CPUs, but luckily
      there's only a single ARMv7 CPU, so we can match that explicitly to
      determine whether or not we have an ARMv7 PMU.
      Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
      Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      cbed8388
  2. 29 Jan, 2015 1 commit
  3. 24 Jan, 2015 1 commit
  4. 23 Jan, 2015 1 commit
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.20/drop-legacy-3517-v2' of... · 03773a4c
      Olof Johansson authored
      Merge tag 'omap-for-v3.20/drop-legacy-3517-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
      
      Merge "drop legacy booting for omap3517" from Tony Lindgren:
      
      We have had omap3517 booting in device tree mode for quite some
      time now and we have at least a minimal dts file for the 3517
      based boards. Also almost all the drivers are usable in device
      tree mode. And if there are any drivers not yet supported in device
      tree mode, those can be enabled using pdata quirks.
      
      This leaves omap3430 to omap3730 as the only remaining mach-omap2
      platforms still booting in legacy mode also. For those were are
      printing a warning during the boot to get people to update their
      systems to boot in device tree mode and slowly converting them
      over to device tree based booting.
      
      * tag 'omap-for-v3.20/drop-legacy-3517-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP3: Add back Kconfig option MACH_OMAP3517EVM for ASoC
        ARM: OMAP3: Remove legacy support for am35xx-emac
        ARM: OMAP3: Remove cm-t3517 legacy support
        ARM: OMAP3: Remove legacy support for am3517crane
        ARM: OMAP3: Remove legacy support for am3517-evm
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      03773a4c
  5. 22 Jan, 2015 2 commits
  6. 20 Jan, 2015 2 commits
  7. 19 Jan, 2015 1 commit
    • Olof Johansson's avatar
      Merge tag 'at91-cleanup' of... · 675e6e6b
      Olof Johansson authored
      Merge tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanup
      
      Merge "at91: cleanup for 3.20 #1" from Nicolas Ferre:
      
      First batch of cleanup for 3.20:
      - Documentation for AT91 SoC
      - Config options, files and functions removal to continue the big !DT
        cleanup done in 3.19
      - move of debug-macro.S to its usual location
      
      * tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
        ARM: at91: remove useless at91rm9200_set_type()
        ARM: at91: remove useless at91rm9200_dt_initialize()
        ARM: at91: move debug-macro.S into the common space
        ARM: at91: remove useless at91_sysirq_mask_rtx
        ARM: at91: remove useless config MACH_AT91SAM9_DT
        ARM: at91: remove useless config MACH_AT91RM9200_DT
        ARM: at91: remove unused mach/memory.h
        ARM: at91: remove useless header file includes
        ARM: at91: remove unneeded header file
        rtc: at91/Kconfig: remove useless options
        ARM: at91/Documentation: add a README for Atmel SoCs
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      675e6e6b
  8. 15 Jan, 2015 13 commits
  9. 14 Jan, 2015 1 commit
  10. 13 Jan, 2015 4 commits
  11. 12 Jan, 2015 1 commit
    • Olof Johansson's avatar
      Merge tag 'renesas-lager-board-removal-for-v3.20' of... · 63bdaa93
      Olof Johansson authored
      Merge tag 'renesas-lager-board-removal-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
      
      Merge "Renesas ARM Based SoC Lager Board Removal for v3.20" from Simon Horman:
      
      "The serial port rename changes are not strictly related to lager board
      removal from a feature point of view. But the lager portion of this change
      depends on board removal to avoid a regression of booting using that code,
      And thus it seems to make sense to put here. And it seems best to put the
      koelsch and lager serial port rename changes in the same branch.
      
      Likewise the removal of bootargs from lager DT depends on removing lager
      board code to avoid a regression when using it and thus I have included
      it in the same branch."
      
      * Remove legacy r8a7790 SoC and its Lager board code
      * Update serial port names on koelsch and lager boards
      * Remove console bootargs parameter from lager DT
      
      * tag 'renesas-lager-board-removal-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: lager dts: Drop console= bootargs parameter
        ARM: shmobile: koelsch: Rename SCIF[01] serial ports to ttySC[01]
        ARM: shmobile: lager: Rename SCIFA[01] serial ports to ttySC[01]
        ARM: shmobile: r8a7790: Remove legacy code
        ARM: shmobile: lager: Remove legacy board support
        ARM: shmobile: lager-reference: DTS-only board support
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      63bdaa93
  12. 11 Jan, 2015 9 commits
  13. 10 Jan, 2015 3 commits