linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix serial number usage in MHI bus
@ 2021-07-29  0:17 Bhaumik Bhatt
  2021-07-29  0:17 ` [PATCH v2 1/2] bus: mhi: core: Move serial number read to power up phase Bhaumik Bhatt
  2021-07-29  0:17 ` [PATCH v2 2/2] bus: mhi: core: Depict serial number in hexadecimals Bhaumik Bhatt
  0 siblings, 2 replies; 5+ messages in thread
From: Bhaumik Bhatt @ 2021-07-29  0:17 UTC (permalink / raw)
  To: manivannan.sadhasivam
  Cc: linux-arm-msm, hemantk, linux-kernel, loic.poulain, Bhaumik Bhatt

In some cases, device may boot straight to the mission mode. The serial number
and OEM PK hash values would remain unpopulated in those cases. Hence, move the
reads for those to the power up preparation phase such that controllers always
have them populated. Also, in order to maintain consistency with the way OEM PK
hash is displayed and improve the current way, depict serial number in
hexadecimals.

Tested on: X86_64 architecture with SDX65 on Ubuntu 18.04 distribution.

v2:
-Fixed nitpick for 0x%x
-Minor update to commit message for "Depict serial number" patch
-Added reviewed-by tags

Bhaumik Bhatt (2):
  bus: mhi: core: Move serial number read to power up phase
  bus: mhi: core: Depict serial number in hexadecimals

 drivers/bus/mhi/core/boot.c | 17 +----------------
 drivers/bus/mhi/core/init.c | 19 +++++++++++++++++--
 2 files changed, 18 insertions(+), 18 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-29  1:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  0:17 [PATCH v2 0/2] Fix serial number usage in MHI bus Bhaumik Bhatt
2021-07-29  0:17 ` [PATCH v2 1/2] bus: mhi: core: Move serial number read to power up phase Bhaumik Bhatt
2021-07-29  1:38   ` Hemant Kumar
2021-07-29  0:17 ` [PATCH v2 2/2] bus: mhi: core: Depict serial number in hexadecimals Bhaumik Bhatt
2021-07-29  1:39   ` Hemant Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).