Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754115AbbBRSBd (ORCPT ); Wed, 18 Feb 2015 13:01:33 -0500 Received: from mail-bn1bbn0103.outbound.protection.outlook.com ([157.56.111.103]:15533 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753437AbbBRSBb (ORCPT ); Wed, 18 Feb 2015 13:01:31 -0500 Message-ID: <54E4D30C.9050507@Freescale.com> Date: Wed, 18 Feb 2015 11:59:40 -0600 From: Emil Medve User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Kumar Gala CC: , , Geoff Thorpe Subject: Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan References: <1424101581-22109-1-git-send-email-Emilian.Medve@Freescale.com> <1424101581-22109-2-git-send-email-Emilian.Medve@Freescale.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-EOPAttributedMessage: 0 Authentication-Results: spf=fail (sender IP is 192.88.168.50) smtp.mailfrom=Emilian.Medve@Freescale.com; kernel.crashing.org; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:192.88.168.50;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(377454003)(24454002)(479174004)(51704005)(52604005)(110136001)(50986999)(65806001)(92566002)(23746002)(87266999)(33656002)(36756003)(62966003)(86362001)(65816999)(2950100001)(104016003)(76176999)(85426001)(19580395003)(105606002)(106466001)(77096005)(83506001)(87936001)(80316001)(6806004)(65956001)(77156002)(54356999)(46102003)(50466002)(47776003)(19580405001);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR0301MB1189;H:tx30smr01.am.freescale.net;FPR:;SPF:Fail;MLV:sfv;LANG:en; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB1189; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005003);SRVR:BY1PR0301MB1189; X-Forefront-PRVS: 04916EA04C X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB1189; X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Feb 2015 18:01:23.0162 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.168.50] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR0301MB1189 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1554 Lines: 42 Hello Kumar, Thanks for taking the time to review this On 02/18/2015 11:43 AM, Kumar Gala wrote: > 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/ Will move/rename > Also, any reason you guys aren?t using drivers/soc/fsl ? Will rename Cheers, -- 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/