[PATCH 4/7] Add MPC8360EMDS board support

Kim Phillips kim.phillips at freescale.com
Wed Oct 4 04:02:45 EST 2006


On Mon, 2 Oct 2006 22:19:14 -0500
Kumar Gala <galak at kernel.crashing.org> wrote:

> [snip]
> 

> > +static u8 *bcsr_regs = NULL;
> > +
> > +u8 *get_bcsr(void)
> > +{
> > +	return bcsr_regs;
> > +}
> 
> Is get_bcsr() needed since you removed its use from ucc_geth?  (if  
> not, let's remove it and the header as well).
> 

it will be once we figure out a better way of handling it from usb and ethernet phy code. I had just removed it due to Paul's comment (bcsr bits are being manipulated in the wrong place (ucc_geth)).

Kim



More information about the Linuxppc-dev mailing list