* [U-Boot] Pull request mmc tree
@ 2013-12-09 9:09 Pantelis Antoniou
2013-12-11 16:44 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Pantelis Antoniou @ 2013-12-09 9:09 UTC (permalink / raw)
To: u-boot
Hi Tom,
The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to adebb98ba12008021e75a2881deb424db0184770:
mmc: add Faraday FTSDC021 SDHCI controller support (2013-12-08 14:23:05 +0200)
----------------------------------------------------------------
Alexey Brodkin (1):
mmc/dwmmc: modify FIFO threshold only if value explicitly set
Jaehoon Chung (1):
mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
Kuo-Jung Su (1):
mmc: add Faraday FTSDC021 SDHCI controller support
Priyanka Jain (1):
powerpc: mmc: Add corenet devices support in esdhc spl
drivers/mmc/Makefile | 1 +
drivers/mmc/dw_mmc.c | 23 +++++------------------
drivers/mmc/exynos_dw_mmc.c | 14 ++++++++++++++
drivers/mmc/fsl_esdhc_spl.c | 5 +++++
drivers/mmc/ftsdc021_sdhci.c | 33 +++++++++++++++++++++++++++++++++
include/dwmmc.h | 1 +
include/faraday/ftsdc021.h | 13 +++++++++++++
7 files changed, 72 insertions(+), 18 deletions(-)
create mode 100644 drivers/mmc/ftsdc021_sdhci.c
create mode 100644 include/faraday/ftsdc021.h
Regards
-- Pantelis
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request mmc tree
2013-12-09 9:09 Pantelis Antoniou
@ 2013-12-11 16:44 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-12-11 16:44 UTC (permalink / raw)
To: u-boot
On Mon, Dec 09, 2013 at 11:09:46AM +0200, Pantelis Antoniou wrote:
> Hi Tom,
>
> The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
>
> Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-mmc.git master
>
> for you to fetch changes up to adebb98ba12008021e75a2881deb424db0184770:
>
> mmc: add Faraday FTSDC021 SDHCI controller support (2013-12-08 14:23:05 +0200)
>
> ----------------------------------------------------------------
> Alexey Brodkin (1):
> mmc/dwmmc: modify FIFO threshold only if value explicitly set
>
> Jaehoon Chung (1):
> mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
>
> Kuo-Jung Su (1):
> mmc: add Faraday FTSDC021 SDHCI controller support
>
> Priyanka Jain (1):
> powerpc: mmc: Add corenet devices support in esdhc spl
>
> drivers/mmc/Makefile | 1 +
> drivers/mmc/dw_mmc.c | 23 +++++------------------
> drivers/mmc/exynos_dw_mmc.c | 14 ++++++++++++++
> drivers/mmc/fsl_esdhc_spl.c | 5 +++++
> drivers/mmc/ftsdc021_sdhci.c | 33 +++++++++++++++++++++++++++++++++
> include/dwmmc.h | 1 +
> include/faraday/ftsdc021.h | 13 +++++++++++++
> 7 files changed, 72 insertions(+), 18 deletions(-)
> create mode 100644 drivers/mmc/ftsdc021_sdhci.c
> create mode 100644 include/faraday/ftsdc021.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131211/6728315f/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request mmc tree
@ 2014-01-09 11:22 Pantelis Antoniou
2014-01-10 20:03 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Pantelis Antoniou @ 2014-01-09 11:22 UTC (permalink / raw)
To: u-boot
Hi Tom,
The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-01-06 14:07:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to c5c1af21764d9423b45c1d03e835c4547a8bc5cb:
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA (2014-01-09 11:53:55 +0200)
----------------------------------------------------------------
Alexey Brodkin (1):
mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller
Chin Liang See (2):
mmc/dwmmc: Using calloc instead malloc
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
Darwin Rambo (1):
mmc: Minor cleanup of sdhci.c
Lad, Prabhakar (1):
include/mmc.h: Remove declaration for spl_mmc_load()
Lubomir Popov (1):
ARM: omap5_uevm: Enable 8-bit eMMC access
Markus Niebel (1):
mmc: add setdsr support
arch/arm/include/asm/arch-socfpga/dwmmc.h | 12 ++++++++++++
arch/arm/include/asm/arch-socfpga/system_manager.h | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common/cmd_mmc.c | 23 +++++++++++++++++++++++
doc/README.socfpga | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/mmc/Makefile | 1 +
drivers/mmc/dw_mmc.c | 36 ++++++++++++++++++++++++------------
drivers/mmc/mmc.c | 18 ++++++++++++++++++
drivers/mmc/sdhci.c | 32 +++++++++++++++++++-------------
drivers/mmc/socfpga_dw_mmc.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/configs/arndale.h | 1 +
include/configs/exynos5250-dt.h | 1 +
include/configs/omap5_uevm.h | 1 +
include/mmc.h | 4 +++-
13 files changed, 289 insertions(+), 26 deletions(-)
create mode 100644 arch/arm/include/asm/arch-socfpga/dwmmc.h
create mode 100644 doc/README.socfpga
mode change 100644 => 100755 drivers/mmc/dw_mmc.c
create mode 100644 drivers/mmc/socfpga_dw_mmc.c
Regards
-- Pantelis
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request mmc tree
2014-01-09 11:22 [U-Boot] Pull request mmc tree Pantelis Antoniou
@ 2014-01-10 20:03 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-01-10 20:03 UTC (permalink / raw)
To: u-boot
On Thu, Jan 09, 2014 at 01:22:58PM +0200, Pantelis Antoniou wrote:
> Hi Tom,
>
> The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-01-06 14:07:08 -0500)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-mmc.git master
>
> for you to fetch changes up to c5c1af21764d9423b45c1d03e835c4547a8bc5cb:
>
> socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA (2014-01-09 11:53:55 +0200)
>
> ----------------------------------------------------------------
> Alexey Brodkin (1):
> mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller
>
> Chin Liang See (2):
> mmc/dwmmc: Using calloc instead malloc
> socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
>
> Darwin Rambo (1):
> mmc: Minor cleanup of sdhci.c
>
> Lad, Prabhakar (1):
> include/mmc.h: Remove declaration for spl_mmc_load()
>
> Lubomir Popov (1):
> ARM: omap5_uevm: Enable 8-bit eMMC access
>
> Markus Niebel (1):
> mmc: add setdsr support
>
> arch/arm/include/asm/arch-socfpga/dwmmc.h | 12 ++++++++++++
> arch/arm/include/asm/arch-socfpga/system_manager.h | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> common/cmd_mmc.c | 23 +++++++++++++++++++++++
> doc/README.socfpga | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/mmc/Makefile | 1 +
> drivers/mmc/dw_mmc.c | 36 ++++++++++++++++++++++++------------
> drivers/mmc/mmc.c | 18 ++++++++++++++++++
> drivers/mmc/sdhci.c | 32 +++++++++++++++++++-------------
> drivers/mmc/socfpga_dw_mmc.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> include/configs/arndale.h | 1 +
> include/configs/exynos5250-dt.h | 1 +
> include/configs/omap5_uevm.h | 1 +
> include/mmc.h | 4 +++-
> 13 files changed, 289 insertions(+), 26 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-socfpga/dwmmc.h
> create mode 100644 doc/README.socfpga
> mode change 100644 => 100755 drivers/mmc/dw_mmc.c
> create mode 100644 drivers/mmc/socfpga_dw_mmc.c
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140110/d9e6f605/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-10 20:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 11:22 [U-Boot] Pull request mmc tree Pantelis Antoniou
2014-01-10 20:03 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2013-12-09 9:09 Pantelis Antoniou
2013-12-11 16:44 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).