mbox series

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 1503991663-5077-1-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-sunxi/master | expand

Pull-request

git://git.denx.de/u-boot-sunxi.git master

Message

Jagan Teki Aug. 29, 2017, 7:27 a.m. UTC
Hi Tom,

These fixes need to be in for the release, please pull the same.

thanks!
Jagan.

The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:

  mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to ead3697d7ec491c055fe546b3a45bcfba45fa022:

  mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530)

----------------------------------------------------------------
Jagan Teki (1):
      sunxi: bpi-m3: Enable eMMC

Maxime Ripard (3):
      mmc: sunxi: Support new mode
      sunxi: Enable MMC new mode for A83T
      mmc: sunxi: fix legacy MMC initialisation

 arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h |  1 +
 arch/arm/include/asm/arch-sunxi/mmc.h              | 11 +++++---
 arch/arm/mach-sunxi/Kconfig                        |  1 +
 configs/Sinovoip_BPI_M3_defconfig                  |  1 +
 drivers/mmc/Kconfig                                |  4 +++
 drivers/mmc/sunxi_mmc.c                            | 29 +++++++++++++++++++---
 6 files changed, 40 insertions(+), 7 deletions(-)

Comments

Tom Rini Sept. 1, 2017, 4:42 p.m. UTC | #1
On Tue, Aug 29, 2017 at 12:57:43PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> These fixes need to be in for the release, please pull the same.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
> 
>   mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to ead3697d7ec491c055fe546b3a45bcfba45fa022:
> 
>   mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530)
> 

Applied to u-boot/master, thanks!

But!  Can you please grab https://patchwork.ozlabs.org/patch/793903/ and
update the commit message as Andreas describes?  I think the whitelist
part is "ok" until we migrate the symbols, which should of course be
done sooner rather than later.  Thanks again!
Jagan Teki Sept. 1, 2017, 4:48 p.m. UTC | #2
On Fri, Sep 1, 2017 at 10:12 PM, Tom Rini <trini@konsulko.com> wrote:
> On Tue, Aug 29, 2017 at 12:57:43PM +0530, Jagan Teki wrote:
>
>> Hi Tom,
>>
>> These fixes need to be in for the release, please pull the same.
>>
>> thanks!
>> Jagan.
>>
>> The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
>>
>>   mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-sunxi.git master
>>
>> for you to fetch changes up to ead3697d7ec491c055fe546b3a45bcfba45fa022:
>>
>>   mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530)
>>
>
> Applied to u-boot/master, thanks!
>
> But!  Can you please grab https://patchwork.ozlabs.org/patch/793903/ and
> update the commit message as Andreas describes?  I think the whitelist
> part is "ok" until we migrate the symbols, which should of course be
> done sooner rather than later.  Thanks again!

Yeah, Fixed and send v2 for this[1] will send the PR.

[1] https://patchwork.ozlabs.org/patch/808719/

thanks!