From: Sascha Hauer <sha@pengutronix.de> To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de> Cc: barebox@lists.infradead.org Subject: Re: [PATCH] mci: bcm2835: Don't send MMC_CMD_GO_IDLE_STATE at the end of .init() Date: Tue, 7 Dec 2021 10:08:49 +0100 Message-ID: <20211207090849.GH28260@pengutronix.de> (raw) In-Reply-To: <20211130203026.360693-1-u.kleine-koenig@pengutronix.de> On Tue, Nov 30, 2021 at 09:30:26PM +0100, Uwe Kleine-König wrote: > The core sends this command anyhow shortly after calling .init(). So > doing it in bcm2835_mci_reset() is only overhead if it succeeds and > if there is a problem it is noticed a tad earlier which has little > benefit compared to the timeout in bcm2835_mci_wait_command_done(). > > So simplify and drop the transfer. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > --- > drivers/mci/mci-bcm2835.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Applied, thanks Sascha > > diff --git a/drivers/mci/mci-bcm2835.c b/drivers/mci/mci-bcm2835.c > index 4913dc27f8a3..10f588930cda 100644 > --- a/drivers/mci/mci-bcm2835.c > +++ b/drivers/mci/mci-bcm2835.c > @@ -352,10 +352,7 @@ static int bcm2835_mci_reset(struct mci_host *mci, struct device_d *mci_dev) > sdhci_write32(&host->sdhci, SDHCI_INT_STATUS, > 0xFFFFFFFF); > > - /*Now write command 0 and see if we get response*/ > - sdhci_write32(&host->sdhci, SDHCI_ARGUMENT, 0x0); > - sdhci_write32(&host->sdhci, SDHCI_TRANSFER_MODE__COMMAND, 0x0); > - return bcm2835_mci_wait_command_done(host); > + return 0; > } > > static int bcm2835_mci_probe(struct device_d *hw_dev) > > base-commit: f2dd8896846757829fb3033f41b89be3fc037d78 > -- > 2.30.2 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2021-12-07 9:13 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-30 20:30 Uwe Kleine-König 2021-12-07 9:08 ` Sascha Hauer [this message]
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=20211207090849.GH28260@pengutronix.de \ --to=sha@pengutronix.de \ --cc=barebox@lists.infradead.org \ --cc=u.kleine-koenig@pengutronix.de \ /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
mail archive of the barebox mailing list This inbox may be cloned and mirrored by anyone: git clone --mirror https://lore.barebox.org/barebox/0 barebox/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 barebox barebox/ https://lore.barebox.org/barebox \ barebox@lists.infradead.org barebox@lists.infradead.org public-inbox-index barebox Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git