on Vorontsov
> ---
Patch merged.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
encryption.
ade it mandatory though considering
the embedded market)
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-t
STVER in spec is 0xFE, and
> > we need use the in_be16(0xFE) to access it, not in_be16(0xFC).
> >
> > Signed-off-by: Dave Liu
>
> Sorry for the delay Dave. This patch is surely
>
> Acked-by: Anton Vorontsov
>
Queued.
Rgds
--
-- Pierre Ossman
WARNI
On Fri, 8 May 2009 08:52:49 -0500
Kumar Gala wrote:
> We plan to use fsl,esdhc going forward as the base compatible so update
> the driver to bind against it.
>
> Signed-off-by: Kumar Gala
> ---
Applied.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is bei
not in_be16(0xFC).
>
> Signed-off-by: Dave Liu
> ---
Any objections, Anton?
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
e
On Tue, 17 Mar 2009 00:13:06 +0300
Anton Vorontsov wrote:
> Hi all,
>
> Here comes another version, let's hope that one is final. ;-)
>
I think so. I've queued it all for 2.6.30. Thanks :)
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being moni
tions(-)
> create mode 100644 drivers/mmc/host/sdhci-of.c
>
I'd like a MAINTAINERS entry for this (sub)driver.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traff
gates to user space in a way that causes filesystems
to behave differently, making cards incompatible with all other
operating systems (i.e. if we don't use 512 byte blocks).
So the only scenario where this might be used is SDIO, and I'm not sure
such big blocks are a win there eithe
remote risk of breakage as people hacking
on sdhci-core won't be aware of esdhc's, let's call it unique,
behaviour. Some testing now and then on your part would be prudent. :)
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish gov
On Wed, 4 Mar 2009 20:49:17 +0300
Anton Vorontsov wrote:
> On Sat, Feb 21, 2009 at 04:58:21PM +0100, Pierre Ossman wrote:
> > Just modify the if-clause and
> > things will work.
>
> That would look horrid...
>
> if ((!(host->quirks &
On Wed, 4 Mar 2009 20:46:58 +0300
Anton Vorontsov wrote:
> On Sat, Feb 21, 2009 at 04:57:57PM +0100, Pierre Ossman wrote:
> >
> > We can most likely do some micro-optimisation do make the compare part
> > cheaper, but the point was to avoid a function call for all the
>
>
> Changes in e809517f6fa5803a5a1cd56026f0e2190fc13d5c to use the
> new busy method are the cause of the behaviour change.
>
> Signed-off-by: Ben Dooks
> Signed-off-by: Anton Vorontsov
> ---
Any objections to me merging this right away? It is needed for another
controller.
Rgds
--
-- Pierre Ossma
ough, so I'd like it to stay there for one
cycle and (hopefully) be merged for 2.6.31.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to
x27;m leaning more towards simply not supporting their
extended block size. After all, is it ever used?
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using P
pecified,
> the sdhci driver will try to "pack" all dangerous writes into single
> 32 bit write transaction.
>
> Signed-off-by: Anton Vorontsov
> ---
What about the other places where we have 16 and 8 bit registers?
--
-- Pierre Ossman
WARNING: This corresponden
:s seem unnecessary here, and your patch is even incorrect as it
ignores the SDHCI_DEVICE_DEAD flag. Just modify the if-clause and
things will work.
Might want to add a comment also to make it more obvious what the
if-clause does.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is b
t; + SDHCI_INT_CARD_INT | SDHCI_INT_ERROR | SDHCI_INT_BUS_POWER | \
> + SDHCI_INT_ACMD12ERR | SDHCI_INT_ADMA_ERROR)
>
In the context this is used, why not just use (unsigned)-1?
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is
ed controllers out there. We could have a flag so
that it only has to check host->flags, which will most likely be in the
cache anyway.
Overhead for eSDHC is not a concern in my book, what is interesting is
how much this change slows things down for othe
that we must wait for
>some bit in some register, but I didn't find any reliable bits
>that changes before and after the delay. Though, more investigation
>on this is in my todo list.
Please try to investigate more, but if you cannot improve it further
then a specific qu
clock source
that needs to be set up, but completely overriding the normal routine
(i.e. the "return") should be quirked IMO.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for
nal info unless the register is set to zero.
And since we know the Samsung chip needs callbacks, we might as well
add them here. It's not like this is a performance critical path.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government.
e driver difficult to understand.
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
encryption.
signatur
be enabled before mmc_add_host() returns and should be
disabled before calling mmc_remove_host(). Patch welcome. ;)
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic
t unsigned char [unsigned] [assigned] [usertype] count
>
> Signed-off-by: Anton Vorontsov
> ---
Is this really a problem? It's a lot of noise in the code and I can't
really see this as a major issue, or even a minor one. :)
Rgds
--
-- Pierre Ossman
WARNING: This corr
concerned, so I'd prefer something like:
if (!host->ops->writel)
writel(host->ioaddr + reg, val);
else
host->ops->writel(host, val, reg);
and maybe even a likely() up there.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by t
to relevant patches now though.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
encryption.
signature.asc
Descri
ll the patches there or some other LKML archive.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server use
port it via sdhci.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP tra
ll be sent once the merge window opens up.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server u
>
> Hi Pierre,
>
> Sorry for the delay.
>
This looks perfect. Just tell me when you want me to queue it up.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING: Thi
ty with a single bit set. If possible, try to
make this function set two bits when the voltage is right on the
boundary (e.g. 3.3V).
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING:
s on an ACPI/OF/EFI/whatnot host, but I can live
with this model for now.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
WARNING: This correspondence is being monitored by the
Swedish governm
re is no
card present.
That should give you what you want with much more flexibility for other
uses as well.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainerhttp://www.kernel.org
rdesktop, core developer http://www.rdesktop.org
33 matches
Mail list logo