Re: [PATCH] PCI: rcar: Remove unnecessary header include (../pci.h)

2019-09-12 Thread Andrew Murray
On Wed, Sep 11, 2019 at 11:33:03PM +0100, Kieran Bingham wrote: > Hi Andy! > > On 05/09/2019 16:05, Andrew Murray wrote: > > Remove unnecessary header include (../pci.h) since it doesn't > > provide any needed symbols. > > This appears to have been added in 9e2aee80c78d ("PCI: Move private DT > r

Re: [PATCH] PCI: rcar: Remove unnecessary header include (../pci.h)

2019-09-12 Thread Geert Uytterhoeven
On Thu, Sep 5, 2019 at 8:33 PM Andrew Murray wrote: > Remove unnecessary header include (../pci.h) since it doesn't > provide any needed symbols. > > Signed-off-by: Andrew Murray Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There'

Re: [PATCH] pinctrl: sh-pfc: Unlock on error in sh_pfc_func_set_mux()

2019-09-12 Thread Linus Walleij
On Tue, Aug 27, 2019 at 10:39 AM Dan Carpenter wrote: > We need to unlock and enable IRQs before we return on this error path. > > Fixes: 8a0cc47ccc7c ("pinctrl: sh-pfc: Rollback to mux if required when the > gpio is freed") > Signed-off-by: Dan Carpenter Applied for v5.4 with the ACKs. Yours

Re: [PATCH v2 0/2] mmc: queue: Fix bigger segments usage

2019-09-12 Thread Christoph Hellwig
Thanks, applied to the dma-mapping tree for 5.4.

Re: [PATCH v2 1/2] mmc: queue: Fix bigger segments usage

2019-09-12 Thread Wolfram Sang
On Thu, Sep 12, 2019 at 01:13:55PM +0900, Yoshihiro Shimoda wrote: > The commit 38c38cb73223 ("mmc: queue: use bigger segments if DMA MAP > layer can merge the segments") always enables the bugger segments "buffer" :) > if DMA MAP layer can merge the segments, but some controllers (SDHCI) > have

Re: [PATCH v2 2/2] mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE

2019-09-12 Thread Wolfram Sang
On Thu, Sep 12, 2019 at 01:13:56PM +0900, Yoshihiro Shimoda wrote: > Since this host controller can merge bigger segments if DMA API > layer cam merge the segments, this patch adds the flag. > > Signed-off-by: Yoshihiro Shimoda > Acked-by: Ulf Hansson For the record: Acked-by: Wolfram Sang