soc: Rename reserved function names

Rename reserved function names in the soc/ subdirectory.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2019-03-14 16:04:29 -06:00 committed by Anas Nashif
commit fd42bf7443
34 changed files with 84 additions and 84 deletions

View file

@ -62,7 +62,7 @@ static int stm32f0_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -30,7 +30,7 @@ static int stm32f1_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -34,7 +34,7 @@ static int stm32f2_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -30,7 +30,7 @@ static int stm32f3_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -31,7 +31,7 @@ static int st_stm32f4_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -37,7 +37,7 @@ static int st_stm32f7_init(struct device *arg)
SCB_EnableDCache();
}
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -32,7 +32,7 @@ static int stm32l0_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise

View file

@ -31,7 +31,7 @@ static int stm32l4_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise