Loading drivers/soc/qcom/pil-msa.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -23,6 +23,7 @@ #include <linux/of.h> #include <linux/regulator/consumer.h> #include <linux/dma-mapping.h> #include <linux/highmem.h> #include <soc/qcom/scm.h> #include <soc/qcom/secure_buffer.h> Loading Loading @@ -535,6 +536,10 @@ int pil_mss_reset_load_mba(struct pil_desc *pil) goto err_invalid_fw; } /* Make sure there are no mappings in PKMAP and fixmap */ kmap_flush_unused(); kmap_atomic_flush_unused(); drv->mba_dp_phys = mba_dp_phys; drv->mba_dp_virt = mba_dp_virt; mba_dp_phys_end = mba_dp_phys + drv->mba_dp_size; Loading Loading
drivers/soc/qcom/pil-msa.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -23,6 +23,7 @@ #include <linux/of.h> #include <linux/regulator/consumer.h> #include <linux/dma-mapping.h> #include <linux/highmem.h> #include <soc/qcom/scm.h> #include <soc/qcom/secure_buffer.h> Loading Loading @@ -535,6 +536,10 @@ int pil_mss_reset_load_mba(struct pil_desc *pil) goto err_invalid_fw; } /* Make sure there are no mappings in PKMAP and fixmap */ kmap_flush_unused(); kmap_atomic_flush_unused(); drv->mba_dp_phys = mba_dp_phys; drv->mba_dp_virt = mba_dp_virt; mba_dp_phys_end = mba_dp_phys + drv->mba_dp_size; Loading