[PATCH] drm/amdgpu/swsmu: fix ARC build errors

2020-10-06 Thread Alex Deucher
/include/asm/bug.h:24:2: error: implicit declaration of function 'pr_warn'; did you mean 'drm_warn'? [-Werror=implicit-function-declaration] Reported-by: kernel test robot Cc: Randy Dunlap Cc: Evan Quan Cc: Vineet Gupta Cc: linux-snps-arc@lists.infradead.org Signed-off-by: Alex D

Re: [PATCH] fix double ;;s in code

2018-02-20 Thread Alex Deucher
no reason to make life > harder just to cater for a cleanup patch. It's not that important. > > Had it been split up, the drm parts would've been merged already. FWIW, the amdgpu and scheduler changes have already been fixed for -next. Alex > > BR, > Jani. > > -

Re: Please pull ARCPGU changes

2017-08-02 Thread Alex Deucher
is "for-curr" and "for-next" (or equivalent) trees? next: https://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next fixes: https://cgit.freedesktop.org/~airlied/linux/log/?h=drm-fixes Alex > >> Also, your pull is missing the [PULL] tag in the >> subject. > &

snps,dwmac interrupt storm (Was: ARC770: "unexpected IRQ trap at vector 00" during boot)

2017-08-01 Thread Alex
h 'regression' and 'bug' categories. Not sure what changed under the hood from 4.9 to 4.13-rc3 to cause such a drastically different behavior. I can't really do much else as workarounds, since the GMAC registers are not writable while the GMAC is in reset. Alex [

Re: [PATCH 5/5] ARC: DTS: Add device-tree for Anarion-based development board

2017-07-31 Thread Alex
plan to later remove the fpga dts once the actual silicon works. [snip] +#include "skeleton.dtsi" Perhaps put a one liner that this is based on SNPS ARC700 cpu ! Staged for [PATCH v2]. Alex + +/ { +compatible = "adaptrum,anarion"; +#address-ce

Re: [PATCH 3/5] net: stmmac: Add Adaptrum Anarion GMAC glue layer

2017-07-31 Thread Alex
be sure to CC netdev@ on [PATCH v2]. Alex ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Re: ARC770: "unexpected IRQ trap at vector 00" during boot

2017-07-24 Thread Alex
et, but that requires a custom platform early_init(), and a glue driver for snps,dwmac. Let me know if it helps. Yes. I implemented the proof-of-concept today. It's a very "interesting" balancing act on when exactly to release the reset on the GMAC. I&#