From 8e0ed239d37194dc9aea51bf13f98a2e260c6f4a Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Tue, 28 Aug 2012 00:56:10 +0530 Subject: [PATCH] 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 --- drivers/mmc/zynq_mmc.c | 16 ++++++++++++++++ drivers/mmc/zynq_mmc.h | 22 +++++++++++++++++----- 2 files changed, 33 insertions(+), 5 deletions(-) mode change 100755 => 100644 drivers/mmc/zynq_mmc.c 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_ */ -- 2.47.3