From: Jagannadha Sutradharudu Teki Date: Mon, 27 Aug 2012 19:26:10 +0000 (+0530) Subject: Xilinx: ARM: mmc: zynq: Add license notes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e0ed239d37194dc9aea51bf13f98a2e260c6f4a;p=thirdparty%2Fu-boot.git Xilinx: ARM: mmc: zynq: Add license notes This patch adds license notes on zynq sdhci driver and it's header file. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/drivers/mmc/zynq_mmc.c b/drivers/mmc/zynq_mmc.c old mode 100755 new mode 100644 index 8957798d860..8fd432263d7 --- a/drivers/mmc/zynq_mmc.c +++ b/drivers/mmc/zynq_mmc.c @@ -1,3 +1,19 @@ +/* + * (C) Copyright 2012 Xilinx + * + * Zynq SD Host Controller Interface + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + */ + #include #include #include diff --git a/drivers/mmc/zynq_mmc.h b/drivers/mmc/zynq_mmc.h index 7a07241c822..4f3d3f91069 100644 --- a/drivers/mmc/zynq_mmc.h +++ b/drivers/mmc/zynq_mmc.h @@ -1,11 +1,23 @@ - -#ifndef __SD_H__ -#define __SD_H__ - /* + * (C) Copyright 2012 Xilinx + * + * Zynq SD Host Controller Interface * Controller register and bit definitions + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA */ +#ifndef __SDHCI_MMC_H_ +#define __SDHCI_MMC_H_ + #define SD_DMA_ADDR_R 0x00 #define SD_BLOCK_SZ_R 0x04 @@ -92,4 +104,4 @@ #define SD_CAPABILITIES_R 0x40 -#endif +#endif /* __SDHCI_MMC_H_ */