From: Vitaly Bordug Date: Thu, 21 Sep 2006 18:38:05 +0000 (+0400) Subject: POWERPC: Bring the fs_no calculation to the relevant SoC enumeration X-Git-Tag: v2.6.19-rc1~219^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611a15afcdaacec6efba984c7eb089b853564bdf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed