Re: [REBASE PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-12 Thread Mukesh Ojha
On 9/11/2023 8:37 PM, Kathiravan Thirumoorthy wrote: On 9/11/2023 4:23 PM, Mukesh Ojha wrote: Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed

[REBASE PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-11 Thread Mukesh Ojha
Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed-by: Poovendhan Selvaraj Signed-off-by: Poovendhan Selvaraj Signed-off-by: Mukesh Ojha Tested-by:

Re: [REBASE PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-11 Thread Kathiravan Thirumoorthy
On 9/11/2023 4:23 PM, Mukesh Ojha wrote: Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed-by: Poovendhan Selvaraj Signed-off-by: Poovendhan Selv

Re: [PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-11 Thread Kathiravan Thirumoorthy
On 9/10/2023 1:46 AM, Mukesh Ojha wrote: Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed-by: Poovendhan Selvaraj Poovendhan's signed-off is

Re: [PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-11 Thread Kathiravan Thirumoorthy
On 9/10/2023 1:46 AM, Mukesh Ojha wrote: Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed-by: Poovendhan Selvaraj Signed-off-by: Mukesh Ojha --

[PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

2023-09-09 Thread Mukesh Ojha
Crashdump collection is based on the DLOAD bit of TCSR register. To retain other bits, we read the register and modify only the DLOAD bit as the other bits have their own significance. Co-developed-by: Poovendhan Selvaraj Signed-off-by: Mukesh Ojha --- drivers/firmware/qcom_scm.c | 12 +