From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files
Date: Thu, 8 May 2008 23:26:59 +0200 [thread overview]
Message-ID: <20080508212659.GA19728@game.jcrosoft.org> (raw)
In-Reply-To: <1210279954-28692-3-git-send-email-stelian@popies.net>
On 22:52 Thu 08 May , Stelian Pop wrote:
> When doing the AT91CAP9/AT91SAM9 port, a number of header files were
> copied from the Linux kernel sources. This patch explicitly specifies
> this origin for all the copied headers, and for those missing copyright
> information, adds it.
>
> Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
> in the latest kernel sources by 'at91sam9_smc.h'.
>
> The copyright information has been confirmed by the AT91 Linux kernel
> maintainer, Andrew Victor <avictor.za@gmail.com>.
>
> Signed-off-by: Stelian Pop <stelian@popies.net>
> ---
> board/atmel/at91cap9adk/at91cap9adk.c | 2 +-
> board/atmel/at91sam9260ek/at91sam9260ek.c | 2 +-
> include/asm-arm/arch-at91sam9/at91_pio.h | 2 +-
> include/asm-arm/arch-at91sam9/at91_pit.h | 5 +-
> include/asm-arm/arch-at91sam9/at91_pmc.h | 2 +-
> include/asm-arm/arch-at91sam9/at91_rstc.h | 5 +-
> include/asm-arm/arch-at91sam9/at91_spi.h | 2 +-
> include/asm-arm/arch-at91sam9/at91cap9.h | 2 +-
> include/asm-arm/arch-at91sam9/at91cap9_matrix.h | 2 +-
> include/asm-arm/arch-at91sam9/at91sam9260.h | 2 +-
> include/asm-arm/arch-at91sam9/at91sam9260_matrix.h | 4 +-
> include/asm-arm/arch-at91sam9/at91sam926x_mc.h | 140 --------------------
> include/asm-arm/arch-at91sam9/at91sam9_smc.h | 76 +++++++++++
> include/asm-arm/arch-at91sam9/gpio.h | 2 +-
> include/asm-arm/arch-at91sam9/hardware.h | 2 +-
> include/asm-arm/arch-at91sam9/io.h | 2 +-
> 16 files changed, 98 insertions(+), 154 deletions(-)
> delete mode 100644 include/asm-arm/arch-at91sam9/at91sam926x_mc.h
> create mode 100644 include/asm-arm/arch-at91sam9/at91sam9_smc.h
>
> diff --git a/board/atmel/at91cap9adk/at91cap9adk.c b/board/atmel/at91cap9adk/at91cap9adk.c
> index e6ae60c..310a3ef 100644
> --- a/board/atmel/at91cap9adk/at91cap9adk.c
> +++ b/board/atmel/at91cap9adk/at91cap9adk.c
> @@ -25,7 +25,7 @@
> #include <common.h>
> #include <asm/arch/at91cap9.h>
> #include <asm/arch/at91cap9_matrix.h>
> -#include <asm/arch/at91sam926x_mc.h>
> +#include <asm/arch/at91sam_smc.h>
Is not supposed to br
#include <asm/arch/at91sam9_smc.h>
> #include <asm/arch/at91_pmc.h>
> #include <asm/arch/at91_rstc.h>
> #include <asm/arch/gpio.h>
Best Regards,
J.
next prev parent reply other threads:[~2008-05-08 21:26 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-08 20:52 [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4 Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 01/26] Fix @ -> <at> substitution Stelian Pop
2008-05-09 22:30 ` Wolfgang Denk
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files Stelian Pop
2008-05-08 21:26 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-05-09 8:57 ` Stelian Pop
2008-05-09 10:12 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-09 22:26 ` Wolfgang Denk
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 03/26] Add copyright information in Atmel boards partition.c Stelian Pop
2008-05-09 22:24 ` Wolfgang Denk
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 04/26] Add proper copyright notices in Atmel boards Makefiles Stelian Pop
2008-05-09 22:25 ` Wolfgang Denk
2008-05-13 15:17 ` Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 05/26] Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 06/26] AT91CAP9ADK: Handle 8 or 16 bit NAND Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 07/26] AT91CAP9ADK: Normalize SPI timings Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 08/26] AT91CAP9ADK: Normalize BOOTARGS Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 09/26] AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 10/26] AT91SAM9260EK: Handle 8 or 16 bit NAND Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 11/26] AT91SAM9260EK: Normalize SPI timings Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 12/26] AT91SAM9260EK: Normalize BOOTARGS Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 13/26] AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 14/26] AT91SAM9261EK support Stelian Pop
2008-05-09 10:41 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-09 21:46 ` Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 15/26] AT91SAM9263EK support [part 1 of 2] Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 16/26] AT91SAM9263EK support [part 2 " Stelian Pop
2008-05-09 10:45 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 17/26] AT91SAM9RLEK support Stelian Pop
2008-05-09 10:51 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size Stelian Pop
2008-05-22 15:50 ` Scott Wood
2008-05-22 16:17 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-22 16:57 ` Scott Wood
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 19/26] Remember the detected NAND size for later display Stelian Pop
2008-05-09 15:00 ` Scott Wood
2008-05-09 21:58 ` Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver Stelian Pop
2008-05-09 10:57 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-09 21:57 ` Stelian Pop
2008-05-12 16:30 ` Scott Wood
2008-05-13 15:28 ` Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 21/26] AT91CAP9ADK: hook up the " Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 22/26] AT91SAM9261EK: " Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 23/26] AT91SAM9263EK: " Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 24/26] AT91SAM9RLEK: " Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 25/26] Use custom logo for Atmel boards Stelian Pop
2008-05-08 20:52 ` [U-Boot-Users] [PATCH 26/26] Support AT91CAP9 revC CPUs Stelian Pop
2008-05-08 21:29 ` [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4 Jean-Christophe PLAGNIOL-VILLARD
2008-05-09 8:54 ` Stelian Pop
2008-05-09 12:11 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-10 10:21 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-13 15:32 ` Stelian Pop
2008-05-24 11:20 ` Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080508212659.GA19728@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox