Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391271
| From | Sören Brinkmann <soren.brinkmann@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 6/6] mmc: sdhci-of-arasan: overwrite enhanced strobe callback |
| Date | 2016-04-29 18:10 +0200 |
| Message-ID | <rtj9o-xI-7@gated-at.bofh.it> (permalink) |
| References | <rt6Fc-6Ps-7@gated-at.bofh.it> <rt6Fc-6Ps-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 2016-04-29 at 10:48:34 +0800, Shawn Lin wrote: > Currently sdhci-arasan 5.1 can support enhanced strobe function, > and we now limit it just for "arasan,sdhci-5.1". Add > mmc-hs400-enhanced-strobe in DT to enable the function if we'r sure > our controller can support it. > > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> > --- > > Changes in v2: None > > drivers/mmc/host/sdhci-of-arasan.c | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers/mmc/host/sdhci-of-arasan.c > index 20b859e..a0e4536 100644 > --- a/drivers/mmc/host/sdhci-of-arasan.c > +++ b/drivers/mmc/host/sdhci-of-arasan.c > @@ -25,7 +25,9 @@ > #include "sdhci-pltfm.h" > > #define SDHCI_ARASAN_CLK_CTRL_OFFSET 0x2c > +#define SDHCI_ARASAN_VENDOR_REGISTER 0x78 Just as a note: This register doesn't seem to exist in the IP version Zynq is using. So, as long as we exclude that version from accessing it, things should be fine (IIUC, that is the case). Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Sören
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 6/6] mmc: sdhci-of-arasan: overwrite enhanced strobe callback Shawn Lin <shawn.lin@rock-chips.com> - 2016-04-29 04:50 +0200 Re: [PATCH v2 6/6] mmc: sdhci-of-arasan: overwrite enhanced strobe callback Sören Brinkmann <soren.brinkmann@xilinx.com> - 2016-04-29 18:10 +0200
csiph-web