From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbaIYPQs (ORCPT ); Thu, 25 Sep 2014 11:16:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32930 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbaIYPQr (ORCPT ); Thu, 25 Sep 2014 11:16:47 -0400 Date: Thu, 25 Sep 2014 17:15:51 +0200 From: Greg Kroah-Hartman To: Santosh Shilimkar Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sandeep_n@ti.com, Michal Marek , Sam Ravnborg , Kumar Gala , Olof Johansson , Arnd Bergmann Subject: Re: [PATCH] firmware: add Keystone QMSS PDSP accumulator firmware blob Message-ID: <20140925151551.GA18530@kroah.com> References: <1411654423-29480-1-git-send-email-santosh.shilimkar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1411654423-29480-1-git-send-email-santosh.shilimkar@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 25, 2014 at 10:13:43AM -0400, Santosh Shilimkar wrote: > From: Sandeep Nair > > QMSS(Queue Manager Sub System) uses PDSPs to implement various > QM related functions like packet accumulation, QoS or event > management. > > Patch adds firmware blob for the QMSS accumulator > functionality. > > Cc: Michal Marek > Cc: Sam Ravnborg > Cc: Greg Kroah-Hartman > Cc: Kumar Gala > Cc: Olof Johansson > Cc: Arnd Bergmann > Signed-off-by: Sandeep Nair > Signed-off-by: Santosh Shilimkar > --- > I know we are not adding firmware to kernel and the idea is to get them > loaded via rootfs. But this firmware is for an infrastructure component > which is needed for Keystone. What does "infrastructure component" mean? What is "Keystone"? > The respective drivers got into the queue > and the firmware was dropped from the series to follow the firmware tree. Did you submit this to the linux-firmware tree? Did the driver that needs this get merged into Linus's tree yet? thanks, greg k-h