All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
To: linux-arm-msm@vger.kernel.org, linux-mtd@lists.infradead.org,
	mani@kernel.org, miquel.raynal@bootlin.com,
	architt@codeaurora.org, bbrezillon@kernel.org,
	absahu@codeaurora.org
Cc: baruch@tkos.co.il, bryan.odonoghue@linaro.org
Subject: [PATCH v2 0/2] Two Qcom NAND related fixes.
Date: Mon,  3 Jan 2022 03:03:14 +0000	[thread overview]
Message-ID: <20220103030316.58301-1-bryan.odonoghue@linaro.org> (raw)

I've already sent the ordering fix for probe deferral in qcom_nandc_probe()
but there's also an associated printout in the partition parser that
shouldn't be there.

Add a patch to silence the spurious error message. 

Bryan O'Donoghue (2):
  mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
  mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

 drivers/mtd/nand/raw/qcom_nandc.c  | 14 ++++++--------
 drivers/mtd/parsers/qcomsmempart.c |  3 ++-
 2 files changed, 8 insertions(+), 9 deletions(-)

-- 
2.33.0


WARNING: multiple messages have this Message-ID (diff)
From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
To: linux-arm-msm@vger.kernel.org, linux-mtd@lists.infradead.org,
	mani@kernel.org, miquel.raynal@bootlin.com,
	architt@codeaurora.org, bbrezillon@kernel.org,
	absahu@codeaurora.org
Cc: baruch@tkos.co.il, bryan.odonoghue@linaro.org
Subject: [PATCH v2 0/2] Two Qcom NAND related fixes.
Date: Mon,  3 Jan 2022 03:03:14 +0000	[thread overview]
Message-ID: <20220103030316.58301-1-bryan.odonoghue@linaro.org> (raw)

I've already sent the ordering fix for probe deferral in qcom_nandc_probe()
but there's also an associated printout in the partition parser that
shouldn't be there.

Add a patch to silence the spurious error message. 

Bryan O'Donoghue (2):
  mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
  mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

 drivers/mtd/nand/raw/qcom_nandc.c  | 14 ++++++--------
 drivers/mtd/parsers/qcomsmempart.c |  3 ++-
 2 files changed, 8 insertions(+), 9 deletions(-)

-- 
2.33.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2022-01-03  3:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03  3:03 Bryan O'Donoghue [this message]
2022-01-03  3:03 ` [PATCH v2 0/2] Two Qcom NAND related fixes Bryan O'Donoghue
2022-01-03  3:03 ` [PATCH v2 1/2] mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() Bryan O'Donoghue
2022-01-03  3:03   ` Bryan O'Donoghue
2022-01-03  5:51   ` Manivannan Sadhasivam
2022-01-03  5:51     ` Manivannan Sadhasivam
2022-01-06 17:24     ` Bryan O'Donoghue
2022-01-06 17:24       ` Bryan O'Donoghue
2022-01-06 17:44       ` Greg KH
2022-01-06 17:44         ` Greg KH
2022-01-06 18:02         ` Bryan O'Donoghue
2022-01-06 18:02           ` Bryan O'Donoghue
2022-01-23 15:23   ` Miquel Raynal
2022-01-23 15:23     ` Miquel Raynal
2022-01-23 15:32     ` Miquel Raynal
2022-01-23 15:32       ` Miquel Raynal
2022-01-03  3:03 ` [PATCH v2 2/2] mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER Bryan O'Donoghue
2022-01-03  3:03   ` Bryan O'Donoghue
2022-01-03  5:52   ` Manivannan Sadhasivam
2022-01-03  5:52     ` Manivannan Sadhasivam
2022-01-23 15:23   ` Miquel Raynal
2022-01-23 15:23     ` Miquel Raynal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220103030316.58301-1-bryan.odonoghue@linaro.org \
    --to=bryan.odonoghue@linaro.org \
    --cc=absahu@codeaurora.org \
    --cc=architt@codeaurora.org \
    --cc=baruch@tkos.co.il \
    --cc=bbrezillon@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mani@kernel.org \
    --cc=miquel.raynal@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.