[U-Boot] [PATCH v7 0/4] mmc: meson: add MMC driver for Meson GX (S905)

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Apr 14 11:08:57 UTC 2017


On 04/14/2017 12:49 PM, Jaehoon Chung wrote:
> Hi Heinrich,
> 
> On 04/14/2017 07:26 PM, Heinrich Schuchardt wrote:
>> This patch series is a resubmission of the v6 patch series
>> https://lists.denx.de/pipermail/u-boot/2017-February/281941.html
>> by Heiner Kallweit.
>>
>> Patch 1 updates the device tree to a recent Linux version.
>> Patch 2 add a MMC driver for the GXBB SOC
>> Both patches are unchanged relative to version 6 of the patch series.
>> Patch 3 enables the MMC driver in the Odroid C2 default configuration.
>> This patch had to be rearranged to become applicable again.
>> Patch 4 enables MMC as a boot target for the Odroid C2.
>> This patch is new.
>>
>> I have tested the patch series against U-Boot v2017.3 and U-Boot master.
> 
> Confusing..what patches are correct..
> 
> 2017-04-12 20:32 Heiner Kallweit    * odroid-c2: enable new Meson GX MMC driver in board defconfig
> 2017-04-12 20:30 Carlo Caione       * mmc: meson: add MMC driver for Meson GX (S905)
> 2017-04-12 20:28 Heiner Kallweit    * arm: dts: update Meson GXBB / Odroid-C2 DT with recent Linux version
> 
> I have already applied to u-boot-mmc for [PATCH v7 1/3]~[PATCH v7 3/3].
> And why this patchset is v7? And i did PR to Tom..
> 
> Let me know what is correct..otherwise you will send the patch without applying patches.
> 
> Best Regards,
> Jaehoon Chung

Hello Jaehoon,

sorry for creating confusion.

I missed the v7 series by Heiner.

I will resend patch 4/4 as a single patch.

Best regards

Heinrich


> 
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>>
>> Heiner Kallweit (2):
>>   mmc: meson: add MMC driver for Meson GX (S905)
>>   arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version
>>
>> Heinrich Schuchardt (2):
>>   Enable new Meson GX MMC driver in Odroid C2 defconfig.
>>   odroid-c2: enable MMC as boot target
>>
>>  arch/arm/dts/meson-gxbb-odroidc2.dts | 147 ++++++-
>>  arch/arm/dts/meson-gxbb.dtsi         | 718 ++++++++++++++++++++++-------------
>>  configs/odroid-c2_defconfig          |   5 +-
>>  drivers/mmc/Kconfig                  |   6 +
>>  drivers/mmc/Makefile                 |   1 +
>>  include/configs/meson-gxbb-common.h  |   2 +
>>  6 files changed, 603 insertions(+), 276 deletions(-)
>>
> 
> 



More information about the U-Boot mailing list