Hi Ulrich,
> Thanks for the patch, this is a lot easier to handle.
>
[...]
> > +#define RCANFD_RFPTR_RFTS(x) (((x) >> 0) & 0xff)
>
> That should be "(((x) >> 0) & 0x)".
>
> > +
[...]
> > +/* RSCFDnCFDRMXXXq -> RCANFD_F_RMXXX(q) */
> > +#define RCANFD_F_RMID(q) (0x20
Thanks for the patch, this is a lot easier to handle.
On Wed, Jun 8, 2016 at 8:38 AM, Ramesh Shanmugasundaram
wrote:
[...]
> diff --git a/drivers/net/can/rcar/rcar_canfd.c
> b/drivers/net/can/rcar/rcar_canfd.c
> new file mode 100644
> index 000..9f1f513
> --- /dev/null
> +++ b/drivers/net/ca