Re: [PATCH] net: fs_enet: sync rx dma buffer before reading

2022-05-20 Thread Måns Rullgård
_single_for_cpu(fep->dev, >> - CBDR_BUFADDR(bdp), >> - L1_CACHE_ALIGN(pkt_len), >> - DMA_FROM_DEVICE); >> } >> } else { >> skbn = netdev_alloc_skb(dev, >> ENET_RX_FRSIZE); >> -- >> 2.35.1 >> -- Måns Rullgård

Re: [PATCH 01/10] alpha: use libata instead of the legacy ide driver

2021-03-18 Thread Måns Rullgård
Måns Rullgård writes: > Christoph Hellwig writes: > >> On Thu, Mar 18, 2021 at 05:54:55AM +, Al Viro wrote: >>> On Thu, Mar 18, 2021 at 05:56:57AM +0100, Christoph Hellwig wrote: >>> > Switch the alpha defconfig from the legacy ide driver to libata. >

Re: [PATCH 01/10] alpha: use libata instead of the legacy ide driver

2021-03-18 Thread Måns Rullgård
500 machine, unless something broke recently. I'll build the latest kernel and report back. -- Måns Rullgård

Re: [PATCH 07/10] ARM: dts: tango4: Make /serial compatible with ns16550a

2020-03-21 Thread Måns Rullgård
alink,rt2880-uart", "ns16550a"; > reg = <0x10700 0x30>; > interrupts = <1 IRQ_TYPE_LEVEL_HIGH>; > clock-frequency = <7372800>; > -- > 2.25.1 > -- Måns Rullgård

Re: [PATCH v2] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Måns Rullgård
es: > v2: > - Put back removed copyright texts for meson_gxbb_wdt and coh901327_wdt > - Change to BSD-3-Clause for meson_gxbb_wdt > v1: Please have an extra look at meson_gxbb_wdt.c [...] > drivers/watchdog/tangox_wdt.c | 6 +--- For tangox_wdt: Acked-by: Mans Rullgard <m...@mansr.com> -- Måns Rullgård

Re: [PATCH v2 00/23] ata: sata_dwc_460ex: make it working again

2016-05-09 Thread Måns Rullgård
/tj/libata.git/log/?h=for-4.7 >> >> Oops, build failure. Reverted for now. > > I suppose you have to pull material from Vinod. The failure the build bot reported is due to the DMA patches not being in the tree. -- Måns Rullgård ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 03/23] ata: sata_dwc_460ex: set dma_boundary to 0x1fff

2016-05-08 Thread Måns Rullgård
"DMA transfer".) These sizes should be selected properly to ensure error-free bus transfers. It is required that the DMA write burst transfer does not cross the 8192-byte Data FIS boundary, because the Transport Layer maintains the DMA state for the duration of the Data FIS transmission.

Re: [PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-11-23 Thread Måns Rullgård
Andy Shevchenko <andriy.shevche...@linux.intel.com> writes: > On Sun, 2015-11-22 at 13:03 +0000, Måns Rullgård wrote: >> Andy Shevchenko <andriy.shevche...@linux.intel.com> writes: >> >> > The SATA implementation based on two actually different devices, >

Re: [PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-11-22 Thread Måns Rullgård
to get this driver working with another chip using the same SATA controller but a different DMA engine. -- Måns Rullgård m...@mansr.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev