Re: [PATCH 01/18] MIPS: lantiq: pass struct device to DMA API functions

2019-02-12 Thread Paul Burton
Hello, Christoph Hellwig wrote: > The DMA API generally relies on a struct device to work properly, and > only barely works without one for legacy reasons. Pass the easily > available struct device from the platform_device to remedy this. > > Also use GFP_KERNEL instead of GFP_ATOMIC as the gfp_

Re: [PATCH 01/18] MIPS: lantiq: pass struct device to DMA API functions

2019-02-07 Thread Paul Burton
ons(-) Would you like this to go through the MIPS tree or elsewhere? If the latter: Acked-by: Paul Burton Thanks, Paul

[PATCH v2 07/19] usb: host: ehci-sead3: Remove SEAD-3 EHCI code

2016-08-26 Thread Paul Burton
The SEAD-3 board is now probing its EHCI controller using the generic EHCI driver & its generic-ehci device tree binding. Remove the unused SEAD-3 specific EHCI code. Signed-off-by: Paul Burton --- Changes in v2: - New patch, removing SEAD-3 EHCI code instead of extending it drivers/usb/

[PATCH v2 00/19] MIPS: SEAD3 device tree conversion

2016-08-26 Thread Paul Burton
& ready for a wider task of genericising the kernel. Applies atop v4.8-rc3. Paul Burton (19): MIPS: SEAD3: Split obj-y entries across lines MIPS: SEAD3: Probe interrupt controllers using DT MIPS: SEAD3: Probe UARTs using DT MIPS: SEAD3: Use generic ns16550a earlycon support MIPS: S

[PATCH 08/20] usb: host: ehci-sead3: Remove non-DT probe code

2016-08-09 Thread Paul Burton
Now that the SEAD3 board is probing the EHCI controller using device tree, remove the non-DT support from the probe function. Signed-off-by: Paul Burton --- drivers/usb/host/ehci-sead3.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/usb/host/ehci

[PATCH 06/20] usb: host: ehci-sead3: Support probing using device tree

2016-08-09 Thread Paul Burton
Introduce support for probing the SEAD3 EHCI driver using device tree. Signed-off-by: Paul Burton --- drivers/usb/host/ehci-sead3.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/drivers/usb/host/ehci-sead3.c b/drivers/usb/host/ehci-sead3.c

[PATCH 00/20] MIPS: SEAD3 device tree conversion

2016-08-09 Thread Paul Burton
& ready for a wider task of genericising the kernel. Applies atop v4.8-rc1. Paul Burton (20): MIPS: SEAD3: Split obj-y entries across lines MIPS: SEAD3: Probe interrupt controllers using DT MIPS: SEAD3: Probe UARTs using DT MIPS: SEAD3: Use generic ns16550a earlycon support MIPS: S