From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 04 Apr 2015 00:23:31 +0200 (CEST) Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27008399AbbDCWX3ku3bW (ORCPT ); Sat, 4 Apr 2015 00:23:29 +0200 Date: Fri, 3 Apr 2015 23:23:29 +0100 (BST) From: "Maciej W. Rozycki" To: Ralf Baechle cc: linux-mips@linux-mips.org Subject: [PATCH 00/48] FPU and FP emulation clean-ups, fixes and feature updates Message-ID: User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 46717 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: macro@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Hi, These are fixes to address code structuring and coding style problems and then bug fixes I discovered in the course of implementing an upcoming FPU feature. There are some minor feature updates too. They are related to one another to a various extent, sometimes very loosely, but I decided to keep them as a series because there is a lot of syntactical overlap, as changes are made in steps, one issue at a time. Keeping them in order guarantees that they apply on top of one another. Clean-ups come first as they should be completely uncontroversial, followed by restructuring, bug fixes and new features. Maciej