Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp12358imm; Thu, 30 Aug 2018 05:56:25 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbJj2fOnZV8Cu/N1/7KZ+8o0BWZEi9yRSXdHVyx9i6xhfynxR+kuc0U9Nffl7L3/sIXldDV X-Received: by 2002:a62:778c:: with SMTP id s134-v6mr10399093pfc.189.1535633784941; Thu, 30 Aug 2018 05:56:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535633784; cv=none; d=google.com; s=arc-20160816; b=VayaulhJPae4cC9fh/Z2wilDLksJQqyWk9URqyKQXfBClPRjayLu9su07EOhFe7cXA 33Uxww64PjZmqQupLdWe5msxkr1pOZL/xt87wB4jZmM5v0iQlhy35l6z71Zb+erl4mmL tV3rKX96n8feWdUWSNun62E6nt/WVBio6J7TuQIHkrq5gDmlLzeEuoa10Xz/Z0lA0mbM +JHuF9aggfWutD0bShzz6Y+bp8yK3EEgogPOktyoWcZBTVO6fs0ZD9d6WG5Dij5kA9Zq CsLu64XN3nIDaPeAmWGkgMWRVhJYD6M6lqkbJ+jYFzjKXaWobqvvqx8si0NKQ/QSzuCg j7dQ== 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 :arc-authentication-results; bh=Y+L9O0IsIKyJb+RgW0Uwexj+HDq6xu7jVE2bfR4TTtg=; b=LFR8lNY9P6dxBeKHte2Y31gQd4Nb93nM5W986s3/zGNe6dilsOnSW6Qb3UG3QWDBe0 HzBp/zLOBXDUcjZPnQE9kVUOWefO4tmsnnyGGk4NKnKgy86G3BhlNoHHUAQ/n+kYgDzc pdP9LTjtZZxM1WpdcmUrvERmUs0E5fRoSIel52NTKUhVUTFp5JNfIkFt63FU8SptAXDk AZbFUO9BS3WhWfwgy7pR59oDpp2KF/SIZ2JjSCI44FH3xAwKy833O3vOy9jZBbCUgUGt JDpD56I5xXy2AODC3L3UtOc5fIPAjhoxgQR41W1Y6EZbBGEjAAG8/SiZIXnq9rWCermF NtoQ== 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 a8-v6si6603772ple.189.2018.08.30.05.56.10; Thu, 30 Aug 2018 05:56:24 -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 S1728891AbeH3Q4H (ORCPT + 99 others); Thu, 30 Aug 2018 12:56:07 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:48176 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728832AbeH3Q4H (ORCPT ); Thu, 30 Aug 2018 12:56:07 -0400 Received: from ramsan.of.borg ([84.194.111.163]) by michel.telenet-ops.be with bizsmtp id VQu51y00o3XaVaC06Qu5c6; Thu, 30 Aug 2018 14:54:06 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fvMSb-0007YK-K5; Thu, 30 Aug 2018 14:54:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1fvMSb-0005Wa-Is; Thu, 30 Aug 2018 14:54:05 +0200 From: Geert Uytterhoeven To: Greg Kroah-Hartman Cc: Jiri Slaby , Chris Brandt , Wolfram Sang , Ulrich Hecht , linux-serial@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] serial: sh-sci: Fix earlycon on Renesas ARM platforms Date: Thu, 30 Aug 2018 14:54:02 +0200 Message-Id: <20180830125404.21192-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Due to an unfortunate oversight, commit 2d4dd0da45401c7a ("serial: sh-sci: Allow for compressed SCIF address") broke earlycon on all Renesas ARM platforms using a SCIF port for the serial console (R-Car, RZ/A1, RZ/G1, RZ/G2 SoCs), due to an incorrect value of port->regshift. This patch series fixes that by reverting that commit, and a (reverse) dependency. Earlycon for RZ/A2 (which is a new platform) will be fixed later in a separate patch. Thanks for applying! Geert Uytterhoeven (2): Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE" Revert "serial: sh-sci: Allow for compressed SCIF address" drivers/tty/serial/sh-sci.c | 56 +++++++++++++++++++++++++++---------- include/linux/serial_sci.h | 1 + 2 files changed, 42 insertions(+), 15 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds