Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbdHVP7w (ORCPT ); Tue, 22 Aug 2017 11:59:52 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:42880 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751188AbdHVP7t (ORCPT ); Tue, 22 Aug 2017 11:59:49 -0400 From: Aleksandar Markovic To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, jslaby@suse.com, alan@linux.intel.com, jinqian@android.com, dan.carpenter@oracle.com, aleksandar.markovic@imgtec.com, miodrag.dinic@imgtec.com, petar.jovanovic@imgtec.com, raghu.gandham@imgtec.com, james.hogan@imgtec.com, ralf@linux-mips.org Subject: [PATCH 0/2] Amend tty Goldfish driver functionality Date: Tue, 22 Aug 2017 17:56:35 +0200 Message-Id: <20170822155637.53204-1-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 604 Lines: 19 From: Aleksandar Markovic This series adds two features to the tty goldfish driver that are crucial for the operation of the new generation of Android emulator for Mips. The backward compatibility issues are all taken care of. Miodrag Dinic (2): tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms tty: goldfish: Implement support for kernel 'earlycon' parameter drivers/tty/Kconfig | 3 + drivers/tty/goldfish.c | 146 +++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 137 insertions(+), 12 deletions(-) -- 2.9.3