mbox

[U-Boot,GIT,PULL] u-boot-mips/fixes

Message ID CACUy__XYEd30oJd3b48ubEfC=8vHetsSZ+JUGBhk2c8bMFWs+w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mips.git fixes

Message

Daniel Schwierzeck June 8, 2013, 9:21 p.m. UTC
Hi Tom,

please pull two fixes for MIPS. These patches and [1] are required to
cleanly run 'MAKEALL -a mips' again on master.

[1] http://patchwork.ozlabs.org/patch/249980/


The following changes since commit 842033e6964e9e5d34aca893c1845416dd8ac2cc:

  pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option (2013-06-07 14:17:01 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git fixes

for you to fetch changes up to e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806:

  MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: asm/errno.h: switch to asm-generic/errno.h

Gabor Juhos (1):
      MIPS: fix __raw_* IO accessors

 arch/mips/include/asm/errno.h | 144
+------------------------------------------------------------------------------------------------------------------------------------------
 arch/mips/include/asm/io.h    |  26 ++++++++++++-------------
 2 files changed, 14 insertions(+), 156 deletions(-)

Comments

Tom Rini June 11, 2013, 2:43 p.m. UTC | #1
On Sat, Jun 08, 2013 at 11:21:19PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two fixes for MIPS. These patches and [1] are required to
> cleanly run 'MAKEALL -a mips' again on master.
> 
> [1] http://patchwork.ozlabs.org/patch/249980/
> 
> 
> The following changes since commit 842033e6964e9e5d34aca893c1845416dd8ac2cc:
> 
>   pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option (2013-06-07 14:17:01 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git fixes
> 
> for you to fetch changes up to e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806:
> 
>   MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (1):
>       MIPS: asm/errno.h: switch to asm-generic/errno.h
> 
> Gabor Juhos (1):
>       MIPS: fix __raw_* IO accessors
> 
>  arch/mips/include/asm/errno.h | 144
> +------------------------------------------------------------------------------------------------------------------------------------------
>  arch/mips/include/asm/io.h    |  26 ++++++++++++-------------
>  2 files changed, 14 insertions(+), 156 deletions(-)

Applied to u-boot/master, thanks!