<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/mmc/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-05T00:02:16Z</updated>
<entry>
<title>Merge tag 'mmc-2019-5-3' of https://github.com/MrVan/u-boot</title>
<updated>2019-05-05T00:02:16Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-05-05T00:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c9baea6d0e96eb4bf55061d516e91e22236ed198'/>
<id>urn:sha1:c9baea6d0e96eb4bf55061d516e91e22236ed198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig</title>
<updated>2019-05-04T17:04:12Z</updated>
<author>
<name>Alex Kiernan</name>
</author>
<published>2019-05-01T07:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=623de3f08631bd8aab79f38b71ada18a1f9d836f'/>
<id>urn:sha1:623de3f08631bd8aab79f38b71ada18a1f9d836f</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SUPPORT_EMMC_BOOT

As requested by Michal Simek &lt;michal.simek@xilinx.com&gt;, these boards
have no eMMC so CONFIG_SUPPORT_EMMC_BOOT has not been migrated:

  xilinx_zynqmp_zc1275_revB
  xilinx_zynqmp_zc1751_xm018_dc4
  xilinx_zynqmp_zc1751_xm019_dc5
  xilinx_zynqmp_zcu100_revC
  xilinx_zynqmp_zcu102_rev1_0
  xilinx_zynqmp_zcu102_revA
  xilinx_zynqmp_zcu102_revB
  xilinx_zynqmp_zcu104_revA
  xilinx_zynqmp_zcu104_revC
  xilinx_zynqmp_zcu106_revA
  xilinx_zynqmp_zcu111_revA

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
Acked-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Acked-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Acked-by: Ramon Fried &lt;ramon.fried@gmail.com&gt;
Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Tested-by: Sébastien Szymanski &lt;sebastien.szymanski@armadeus.com&gt;
</content>
</entry>
<entry>
<title>mmc: sdhci: Add Support for ADMA2</title>
<updated>2019-05-03T12:44:11Z</updated>
<author>
<name>Faiz Abbas</name>
</author>
<published>2019-04-16T17:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=37cb626da25d0d895079c85866d0c2030cd98438'/>
<id>urn:sha1:37cb626da25d0d895079c85866d0c2030cd98438</id>
<content type='text'>
The Standard Host Controller Interface (SDHCI) specification version
3.00 adds support for Advanced DMA (ADMA) for both 64 and 32 bit widths
of DMA. ADMA2 uses a table of descriptors for aggregating DMA requests.
This significantly improves read and write throughput.

Add Support for the same.

Signed-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;
</content>
</entry>
<entry>
<title>ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards</title>
<updated>2019-04-18T06:12:38Z</updated>
<author>
<name>Eugeniy Paltsev</name>
</author>
<published>2019-02-25T15:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=15736e288e0654a2c58be4b34e5502d18c9b529c'/>
<id>urn:sha1:15736e288e0654a2c58be4b34e5502d18c9b529c</id>
<content type='text'>
Add the DM_MMC-compatible DesignWare MMC driver support for Synopsys
ARC devboards. It is created to switch ARC devboards to use DM_MMC.

It required information such as clocks (Bus Interface Unit clock,
Card Interface Unit clock) and SDIO bus width.

Signed-off-by: Eugeniy Paltsev &lt;Eugeniy.Paltsev@synopsys.com&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Migrate BOUNCE_BUFFER</title>
<updated>2019-01-19T14:49:26Z</updated>
<author>
<name>Philipp Tomsich</name>
</author>
<published>2018-11-30T21:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2acc24fc28ef782f4baef1aa0193d520ee9610b9'/>
<id>urn:sha1:2acc24fc28ef782f4baef1aa0193d520ee9610b9</id>
<content type='text'>
The bounce buffer is used by a few drivers (most of the MMC drivers)
to overcome limitations in their respective DMA implementation.

This moves the configuration to Kconfig and makes it user-selectable
(even though it will be a required feature to make those drivers
work): the expected usage is for drivers depending on this to 'select'
it unconditionally from their respective Kconfig (see follow-up
patches).

This commit includes a full migration using moveconfig.py to ensure
that each commit compiles.  To ensure bisectability we update
dependencies of various drivers to now select BOUNCE_BUFFER when needed.

[trini: Squash all patches to ensure bisectability]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt; [dw_mmc portion]
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt; [mxsmmc portion]
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt; [tegra portion]
</content>
</entry>
<entry>
<title>mmc: Add JZ47xx SD/MMC controller driver</title>
<updated>2018-12-19T14:23:01Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2018-12-16T22:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d77271393a429ed7eb82efcd9ad4aa61cd9809d4'/>
<id>urn:sha1:d77271393a429ed7eb82efcd9ad4aa61cd9809d4</id>
<content type='text'>
Add driver for the JZ47xx MSC controller.

Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC</title>
<updated>2018-11-29T04:04:54Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2018-11-15T02:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d24b69395949048f26fecb351844b1d7bc27fc33'/>
<id>urn:sha1:d24b69395949048f26fecb351844b1d7bc27fc33</id>
<content type='text'>
This patch adds MT7623 host controller driver for accessing SD/MMC.

Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;
Signed-off-by: Weijie Gao &lt;weijie.gao@mediatek.com&gt;
Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Tested-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option</title>
<updated>2018-11-22T07:49:19Z</updated>
<author>
<name>Vasily Khoruzhick</name>
</author>
<published>2018-11-10T04:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2a8882ecefdeb9eb7ea2ea21427460e773a00e5a'/>
<id>urn:sha1:2a8882ecefdeb9eb7ea2ea21427460e773a00e5a</id>
<content type='text'>
Allwinner A64 has new mode but doesn't have a mode switch in CCM,
and CCM_MMC_CTRL_MODE_SEL_NEW is not defined, so compilation fails
if MMC_SUNXI_HAS_NEW_MODE is enabled

Introduce new MMC_SUNXI_HAS_MODE_SWITCH option to be able to ifdef usage
of CCM_MMC_CTRL_MODE_SEL_NEW

Signed-off-by: Vasily Khoruzhick &lt;anarsoul@gmail.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
[jagan: update commit message]
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Tested-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt; # Amarula A64-Relic
</content>
</entry>
<entry>
<title>arm64: versal: Add support for new Xilinx Versal ACAPs</title>
<updated>2018-10-16T14:53:21Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-08-22T12:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ec48b6c991f400c8583ac2f875d65a8539f0b437'/>
<id>urn:sha1:ec48b6c991f400c8583ac2f875d65a8539f0b437</id>
<content type='text'>
Xilinx is introducing Versal, an adaptive compute acceleration platform
(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
Engines with leading-edge memory and interfacing technologies to deliver
powerful heterogeneous acceleration for any application. The Versal AI
Core series has five devices, offering 128 to 400 AI Engines. The series
includes dual-core Arm Cortex™-A72 application processors, dual-core Arm
Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
than 1,900 DSP engines optimized for high-precision floating point with
low latency.

The patch is adding necessary infrastructure in place without enabling
platform which is done in separate patch.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>mmc: k3_arasan: Add sdhci driver support for K3 family SoCs</title>
<updated>2018-09-11T12:32:55Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2018-08-27T10:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=aaa449fb27737aea9694881a51ba7f078724d8d1'/>
<id>urn:sha1:aaa449fb27737aea9694881a51ba7f078724d8d1</id>
<content type='text'>
AM654 has an arasan sdhci controller and a mmc phy attached to it.
Add basic support for K3 specific arasan sdhci controller.

Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
</feed>
