1. 30 10月, 2013 7 次提交
  2. 13 9月, 2013 1 次提交
  3. 05 9月, 2013 1 次提交
  4. 04 9月, 2013 1 次提交
    • G
      MIPS: ath79: Switch to the clkdev framework · 2c4f1ac5
      Gabor Juhos 提交于
      The ath79 code uses static clock devices and
      provides its own clk_{get,put} implementations.
      
      Change the code to use dynamically allocated
      clock devices and register the clocks within
      the clkdev framework.
      
      Additionally, remove the local clk_{get,put}
      implementation. The clkdev framework has a
      common implementation of those.
      
      Also move the call of ath79_clock_init() from
      plat_mem_init() to plat_time_init(). Otherwise
      it would not be possible to use memory allocation
      functions from ath79clock_init() becasuse the
      memory subsystem is not yet initialized when
      plat_mem_init() runs.
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/5780/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2c4f1ac5
  5. 03 9月, 2013 1 次提交
  6. 26 8月, 2013 1 次提交
  7. 23 8月, 2013 1 次提交
  8. 12 8月, 2013 1 次提交
    • T
      PCI: remove ARCH_SUPPORTS_MSI kconfig option · ebd97be6
      Thomas Petazzoni 提交于
      Now that we have weak versions for each of the PCI MSI architecture
      functions, we can actually build the MSI support for all platforms,
      regardless of whether they provide or not architecture-specific
      versions of those functions. For this reason, the ARCH_SUPPORTS_MSI
      hidden kconfig boolean becomes useless, and this patch gets rid of it.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: NBjorn Helgaas <bhelgaas@google.com>
      Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Tested-by: NDaniel Price <daniel.price@gmail.com>
      Tested-by: NThierry Reding <thierry.reding@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: linux390@de.ibm.com
      Cc: linux-s390@vger.kernel.org
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: x86@kernel.org
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Fenghua Yu <fenghua.yu@intel.com>
      Cc: linux-ia64@vger.kernel.org
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: linux-mips@linux-mips.org
      Cc: David S. Miller <davem@davemloft.net>
      Cc: sparclinux@vger.kernel.org
      Cc: Chris Metcalf <cmetcalf@tilera.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      ebd97be6
  9. 31 7月, 2013 1 次提交
  10. 19 7月, 2013 1 次提交
  11. 05 7月, 2013 1 次提交
  12. 02 7月, 2013 1 次提交
  13. 01 7月, 2013 6 次提交
  14. 22 6月, 2013 1 次提交
  15. 13 6月, 2013 4 次提交
  16. 11 6月, 2013 2 次提交
  17. 04 6月, 2013 1 次提交
  18. 09 5月, 2013 3 次提交
  19. 08 5月, 2013 4 次提交
  20. 02 5月, 2013 1 次提交