Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470317

Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit

From Mark Rutland <mark.rutland@arm.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit
Date 2016-08-25 20:20 +0200
Message-ID <sa7pT-4uc-1@gated-at.bofh.it> (permalink)
References <s9PMm-17y-19@gated-at.bofh.it> <sa0y6-8ll-25@gated-at.bofh.it> <sa7pT-4uc-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Aug 25, 2016 at 12:15:44PM -0500, Zach Brown wrote:
> On Thu, Aug 25, 2016 at 11:56:55AM +0100, Mark Rutland wrote:
> > On Wed, Aug 24, 2016 at 06:23:03PM -0500, Zach Brown wrote:
> > > +- fake-cd: On Zynq Devices the SDHCI Controller will not work without the cd
> > > +  bit. When this option is set the driver will put the controller in test mode
> > > +  and fake the cd bit so it will function.
> > 
> > As Lars noted, the DT should describe the HW, and the policy of how to deal
> > with that should be left to the kernel. So from a DT perspective the above is
> > not correct.
> > 
> > If I understand the linked documentation, this is slightly different to typical
> > uses of broken-cd in that in the absence of a card detect signal the HW will
> > not be able to access the SD card at all, even if requested to. Is that correct?
> > 
> > If so, perhaps a better option is to have the combination of broken-cd and the
> > compatible string for this IP block imply that the test mode workaround is
> > required. Obviously that requires a fixup to the usual broken-cd binding to
> > remove the implication that polling alone must be used.
> > 
> > Thanks,
> > Mark.
> 
> In cases where the card is non-removable then polling doesn't make sense.

We have the non-removable property to describe that, so we can also look at that.

> So it doesn't make sense to tie the test mode workaround into the broken-cd
> property, even though I agree the nature of the defect fits under the notion
> of the CD being broken.

Maybe not solely on broken-cd, but I think that we dont necessarily need a new
DT property. As above, broken-cd, non-removable, and the compatible string may
together give the kernel enough information to choose the right thing to do.

Thanks,
Mark.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit Zach Brown <zach.brown@ni.com> - 2016-08-25 01:30 +0200
  [PATCH 2/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit Zach Brown <zach.brown@ni.com> - 2016-08-25 01:30 +0200
    Re: [PATCH 2/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Adrian Hunter <adrian.hunter@intel.com> - 2016-08-25 11:00 +0200
    Re: [PATCH 2/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Lars-Peter Clausen <lars@metafoo.de> - 2016-08-25 12:40 +0200
  Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Mark Rutland <mark.rutland@arm.com> - 2016-08-25 13:00 +0200
    Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Mark Rutland <mark.rutland@arm.com> - 2016-08-25 20:20 +0200
      Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Mark Rutland <mark.rutland@arm.com> - 2016-08-25 20:30 +0200
        Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Ulf Hansson <ulf.hansson@linaro.org> - 2016-08-26 09:50 +0200
          Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Ulf Hansson <ulf.hansson@linaro.org> - 2016-08-29 13:30 +0200
  Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Lars-Peter Clausen <lars@metafoo.de> - 2016-08-25 18:00 +0200
    Re: [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter  to fake CD bit Lars-Peter Clausen <lars@metafoo.de> - 2016-08-25 18:00 +0200

csiph-web