Re: [PATCH v2 0/3] Improve MIPS Magnum support

2020-02-19 Thread Paul Burton
> commit c584f9532115 > https://git.kernel.org/mips/c/c584f9532115 > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Finn Thain > Acked-by: Bartlomiej Zolnierkiewicz > Tested-by: Philipp

Re: [PATCH 11/11] MIPS: jz4740: Drop dead code

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > Remove all the source files that are not used anywhere anymore. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email

Re: [PATCH 02/11] MIPS: qi_lb60: Migrate to devicetree

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > Move all the platform data to devicetree. > > The only bit dropped is the PWM beeper, which requires the PWM driver > to be updated. I figured it's okay to remove it here since it's really > a non-critical device, and it'll be re-introduced soon enough. > > The

Re: [PATCH 08/11] power/supply: Drop obsolete JZ4740 driver

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > It has been replaced with the more mature ingenic-battery driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Sebastian Reichel Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is

Re: [PATCH 04/11] ASoC: jz4740: Drop lb60 board code

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > The board now uses the simple-audio-card driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Mark Brown Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email

Re: [PATCH 07/11] mtd: rawnand: Drop obsolete JZ4740 NAND driver

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > It has been replaced with the newer Ingenic NAND driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Miquel Raynal Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then

Re: [PATCH 09/11] hwmon: Drop obsolete JZ4740 driver

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > The JZ4740 boards now use the iio-hwmon driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Guenter Roeck Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please

Re: [PATCH 05/11] video/fbdev: Drop JZ4740 driver

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > The JZ4740 fbdev driver has been replaced with the ingenic-drm driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Sam Ravnborg Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is

Re: [PATCH 06/11] dma: Drop JZ4740 driver

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > The newer and better JZ4780 driver is now used to provide DMA > functionality on the JZ4740. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > Acked-by: Vinod Koul Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you

Re: [PATCH 03/11] MIPS: configs: LB60: update defconfig

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > Update the defconfig to select the new drivers instead of the old ones. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email

Re: [PATCH 01/11] MIPS: DTS: jz4740: Add missing nodes

2019-07-30 Thread Paul Burton
Hello, Paul Cercueil wrote: > Add nodes for the MMC, AIC, ADC, CODEC, MUSB, LCD, memory, > and BCH controllers. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then

Re: [PATCH 02/11] MIPS: qi_lb60: Migrate to devicetree

2019-07-25 Thread Paul Burton
Hi Paul, On Thu, Jul 25, 2019 at 06:02:06PM -0400, Paul Cercueil wrote: > Move all the platform data to devicetree. Nice! :) > The only bit dropped is the PWM beeper, which requires the PWM driver > to be updated. I figured it's okay to remove it here since it's really > a non-critical device,

Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-04-24 Thread Paul Burton
will fall back to > noncached. > > Cc: Ralf Baechle > Cc: Paul Burton > Cc: James Hogan > Signed-off-by: Vadim V. Vlasov > Signed-off-by: Serge Semin > --- > drivers/gpu/drm/drm_vm.c | 5 +++-- > drivers/gpu/drm/ttm/ttm_bo_util.c | 4 ++-- > 2 files