mbox

[U-Boot,PULL] Please pull u-boot-nios/master

Message ID 877flfzbhj.fsf@wytron.com.tw
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Thomas Chou Nov. 18, 2015, 1:24 p.m. UTC
Hi Tom,

Please pull,

The following changes since commit fe524569d4a7eea66475d5815be75660e59b6ee4:

  Merge git://git.denx.de/u-boot-marvell (2015-11-17 17:57:32 -0500)

are available in the git repository at:

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

for you to fetch changes up to f5b76de4403881940a3ef57f9b6e9fa5b3433070:

  nios2: zap ioremap (2015-11-18 21:18:30 +0800)

----------------------------------------------------------------
Thomas Chou (10):
      altera_jtag_uart: change ioremap to map_physmem
      altera_uart: change ioremap to map_physmem
      altera_timer: change ioremap to map_physmem
      altera_spi: change ioremap to map_physmem
      altera_sysid: change ioremap to map_physmem
      altera_tse: change ioremap to map_physmem
      altera_qspi: change ioremap to map_physmem
      altera_pio: change ioremap to map_physmem
      nios2: dma-mapping.h: change ioremap to map_physmem
      nios2: zap ioremap

 arch/nios2/include/asm/dma-mapping.h | 2 +-
 arch/nios2/include/asm/io.h          | 6 ------
 drivers/gpio/altera_pio.c            | 5 +++--
 drivers/misc/altera_sysid.c          | 5 +++--
 drivers/mtd/altera_qspi.c            | 2 +-
 drivers/net/altera_tse.c             | 2 +-
 drivers/serial/altera_jtag_uart.c    | 5 +++--
 drivers/serial/altera_uart.c         | 5 +++--
 drivers/spi/altera_spi.c             | 5 +++--
 drivers/timer/altera_timer.c         | 5 +++--
 10 files changed, 21 insertions(+), 21 deletions(-)

Comments

Tom Rini Nov. 18, 2015, 1:38 p.m. UTC | #1
On Wed, Nov 18, 2015 at 09:24:40PM +0800, Thomas Chou wrote:

> Hi Tom,
> 
> Please pull,
> 
> The following changes since commit fe524569d4a7eea66475d5815be75660e59b6ee4:
> 
>   Merge git://git.denx.de/u-boot-marvell (2015-11-17 17:57:32 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nios.git master
> 
> for you to fetch changes up to f5b76de4403881940a3ef57f9b6e9fa5b3433070:
> 
>   nios2: zap ioremap (2015-11-18 21:18:30 +0800)
> 

Applied to u-boot/master, thanks!