Florian Fainelli
3dc6475c0c
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
...
This patch adds support for the Broadcom BCM6345 SoC Ethernet. BCM6345
has a slightly different and older DMA engine which requires the
following modifications:
- the width of the DMA channels on BCM6345 is 64 bytes vs 16 bytes,
which means that the helpers enet_dma{c,s} need to account for this
channel width and we can no longer use macros
- BCM6345 DMA engine does not have any internal SRAM for transfering
buffers
- BCM6345 buffer allocation and flow control is not per-channel but
global (done in RSET_ENETDMA)
- the DMA engine bits are right-shifted by 3 compared to other DMA
generations
- the DMA enable/interrupt masks are a little different (we need to
enabled more bits for 6345)
- some register have the same meaning but are offsetted in the ENET_DMAC
space so a lookup table is required to return the proper offset
The MAC itself is identical and requires no modifications to work.
Signed-off-by: Florian Fainelli <florian@openwrt.org >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2013-06-13 17:22:08 -07:00
..
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-08 12:30:09 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-21 12:51:33 +01:00
2013-02-01 10:00:22 +01:00
2013-02-15 19:01:57 +01:00
2013-06-13 17:22:08 -07:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-12-13 18:15:30 +01:00
2013-02-01 10:00:22 +01:00
2013-05-09 17:57:30 +02:00
2012-12-13 18:15:30 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-21 12:51:33 +01:00
2013-02-01 10:00:22 +01:00
2013-05-08 01:19:06 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-12-13 19:40:13 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-08 01:19:12 +02:00
2013-02-01 10:00:22 +01:00
2012-12-13 18:15:30 +01:00
2013-05-09 17:55:19 +02:00
2013-02-01 10:00:22 +01:00
2012-12-13 18:15:30 +01:00
2012-12-13 18:15:30 +01:00
2012-12-13 18:15:30 +01:00
2013-02-01 10:00:22 +01:00
2013-05-08 12:30:10 +02:00
2013-05-08 01:19:05 +02:00
2013-03-02 07:44:16 -08:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-08 03:51:58 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2009-07-03 15:45:26 +01:00
2010-08-05 13:26:02 +01:00
2009-12-12 13:08:14 +01:00
2013-05-09 17:55:19 +02:00
2011-04-06 06:19:38 -07:00
2011-04-06 06:19:38 -07:00
2008-12-12 18:12:23 +00:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2011-12-07 22:03:18 +00:00
2013-05-08 01:19:11 +02:00
2013-05-09 17:55:20 +02:00
2013-02-20 18:24:24 +01:00
2009-12-05 09:10:12 -08:00
2009-06-24 18:34:39 +01:00
2011-05-10 18:15:24 +01:00
2011-10-20 15:00:18 +01:00
2013-02-01 10:00:22 +01:00
2011-05-10 18:15:24 +01:00
2013-02-01 10:00:22 +01:00
2012-05-15 17:49:20 +02:00
2013-05-22 01:34:25 +02:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-03-02 07:44:16 -08:00
2008-10-11 16:18:52 +01:00
2010-10-04 18:34:00 +01:00
2013-05-08 01:19:06 +02:00
2013-02-01 10:00:22 +01:00
2013-02-21 12:51:33 +01:00
2008-10-11 16:18:52 +01:00
2010-02-27 12:53:27 +01:00
2008-10-11 16:18:52 +01:00
2012-10-16 22:20:03 +02:00
2010-10-29 19:08:31 +01:00
2009-05-14 13:50:29 +01:00
2013-05-01 16:32:49 -05:00
2013-05-01 16:32:49 -05:00
2013-02-01 10:00:22 +01:00
2009-07-03 15:45:29 +01:00
2013-01-24 13:20:09 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2012-10-09 09:47:14 +01:00
2012-03-28 18:30:02 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-09 17:55:18 +02:00
2013-02-01 10:00:22 +01:00
2010-02-27 12:53:12 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-09 17:55:21 +02:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2009-09-17 20:07:48 +02:00
2013-04-11 15:39:51 +02:00
2013-02-01 10:00:22 +01:00
2013-04-29 15:54:33 -07:00
2011-07-26 16:49:47 -07:00
2010-02-27 12:53:38 +01:00
2008-10-11 16:18:52 +01:00
2013-05-22 01:34:28 +02:00
2013-05-09 17:55:20 +02:00
2013-05-17 20:36:15 +02:00
2013-02-17 01:25:34 +01:00
2009-07-03 15:45:29 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2013-04-11 15:39:51 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-02-24 10:05:59 +01:00
2012-11-13 15:48:27 -05:00
2010-08-05 13:26:29 +01:00
2012-12-13 16:46:47 +01:00
2010-08-05 09:22:21 -05:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-10-11 11:14:12 +02:00
2013-06-03 10:58:54 +03:00
2013-03-03 22:55:19 -05:00
2010-06-09 11:12:36 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2013-05-08 01:19:07 +02:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2011-10-20 15:00:18 +01:00
2013-05-09 17:55:18 +02:00
2013-05-16 20:35:42 +02:00
2010-04-12 17:26:14 +01:00
2008-10-11 16:18:52 +01:00
2012-12-13 18:15:30 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-05-19 09:56:58 +02:00
2010-02-27 12:53:27 +01:00
2013-02-21 12:51:33 +01:00
2008-10-11 16:18:52 +01:00
2011-03-14 21:07:26 +01:00
2010-02-27 12:53:03 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-04-08 16:24:41 +02:00
2008-10-11 16:18:52 +01:00
2009-03-11 21:11:07 +01:00
2013-05-22 01:34:27 +02:00
2013-05-08 01:19:07 +02:00
2012-12-19 18:07:39 -05:00
2012-08-17 10:57:28 +02:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2009-07-03 15:45:27 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2010-08-07 18:15:50 +02:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2008-10-11 16:18:52 +01:00
2010-02-27 12:53:27 +01:00
2012-10-09 09:47:14 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-10-09 09:47:14 +01:00
2012-10-09 09:47:14 +01:00
2013-03-19 19:15:52 +01:00
2013-02-03 18:33:02 -05:00
2011-07-20 23:12:11 +01:00
2013-02-01 10:00:22 +01:00
2009-11-02 12:00:06 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2012-10-09 09:47:14 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-04-26 17:18:24 +02:00
2009-11-02 12:00:05 +01:00
2013-05-09 17:55:18 +02:00
2011-06-15 14:35:33 +02:00
2013-02-01 10:00:22 +01:00
2011-05-24 23:35:55 +02:00
2013-02-01 10:00:22 +01:00
2012-10-09 09:47:14 +01:00
2013-04-11 13:00:06 +02:00
2013-05-09 17:55:21 +02:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2008-10-11 16:18:52 +01:00
2011-12-07 22:01:45 +00:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:52 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2012-10-09 09:47:14 +01:00
2013-05-09 17:57:30 +02:00
2013-05-09 17:55:18 +02:00
2010-02-27 12:53:27 +01:00
2009-09-30 21:47:02 +02:00
2013-03-03 22:55:19 -05:00
2013-02-01 10:00:22 +01:00
2010-04-12 17:26:14 +01:00
2008-10-11 16:18:52 +01:00
2008-10-11 16:18:52 +01:00
2013-02-01 10:00:22 +01:00
2008-10-11 16:18:56 +01:00
2008-10-11 16:18:52 +01:00
2008-10-11 16:18:52 +01:00