POWERPC: Bring the fs_no calculation to the relevant SoC enumeration
authorVitaly Bordug <vbordug@ru.mvista.com>
Thu, 21 Sep 2006 18:38:05 +0000 (22:38 +0400)
committerVitaly Bordug <vbordug@ru.mvista.com>
Thu, 21 Sep 2006 18:38:05 +0000 (22:38 +0400)
commit611a15afcdaacec6efba984c7eb089b853564bdf
tree6d33fdbb9354d4548fa44e5115de7186f38ac8c0
parentd3465c921f79cfef0a4a8ceeeef9a3721bbbb57d
POWERPC: Bring the fs_no calculation to the relevant SoC enumeration

The fs_no mean used to be fs_enet driver driven, hence it was an
enumeration across all the possible fs_enet "users" in the SoC. Now, with
QE on the pipeline, and to make DTS descriptions more clear, fs_no features
relevant SoC part number, with additional field to describe the SoC type.

Another reason for that is now not only fs_enet is going to utilize those
stuff. There might be UART, HLDC, and even USB, so to prevent confusion and
be ready for upcoming OF_device transfer, fs_enet and cpm_uart drivers were
updated in that concern, as well as the relevant DTS.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
arch/powerpc/boot/dts/mpc8560ads.dts
arch/powerpc/sysdev/fsl_soc.c
drivers/net/fs_enet/fs_enet-main.c
drivers/serial/cpm_uart/cpm_uart_core.c
include/linux/fs_enet_pd.h
include/linux/fs_uart_pd.h