Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752430AbdGGTxx (ORCPT ); Fri, 7 Jul 2017 15:53:53 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:34911 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659AbdGGTxv (ORCPT ); Fri, 7 Jul 2017 15:53:51 -0400 Date: Sat, 8 Jul 2017 04:53:48 +0900 From: Stafford Horne To: Linus Torvalds Cc: LKML Subject: Openrisc fixes for 4.13 Message-ID: <20170707195348.GD2511@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1382 Lines: 40 Hello Linus Please consider for pull, Openrisc fixes for this 4.13 merge window, there is not really much here: - include cleanups, one with should reduce build time slightly - switch to new toolchain to new (>2 year old) toolchain prefix The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: https://github.com/openrisc/linux.git tags/openrisc-for-linus for you to fetch changes up to 2e08a0ef7627c1c1619442494d753de0c5b22091: openrisc: defconfig: Cleanup from old Kconfig options (2017-07-08 04:35:30 +0900) ---------------------------------------------------------------- OpenRISC fixes for 4.13 ---------------------------------------------------------------- Krzysztof Kozlowski (1): openrisc: defconfig: Cleanup from old Kconfig options Stafford Horne (2): openrisc: Change toolchain from or32- to or1k- openrisc: Switch to use export.h instead of module.h Tobias Klauser (1): openrisc: explicitly include linux/bug.h in asm/fixmap.h arch/openrisc/configs/or1ksim_defconfig | 3 +-- arch/openrisc/include/asm/fixmap.h | 1 + arch/openrisc/kernel/or32_ksyms.c | 2 +- arch/openrisc/kernel/process.c | 2 +- arch/openrisc/lib/delay.c | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-)