RE: [v3, 5/9] fsl/fman: Add Frame Manager support

2015-07-23 Thread Liberman Igal
Regards, Igal Liberman. > +static struct platform_driver fm_driver = { > + .driver = { > +.name = "fsl-fman", > +.of_match_table = fm_match, > +}, > + .probe = fm_probe, > +}; > + > +builtin_platform_driver(fm_driver); > + > +static int __in

[v3, 5/9] fsl/fman: Add Frame Manager support

2015-07-22 Thread igal.liberman
From: Igal Liberman Add Frame Manger Driver support. This patch adds The FMan configuration, initialization and runtime control routines. Signed-off-by: Igal Liberman --- drivers/net/ethernet/freescale/fman/Kconfig|1 - drivers/net/ethernet/freescale/fman/Makefile |2 +-