Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3614481imm; Mon, 1 Oct 2018 01:20:26 -0700 (PDT) X-Google-Smtp-Source: ACcGV60+ZtYx31aqXSctfjb4zn3ISdIIEx7DzYumEqdeaD6TXEGOirWXtbgBcw3p3v56NyRCaqmd X-Received: by 2002:a62:4586:: with SMTP id n6-v6mr3475324pfi.3.1538382026797; Mon, 01 Oct 2018 01:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538382026; cv=none; d=google.com; s=arc-20160816; b=kxFj7zY/HHRXT4ELofrtOGcEUna1GSuGbVuJTmBs7b1/pPVD1gUuZ0cqx6jCLVGmQU lXNWy0KJy5hktJC7eSxHd8TMQC5yYaVGl8MySskEks2OHAftqGmph/ZzbTKM4vrw3vTJ QKnWKSk0QQs0ovfEej14C9HCrJVVpBmj5o9T7sNZjgneLa/CoDu5/4HLmSKB9MN6QmdN tZrBfpUAw1BWbPlZJ3qDdt/nXBJaXxN5reamAsa//ay6TVaaNcg2NWXGmHK6mEMM6CaU Rkh2ZFm51lSXojLdGnk1izjrBK7yJ00VDPRBueL18Mx/tp9wUbrvRgyHyew5gYCdHq8J XXWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject; bh=JntzCz7Lzt8ghIXb6HSHNNLB175RVHLicrzb6Z2Mdog=; b=Tz88hPVH4ThR4uDnfNPZtxADmXnZh9Hx38H2PJ8yiSYkh01MUSNrHhZHLXRShIiGlK yYsCoV8Z3I1h1upXI/+TD194rXNUUmLLLXQ/HeA4RsWcO83bKc75qBvhe/pMng/oP8BD hwY7ttlprIvnYFYC9iuqnGRXaokRlJUsPWEJ3fjXdMns8yf7gDrceUmAgJo59e7fZnn9 /raDNGyxHi/QP1UwDGavri402OZdihWVne6rNsrOsDRGSX6qBUFiY990Wur5GoWd9CcG pwVrhN8eg4SvVf4zZGOHJHqyPQGOr6cP1eCMTWyj65GcJRZHgXfI+R+99Gze7yp9H+F5 ZFDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c2-v6si11376809pgm.236.2018.10.01.01.20.12; Mon, 01 Oct 2018 01:20:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728962AbeJAO41 (ORCPT + 99 others); Mon, 1 Oct 2018 10:56:27 -0400 Received: from foss.arm.com ([217.140.101.70]:44870 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726386AbeJAO40 (ORCPT ); Mon, 1 Oct 2018 10:56:26 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1FCCD7A9; Mon, 1 Oct 2018 01:19:54 -0700 (PDT) Received: from [10.4.13.85] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 185E03F5B3; Mon, 1 Oct 2018 01:19:51 -0700 (PDT) Subject: Re: [RFC 5/5] MIPS: Add Realtek RTL8186 SoC support To: Yasha Cherikovsky , Ralf Baechle , Paul Burton , James Hogan , linux-mips@linux-mips.org Cc: Thomas Gleixner , Jason Cooper , Daniel Lezcano , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20180930141510.2690-1-yasha.che3@gmail.com> <20180930141510.2690-6-yasha.che3@gmail.com> From: Marc Zyngier Organization: ARM Ltd Message-ID: Date: Mon, 1 Oct 2018 09:19:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180930141510.2690-6-yasha.che3@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yasha, On 30/09/18 15:15, Yasha Cherikovsky wrote: > The Realtek RTL8186 SoC is a MIPS based SoC > used in some home routers [1][2]. > > The hardware includes Lexra LX5280 CPU with a TLB, > two Ethernet controllers, a WLAN controller and more. > > With this patch, it is possible to successfully boot > the kernel and load userspace on the Edimax BR-6204Wg > router. > Network drivers support will come in future patches. > > This patch includes: > - New MIPS rtl8186 platform > - Core platform setup code (mostly DT based) > - New Kconfig option > - defconfig file > - MIPS zboot UART support > - RTL8186 interrupt controller driver > - RTL8186 timer driver > - Device tree files for the RTL8186 SoC and Edimax BR-6204Wg > router > > [1] https://www.linux-mips.org/wiki/Realtek_SOC#Realtek_RTL8186 > [2] https://wikidevi.com/wiki/Realtek_RTL8186 > > Signed-off-by: Yasha Cherikovsky > Cc: Ralf Baechle > Cc: Paul Burton > Cc: James Hogan > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Daniel Lezcano > Cc: Rob Herring > Cc: Mark Rutland > Cc: linux-mips@linux-mips.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > arch/mips/Kbuild.platforms | 1 + > arch/mips/Kconfig | 17 ++ > arch/mips/boot/compressed/uart-16550.c | 5 + > arch/mips/boot/dts/Makefile | 1 + > arch/mips/boot/dts/realtek/Makefile | 4 + > arch/mips/boot/dts/realtek/rtl8186.dtsi | 86 +++++++ > .../dts/realtek/rtl8186_edimax_br_6204wg.dts | 45 ++++ > arch/mips/configs/rtl8186_defconfig | 112 +++++++++ > arch/mips/include/asm/mach-rtl8186/rtl8186.h | 37 +++ > arch/mips/rtl8186/Makefile | 2 + > arch/mips/rtl8186/Platform | 7 + > arch/mips/rtl8186/irq.c | 8 + > arch/mips/rtl8186/prom.c | 15 ++ > arch/mips/rtl8186/setup.c | 80 +++++++ > arch/mips/rtl8186/time.c | 10 + > drivers/clocksource/Kconfig | 9 + > drivers/clocksource/Makefile | 1 + > drivers/clocksource/timer-rtl8186.c | 220 ++++++++++++++++++ > drivers/irqchip/Kconfig | 5 + > drivers/irqchip/Makefile | 1 + > drivers/irqchip/irq-rtl8186.c | 107 +++++++++ Could you please split this into at least three patches (arch code, clocksource, irqchip) to ease the review? Thanks, M. -- Jazz is not dead. It just smells funny...