Luotao Fu wrote:
> This one adds an option to turn of napi and process rx directly in mscan isr. 
> As
> for mpc52xx this feature can be turned on by setting a rx-irq property int the
> device tree, e.g:
> c...@980 {
>     compatible = "fsl,mpc5200b-mscan","fsl,mpc5200-mscan";
>     interrupts = <2 18 0>;
>     rx-irq;
>     reg = <0x980 0x80>;
> };
> Default is the polling rx.
> 
> Signed-off-by: Luotao Fu <[email protected]>

This has little chance to be accepted as the device tree is about
hardware. It should not be used to tell the driver what to do (software
settings). I have CCed the devicetree-discuss ML for clarification.

What is your motivation to handle the interrupts in the interrupt context?

Wolfgang.
_______________________________________________
Socketcan-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-users

Reply via email to