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=ham 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 BFA95C3F2D4 for ; Sat, 29 Feb 2020 19:46:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9440E2468A for ; Sat, 29 Feb 2020 19:46:03 +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="DZk73q4N" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727412AbgB2TqC (ORCPT ); Sat, 29 Feb 2020 14:46:02 -0500 Received: from mo4-p02-ob.smtp.rzone.de ([85.215.255.84]:10852 "EHLO mo4-p02-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727247AbgB2TqB (ORCPT ); Sat, 29 Feb 2020 14:46:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1583005558; 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=xdkhHoapj+i8xiRTHbgczZlcZb+EHj6Fb4qMXccy0T8=; b=DZk73q4NgoNlJezy/kw4DvKaHRIJCl4bSrgYzcw5RhvyQEew49dDfJgDpogTDJNki4 20eG+JBGn1fjvS1wXg1B34QCB8BtGdO4Sx+zrCtFYtF7Uw0JiI0Bn9r+EEqs9jg8MujQ Ktgm/m10WEmHulZD5S6CoQlMm7pPsePFuVb/NUBoInznFHLN9Ko0PmUO8H+/vfvoemsJ +8m6Z+4t/U/83qWHF74hTRUxyhas3U+S4+xnX1tkAaEMUkxRZPSitT95c0sEJzFmiAWC yAYw4zkopCUofoshwYI/ptydDJo4v+sxngpGV+qScj6KC5xzaqqdOq5JZ9Wlswb1ZdFQ TLcw== X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMhflhwDubTJ9o1mfYzBGHXH6HGqvi2w=" X-RZG-CLASS-ID: mo00 Received: from iMac.fritz.box by smtp.strato.de (RZmta 46.2.0 DYNA|AUTH) with ESMTPSA id y0a02cw1TJjn6m1 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Sat, 29 Feb 2020 20:45:49 +0100 (CET) From: "H. Nikolaus Schaller" To: Paul Boddie , Paul Cercueil , Rob Herring , Mark Rutland , Ralf Baechle , Paul Burton , "H. Nikolaus Schaller" , Miquel Raynal , Andi Kleen , Kees Cook , Krzysztof Kozlowski , Geert Uytterhoeven , "Eric W. Biederman" Cc: devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: [PATCH v5 0/5] MIPS: Fixes and improvements for CI20 board (JZ4780) Date: Sat, 29 Feb 2020 20:45:43 +0100 Message-Id: X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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 (4): MIPS: DTS: CI20: fix PMU definitions for ACT8600 MIPS: DTS: CI20: fix interrupt for pcf8563 RTC MIPS: DTS: CI20: multiple DTS improvements MIPS: CI20: defconfig: multiple improvements arch/mips/boot/dts/ingenic/ci20.dts | 71 ++++++++++++++++++++++------- arch/mips/configs/ci20_defconfig | 21 +++++++++ 2 files changed, 76 insertions(+), 16 deletions(-) -- 2.23.0