Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-10-31 Thread Sai Pavan Boddu
2 PM > To: Alistair Francis > Cc: Sai Pavan Boddu; Peter Maydell; Stefan Hajnoczi; qemu- > de...@nongnu.org Developers; Edgar Iglesias; Alistair Francis > Subject: Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic. > > On Tue, Sep 15, 2015 at 3:59 PM, Alistair Francis

Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-10-09 Thread Sai Pavan Boddu
; Alistair Francis > Subject: Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic. > > On Tue, Sep 15, 2015 at 3:59 PM, Alistair Francis > wrote: > > On Sun, Sep 13, 2015 at 1:36 PM, Peter Crosthwaite > > wrote: > >> On Fri, Sep 11, 2015 at 3:30 AM, Sai Pav

Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-10-08 Thread Peter Crosthwaite
On Tue, Sep 15, 2015 at 3:59 PM, Alistair Francis wrote: > On Sun, Sep 13, 2015 at 1:36 PM, Peter Crosthwaite > wrote: >> On Fri, Sep 11, 2015 at 3:30 AM, Sai Pavan Boddu >> wrote: >>> From: Peter Crosthwaite >>> >>> This should be a shifted MASKED_WRITE like all other instances of >>> non-word

Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-09-15 Thread Alistair Francis
On Sun, Sep 13, 2015 at 1:36 PM, Peter Crosthwaite wrote: > On Fri, Sep 11, 2015 at 3:30 AM, Sai Pavan Boddu > wrote: >> From: Peter Crosthwaite >> >> This should be a shifted MASKED_WRITE like all other instances of >> non-word aligned registers. >> >> Signed-off-by: Peter Crosthwaite Looks g

Re: [Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-09-13 Thread Peter Crosthwaite
On Fri, Sep 11, 2015 at 3:30 AM, Sai Pavan Boddu wrote: > From: Peter Crosthwaite > > This should be a shifted MASKED_WRITE like all other instances of > non-word aligned registers. > > Signed-off-by: Peter Crosthwaite As the sender, this requires your signed-off-by line (in addition to any or

[Qemu-devel] [PATCH V1] sdhci: Fix hostctl2 write logic.

2015-09-11 Thread Sai Pavan Boddu
From: Peter Crosthwaite This should be a shifted MASKED_WRITE like all other instances of non-word aligned registers. Signed-off-by: Peter Crosthwaite --- hw/sd/sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index 8fd75f7..fd354e3 1006