Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751723AbdF1P5G (ORCPT ); Wed, 28 Jun 2017 11:57:06 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:50523 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752272AbdF1P4x (ORCPT ); Wed, 28 Jun 2017 11:56:53 -0400 From: Aleksandar Markovic To: linux-mips@linux-mips.org Cc: Aleksandar Markovic , Douglas Leung , Goran Ferenc , Greg Kroah-Hartman , James Hogan , Jiri Slaby , linux-kernel@vger.kernel.org, Miodrag Dinic , Paul Burton , Petar Jovanovic , Raghu Gandham Subject: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator Date: Wed, 28 Jun 2017 17:56:24 +0200 Message-Id: <1498665399-29007-1-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 41 From: Aleksandar Markovic v1->v2: - the patch on PREF usage in memcpy dropped as not needed - updated recipient lists using get_maintainer.pl - rebased to the latest kernel code This series contains an assortment of changes necessary for proper operation of Android emulator for Mips. However, we think that wider kernel community may benefit from them too. Aleksandar Markovic (1): MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separately Lingfeng Yang (1): input: goldfish: Fix multitouch event handling Miodrag Dinic (5): MIPS: cmdline: Add support for 'memmap' parameter MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6 MIPS: unaligned: Add DSP lwx & lhx missaligned access support tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms tty: goldfish: Implement support for kernel 'earlycon' parameter arch/mips/Makefile | 2 +- arch/mips/include/uapi/asm/inst.h | 11 ++ arch/mips/kernel/setup.c | 40 +++++++ arch/mips/kernel/unaligned.c | 174 ++++++++++++++++++------------- arch/mips/math-emu/dp_maddf.c | 5 +- arch/mips/math-emu/sp_maddf.c | 5 +- drivers/input/keyboard/goldfish_events.c | 33 +++++- drivers/tty/Kconfig | 3 + drivers/tty/goldfish.c | 145 ++++++++++++++++++++++++-- 9 files changed, 329 insertions(+), 89 deletions(-) -- 2.7.4