Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3355119imm; Sun, 30 Sep 2018 18:38:46 -0700 (PDT) X-Google-Smtp-Source: ACcGV61qC7yahabQzhne7+mn3V7lU+52kLO4+RWOcLB20mNZsJCfmIbiyye8uSrECQiH97Di3MRC X-Received: by 2002:a62:fcd8:: with SMTP id e207-v6mr9026321pfh.132.1538357926517; Sun, 30 Sep 2018 18:38:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538357926; cv=none; d=google.com; s=arc-20160816; b=D3eeRsIgdR8fBzirLCgeLa6RvKLTr2qBqoplqZdXPwe6Y6n/BXeSyjW0FWCHNBOs6a 7vb9OO2bTL178KVZIwORs3zUtayCwqIsdtOia9E0wyW8Icgzsio1GmIcJzZgmBv3AjER 60wKX6YphpsP+HHAKkn4wojhQ0lUkBkhapYkGB9iGHjIf9z8z8SYFyZH7I5kHdufYq39 kTG0Ot7D8b7u/sJPZCbEFRALUhsFrS55EX7C/I1YWHXm/htSDVyJhGU8hK4dRrVALMn6 SXtQ95uZETjtC4XwLnwcg8RgqiimdDIvNKL3f7G5YyonDHWRWGO55ZrDEqndhPVqMav6 Q8Pw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=cLbbNJj82DZuS4MVfbDtb2LjhEhRZ3dqoGFbsoomKXc=; b=U45GGQNilwVW6NRGHuHp4Ot0gKWI63q63+pzfVXVCtkCTElYfykkWtNyCk44SR2fCJ KxJH4NNxV1Q5tC2+tgBzGDjBR+fbe5xThghAPBlo7hLloSKoW0nvI4WwoVDnTApMDEa/ wwRpGtNZRljw6hFTwVLzkv0+3HpaFLIRLuXe5STw3FyU0F6XkAHz7bXPfuHeJpyImMVo G8eY5UhMT2cwEgVBe7eqll3dhuCKEUghmTSUU2nV5qbqx/g9aLJqsp0tFaVESFVZXYJj cWGCceVJnxWJoUg2AdfyN5us7zNofZd11O/Omxv93b980S6aAMxpba9mKF3L0M7sJy8i 6uSA== 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 c11-v6si4732767pgj.409.2018.09.30.18.38.32; Sun, 30 Sep 2018 18:38:46 -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 S1728664AbeJAIM2 (ORCPT + 99 others); Mon, 1 Oct 2018 04:12:28 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:42541 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728643AbeJAIM2 (ORCPT ); Mon, 1 Oct 2018 04:12:28 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.4106112|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e01e04486;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=18;RT=18;SR=0;TI=SMTPD_---.Cy2mF2K_1538357790; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.Cy2mF2K_1538357790) by smtp.aliyun-inc.com(10.147.40.2); Mon, 01 Oct 2018 09:36:30 +0800 From: Guo Ren To: tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, robh+dt@kernel.org, mark.rutland@arm.com, daniel.lezcano@linaro.org, anurup.m@huawei.com, Jonathan.Cameron@huawei.com, will.deacon@arm.com, zhangshaokun@hisilicon.com, jhogan@kernel.org, paul.burton@mips.com, peterz@infradead.org, f.fainelli@gmail.com, arnd@arndb.de Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Guo Ren Subject: [PATCH V9 0/8] C-SKY(csky) Linux Kernel Drivers Date: Mon, 1 Oct 2018 09:35:55 +0800 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From "PATCH V5 00/30] C-SKY(csky) Linux Kernel Port" I seperated the drivers from the patchset. I've sent driver patches with "V5 V6 V7 V8". Now is V9. The changelog is in every patch. Perhaps I should seperate driver patchset earlier and the csky port patchset is too big now. Any feedback is welcome, thx for all people review my patchset. Best Regards Guo Ren (8): irqchip: add C-SKY SMP interrupt controller dt-bindings: interrupt-controller: C-SKY SMP intc clocksource: add C-SKY SMP timer dt-bindings: timer: C-SKY Multi-processor timer dt-bindings: interrupt-controller: C-SKY APB intc irqchip: add C-SKY APB bus interrupt controller dt-bindings: timer: gx6605s SOC timer clocksource: add gx6605s SOC system timer .../interrupt-controller/csky,apb-intc.txt | 62 +++++ .../bindings/interrupt-controller/csky,mpintc.txt | 40 ++++ .../bindings/timer/csky,gx6605s-timer.txt | 42 ++++ .../devicetree/bindings/timer/csky,mptimer.txt | 42 ++++ drivers/clocksource/Kconfig | 16 ++ drivers/clocksource/Makefile | 2 + drivers/clocksource/csky_mptimer.c | 176 ++++++++++++++ drivers/clocksource/timer-gx6605s.c | 150 ++++++++++++ drivers/irqchip/Kconfig | 16 ++ drivers/irqchip/Makefile | 2 + drivers/irqchip/irq-csky-apb-intc.c | 260 +++++++++++++++++++++ drivers/irqchip/irq-csky-mpintc.c | 195 ++++++++++++++++ include/linux/cpuhotplug.h | 1 + 13 files changed, 1004 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt create mode 100644 Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/csky,mptimer.txt create mode 100644 drivers/clocksource/csky_mptimer.c create mode 100644 drivers/clocksource/timer-gx6605s.c create mode 100644 drivers/irqchip/irq-csky-apb-intc.c create mode 100644 drivers/irqchip/irq-csky-mpintc.c -- 2.7.4