Re: [PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-18 Thread Alexey Neyman
[yet another patch ping] On Tuesday, November 05, 2013 07:40:36 PM Alexey Neyman wrote: > Ignore Card Interrupt bit in the interrupt status if we already know that > mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). This > avoids a needless loop in sdhci_irq() r

[PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-05 Thread Alexey Neyman
Ignore Card Interrupt bit in the interrupt status if we already know that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). This avoids a needless loop in sdhci_irq() repeatedly reading interrupt status and doing nothing. Signed-off-by: Alexey Neyman Acked-by: Dong Aisheng

[PATCH] Avoid needless loop in sdhci_irq()

2013-11-05 Thread Alexey Neyman
Ignore Card Interrupt bit in the interrupt status if we already know that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). This avoids a needless loop in sdhci_irq() repeatedly reading interrupt status and doing nothing. Signed-off-by: Alexey Neyman --- drivers/mmc/host

Avoid needless loop in sdhci_irq() for Card Interrupt

2013-11-04 Thread Alexey Neyman
ix: ignore Card Interrupt bits in the interrupt status if we already know that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). Signed-off-by: Alexey Neyman commit 7f23315b344ca51ddf22a78f326f88404fa8c81d Author: Alexey Neyman Date: Wed Oct 9 22:23:54 2013 -0700 Avoid

Avoid needless loop in sdhci_irq() for Card Interrupt

2013-10-22 Thread Alexey Neyman
if we already know that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). Signed-off-by: Alexey Neyman commit 7f23315b344ca51ddf22a78f326f88404fa8c81d Author: Alexey Neyman Date: Wed Oct 9 22:23:54 2013 -0700 Avoid a loop in sdhci.c. diff --git a/drivers/mmc/host/s

Avoid needless loop in sdhci_irq() for Card Interrupt

2013-10-16 Thread Alexey Neyman
if we already know that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). Signed-off-by: Alexey Neyman commit 7f23315b344ca51ddf22a78f326f88404fa8c81d Author: Alexey Neyman Date: Wed Oct 9 22:23:54 2013 -0700 Avoid a loop in sdhci.c. diff --git a/drivers/mmc/host/sdhci.c b

Avoid needless loop in sdhci_irq() for Card Interrupt

2013-10-09 Thread Alexey Neyman
that mmc_signal_sdio_irq() is going to be called at the end of sdhci_irq(). Signed-off-by: Alexey Neyman commit 7f23315b344ca51ddf22a78f326f88404fa8c81d Author: Alexey Neyman Date: Wed Oct 9 22:23:54 2013 -0700 Avoid a loop in sdhci.c. diff --git a/drivers/mmc/host/sdhci.c b/drive

Re: [PATCH] Fix coalescing host bridge windows in arch/x86/pci/acpi.c

2013-10-09 Thread Alexey Neyman
[Patch ping #5] On Thursday, October 03, 2013 04:16:07 pm Alexey Neyman wrote: > On Thursday, October 03, 2013 12:14:38 pm Bjorn Helgaas wrote: > > On Mon, Sep 23, 2013 at 12:15 AM, Alexey Neyman wrote: > > > [Resending due to no response to the original message in a week] &

Re: [PATCH] Fix coalescing host bridge windows in arch/x86/pci/acpi.c

2013-10-03 Thread Alexey Neyman
On Thursday, October 03, 2013 12:14:38 pm Bjorn Helgaas wrote: > On Mon, Sep 23, 2013 at 12:15 AM, Alexey Neyman wrote: > > [Resending due to no response to the original message in a week] > > > > Hi all, > > > > I have a board with a BIOS bug that reports the

Re: [PATCH] Fix coalescing host bridge windows in arch/x86/pci/acpi.c

2013-10-03 Thread Alexey Neyman
[Patch ping #4...] On Tuesday, September 24, 2013 11:47:21 AM Yijing Wang wrote: > On 2013/9/23 14:15, Alexey Neyman wrote: > > [Resending due to no response to the original message in a week] > > > > Hi all, > > > > I have a board with a BIOS bug that repor

Re: [PATCH] Fix coalescing host bridge windows in arch/x86/pci/acpi.c

2013-09-28 Thread Alexey Neyman
On Tuesday, September 24, 2013 11:47:21 AM Yijing Wang wrote: > On 2013/9/23 14:15, Alexey Neyman wrote: > > [Resending due to no response to the original message in a week] > > > > Hi all, > > > > I have a board with a BIOS bug that reports the following I/O p

[PATCH] Fix coalescing host bridge windows in arch/x86/pci/acpi.c

2013-09-22 Thread Alexey Neyman
compared against all windows between res1 and res2 (regions #1..3 in the above example), so the resulting resource map will include just the expanded region - and will ignore any overlapping ones. Signed-off-by: Alexey Neyman diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index b30e937..7fb24e5

Re: [PATCH PING] Fix coalescing of host bridge windows in arch/x86/pci/acpi.c

2013-09-17 Thread Alexey Neyman
[Resending without HTML part - sorry for possible duplicates] As requested by Peter, resending the patch with ACPI/x86 maintainers CC'ed. Short description: Make coalesce_windows() handle multiple resource overlaps. Signed-off-by: Alexey Neyman Regards, Alexey. On Monday, September 16,

Re: [PATCH PING] Fix coalescing of host bridge windows in arch/x86/pci/acpi.c

2013-09-16 Thread Alexey Neyman
Hi all, Could anybody review/commit the patch? Regards, Alexey. On Thursday, September 12, 2013 05:19:16 pm Alexey Neyman wrote: > Hi all, > > I have a board with a BIOS bug that reports the following I/O port regions > in _CRS on one of the host bridges: > > 0x-0x0

[PATCH] Fix coalescing of host bridge windows in arch/x86/pci/acpi.c

2013-09-12 Thread Alexey Neyman
Hi all, I have a board with a BIOS bug that reports the following I/O port regions in _CRS on one of the host bridges: 0x-0x03af // #0 0x03e0-0x0cf7 // #1 0x03b0-0x03bb // #2 0x03c0-0x03df // #3 0x-0xdfff // #4 0xf000-0x // #5 Obviously, region number #4 is erroneous as it overlaps