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/85xx: Add is_serdes_configured() support for MPC8572 SERDES | 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. Signed-off-by: Chenhui Zhao <b26998@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |