From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45232C31E51 for ; Tue, 18 Jun 2019 07:14:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1643F20679 for ; Tue, 18 Jun 2019 07:14:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560842043; bh=XbYebSig6WgWAtotCNmZuL+LePL+/ODdq6WIe8myLKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tfcebUEbH2tHT1riAsRz3Dl2hL2dBGhLsC15GJD/errcRvBEJPaSd0YHHitkWXkr0 6wZIiteLPQlxctT8BVnz6FQVCRoNNBEGauW/XKfLKTGvziUNhYqc2f6SEBeQzviScE fksAqlMAPIOsY98utVJo+rrNj+2BLgMeNRmkSJ9E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728994AbfFRHOB (ORCPT ); Tue, 18 Jun 2019 03:14:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:38964 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725919AbfFRHOB (ORCPT ); Tue, 18 Jun 2019 03:14:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7548E20679; Tue, 18 Jun 2019 07:14:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560842040; bh=XbYebSig6WgWAtotCNmZuL+LePL+/ODdq6WIe8myLKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yS+Sr4+kgzHWVTQdk4Yg2022E1Cxe8r9DJ5qt79cG4vX8txvzNi3C8nTevsPbe3NZ +hqyUiwuOnkXbodTya4U9PfZq/9F85nZIE4JKxLS8emNvRohsedk3JvS6fHLcmcfQj 0YvKKQYhudmLHdcLtslOLl5DTaSCpks8MZx4tO9U= Date: Tue, 18 Jun 2019 09:13:58 +0200 From: Greg Kroah-Hartman To: Takashi Iwai Cc: Luis Chamberlain , Shuah Khan , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2.5 0/3] firmware: Add support for loading compressed files Message-ID: <20190618071358.GA14474@kroah.com> References: <20190611122626.28059-1-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190611122626.28059-1-tiwai@suse.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 11, 2019 at 02:26:23PM +0200, Takashi Iwai wrote: > [resubmitted with the missing patch] > > Hi, > > here are the rest and the main part of patches to add the support for > loading the compressed firmware files. The patch was slightly > refactored for more easily enhancing for other compression formats (if > anyone wants). Also the selftest patch is included. The > functionality doesn't change from the previous patchset. Looks great, thanks for doing this. All now queued up. greg k-h