]> Git Repo - J-u-boot.git/commit - arch/arm/mach-imx/cpu.c
ARM: imx: Call imx_pcie_remove() only for non-DM PCI driver
authorMarek Vasut <[email protected]>
Sun, 9 Jun 2019 01:50:51 +0000 (03:50 +0200)
committerStefano Babic <[email protected]>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
commit42dc1230cdec48d0278dcc683bc14527cbea12c5
treeb5ed89c02fa446a50bd989963bd6ffcf13897296
parent934f9a653c6618b7acc448b487a568fd29ab2ba0
ARM: imx: Call imx_pcie_remove() only for non-DM PCI driver

The DM iMX PCI driver has DM_FLAG_OS_PREPARE set and will call
imx_pcie_remove() from the .remove callback. Do not call it from
the architecture code again.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/arm/mach-imx/cpu.c
This page took 0.037028 seconds and 4 git commands to generate.