summaryrefslogtreecommitdiff
path: root/drivers/qe/uccf.c
AgeCommit message (Collapse)Author
2008-05-20Big white-space cleanup.Wolfgang Denk
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
2006-11-30Code cleanup.Wolfgang Denk
2006-11-29Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips
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.
2006-11-04mpc83xx: add QE ethernet supportDave Liu
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.