From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9F98C10F00 for ; Fri, 6 Mar 2020 17:29:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 907B42051A for ; Fri, 6 Mar 2020 17:29:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=goldelico.com header.i=@goldelico.com header.b="eM4vuiUh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726635AbgCFR3s (ORCPT ); Fri, 6 Mar 2020 12:29:48 -0500 Received: from mo4-p02-ob.smtp.rzone.de ([81.169.146.169]:30711 "EHLO mo4-p02-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbgCFR3q (ORCPT ); Fri, 6 Mar 2020 12:29:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1583515783; s=strato-dkim-0002; d=goldelico.com; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=Qw5dcy/rV1If+IupT5HWpc9h9dRPV1jUSAUeEcx3M3Y=; b=eM4vuiUhRi9+Wnwglj6TKwTqhmbkeZcF3182THzXvYVVKXg2zCACufFbgwmWGeFHuM KkGB9eoGzKx5R1/iNnmmoSrr1dkmKrlAqyu/CrgShNXB808qiwoI1eevxzWhjz6I868g YKBoS48TXPzlLYoEy4cz11a5o3foSwDE+dVjDfUcbc7v/DJfbrUD+11D5aVJw24SxlJZ 74+ITYZVnuLoHqVoNl8mYI1ovC/xGLY8gvP9uJmK2pWrHnOUBj5eg44mz2CBqsU5PbLA 059DEC1ewrvCTJWuK8lzO8VQHiLC5lOQZKDEQLMXXpGKm9qpqrTrafaNBtHyppkvKSx/ FWNw== X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMhflhwDubTJ9o1mfYzBGHXH6GQjzrz4=" X-RZG-CLASS-ID: mo00 Received: from iMac.fritz.box by smtp.strato.de (RZmta 46.2.0 DYNA|AUTH) with ESMTPSA id y0a02cw26HTWZta (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 6 Mar 2020 18:29:32 +0100 (CET) From: "H. Nikolaus Schaller" To: Paul Cercueil , Rob Herring , Mark Rutland , Thomas Bogendoerfer , "H. Nikolaus Schaller" , Geert Uytterhoeven , Kees Cook , "Eric W. Biederman" , Miquel Raynal Cc: devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, Paul Boddie Subject: [PATCH v6 0/3] MIPS: Fixes and improvements for CI20 board (JZ4780) Date: Fri, 6 Mar 2020 18:29:29 +0100 Message-Id: X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org * reordered patches and send Fixes as separate ones (requested by Thomas Bogendoerfer ) * fixed Checkpatch issue with comments in PMU patch (suggested by Thomas Bogendoerfer ) PATCH V5 2020-02-29 20:45:52: * add #include irq.h not in PMU patch but in RTC patch * added Reviewed-by: Paul Cercueil PATCH V4 2020-02-28 19:02:57: * use KEY_F13 for SW1 button to avoid conflict with Enter of an USB keyboard (suggested by Paul Cercueil ) * tidy up all new #includes to be at beginning of file and alphabetically sorted (suggested by Paul Cercueil ) * add new #include to DTS only when needed (suggested by Paul Cercueil ) PATCH V3 2020-02-16 21:21:07: * dropped "drm: ingenic-drm: add MODULE_DEVICE_TABLE" because it will be resubmitted with a HDMI driver solution * added Cc: stable@vger.kernel.org where appropriate (suggested by Paul Cercueil ) * squashed all other DTS and CONFIG changes into single patches (suggested by Paul Cercueil ) PATCH V2 2020-02-14 17:10:33: * dropped "net: davicom: dm9000: allow to pass MAC address through mac_addr module parameter" from this series because it goes through the netdev tree (suggested by Andrew Lunn ) * added a "fixes:" for "MIPS: DTS: CI20: fix PMU definitions for ACT8600" and "MIPS: DTS: CI20: fix interrupt for pcf8563 RTC" (suggested by Andreas Kemnade ) * "i2c: jz4780: silence log flood on txabrt" dropped because it is replaced by a new version in v5.6 by Wolfram Sang PATCH V1 2020-02-11 22:41:43: This patch set provides several improvements for the CI20 board: * suppress warnings from i2c if device is not responding * make ingenic-drm found through DT * allow davicom dm9000 ethernet controller to use MAC address provided by U-Boot * fix #include in jz4780.dtsi * configure for loadable kernel modules * add DTS for IR sensor and SW1 button * configure so that LEDs, IR sensor, SW1 button have drivers * fix DTS for ACT8600 PMU and configure driver * fix interrupt of nxp,pcf8563 There is another patch set in our queue to add HDMI support on top of this work. Signed-off-by: Paul Boddie Signed-off-by: H. Nikolaus Schaller Alex Smith (1): MIPS: DTS: CI20: add DT node for IR sensor H. Nikolaus Schaller (2): MIPS: DTS: CI20: multiple DTS improvements MIPS: CI20: defconfig: multiple improvements arch/mips/boot/dts/ingenic/ci20.dts | 19 +++++++++++++++++++ arch/mips/configs/ci20_defconfig | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) -- 2.23.0