Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-14 Thread Shawn Guo
On Mon, Jul 14, 2014 at 09:06:33AM +0200, Stefan Agner wrote: > Am 2014-07-14 08:04, schrieb Shawn Guo: > > On Fri, Jul 11, 2014 at 03:58:37PM +0200, Stefan Agner wrote: > >> >> @@ -362,7 +374,7 @@ > >> >> > >> >> esdhc1: esdhc@400b2000 { > >> >>

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-14 Thread Stefan Agner
Am 2014-07-14 09:06, schrieb Stefan Agner: > Am 2014-07-14 08:04, schrieb Shawn Guo: >> On Fri, Jul 11, 2014 at 03:58:37PM +0200, Stefan Agner wrote: >>> >> @@ -362,7 +374,7 @@ >>> >> >>> >> esdhc1: esdhc@400b2000 { >>> >> compatible = "fsl,

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-14 Thread Stefan Agner
Am 2014-07-14 08:04, schrieb Shawn Guo: > On Fri, Jul 11, 2014 at 03:58:37PM +0200, Stefan Agner wrote: >> >> @@ -362,7 +374,7 @@ >> >> >> >> esdhc1: esdhc@400b2000 { >> >> compatible = "fsl,imx53-esdhc"; >> >> - reg = <0x400b2000

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-13 Thread Shawn Guo
On Fri, Jul 11, 2014 at 03:58:37PM +0200, Stefan Agner wrote: > >> @@ -362,7 +374,7 @@ > >> > >>esdhc1: esdhc@400b2000 { > >>compatible = "fsl,imx53-esdhc"; > >> - reg = <0x400b2000 0x4000>; > >> + reg

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-11 Thread Marc Kleine-Budde
On 07/11/2014 03:58 PM, Stefan Agner wrote: > Hi Marc, > > Am 2014-07-11 14:09, schrieb Marc Kleine-Budde: >> IMHO it should be 4 seperate patches: >> - dt >> - clocks >> - flexcan_get_berr_counter fixes >> - your flexcan enhancements > > Ok, will split. > >>> @@ -362,7 +374,7 @@ >>> >>>

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-11 Thread Lucas Stach
Am Freitag, den 11.07.2014, 15:58 +0200 schrieb Stefan Agner: > Hi Marc, > > Am 2014-07-11 14:09, schrieb Marc Kleine-Budde: > > IMHO it should be 4 seperate patches: > > - dt > > - clocks > > - flexcan_get_berr_counter fixes > > - your flexcan enhancements > > Ok, will split. > > >> @@ -362,7 +

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-11 Thread Stefan Agner
Hi Marc, Am 2014-07-11 14:09, schrieb Marc Kleine-Budde: > IMHO it should be 4 seperate patches: > - dt > - clocks > - flexcan_get_berr_counter fixes > - your flexcan enhancements Ok, will split. >> @@ -362,7 +374,7 @@ >> >> esdhc1: esdhc@400b2000 { >>

Re: [PATCH] can: flexcan: add vf61x support for flexcan

2014-07-11 Thread Marc Kleine-Budde
On 07/11/2014 12:52 PM, Stefan Agner wrote: > Extend FlexCAN driver to support Vybrid. Vybrids variant of the IP > has ECC support which is controlled through the memory error > control register (MECR). There is also an errata which leads to > false positive error detections (ID e5295). This patch

[PATCH] can: flexcan: add vf61x support for flexcan

2014-07-11 Thread Stefan Agner
Extend FlexCAN driver to support Vybrid. Vybrids variant of the IP has ECC support which is controlled through the memory error control register (MECR). There is also an errata which leads to false positive error detections (ID e5295). This patch disables the memory error detection completely. Als