[PATCH 0/2] soc: qcom: mdt_loader: minor cleanups

Gabor Juhos posted 2 patches 2 months, 4 weeks ago
drivers/soc/qcom/mdt_loader.c | 52 ++++++++++++++++++-------------------------
1 file changed, 22 insertions(+), 30 deletions(-)
[PATCH 0/2] soc: qcom: mdt_loader: minor cleanups
Posted by Gabor Juhos 2 months, 4 weeks ago
The series contains two small patches to clean up the mdt loader code
a bit.

The first patch merges the __mdt_load() and qcom_mdt_load_no_init()
functions in order to remove a superfluous wrapper function, whilst
the second one renames a parameter of qcom_mdt_load() to make it
consistent with other functions.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
Gabor Juhos (2):
      soc: qcom: mdt_loader: merge __qcom_mdt_load() and qcom_mdt_load_no_init()
      soc: qcom: mdt_loader: rename 'firmware' parameter of qcom_mdt_load()

 drivers/soc/qcom/mdt_loader.c | 52 ++++++++++++++++++-------------------------
 1 file changed, 22 insertions(+), 30 deletions(-)
---
base-commit: 682921ab33129ec46392b27e9dafcb206c2a08dd
change-id: 20251110-mdt-loader-cleanup-21915aa7b09c

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>
Re: [PATCH 0/2] soc: qcom: mdt_loader: minor cleanups
Posted by Bjorn Andersson 2 months, 3 weeks ago
On Tue, 11 Nov 2025 08:40:09 +0100, Gabor Juhos wrote:
> The series contains two small patches to clean up the mdt loader code
> a bit.
> 
> The first patch merges the __mdt_load() and qcom_mdt_load_no_init()
> functions in order to remove a superfluous wrapper function, whilst
> the second one renames a parameter of qcom_mdt_load() to make it
> consistent with other functions.
> 
> [...]

Applied, thanks!

[1/2] soc: qcom: mdt_loader: merge __qcom_mdt_load() and qcom_mdt_load_no_init()
      commit: 0cda8823b176a5303a2c4bc2366908e3049c416e
[2/2] soc: qcom: mdt_loader: rename 'firmware' parameter of qcom_mdt_load()
      commit: 186b8f8fcc86949eaf0c3bd11a47048ec4c78b5b

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>