All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emil Medve <Emilian.Medve@Freescale.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Geoff Thorpe <Geoff.Thorpe@Freescale.com>,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan
Date: Wed, 18 Feb 2015 11:59:40 -0600	[thread overview]
Message-ID: <54E4D30C.9050507@Freescale.com> (raw)
In-Reply-To: <AC59CFF6-9DF2-444B-85CE-D0178C336418@kernel.crashing.org>

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 <Emilian.Medve@freescale.com> wrote:
> 
>> From: Geoff Thorpe <Geoff.Thorpe@freescale.com>
>>
>> Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be
>> Signed-off-by: Geoff Thorpe <Geoff.Thorpe@freescale.com>
>> ---
>> 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,

WARNING: multiple messages have this Message-ID (diff)
From: Emil Medve <Emilian.Medve@Freescale.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: <linuxppc-dev@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>,
	Geoff Thorpe <Geoff.Thorpe@Freescale.com>
Subject: Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan
Date: Wed, 18 Feb 2015 11:59:40 -0600	[thread overview]
Message-ID: <54E4D30C.9050507@Freescale.com> (raw)
In-Reply-To: <AC59CFF6-9DF2-444B-85CE-D0178C336418@kernel.crashing.org>

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 <Emilian.Medve@freescale.com> wrote:
> 
>> From: Geoff Thorpe <Geoff.Thorpe@freescale.com>
>>
>> Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be
>> Signed-off-by: Geoff Thorpe <Geoff.Thorpe@freescale.com>
>> ---
>> 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,

  reply	other threads:[~2015-02-18 18:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16 15:46 [RFC v2 00/10] Freescale DPAA B/QMan drivers Emil Medve
2015-02-16 15:46 ` [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan Emil Medve
2015-02-17  0:50   ` Scott Wood
2015-02-17  0:50     ` Scott Wood
2015-02-18 17:43   ` Kumar Gala
2015-02-18 17:43     ` Kumar Gala
2015-02-18 17:59     ` Emil Medve [this message]
2015-02-18 17:59       ` Emil Medve
2015-02-16 15:46 ` [RFC v2 02/10] fsl_qman: Add drivers for the Freescale DPAA QMan Emil Medve
2015-02-16 15:46 ` [RFC v2 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan Emil Medve
2015-02-16 15:46 ` [RFC v2 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan Emil Medve
2015-02-16 15:46 ` [RFC v2 05/10] fsl_bman: Add self-tester Emil Medve
2015-02-16 15:46 ` [RFC v2 06/10] fsl_qman: " Emil Medve
2015-02-16 15:46 ` [RFC v2 07/10] fsl_bman: Add debugfs support Emil Medve
2015-02-16 15:46 ` [RFC v2 08/10] fsl_qman: " Emil Medve
2015-02-16 15:46 ` [RFC v2 09/10] fsl_bman: Add HOTPLUG_CPU support Emil Medve
2015-02-16 15:46   ` Emil Medve
2015-02-16 15:46 ` [RFC v2 10/10] fsl_qman: " Emil Medve
2015-02-16 15:46   ` Emil Medve
2015-02-18 17:45 ` [RFC v2 00/10] Freescale DPAA B/QMan drivers Kumar Gala
2015-02-18 17:45   ` Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E4D30C.9050507@Freescale.com \
    --to=emilian.medve@freescale.com \
    --cc=Geoff.Thorpe@Freescale.com \
    --cc=galak@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.