Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752399AbbDSMaU (ORCPT ); Sun, 19 Apr 2015 08:30:20 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:26879 "EHLO smtp1-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbbDSMaT (ORCPT ); Sun, 19 Apr 2015 08:30:19 -0400 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Ralf Baechle , Alban Bedel , Andrew Bresticker , Qais Yousef , Wolfram Sang , Sergey Ryazanov , Gabor Juhos , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/5] MIPS: ath79: Various small fix to prepare OF support Date: Sun, 19 Apr 2015 14:29:59 +0200 Message-Id: <1429446604-15403-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1317 Lines: 32 First re-run of this serie of misc fix and preparation for OF support on ATH79. * Dropped the bad PCI patch * Moved the patch to use the common clk API out of the OF support serie into this one. Alban Bedel (5): MIPS: ath79: Enable ZBOOT support MIPS: ath79: Add a missing new line in log message MIPS: ath79: Correctly name the defines for the PLL_FB register MIPS: ath79: Improve the DDR controller interface MIPS: ath79: Use the common clk API arch/mips/Kconfig | 2 + arch/mips/ath79/clock.c | 35 +----- arch/mips/ath79/common.c | 35 +++++- arch/mips/ath79/common.h | 1 + arch/mips/ath79/irq.c | 147 ++++++------------------- arch/mips/ath79/setup.c | 5 +- arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 12 +- arch/mips/include/asm/mach-ath79/ath79.h | 3 +- arch/mips/pci/pci-ar71xx.c | 10 +- 9 files changed, 85 insertions(+), 165 deletions(-) -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/