All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode
Date: Mon, 1 Aug 2011 10:26:31 -0500	[thread overview]
Message-ID: <9BFB92B7-5294-4914-8F49-B038C857085A@kernel.crashing.org> (raw)
In-Reply-To: <20110801101657.E29D61673B92@gemini.denx.de>


On Aug 1, 2011, at 5:16 AM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <1312179825-27917-1-git-send-email-galak@kernel.crashing.org> you wrote:
>> The Frame Manager (FMan) on QorIQ SoCs with DPAA (datapath acceleration
>> architecture) is the ethernet contoller block.  Normally it is utilized
>> via Queue Manager (Qman) and Buffer Manager (Bman).  However for boot
>> usage the FMan supports a mode similar to QE or CPM ethernet collers
>> called Independent mode.
>> 
>> Additionally the FMan block supports multiple 1g and 10g interfaces as a
>> single entity in the system rather than each controller being managed
>> uniquely.  This means we have to initialize all of Fman regardless of
>> the number of interfaces we utilize.
>> 
>> Different SoCs support different combinations of the number of FMan as
>> well as the number of 1g & 10g interfaces support per Fman.
>> 
>> We add support for the following SoCs:
>> * P1023 - 1 Fman, 2x1g
>> * P4080 - 2 Fman, each Fman has 4x1g and 1x10g
>> * P204x/P3041/P5020 - 1 Fman, 5x1g, 1x10g
>> 
>> Signed-off-by: Dave Liu <daveliu@freescale.com>
>> Signed-off-by: Andy Fleming <afleming@freescale.com>
>> Signed-off-by: Timur Tabi <timur@freescale.com>
>> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
>> Signed-off-by: Dai Haruki <dai.haruki@freescale.com>
>> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
>> Signed-off-by: Ioana Radulescu <ruxandra.radulescu@freescale.com>
>> Signed-off-by: Lei Xu <B33228@freescale.com>
>> Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
>> Signed-off-by: Scott Wood <scottwood@freescale.com>
>> Signed-off-by: Shaohui Xie <b21989@freescale.com>
>> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> 
> checkpatch says:
> 
> total: 8 errors, 3 warnings, 3172 lines checked

Just wondering which checkpatch you are running.

I get:

total: 1 errors, 16 warnings, 3172 lines checked

Mine's from linux kernel tree HEAD as of a day or so ago.

- k

  reply	other threads:[~2011-08-01 15:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01  6:23 [U-Boot] [PATCH 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode Kumar Gala
2011-08-01  6:23 ` [U-Boot] [PATCH 2/5] powerpc/85xx: Add FMan ethernet support to P4080DS Kumar Gala
2011-08-01  6:23   ` [U-Boot] [PATCH 3/5] powerpc/hydra: Add ethernet support on P5020/P3041 DS boards Kumar Gala
2011-08-01  6:23     ` [U-Boot] [PATCH 4/5] powerpc/85xx: Add networking support to P1023RDS Kumar Gala
2011-08-01  6:23       ` [U-Boot] [PATCH 5/5] powerpc/p2041rdb: Add ethernet support on P2041RDB board Kumar Gala
2011-08-30 22:48         ` Kumar Gala
2011-08-30 22:48       ` [U-Boot] [PATCH 4/5] powerpc/85xx: Add networking support to P1023RDS Kumar Gala
2011-08-30 22:47     ` [U-Boot] [PATCH 3/5] powerpc/hydra: Add ethernet support on P5020/P3041 DS boards Kumar Gala
2011-08-01 10:19   ` [U-Boot] [PATCH 2/5] powerpc/85xx: Add FMan ethernet support to P4080DS Wolfgang Denk
2011-08-01 15:47     ` [U-Boot] [PATCH v2 " Kumar Gala
2011-08-30 22:47       ` Kumar Gala
2011-08-01 10:16 ` [U-Boot] [PATCH 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode Wolfgang Denk
2011-08-01 15:26   ` Kumar Gala [this message]
2011-08-01 17:59     ` Tabi Timur-B04825
2011-08-01 18:04       ` Kumar Gala
2011-08-01 18:10         ` Timur Tabi
2011-08-01 19:32     ` Wolfgang Denk
2011-08-01 20:10       ` 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=9BFB92B7-5294-4914-8F49-B038C857085A@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=u-boot@lists.denx.de \
    /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.