Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754113AbbBRRnd (ORCPT ); Wed, 18 Feb 2015 12:43:33 -0500 Received: from gate.crashing.org ([63.228.1.57]:58580 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753151AbbBRRnc convert rfc822-to-8bit (ORCPT ); Wed, 18 Feb 2015 12:43:32 -0500 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan From: Kumar Gala In-Reply-To: <1424101581-22109-2-git-send-email-Emilian.Medve@Freescale.com> Date: Wed, 18 Feb 2015 11:43:12 -0600 Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Geoff Thorpe Content-Transfer-Encoding: 8BIT Message-Id: References: <1424101581-22109-1-git-send-email-Emilian.Medve@Freescale.com> <1424101581-22109-2-git-send-email-Emilian.Medve@Freescale.com> To: Emil Medve X-Mailer: Apple Mail (2.1878.6) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1391 Lines: 31 On Feb 16, 2015, at 9:46 AM, Emil Medve wrote: > From: Geoff Thorpe > > Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be > Signed-off-by: Geoff Thorpe > --- > drivers/soc/Kconfig | 1 + > drivers/soc/Makefile | 1 + > drivers/soc/freescale/Kconfig | 51 ++ > drivers/soc/freescale/Makefile | 7 + > drivers/soc/freescale/bman.c | 611 ++++++++++++++++++++ > drivers/soc/freescale/bman.h | 524 +++++++++++++++++ > drivers/soc/freescale/bman_api.c | 1033 ++++++++++++++++++++++++++++++++++ > drivers/soc/freescale/bman_portal.c | 330 +++++++++++ > drivers/soc/freescale/bman_priv.h | 149 +++++ > drivers/soc/freescale/dpaa_alloc.c | 404 +++++++++++++ > drivers/soc/freescale/dpaa_sys.h | 235 ++++++++ > drivers/soc/freescale/qbman_driver.c | 41 ++ > include/linux/fsl_bman.h | 511 +++++++++++++++++ If you are using drivers/soc than the include should probably be include/soc/freescale/ Also, any reason you guys aren?t using drivers/soc/fsl ? - k-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/