Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757256AbcJSRsd (ORCPT ); Wed, 19 Oct 2016 13:48:33 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:56144 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751934AbcJSRsc (ORCPT ); Wed, 19 Oct 2016 13:48:32 -0400 Date: Wed, 19 Oct 2016 13:48:29 -0400 From: Rich Felker To: Linus Torvalds Cc: Linux-sh list , linux-kernel@vger.kernel.org, Yoshinori Sato Subject: [GIT PULL] arch/sh updates for 4.9 Message-ID: <20161019174829.GA5905@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 34 Hi Linus, Please pull these minor changes for arch/sh. Rich The following changes since commit c8d2bc9bc39ebea8437fd974fdbc21847bb897a3: Linux 4.8 (2016-10-02 16:24:33 -0700) are available in the git repository at: git://git.libc.org/linux-sh tags/sh-for-4.9 for you to fetch changes up to 99f453f875a5e207f38e92ced6ce3427433d5be2: sh: add earlycon support to j2_defconfig (2016-10-18 18:54:56 -0400) ---------------------------------------------------------------- Minor changes to improve J2 support and match Kconfig expectations of other subsystems. ---------------------------------------------------------------- Rich Felker (3): sh: support CPU_J2 when compiler lacks -mj2 sh: add Kconfig option for J-Core SoC core drivers sh: add earlycon support to j2_defconfig arch/sh/Makefile | 2 +- arch/sh/boards/Kconfig | 10 ++++++++++ arch/sh/configs/j2_defconfig | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-)