From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754253AbbHDAcU (ORCPT ); Mon, 3 Aug 2015 20:32:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47769 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752917AbbHDAcT (ORCPT ); Mon, 3 Aug 2015 20:32:19 -0400 Date: Mon, 3 Aug 2015 17:32:18 -0700 From: Greg Kroah-Hartman To: Tomas Winkler Cc: arnd@arndb.de, Alexander Usyskin , linux-kernel@vger.kernel.org Subject: Re: [char-misc-next 3/3 V2] mei: disconnect on connection request timeout Message-ID: <20150804003218.GA23098@kroah.com> References: <1438171174-15674-1-git-send-email-tomas.winkler@intel.com> <1438171174-15674-3-git-send-email-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438171174-15674-3-git-send-email-tomas.winkler@intel.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 29, 2015 at 02:59:34PM +0300, Tomas Winkler wrote: > From: Alexander Usyskin > > For the FW with HBM version >= 2.0 we don't need to reset the whole > device in case of a particular client failing to connect. It is > sufficient to send a disconnect request to bring the device to the > stable state. > > Signed-off-by: Alexander Usyskin > Signed-off-by: Tomas Winkler > --- > V2: 1. Remove bougous check on pm_runtime_active that prevented > disconnection from a client I applied the previous version, can you send a fix-up for the differences? thanks, greg k-h