From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vHdhl2nmHzDqCq for ; Tue, 7 Feb 2017 20:05:11 +1100 (AEDT) Message-Id: From: Christophe Leroy Subject: [PATCH 0/2] get rid of immrbar_virt_to_phys() To: Li Yang , Qiang Zhao , Scott Wood , "David S. Miller" Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Tue, 7 Feb 2017 10:05:07 +0100 (CET) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 | 4 +--- include/soc/fsl/qe/immap_qe.h | 19 ------------------- include/soc/fsl/qe/qe.h | 1 + 4 files changed, 5 insertions(+), 27 deletions(-) -- 2.10.1