1. 23 Jul, 2014 1 commit
    • Pawel Moll's avatar
      bus: ARM CCN PMU driver · a33b0daa
      Pawel Moll authored
      Driver providing perf backend for ARM Cache Coherent Network
      interconnect. Supports counting all hardware events and crosspoint
      watchpoints.
      
      Currently works with CCN-504 only, although there should be
      no changes required for CCN-508 (just impossible to test it now).
      Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      a33b0daa
  2. 20 Jul, 2014 2 commits
    • Viresh Kumar's avatar
      PCI: spear: Remove spear13xx_pcie_remove() · 779ae55b
      Viresh Kumar authored
      Following compilation warning occurs when compiled with:
      CONFIG_DEBUG_SECTION_MISMATCH=y
      
       WARNING: vmlinux.o(.init.data+0x3338): Section mismatch in reference from the
       variable spear13xx_pcie_driver to the function
       .exit.text:spear13xx_pcie_remove()
      
      This driver isn't allowed to unload, and so doesn't have a *_exit() routine. But
      it still has spear13xx_pcie_remove() marked with __exit.
      
      As this driver can't unload, .remove() would never be called, right? So get rid
      of it.
      
      Fixes: 51b66a6c (PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx)
      Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      779ae55b
    • Viresh Kumar's avatar
      PCI: spear: Fix Section mismatch compilation warning for probe() · 6675ef21
      Viresh Kumar authored
      Following compilation warning occurs when compiled with:
      CONFIG_DEBUG_SECTION_MISMATCH=y
      
       WARNING: drivers/pci/host/built-in.o(.data+0xc0): Section mismatch in
       reference from the variable spear13xx_pcie_driver to the function
       .init.text:spear13xx_pcie_probe()
      
      Both .probe() and pcie_init() are marked with __init, but spear13xx_pcie_driver
      isn't. And so section mismatch.
      
      Fix it by marking spear13xx_pcie_driver with __initdata.
      
      Fixes: 51b66a6c (PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx)
      Reported-by: default avatarOlof Johansson <olof@lixom.net>
      Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6675ef21
  3. 19 Jul, 2014 2 commits
  4. 18 Jul, 2014 3 commits
  5. 14 Jul, 2014 6 commits
  6. 13 Jul, 2014 1 commit
    • Olof Johansson's avatar
      Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers · bde19a7e
      Olof Johansson authored
      Merge "at91: drivers for 3.17 #1" from Nicolas Ferre:
      
      "This update delayed to 3.17, is about replacing the existing calls to the
      older, non-standard drivers by the use of the newer "pwm-atmel" which takes
      advantage of the PWM framework.
      All concerned maintainer gave their acknowledgement to the relevant patches.
      At the end, it removes three obsolete drivers and the diffstat looks pretty
      nice as well."
      
      Atmel PWM driver update for 3.17
      - move to the new PWM driver which uses PWM framework
      - remove 3 obsolete drivers (atmel-pwm-bl.c, leds-atmel-pwm.c and atmel_pwm.c)
      
      * tag 'at91-drivers' of git://github.com/at91linux/linux-at91:
        misc: atmel_pwm: remove obsolete driver
        leds: atmel-pwm: remove obsolete driver
        backlight: atmel-pwm-bl: remove obsolete driver
        avr32: update defconfig to use the generic PWM framework
        avr32: favr-32: use generic pwm_bl driver
        avr32: merisc: use generic leds_pwm driver
        avr32: MRMT: use generic leds_pwm driver
        avr32/at32ap: switch to the generic PWM framework
        PWM: atmel: allow building for AVR32
        ARM: at91: remove useless at91_pwm_leds()
        ARM: at91: at91sam9rl: switch to generic PWM framework
        ARM: at91: sam9263ek: use generic leds_pwm driver
        ARM: at91: at91sam9263: switch to generic PWM framework
        ARM: at91: sam9m10g45ek: use generic leds_pwm driver
        ARM: at91: at91sam9g45: switch to generic PWM framework
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      bde19a7e
  7. 09 Jul, 2014 15 commits
  8. 29 Jun, 2014 10 commits