Linux Plumbers Conference 2013 Call for Participation

2013-01-25 Thread Becky Bruce
We are pleased to announce the Call for Participation for this year's Linux Plumbers Conference, which will be held September 18-20, 2013, in New Orleans, Louisiana. There are two ways for individuals to participate in the conference: by submitting a refereed track presentation, or proposing/run

Re: [PATCH 0/4]: Respun LMB patches.

2008-02-14 Thread Becky Bruce
On Feb 13, 2008, at 7:09 PM, David Miller wrote: I've taken into consideration the various feedback, and ported the bug fix and other LMB patches posted recently in an effort to keep the patch churn by others down wrt. my moving of these files. 1) Use HAVE_LMB as suggested by Sam. 2) Fix pot

[RFC/PATCH] [POWERPC] Make lmb support large physical addressing

2008-02-13 Thread Becky Bruce
Convert the lmb code to use phys_addr_t instead of unsigned long for physical addresses and sizes. This is needed to support large amounts of RAM on 32-bit systems that support 36-bit physical addressing. Built/booted on mpc8641; build tested on pasemi and 44x. Signed-off-by: Becky Bruce