On 20/07/2012 07:35, Dirk Behme wrote:
> Then
>
> http://lists.denx.de/pipermail/u-boot/2012-June/126097.html
>
> mentions "WD applied the cache stub patch already".
>
> So do we have this "cache stub patch" somewhere which fixes the issue
> mentioned above? I'm not sure I've seen it ...
It is
On 20.07.2012 04:32, Marek Vasut wrote:
Dear Dirk Behme,
[...]
I'm not likely to have any time until after FTF next week.
Any chance that a PPC maintainer can chime in here?
I think WD applied the cache stub patch already. Can you try now please?
Ping ;)
Thanks
Dirk
I just noticed this
Dear Dirk Behme,
[...]
> >> I'm not likely to have any time until after FTF next week.
> >>
> >> Any chance that a PPC maintainer can chime in here?
> >
> > I think WD applied the cache stub patch already. Can you try now please?
>
> Ping ;)
>
> Thanks
>
> Dirk
I just noticed this with late
Dear Dirk Behme,
[...]
> >> I'm not likely to have any time until after FTF next week.
> >>
> >> Any chance that a PPC maintainer can chime in here?
> >
> > I think WD applied the cache stub patch already. Can you try now please?
>
> Ping ;)
>
> Thanks
Adding our human interactions expert in
On 12.06.2012 19:23, Marek Vasut wrote:
Dear Eric Nelson,
On 06/12/2012 10:07 AM, Stefano Babic wrote:
On 15/05/2012 14:58, Dirk Behme wrote:
On 09.05.2012 07:45, Stefano Babic wrote:
On 09/05/2012 01:31, Eric Nelson wrote:
Thanks Andy,
On 05/08/2012 03:59 PM, Andy Fleming wrote:
--- a/dr
Dear Eric Nelson,
> On 06/12/2012 10:07 AM, Stefano Babic wrote:
> > On 15/05/2012 14:58, Dirk Behme wrote:
> >> On 09.05.2012 07:45, Stefano Babic wrote:
> >>> On 09/05/2012 01:31, Eric Nelson wrote:
> Thanks Andy,
>
> On 05/08/2012 03:59 PM, Andy Fleming wrote:
> >> --- a/dri
On 06/12/2012 10:07 AM, Stefano Babic wrote:
On 15/05/2012 14:58, Dirk Behme wrote:
On 09.05.2012 07:45, Stefano Babic wrote:
On 09/05/2012 01:31, Eric Nelson wrote:
Thanks Andy,
On 05/08/2012 03:59 PM, Andy Fleming wrote:
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -190,6
On 15/05/2012 14:58, Dirk Behme wrote:
> On 09.05.2012 07:45, Stefano Babic wrote:
>> On 09/05/2012 01:31, Eric Nelson wrote:
>>> Thanks Andy,
>>>
>>> On 05/08/2012 03:59 PM, Andy Fleming wrote:
> --- a/drivers/mmc/fsl_esdhc.c
> +++ b/drivers/mmc/fsl_esdhc.c
> @@ -190,6 +190,10 @@ stati
Dear Eric Nelson,
> On 05/15/2012 06:09 AM, Anatolij Gustschin wrote:
> > Hi Dirk,
> >
> > On Tue, 15 May 2012 14:58:54 +0200
> >
> > Dirk Behme wrote:
> >> On 09.05.2012 07:45, Stefano Babic wrote:
> > ...
> >
> >>> The problem with an #ifdef is that it is not very generic - we should
> >>> a
On 05/15/2012 06:09 AM, Anatolij Gustschin wrote:
Hi Dirk,
On Tue, 15 May 2012 14:58:54 +0200
Dirk Behme wrote:
On 09.05.2012 07:45, Stefano Babic wrote:
...
The problem with an #ifdef is that it is not very generic - we should
add some #if (defined(CONFIG_MX51) || defined(CONFIG_MX53) || .
Hi Dirk,
On Tue, 15 May 2012 14:58:54 +0200
Dirk Behme wrote:
> On 09.05.2012 07:45, Stefano Babic wrote:
...
> > The problem with an #ifdef is that it is not very generic - we should
> > add some #if (defined(CONFIG_MX51) || defined(CONFIG_MX53) || ...
> > and update the driver for each new SOC
On 09.05.2012 07:45, Stefano Babic wrote:
On 09/05/2012 01:31, Eric Nelson wrote:
Thanks Andy,
On 05/08/2012 03:59 PM, Andy Fleming wrote:
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -190,6 +190,10 @@ static int esdhc_setup_data(struct mmc *mmc,
struct mmc_data *data)
On 09/05/2012 01:31, Eric Nelson wrote:
> Thanks Andy,
>
> On 05/08/2012 03:59 PM, Andy Fleming wrote:
>>> --- a/drivers/mmc/fsl_esdhc.c
>>> +++ b/drivers/mmc/fsl_esdhc.c
>>> @@ -190,6 +190,10 @@ static int esdhc_setup_data(struct mmc *mmc,
>>> struct mmc_data *data)
>>> esdhc_clrs
Thanks Andy,
On 05/08/2012 03:59 PM, Andy Fleming wrote:
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -190,6 +190,10 @@ static int esdhc_setup_data(struct mmc *mmc, struct
mmc_data *data)
esdhc_clrsetbits32(®s->wml, WML_RD_WML_MASK, wml_value);
> --- a/drivers/mmc/fsl_esdhc.c
> +++ b/drivers/mmc/fsl_esdhc.c
> @@ -190,6 +190,10 @@ static int esdhc_setup_data(struct mmc *mmc, struct
> mmc_data *data)
> esdhc_clrsetbits32(®s->wml, WML_RD_WML_MASK, wml_value);
> esdhc_write32(®s->dsaddr, (u32)data->dest);
>
Signed-off-by: Eric Nelson
---
V2 fixes checkpatch errors and typecasts as pointed out on the ML.
drivers/mmc/fsl_esdhc.c | 17 -
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index a2f35e3..539d848 100644
---
16 matches
Mail list logo