[PATCH v2 2/2] net/fsl_pq_mdio: fix computed address for the TBI register

2015-10-12 Thread Gerlando Falauto
w this fix is related to commit 220669495bf8b68130a8218607147c7b74c28d2b "powerpc: Add TBI PHY node to first MDIO bus" which fixed the behavior in kernel 3.3, which was later broken by the above commit on kernel 3.7. Signed-off-by: Gerlando Falauto <gerlando.fala...@keymile.

[PATCH v2 1/2] net/fsl_pq_mdio: check TBI address for consistency with mapped range

2015-10-12 Thread Gerlando Falauto
, print a message but continue anyway. Signed-off-by: Gerlando Falauto <gerlando.fala...@keymile.com> Cc: Timur Tabi <ti...@tabi.org> Cc: David S. Miller <da...@davemloft.net> Cc: Kumar Gala <ga...@kernel.crashing.org> --- Changes from v1: - Added type cast & fixed range -

[PATCH 2/2] net/fsl_pq_mdio: fix computed address for the TBI register

2015-10-09 Thread Gerlando Falauto
w this fix is related to commit 220669495bf8b68130a8218607147c7b74c28d2b "powerpc: Add TBI PHY node to first MDIO bus" which fixed the behavior in kernel 3.3, which was later broken by the above commit on kernel 3.7. Change-Id: If78651268435aaed1f07ebdef374c46c0a528429 Signed-off-

[PATCH 1/2] net/fsl_pq_mdio: check TBI address for consistency with mapped range

2015-10-09 Thread Gerlando Falauto
, print a message but continue anyway. Change-Id: If1e7d8931f440ea9259726c36d3df797dda016fb Signed-off-by: Gerlando Falauto <gerlando.fala...@keymile.com> Cc: Timur Tabi <ti...@freescale.com> Cc: David S. Miller <da...@davemloft.net> Cc: Andy Fleming <aflem...@freescale.co