From ad9b0653f524a8da6c147d87e2bd8b480baf7fc8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 9 Jul 2014 07:12:16 -0600 Subject: [PATCH] Some cosmetic typo fixes --- configs/sama5d3-xplained/src/sam_adc.c | 4 +- configs/sama5d3-xplained/src/sam_can.c | 2 +- configs/sama5d3-xplained/src/sam_spi.c | 2 +- configs/sama5d3-xplained/src/sam_usbmsc.c | 2 +- configs/sama5d3x-ek/src/sam_adc.c | 4 +- configs/sama5d3x-ek/src/sam_can.c | 2 +- configs/sama5d3x-ek/src/sam_spi.c | 2 +- configs/sama5d3x-ek/src/sam_usbmsc.c | 2 +- configs/sama5d4-ek/src/sam_adc.c | 4 +- configs/sama5d4-ek/src/sam_can.c | 140 ---------------------- configs/sama5d4-ek/src/sam_spi.c | 2 +- configs/sama5d4-ek/src/sam_usbmsc.c | 2 +- 12 files changed, 14 insertions(+), 154 deletions(-) delete mode 100644 configs/sama5d4-ek/src/sam_can.c diff --git a/configs/sama5d3-xplained/src/sam_adc.c b/configs/sama5d3-xplained/src/sam_adc.c index 4b1b146742..89203555fb 100644 --- a/configs/sama5d3-xplained/src/sam_adc.c +++ b/configs/sama5d3-xplained/src/sam_adc.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3-xplained/src/up_adc.c + * configs/sama5d3-xplained/src/sam_adc.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -115,4 +115,4 @@ int adc_devinit(void) #endif } -#endif /* CONFIG_ADC */ \ No newline at end of file +#endif /* CONFIG_ADC */ diff --git a/configs/sama5d3-xplained/src/sam_can.c b/configs/sama5d3-xplained/src/sam_can.c index 24b3e2468a..623e11666e 100644 --- a/configs/sama5d3-xplained/src/sam_can.c +++ b/configs/sama5d3-xplained/src/sam_can.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3-xplained/src/up_can.c + * configs/sama5d3-xplained/src/sam_can.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d3-xplained/src/sam_spi.c b/configs/sama5d3-xplained/src/sam_spi.c index 025d6ce4d4..a60377b250 100644 --- a/configs/sama5d3-xplained/src/sam_spi.c +++ b/configs/sama5d3-xplained/src/sam_spi.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3-xplained/src/up_spi.c + * configs/sama5d3-xplained/src/sam_spi.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d3-xplained/src/sam_usbmsc.c b/configs/sama5d3-xplained/src/sam_usbmsc.c index 79c4d6c425..2f983fdcde 100644 --- a/configs/sama5d3-xplained/src/sam_usbmsc.c +++ b/configs/sama5d3-xplained/src/sam_usbmsc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * configs/sama5d3-xplained/src/up_usbmsc.c + * configs/sama5d3-xplained/src/sam_usbmsc.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d3x-ek/src/sam_adc.c b/configs/sama5d3x-ek/src/sam_adc.c index 7d586ca2b8..cc5614bd4a 100644 --- a/configs/sama5d3x-ek/src/sam_adc.c +++ b/configs/sama5d3x-ek/src/sam_adc.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3x-ek/src/up_adc.c + * configs/sama5d3x-ek/src/sam_adc.c * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -115,4 +115,4 @@ int adc_devinit(void) #endif } -#endif /* CONFIG_ADC */ \ No newline at end of file +#endif /* CONFIG_ADC */ diff --git a/configs/sama5d3x-ek/src/sam_can.c b/configs/sama5d3x-ek/src/sam_can.c index bca055a661..ffda3cc03c 100644 --- a/configs/sama5d3x-ek/src/sam_can.c +++ b/configs/sama5d3x-ek/src/sam_can.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3x-ek/src/up_can.c + * configs/sama5d3x-ek/src/sam_can.c * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d3x-ek/src/sam_spi.c b/configs/sama5d3x-ek/src/sam_spi.c index 2871d01da3..c8abcd9a0b 100644 --- a/configs/sama5d3x-ek/src/sam_spi.c +++ b/configs/sama5d3x-ek/src/sam_spi.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d3x-ek/src/up_spi.c + * configs/sama5d3x-ek/src/sam_spi.c * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d3x-ek/src/sam_usbmsc.c b/configs/sama5d3x-ek/src/sam_usbmsc.c index 65f9d4f2b9..6ad938efaa 100644 --- a/configs/sama5d3x-ek/src/sam_usbmsc.c +++ b/configs/sama5d3x-ek/src/sam_usbmsc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * configs/sama5d3x-ek/src/up_usbmsc.c + * configs/sama5d3x-ek/src/sam_usbmsc.c * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d4-ek/src/sam_adc.c b/configs/sama5d4-ek/src/sam_adc.c index 5ee7f12e67..31f4d7c94e 100644 --- a/configs/sama5d4-ek/src/sam_adc.c +++ b/configs/sama5d4-ek/src/sam_adc.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d4-ek/src/up_adc.c + * configs/sama5d4-ek/src/sam_adc.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -115,4 +115,4 @@ int adc_devinit(void) #endif } -#endif /* CONFIG_ADC */ \ No newline at end of file +#endif /* CONFIG_ADC */ diff --git a/configs/sama5d4-ek/src/sam_can.c b/configs/sama5d4-ek/src/sam_can.c deleted file mode 100644 index e84817e86e..0000000000 --- a/configs/sama5d4-ek/src/sam_can.c +++ /dev/null @@ -1,140 +0,0 @@ -/************************************************************************************ - * configs/sama5d4-ek/src/up_can.c - * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * 3. Neither the name NuttX nor the names of its contributors may be - * used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN - * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - * - ************************************************************************************/ - -/************************************************************************************ - * Included Files - ************************************************************************************/ - -#include - -#include -#include - -#include -#include - -#include "chip.h" -#include "up_arch.h" - -#include "sam_can.h" -#include "sama5d4-ek.h" - -#if defined(CONFIG_CAN) && (defined(CONFIG_SAMA5_CAN0) || defined(CONFIG_SAMA5_CAN1)) - -/************************************************************************************ - * Pre-processor Definitions - ************************************************************************************/ -/* Configuration ********************************************************************/ - -#if defined(CONFIG_SAMA5_CAN0) && defined(CONFIG_SAMA5_CAN1) -# warning "Both CAN0 and CAN1 are enabled. Assuming only CAN0." -# undef CONFIG_SAMA5_CAN1 -#endif - -#ifdef CONFIG_SAMA5_CAN0 -# define CAN_PORT 0 -#else -# define CAN_PORT 1 -#endif - -/* Debug ***************************************************************************/ -/* Non-standard debug that may be enabled just for testing CAN */ - -#ifdef CONFIG_DEBUG_CAN -# define candbg dbg -# define canvdbg vdbg -# define canlldbg lldbg -# define canllvdbg llvdbg -#else -# define candbg(x...) -# define canvdbg(x...) -# define canlldbg(x...) -# define canllvdbg(x...) -#endif - -/************************************************************************************ - * Private Functions - ************************************************************************************/ - -/************************************************************************************ - * Public Functions - ************************************************************************************/ - -/************************************************************************************ - * Name: can_devinit - * - * Description: - * All STM32 architectures must provide the following interface to work with - * examples/can. - * - ************************************************************************************/ - -int can_devinit(void) -{ - static bool initialized = false; - struct can_dev_s *can; - int ret; - - /* Check if we have already initialized */ - - if (!initialized) - { - /* Call stm32_caninitialize() to get an instance of the CAN interface */ - - can = sam_caninitialize(CAN_PORT); - if (can == NULL) - { - candbg("ERROR: Failed to get CAN interface\n"); - return -ENODEV; - } - - /* Register the CAN driver at "/dev/can0" */ - - ret = can_register("/dev/can0", can); - if (ret < 0) - { - candbg("ERROR: can_register failed: %d\n", ret); - return ret; - } - - /* Now we are initialized */ - - initialized = true; - } - - return OK; -} - -#endif /* CONFIG_CAN && (CONFIG_SAMA5_CAN0 || CONFIG_SAMA5_CAN1) */ diff --git a/configs/sama5d4-ek/src/sam_spi.c b/configs/sama5d4-ek/src/sam_spi.c index d286be7573..905e79877b 100644 --- a/configs/sama5d4-ek/src/sam_spi.c +++ b/configs/sama5d4-ek/src/sam_spi.c @@ -1,5 +1,5 @@ /************************************************************************************ - * configs/sama5d4-ek/src/up_spi.c + * configs/sama5d4-ek/src/sam_spi.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/configs/sama5d4-ek/src/sam_usbmsc.c b/configs/sama5d4-ek/src/sam_usbmsc.c index b2e6ce5c02..90a68dd2ed 100644 --- a/configs/sama5d4-ek/src/sam_usbmsc.c +++ b/configs/sama5d4-ek/src/sam_usbmsc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * configs/sama5d4-ek/src/up_usbmsc.c + * configs/sama5d4-ek/src/sam_usbmsc.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt