Loading drivers/soc/qcom/bam_dmux.c +4 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2016, 2018, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2305,7 +2305,9 @@ static int bam_init(void) a2_props.virt_addr = a2_virt_addr; a2_props.virt_addr = a2_virt_addr; a2_props.virt_size = a2_phys_size; a2_props.virt_size = a2_phys_size; a2_props.irq = a2_bam_irq; a2_props.irq = a2_bam_irq; a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP | SPS_BAM_HOLD_MEM; a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP | SPS_BAM_HOLD_MEM | SPS_BAM_OPT_IRQ_NO_SUSPEND; a2_props.num_pipes = A2_NUM_PIPES; a2_props.num_pipes = A2_NUM_PIPES; a2_props.summing_threshold = A2_SUMMING_THRESHOLD; a2_props.summing_threshold = A2_SUMMING_THRESHOLD; a2_props.constrained_logging = true; a2_props.constrained_logging = true; Loading Loading
drivers/soc/qcom/bam_dmux.c +4 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2016, 2018, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2305,7 +2305,9 @@ static int bam_init(void) a2_props.virt_addr = a2_virt_addr; a2_props.virt_addr = a2_virt_addr; a2_props.virt_size = a2_phys_size; a2_props.virt_size = a2_phys_size; a2_props.irq = a2_bam_irq; a2_props.irq = a2_bam_irq; a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP | SPS_BAM_HOLD_MEM; a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP | SPS_BAM_HOLD_MEM | SPS_BAM_OPT_IRQ_NO_SUSPEND; a2_props.num_pipes = A2_NUM_PIPES; a2_props.num_pipes = A2_NUM_PIPES; a2_props.summing_threshold = A2_SUMMING_THRESHOLD; a2_props.summing_threshold = A2_SUMMING_THRESHOLD; a2_props.constrained_logging = true; a2_props.constrained_logging = true; Loading