Hello Linux-PPCers,
I have a quick one: I am looking at the Arabella kernel on the
MPC8272ADS, which I am planning to use as a prototyping platform while
we get to figure out a BSP for our custom board.
Now, I have an Epson card on hand (13806) which I know to be working
on ppc, and whi
Hi, all
An system application crash running on 2.4.18 was
happened on my custom 8xx board every now and then,
especially recently. Yeah, the probelm is becoming
more and more obvious. Personally, I deem it as an
default of application software because there are some
complicated application softwar
:
http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20041207/9b308c91/attachment.txt
> +#define dma_cache_inv(_start,_size) do { (void)(_start);
> (void)(_size); } while (0)
this looks really horrible. What about turning these into inlines?
: cpci690.patch
Url:
http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20041207/3a3ad330/attachment.txt
Add netpoll support to the EMAC driver.
Signed-off-by: Matt Porter
= drivers/net/ibm_emac/ibm_emac_core.c 1.5 vs edited =
--- 1.5/drivers/net/ibm_emac/ibm_emac_core.c2004-12-03 00:25:48 -07:00
+++ edited/drivers/net/ibm_emac/ibm_emac_core.c 2004-12-07 10:06:23 -07:00
@@ -1700,6 +1700
Patch enables EMAC to receive maximum sized VLAN tagged packets.
Signed-off-by: Eugene Surovegin
Signed-off-by: Matt Porter
= drivers/net/ibm_emac/ibm_emac.h 1.1 vs edited =
--- 1.1/drivers/net/ibm_emac/ibm_emac.h 2004-05-22 10:13:08 -07:00
+++ edited/drivers/net/ibm_emac/ibm_emac.h
On Dec 7, 2004, at 12:03 AM, Kumar Gala wrote:
> The intent was that I would use the platform_data pointer to pass
> board specific information to the driver. We would have board
> specific code which would fill in the information. The question I
> have is how to handle the device variant in
Signed-off-by: Jason McMullan
Summary: [ppc] dma-mapping.h - Fix macro semantics
Description:
This patch makes the macros for dma_* semantically
equivalent to the functions they mask. For example,
dma_cache_inv(func_with_side_effects(), sizeof(foo))
will execure 'fu
On Mon, 2004-12-06 at 23:03 -0600, Kumar Gala wrote:
> The intent was that I would use the platform_data pointer to pass board
> specific information to the driver. We would have board specific code
> which would fill in the information. The question I have is how to
> handle the device varian
10 matches
Mail list logo