<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net/fsl-mc/dpio, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/net/fsl-mc/dpio?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net/fsl-mc/dpio?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-12-14T02:27:29Z</updated>
<entry>
<title>qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit</title>
<updated>2015-12-14T02:27:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-11-28T13:04:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1f6be5ac8d657e312528ec3c4138c22c54d3f12'/>
<id>urn:sha1:b1f6be5ac8d657e312528ec3c4138c22c54d3f12</id>
<content type='text'>
With gcc-5.x we get a warning about the ambiguity of BUG_ON(!a != b) and
becomes BUG_ON((!a) != b).  In this case reading of the function leads to
us wanting to rewrite this as BUG_ON(a != b).

Cc: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
Cc: Geoff Thorpe &lt;Geoff.Thorpe@freescale.com&gt;
Cc: Haiying Wang &lt;Haiying.Wang@freescale.com&gt;
Cc: Roy Pledge &lt;Roy.Pledge@freescale.com&gt;
Cc: York Sun &lt;yorksun@freescale.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>driver: net: fsl-mc: Add create, destroy APIs in flibs</title>
<updated>2015-11-30T16:53:02Z</updated>
<author>
<name>Prabhakar Kushwaha</name>
<email>prabhakar@freescale.com</email>
</author>
<published>2015-11-04T06:55:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ebbe4fcf75b15ccf23234bb6a7d28895a7e6b11'/>
<id>urn:sha1:1ebbe4fcf75b15ccf23234bb6a7d28895a7e6b11</id>
<content type='text'>
Current Management Complex Flibs does not support APIs for adding and
destroying the objects.

Add APIs to create and destroy objects for DPBP, DPIO, DPNI and DPRC.

Signed-off-by: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/fsl-mc: flib changes for mc 8.0.0</title>
<updated>2015-08-03T19:06:37Z</updated>
<author>
<name>Prabhakar Kushwaha</name>
<email>prabhakar@freescale.com</email>
</author>
<published>2015-07-07T10:10:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=87457d118f77b6d4de4de83118360fb0eade491c'/>
<id>urn:sha1:87457d118f77b6d4de4de83118360fb0eade491c</id>
<content type='text'>
MC firware version 8.0.0 contains new command flags. This patch
contains modifications in FLIB files to support the new command flags.

Signed-off-by: Itai Katz &lt;itai.katz@freescale.com&gt;
Signed-off-by: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers: fsl-mc: Update qbman driver</title>
<updated>2015-07-20T18:44:36Z</updated>
<author>
<name>Prabhakar Kushwaha</name>
<email>prabhakar@freescale.com</email>
</author>
<published>2015-07-02T05:59:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd8aefc076ebac3e01499a55fd0830144e854985'/>
<id>urn:sha1:cd8aefc076ebac3e01499a55fd0830144e854985</id>
<content type='text'>
Update qbman driver
 - As per latest available qbman driver
 - Use of atomic APIs

Signed-off-by: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
CC: Geoff Thorpe &lt;Geoff.Thorpe@freescale.com&gt;
CC: Haiying Wang &lt;Haiying.Wang@freescale.com&gt;
CC: Roy Pledge &lt;Roy.Pledge@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>driver/fsl-mc: Add support of MC Flibs</title>
<updated>2015-04-21T17:27:35Z</updated>
<author>
<name>Prabhakar Kushwaha</name>
<email>prabhakar@freescale.com</email>
</author>
<published>2015-03-19T16:20:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2a55e518f81900ab1538656e5df8d2759ccb1fb'/>
<id>urn:sha1:a2a55e518f81900ab1538656e5df8d2759ccb1fb</id>
<content type='text'>
Freescale's Layerscape Management Complex (MC) provide support various
objects like DPRC, DPNI, DPBP and DPIO.
Where:
	DPRC: Place holdes for other MC objectes like DPNI, DPBP, DPIO
	DPBP: Management of buffer pool
	DPIO: Used for used to QBMan portal
	DPNI: Represents standard network interface

These objects are used for DPAA ethernet drivers.

Signed-off-by: J. German Rivera &lt;German.Rivera@freescale.com&gt;
Signed-off-by: Lijun Pan &lt;Lijun.Pan@freescale.com&gt;
Signed-off-by: Stuart Yoder &lt;stuart.yoder@freescale.com&gt;
Signed-off-by: Geoff Thorpe &lt;Geoff.Thorpe@freescale.com&gt;
Signed-off-by: Haiying Wang &lt;Haiying.Wang@freescale.com&gt;
Signed-off-by: Cristian Sovaiala &lt;cristian.sovaiala@freescale.com&gt;
Signed-off-by: pankaj chauhan &lt;pankaj.chauhan@freescale.com&gt;
Signed-off-by: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
</feed>
