[linux-sunxi] [PATCH] ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY

2020-11-23 Thread Adam Sampson
ork at all on the other. Fixes: 061035d456c9 ("ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board") Signed-off-by: Adam Sampson Reviewed-by: Andrew Lunn Acked-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d

[linux-sunxi] [PATCH] ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY

2020-10-25 Thread Adam Sampson
ork at all on the other. Fixes: 061035d456c9 ("ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board") Signed-off-by: Adam Sampson --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3-

[linux-sunxi] sun4i-emac Ethernet problems with Linux 5.0

2019-03-19 Thread Adam Sampson
ideas what else might be causing this? Cheers, -- Adam Sampson <http://offog.org/> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from i

[linux-sunxi] [PATCH v2] ASoC: sun4i-codec: use consistent names for PA controls

2015-10-27 Thread Adam Sampson
ot; consistently for the power amplifier's controls. Signed-off-by: Adam Sampson <a...@offog.org> --- Changes in v2: - use "Power Amplifier" rather than "PA" --- sound/soc/sunxi/sun4i-codec.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletion

[linux-sunxi] [PATCH] ASoC: sun4i-codec: use consistent names for PA controls

2015-10-24 Thread Adam Sampson
to user-visible controls with different names referring to the same device. When this driver implements audio input, it'll also need to expose controls for the line and mic input preamps, so just referring to "the Pre-Amplifier" will be ambiguous. Change it to use "PA" consis

[linux-sunxi] [PATCH] ARM: sun7i: dt: Enable audio codec on pcDuino V3 Nano

2015-10-23 Thread Adam Sampson
a plug is inserted. LINEINL/R and FMINL/R are not connected. Signed-off-by: Adam Sampson <a...@offog.org> --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts b/arch/arm/boot/dts/sun7i-a20-pc

Re: [linux-sunxi] Kernel config for OTG on the A20?

2015-10-17 Thread Adam Sampson
th it, my dts patch works fine in both host and device modes. :) Thanks very much, -- Adam Sampson <a...@offog.org> <http://offog.org/> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubsc

[linux-sunxi] [PATCH] ARM: dts: sun7i: Enable USB DRC on pcDuino v3 Nano

2015-10-17 Thread Adam Sampson
-by: Adam Sampson <a...@offog.org> --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts index beac431..1757a6a 100644 --- a/arch/arm/bo

[linux-sunxi] Kernel config for OTG on the A20?

2015-10-13 Thread Adam Sampson
by reading it as a GPIO (it reads 0 with a host adaptor plugged in and 1 with nothing plugged in), but trying various likely-looking config options hasn't resulted in it actually detecting devices, so I assume there's something I'm meant to have enabled that I haven't... Thanks, Adam Sampson

[linux-sunxi] [PATCH] ARM: dts: sun7i: Add regulator configuration for pcDuino v3 Nano

2015-10-10 Thread Adam Sampson
by 0.025 V. Signed-off-by: Adam Sampson <a...@offog.org> --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 35 --- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts

Re: [linux-sunxi] [PATCH] ARM: dts: sun7i: Correct USB regulators on pcDuino v3 Nano

2015-10-10 Thread Adam Sampson
; No need to add it again. OK -- fixed. v2 incoming. Thanks, -- Adam Sampson <a...@offog.org> <http://offog.org/> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop

[linux-sunxi] [PATCH v2] ARM: dts: sun7i: Correct USB regulators on pcDuino v3 Nano

2015-10-10 Thread Adam Sampson
the USB PHY driver is loaded. Reported-by: Siarhei Siamashka <siarhei.siamas...@gmail.com> Signed-off-by: Adam Sampson <a...@offog.org> --- Changes in v2: - Add Reported-by line - Remove redundant pinctrl-names entries --- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 11 --- 1

[linux-sunxi] [PATCH] sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i

2015-02-23 Thread Adam Sampson
The tpr3 (timing skew) parameter is used in all supported versions of the sunxi DRAM controller, but it was only enabled for sun4i in 47e3501a76894f4ba08bc61f33774bd5d39ff464. Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/dram_sun5i_auto.c |2 +- 1 file changed, 1 insertion

[linux-sunxi] [PATCH v3] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-02-01 Thread Adam Sampson
; testing shows the performance is now much better at 1000M Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS| 5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode 100644 configs

[linux-sunxi] Re: [PATCH] ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board

2015-01-27 Thread Adam Sampson
default either. This is a case for the DT overlays. OK -- that simplifies it quite a bit, then. v3 of the patch incoming! Thanks very much, -- Adam Sampson a...@offog.org http://offog.org/ -- You received this message because you are subscribed to the Google Groups

[linux-sunxi] Re: [PATCH] ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board

2015-01-26 Thread Adam Sampson
will expect them to be GPIOs. So should we configure i2c2 etc. by default (and let the user turn them into GPIOs if required), or just provide the GPIOs (and require the user to adjust the .dts)? Cheers, -- Adam Sampson a...@offog.org http://offog.org/ -- You received

[linux-sunxi] [PATCH v2] ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board

2015-01-26 Thread Adam Sampson
, an IR receiver, 3.5mm audio out and a MIPI camera connector. For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano Signed-off-by: Adam Sampson a...@offog.org --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 212

[linux-sunxi] [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-26 Thread Adam Sampson
connector. For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS|5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode

[linux-sunxi] Re: [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-26 Thread Adam Sampson
-- I'll respin the patch! Thanks very much, -- Adam Sampson a...@offog.org http://offog.org/ -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

[linux-sunxi] [PATCH v2] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-26 Thread Adam Sampson
connector. For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS| 5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode 100644