intel_mid: Renamed *mrst* to *intel_mid*
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Thu, 17 Oct 2013 22:35:29 +0000 (15:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Oct 2013 23:40:47 +0000 (16:40 -0700)
commit712b6aa8731a7e148298c58cea66a5209c659e3c
tree0949764eead1f8cef611277141c5684c55cfa957
parent6c21b176a93ffaa8023555107167379ccdc6b71f
intel_mid: Renamed *mrst* to *intel_mid*

mrst is used as common name to represent all intel_mid type
soc's. But moorsetwon is just one of the intel_mid soc. So
renamed them to use intel_mid.

This patch mainly renames the variables and related
functions that uses *mrst* prefix with *intel_mid*.

To ensure that there are no functional changes, I have compared
the objdump of related files before and after rename and found
the only difference is symbol and name changes.

Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Link: http://lkml.kernel.org/r/1382049336-21316-6-git-send-email-david.a.cohen@linux.intel.com
Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
13 files changed:
Documentation/kernel-parameters.txt
arch/x86/include/asm/intel-mid.h
arch/x86/include/asm/setup.h
arch/x86/include/uapi/asm/bootparam.h
arch/x86/kernel/apb_timer.c
arch/x86/kernel/head32.c
arch/x86/kernel/rtc.c
arch/x86/pci/intel_mid_pci.c
arch/x86/platform/intel-mid/early_printk_intel_mid.c
arch/x86/platform/intel-mid/intel-mid.c
arch/x86/platform/intel-mid/intel_mid_vrtc.c
drivers/platform/x86/intel_scu_ipc.c
drivers/watchdog/intel_scu_watchdog.c