<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.can">
    <title>gmane.linux.can</title>
    <link>http://permalink.gmane.org/gmane.linux.can</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3473"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3459"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3458"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3457"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3456"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.can/3454"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3475">
    <title>Re: facing some problem with flexcan driver</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3475</link>
    <description>&lt;pre&gt;-----&amp;gt;8--------

Does the patch fix your problem?

regards,
Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-21T06:56:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3474">
    <title>Re: [PATCH] net/can/mcp251x: Use module_spi_driver to register driver</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3474</link>
    <description>&lt;pre&gt;Am Montag, 20. Mai 2013, 21:53:31 schrieb Marc Kleine-Budde:


Thanks for noticing!
I was unfortunately working on a stale tree - sorry for the noise.

Thanks,
Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Peter Hüwe</dc:creator>
    <dc:date>2013-05-20T20:17:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3473">
    <title>Re: [PATCH] net/can/mcp251x: Use module_spi_driver to register driver</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3473</link>
    <description>&lt;pre&gt;
A similar patch [1] by Lars-Peter Clausen hit mainline in v3.10-rc1.

thanks, Marc

[1] 01b8807 can: mcp251x: Use module_spi_driver

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-20T19:53:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3472">
    <title>[PATCH] net/can/mcp251x: Use module_spi_driver to register driver</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3472</link>
    <description>&lt;pre&gt;Removing some boilerplate by using module_spi_driver instead of calling
register and unregister in the otherwise empty init/exit functions

Signed-off-by: Peter Huewe &amp;lt;peterhuewe&amp;lt; at &amp;gt;gmx.de&amp;gt;
---
 drivers/net/can/mcp251x.c | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/net/can/mcp251x.c b/drivers/net/can/mcp251x.c
index f32b9fc..7a42e0f 100644
--- a/drivers/net/can/mcp251x.c
+++ b/drivers/net/can/mcp251x.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1218,19 +1218,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static struct spi_driver mcp251x_can_driver = {
 .resume = mcp251x_can_resume,
 };
 
-static int __init mcp251x_can_init(void)
-{
-return spi_register_driver(&amp;amp;mcp251x_can_driver);
-}
-
-static void __exit mcp251x_can_exit(void)
-{
-spi_unregister_driver(&amp;amp;mcp251x_can_driver);
-}
-
-module_init(mcp251x_can_init);
-module_exit(mcp251x_can_exit);
-
+module_spi_driver(mcp251x_can_driver);
 MODULE_AUTHOR("Chris Elston &amp;lt;celston&amp;lt; at &amp;gt;katalix.com&amp;gt;, "
       "Christian Pellegrin &amp;lt;chripell&amp;lt; at &amp;gt;evolware.org&amp;gt;");
 MODULE_DESCRIPTION("Microchip 251x CAN driver");
&lt;/pre&gt;</description>
    <dc:creator>Peter Huewe</dc:creator>
    <dc:date>2013-05-20T19:49:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3471">
    <title>Re: [PATCH] can: flexcan: Use SIMPLE_DEV_PM_OPS</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3471</link>
    <description>&lt;pre&gt;
Please just indent with one space after ".pm". No need to resend, I'll
fix it while applying it to linux-can-next.

tnx, Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-20T18:47:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3470">
    <title>[PATCH] can: flexcan: Use SIMPLE_DEV_PM_OPS</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3470</link>
    <description>&lt;pre&gt;Using SIMPLE_DEV_PM_OPS can make the code smaller and simpler.
    
Also change CONFIG_PM to CONFIG_PM_SLEEP.

Signed-off-by: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;
---
 drivers/net/can/flexcan.c | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
index 4a40a18..d85d9ff 100644
--- a/drivers/net/can/flexcan.c
+++ b/drivers/net/can/flexcan.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1137,10 +1137,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int flexcan_remove(struct platform_device *pdev)
 return 0;
 }
 
-#ifdef CONFIG_PM
-static int flexcan_suspend(struct platform_device *pdev, pm_message_t state)
+#ifdef CONFIG_PM_SLEEP
+static int flexcan_suspend(struct device *device)
 {
-struct net_device *dev = platform_get_drvdata(pdev);
+struct net_device *dev = dev_get_drvdata(device);
 struct flexcan_priv *priv = netdev_priv(dev);
 
 flexcan_chip_disable(priv);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1154,9 +1154,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int flexcan_suspend(struct platform_device *pdev, pm_message_t state)
 return 0;
 }
 
-static in&lt;/pre&gt;</description>
    <dc:creator>Fabio Estevam</dc:creator>
    <dc:date>2013-05-20T18:43:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3468">
    <title>Re: [PATCH v2] can: flexcan: remove HAVE_CAN_FLEXCAN Kconfig symbol</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3468</link>
    <description>&lt;pre&gt;
Thanks.

An Acked-by by the powerpc people would be fine. However, if nobody
doesn't object, I'm sending this patch via linux-can and net-next upstream.

regards,
Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-20T16:06:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3467">
    <title>[PATCH 2/2] can: flexcan: Let device core handle pinctrl</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3467</link>
    <description>&lt;pre&gt;Since commit ab78029 (drivers/pinctrl: grab default handles from device core)
we can rely on device core for handling pinctrl, so remove 
devm_pinctrl_get_select_default() from the driver.

Cc: Marc Kleine-Budde &amp;lt;mkl&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
Cc: &amp;lt;linux-can&amp;lt; at &amp;gt;vger.kernel.org&amp;gt;
Signed-off-by: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;
---
 drivers/net/can/flexcan.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
index 4a40a18..a93cdb2 100644
--- a/drivers/net/can/flexcan.c
+++ b/drivers/net/can/flexcan.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,7 +37,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;linux/of.h&amp;gt;
 #include &amp;lt;linux/of_device.h&amp;gt;
 #include &amp;lt;linux/platform_device.h&amp;gt;
-#include &amp;lt;linux/pinctrl/consumer.h&amp;gt;
 
 #define DRV_NAME"flexcan"
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1004,16 +1003,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int flexcan_probe(struct platform_device *pdev)
 struct flexcan_priv *priv;
 struct resource *mem;
 struct clk *clk_ipg = NULL, *clk_per = NULL;
-struct pinctrl *pinctrl;
 void __iomem *base;
 resource_size_t mem_size;
 int err, irq;
 u32 clock_f&lt;/pre&gt;</description>
    <dc:creator>Fabio Estevam</dc:creator>
    <dc:date>2013-05-20T13:06:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3466">
    <title>Re: [PATCH v2] can: flexcan: remove HAVE_CAN_FLEXCAN Kconfig symbol</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3466</link>
    <description>&lt;pre&gt;
Acked-by: Shawn Guo &amp;lt;shawn.guo&amp;lt; at &amp;gt;linaro.org&amp;gt;


--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Shawn Guo</dc:creator>
    <dc:date>2013-05-17T09:09:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3465">
    <title>[PATCH v2] can: flexcan: remove HAVE_CAN_FLEXCAN Kconfig symbol</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3465</link>
    <description>&lt;pre&gt;This patch removes the Kconfig symbol HAVE_CAN_FLEXCAN from arch/{arm,powerpc}
and allowing compilation unconditionally on all arm and powerpc platforms.

This brings a bigger compile time coverage and removes the following dependency
warning found by Arnd Bergmann:

    warning: (SOC_IMX28 &amp;amp;&amp;amp; SOC_IMX25 &amp;amp;&amp;amp; SOC_IMX35 &amp;amp;&amp;amp; IMX_HAVE_PLATFORM_FLEXCAN &amp;amp;&amp;amp;
        SOC_IMX53 &amp;amp;&amp;amp; SOC_IMX6Q) selects HAVE_CAN_FLEXCAN
    which has unmet direct dependencies (NET &amp;amp;&amp;amp; CAN &amp;amp;&amp;amp; CAN_DEV)

Cc: Arnd Bergmann &amp;lt;arnd&amp;lt; at &amp;gt;arndb.de&amp;gt;
Cc: Shawn Guo &amp;lt;shawn.guo&amp;lt; at &amp;gt;linaro.org&amp;gt;
Cc: Sascha Hauer &amp;lt;s.hauer&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
Cc: Kumar Gala &amp;lt;galak&amp;lt; at &amp;gt;kernel.crashing.org&amp;gt;
Cc: U Bhaskar-B22300 &amp;lt;B22300&amp;lt; at &amp;gt;freescale.com&amp;gt;
Cc: linux-arm-kernel&amp;lt; at &amp;gt;lists.infradead.org
Cc: linuxppc-dev&amp;lt; at &amp;gt;lists.ozlabs.org
Signed-off-by: Marc Kleine-Budde &amp;lt;mkl&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
---
Changes since v1:
- don't remove IMX_HAVE_PLATFORM_FLEXCAN, which breaks non DT imx platforms
  tnx Shawn

 arch/arm/mach-imx/Kconfig         | 4 ----
 arch/arm/mach-imx/devices/Kconfig | 1 -
 arch/arm/mach-mxs/Kconfig&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-17T08:59:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3464">
    <title>Re: [PATCH] can: flexcan: allow compilation on arm and powerpc</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3464</link>
    <description>&lt;pre&gt;
Doh! - I've removed too much, will change.

Tnx,
Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-17T08:51:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3463">
    <title>Re: [PATCH] can: flexcan: allow compilation on arm and powerpc</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3463</link>
    <description>&lt;pre&gt;Hi Marc,

On Thu, May 16, 2013 at 03:42:36PM +0200, Marc Kleine-Budde wrote:

I'm generally fine with the approach.  But with Kconfig symbol
IMX_HAVE_PLATFORM_FLEXCAN removed, how does the build of
platform-flexcan.o work?

arch/arm/mach-imx/devices/Makefile:obj-$(CONFIG_IMX_HAVE_PLATFORM_FLEXCAN) += platform-flexcan.o

Shawn

--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Shawn Guo</dc:creator>
    <dc:date>2013-05-17T02:03:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3462">
    <title>Re: pull-request: can-next 2013-05-16</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3462</link>
    <description>&lt;pre&gt;From: Marc Kleine-Budde &amp;lt;mkl&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
Date: Thu, 16 May 2013 14:51:56 +0200

 ...

Pulled, thanks Marc.
--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>David Miller</dc:creator>
    <dc:date>2013-05-17T00:12:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3461">
    <title>Re: command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3461</link>
    <description>&lt;pre&gt;Great! Thank you very much for all your help! And I will take a closer
look at that optimized driver.

Best,

 Ernast

On Thu, May 16, 2013 at 11:43 AM, Wolfgang Grandegger &amp;lt;wg&amp;lt; at &amp;gt;grandegger.com&amp;gt; wrote:

--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Ernast Sevo</dc:creator>
    <dc:date>2013-05-16T16:37:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3460">
    <title>Re: command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3460</link>
    <description>&lt;pre&gt;Hi Ernast,

please don't frop the CC to the mailing list...

On 05/16/2013 05:32 PM, Ernast Sevo wrote:

That would be my guess as well.


You may try to increase the priority of the MCP2515 IRQ thread.

Recently I also stumbled over the following optimized driver for the
MCP2515:

  http://clientes.netvisao.pt/anbadeol/mcp2515.html

But that would required some effort to update and test it.

Wolfgang.

--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Wolfgang Grandegger</dc:creator>
    <dc:date>2013-05-16T15:43:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3459">
    <title>Re: command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3459</link>
    <description>&lt;pre&gt;


Yes, exactly.


If you don't get any dropped frames reported via SO_RXQ_OVFL (see
Wolfgang mail) you can be sure they are lost at the hardware level. I
suggest don't use the mcp251x, it's really slow and puts heavy load on
the machine. However there might be some knobs to tune in your SPI
controller/driver.

Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-16T15:37:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3458">
    <title>Re: command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3458</link>
    <description>&lt;pre&gt;
Yes I am using MCP2515. I am getting a couple of rx buffer overflow errors
so I was wondering how these errors corresponded to packet loss,
whether this is a 1:1 relationship or 1:N relationship (if i am
interpretting Marc's post
correctly should I assume 1:1 for best case and 1:N for worst case? ).
Essentially I am trying to determine at what speed i can have stuff
coming in before
I start losing packets for any reason. I know how to account packets
lost in userspace
 and packets lost by the driver (which you mentioned above) and now I
am trying to
account for packets lost at the hardware level. Knowing how these rx buffer
overflow/overrun errors correspond to packet loss would help make my
data more accurate and reliable.

Thanks,

Ernast
--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Ernast Sevo</dc:creator>
    <dc:date>2013-05-16T15:32:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3457">
    <title>Re: command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3457</link>
    <description>&lt;pre&gt;
This depends on the hardware/driver. But usually that means 11 overrun
events, which means _at_least_ 11 CAN frames lost.

Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-16T13:45:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3456">
    <title>command ip -details -statistics link show wlan0</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3456</link>
    <description>&lt;pre&gt;


Hi Wolfgang,

That definitely clears things up a bit. One more question though. Does
the number in
overrun or the number in errors from the command above then directly
refer to the number
of packets lost on the hardware level due to there being no space to
store it (i.e 11 overrun or
errors means 11 packets lost) ?

Thanks again,

Ernast
--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Ernast Sevo</dc:creator>
    <dc:date>2013-05-16T13:43:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3454">
    <title>pull-request: can-next 2013-05-16</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3454</link>
    <description>&lt;pre&gt;Hello David,

this is a pull-request for net-next/master. It consists of 4 patches by
Jingoo Han, which remove the unnecessary platform_set_drvdata() and a
patch by Laurent Navet converting the grcan driver to use
devm_ioremap_resource().

regards,
Marc

---

The following changes since commit dbbffe6898fd0d7bac66ded5d3c58835b13ddefc:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-05-13 13:25:36 -0700)

are available in the git repository at:


  git://gitorious.org/linux-can/linux-can-next.git for-davem

for you to fetch changes up to 5727dc6bf5b70dd278e58e26137e2df729b9c107:

  net: can: ti_hecc: remove unnecessary platform_set_drvdata() (2013-05-16 13:27:20 +0200)

----------------------------------------------------------------
Jingoo Han (4):
      net: can: at91_can: remove unnecessary platform_set_drvdata()
      net: can: c_can: remove unnecessary platform_set_drvdata()
      net: can: flexcan: remove unnecessary platform_set_drvdata()
      net: can: ti_hecc: remove unnecessa&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-16T12:51:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.can/3453">
    <title>Re: [PATCH] drivers: net: can: grcan: use devm_ioremap_resource()</title>
    <link>http://permalink.gmane.org/gmane.linux.can/3453</link>
    <description>&lt;pre&gt;
The "IS_ERR(base)" ...


... introduces this sparse warning:


I think it's the __iomem annotation of the void pointer that
devm_ioremap_resource() returns. Is there a clever way to improve IS_ERR
and PTR_ERR?

Marc

&lt;/pre&gt;</description>
    <dc:creator>Marc Kleine-Budde</dc:creator>
    <dc:date>2013-05-16T11:50:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.can">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.can</link>
  </textinput>
</rdf:RDF>
