Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | mpc83xx: Fix the UEC driver bug of QE | Dave Liu | 2007-03-02 | -8/+6 | |
| | | | | | | | | | | | | | | The patch prevents the GCC tool chain from striping useful code for optimization. It will make UEC ethernet driver workable, Otherwise the UEC will fail in tx when you are using gcc4.x. but the driver can work when using gcc3.4.3. CHANGELOG *Prevent the GCC from striping code for optimization, Otherwise the UEC will tx failed when you are using gcc4.x. Signed-off-by: Dave Liu <daveliu@freescale.com> | ||||
* | Code cleanup. | Wolfgang Denk | 2006-11-30 | -574/+580 | |
| | |||||
* | Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c | Kim Phillips | 2006-11-28 | -3/+3 | |
| | | | | | give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src since they are passed by reference to ucc_get_cmxucr_reg and assigned. | ||||
* | mpc83xx: add QE ethernet support | Dave Liu | 2006-11-03 | -0/+3910 | |
this patch adds support for the QUICC Engine based UCC gigabit ethernet device. |