Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | powerpc: mpc85xx/mpc86xx: Fix off-by-one boundary checking with ARRAY_SIZE | Axel Lin | |
If a variable is used as array subscript, it's valid value range is 0 ... ARRAY_SIZE -1. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Andy Fleming <afleming@freescale.com> | |||
2011-01-14 | powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 | Kumar Gala | |
Add the ability to determine if a given IP block connected on SERDES is configured. This is useful for things like PCIe and SRIO since they are only ever connected on SERDES. This mimics the code we have in place for the 85xx platforms. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |