Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1575494

[PATCH 0/2] get rid of immrbar_virt_to_phys()

From Christophe Leroy <christophe.leroy@c-s.fr>
Newsgroups linux.kernel
Subject [PATCH 0/2] get rid of immrbar_virt_to_phys()
Date 2017-02-07 10:10 +0100
Message-ID <t89WF-Sa-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


ucc_geth ethernet driver is the only driver using immrbar_virt_to_phys() and it uses it incorrectly.

This patch fixes ucc_geth driver then removes immrbar_virt_to_phys()

Christophe Leroy (2):
  net: ethernet: ucc_geth: fix MEM_PART_MURAM mode
  soc/fsl/qe: get rid of immrbar_virt_to_phys()

 drivers/net/ethernet/freescale/ucc_geth.c |  8 +++-----
 drivers/soc/fsl/qe/qe.c                   |  2 --
 include/soc/fsl/qe/immap_qe.h             | 19 -------------------
 include/soc/fsl/qe/qe.h                   |  1 +
 4 files changed, 4 insertions(+), 26 deletions(-)

-- 
2.10.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] get rid of immrbar_virt_to_phys() Christophe Leroy <christophe.leroy@c-s.fr> - 2017-02-07 10:10 +0100
  [PATCH 1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode Christophe Leroy <christophe.leroy@c-s.fr> - 2017-02-07 10:10 +0100
    Re: [PATCH 1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode Christophe LEROY <christophe.leroy@c-s.fr> - 2017-02-09 11:50 +0100
    Re: [PATCH 1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode Li Yang <leoli@freescale.com> - 2017-02-10 00:30 +0100
  Re: [PATCH 0/2] get rid of immrbar_virt_to_phys() David Miller <davem@davemloft.net> - 2017-02-08 19:20 +0100

csiph-web