From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Tue, 3 Nov 2015 15:14:16 +0100 Subject: [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master Message-ID: <1446560056-1433-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4: mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 -0800) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to 83bf005710a1e01341de5e2f44a3ce082717e313: arm: at91: reworked meesc board support (2015-11-03 14:21:32 +0100) ---------------------------------------------------------------- Daniel Gorsulowski (1): arm: at91: reworked meesc board support Wenyou Yang (4): arm: at91: Change the Chip ID registers' addresses mmc: sdhci: Fix the SD clock stop sequence arm: at91: clock: Add the generated clock support mmc: atmel: Add atmel sdhci support arch/arm/mach-at91/armv7/clock.c | 95 +++++++++++++++++++++++++++ arch/arm/mach-at91/armv7/cpu.c | 7 +- arch/arm/mach-at91/include/mach/at91_dbu.h | 4 -- arch/arm/mach-at91/include/mach/at91_pmc.h | 13 ++++ arch/arm/mach-at91/include/mach/atmel_sdhci.h | 13 ++++ arch/arm/mach-at91/include/mach/clk.h | 10 +++ arch/arm/mach-at91/include/mach/sama5d3.h | 3 + arch/arm/mach-at91/include/mach/sama5d4.h | 3 + board/esd/meesc/meesc.c | 20 ++++-- drivers/mmc/Makefile | 1 + drivers/mmc/atmel_sdhci.c | 40 +++++++++++ drivers/mmc/sdhci.c | 20 +++++- include/configs/meesc.h | 42 ++++++------ 13 files changed, 236 insertions(+), 35 deletions(-) create mode 100644 arch/arm/mach-at91/include/mach/atmel_sdhci.h create mode 100644 drivers/mmc/atmel_sdhci.c