mbox

[U-Boot,GIT,PULL] Microblaze changes

Message ID 564DBEC9.4060408@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git master

Message

Michal Simek Nov. 19, 2015, 12:21 p.m. UTC
Hi,

please pull these patches to your tree. I have added there 3 dm patches
which were Acked-by Simon which fixing manual relocation which is used
by Microblaze (others are probably without DM now).

Thanks,
Michal


The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:

  itest: add missing break statements to evalexp() (2015-11-18 15:29:00
-0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

for you to fetch changes up to 2588f2ddfd60ac617c05def14e9a92fd329721fe:

  dm: sf: Add support for all targets which requires MANUAL_RELOC
(2015-11-19 13:10:32 +0100)

----------------------------------------------------------------
Michal Simek (3):
      dm: spi: Add support for all targets which requires MANUAL_RELOC
      dm: core: Add missing entries for manual relocation
      dm: sf: Add support for all targets which requires MANUAL_RELOC

Nathan Rossi (2):
      microblaze: Fix style issues in header files
      microblaze: Fix C99/gnu99 compatiblity for inline functions

 arch/microblaze/include/asm/bitops.h | 63
+++++++++++++++++++++------------------------------------------
 arch/microblaze/include/asm/system.h |  2 +-
 drivers/core/root.c                  |  8 ++++++++
 drivers/mtd/spi/sf-uclass.c          | 23 +++++++++++++++++++++++
 drivers/spi/spi-uclass.c             | 20 ++++++++++++++++++++
 5 files changed, 73 insertions(+), 43 deletions(-)

Comments

Tom Rini Nov. 19, 2015, 10:07 p.m. UTC | #1
On Thu, Nov 19, 2015 at 01:21:29PM +0100, Michal Simek wrote:

> Hi,
> 
> please pull these patches to your tree. I have added there 3 dm patches
> which were Acked-by Simon which fixing manual relocation which is used
> by Microblaze (others are probably without DM now).
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:
> 
>   itest: add missing break statements to evalexp() (2015-11-18 15:29:00
> -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> for you to fetch changes up to 2588f2ddfd60ac617c05def14e9a92fd329721fe:
> 
>   dm: sf: Add support for all targets which requires MANUAL_RELOC
> (2015-11-19 13:10:32 +0100)
> 

Applied to u-boot/master, thanks!