From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Mon, 2 Jan 2017 22:24:32 +0100 Subject: [PATCH 0/2] ARM: orion5x: Move micon code to a MFD driver In-Reply-To: <20161229000137.5553-1-f.fainelli@gmail.com> References: <20161229000137.5553-1-f.fainelli@gmail.com> Message-ID: <20170102212432.GB15213@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 28, 2016 at 04:01:35PM -0800, Florian Fainelli wrote: > Hi all, > > This patch series removes some duplicate code between the Kurobox and the > Terastation Pro 2 since they both use the same on-board microcontroller (micon) > attached to their UART1 for system restart. > > Future patches will add support for the LEDs, temperature, FAN that the micro > controller provides. Hi Florian Are you coordinating with Roger Shimizu . He has a conflicting patchset doing something similar/different. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756395AbdABVZl (ORCPT ); Mon, 2 Jan 2017 16:25:41 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:39240 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbdABVYq (ORCPT ); Mon, 2 Jan 2017 16:24:46 -0500 Date: Mon, 2 Jan 2017 22:24:32 +0100 From: Andrew Lunn To: Florian Fainelli Cc: linux-arm-kernel@lists.infradead.org, lee.jones@linaro.org, linux@armlinux.org.uk, gregory.clement@free-electrons.com, jason@lakedaemon.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ARM: orion5x: Move micon code to a MFD driver Message-ID: <20170102212432.GB15213@lunn.ch> References: <20161229000137.5553-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161229000137.5553-1-f.fainelli@gmail.com> 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 On Wed, Dec 28, 2016 at 04:01:35PM -0800, Florian Fainelli wrote: > Hi all, > > This patch series removes some duplicate code between the Kurobox and the > Terastation Pro 2 since they both use the same on-board microcontroller (micon) > attached to their UART1 for system restart. > > Future patches will add support for the LEDs, temperature, FAN that the micro > controller provides. Hi Florian Are you coordinating with Roger Shimizu . He has a conflicting patchset doing something similar/different. Andrew