[PATCH] git-mailrc: Update email address of Maxime Ripard

2020-08-09 Thread Jonas Smedegaard
Update email address of Maxime Ripard in git-mailrc to match more recently updated entry in MAINTAINERS. commit 9bd9b2bcbee1 ("MAINTAINERS: Update my email address") commit bf8f4c4400e3 ("MAINTAINERS: Update email address for Maxime Ripard") Signed-off-by: Jonas Smedegaard

[PATCH] sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMC

2020-08-09 Thread Jonas Smedegaard
Olimex OLinuXino LIME2 rev. H through L uses Micrel KSZ9031 PHY. This enables the Micrel PHY for A20-OLinuXino-Lime2-eMMC_defconfig. Signed-off-by: Jonas Smedegaard --- configs/A20-OLinuXino-Lime2-eMMC_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/A20-OLinuXino-Lime2

[PATCH] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-08-05 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Signed-off-by: Jonas Smedegaard Reviewed-by: Tom

[PATCH v4 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-07-21 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Signed-off-by: Jonas Smedegaard Reviewed-by: Tom

[PATCH v4 1/2] arm: move CONFIG_PREBOOT="usb start" to KConfig

2020-07-21 Thread Jonas Smedegaard
CONFIG_PREBOOT to Kconfig") intended to support CONFIG_PREBOOT, but include/configs/sunxi-common.h hardcodes preboot as part of internally defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific CONFIG_PREBOOT. Signed-off-by: Jonas Smedegaard Reviewed-by: Neil Armstrong Series-Cc: J

[PATCH v4 1/2] arm: move CONFIG_PREBOOT="usb start" to KConfig

2020-07-19 Thread Jonas Smedegaard
CONFIG_PREBOOT to Kconfig") intended to support CONFIG_PREBOOT, but include/configs/sunxi-common.h hardcodes preboot as part of internally defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific CONFIG_PREBOOT. Signed-off-by: Jonas Smedegaard Series-Cc: Jagan Teki Series-Cc: Lukasz

[PATCH v4 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-07-19 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Signed-off-by: Jonas Smedegaard Series-Cc: Jagan

Re: [PATCH v3 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-28 Thread Jonas Smedegaard
Quoting Jagan Teki (2020-03-28 15:32:46) > On Tue, Mar 3, 2020 at 8:37 PM Jonas Smedegaard wrote: > > > > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > > Kconfig") intended to support CONFIG_PREBOOT, but > > include/configs/sun

Re: [PATCH v3 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-04 Thread Jonas Smedegaard
Quoting Andre Przywara (2020-03-04 11:59:40) > On Tue, 3 Mar 2020 16:08:00 +0100 > Jonas Smedegaard wrote: > > Tested-by: Jonas Smedegaard > > Some nit: This is somewhat implicit when you are the author. At least that's > the hope ;-) Ah, ok. Will keep that in

[PATCH v3 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-03 Thread Jonas Smedegaard
mmit moves sunxi-specific CONFIG_PREBOOT to Kconfig, which supports board-specific override. Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard Series-Cc: Jagan Teki Series-Cc: Lukasz Majewski Series-Cc: Andre Przywara --- Changes in v3: - move default setting to KConfig, thank

[PATCH v3 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-03-03 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Tested-by: Jonas Smedegaard Signed-off-by: Jonas

Re: [PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-03 Thread Jonas Smedegaard
Hi Andre, Quoting Andre Przywara (2020-03-02 10:51:08) > On Sat, 29 Feb 2020 16:58:55 +0100 > Jonas Smedegaard wrote: > > Hi Jonas, > > > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > > Kconfig") intended to support CONFIG_P

wrong email alias for Maxime Ripard

2020-02-29 Thread Jonas Smedegaard
patman wrong somehow? - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature

[PATCH v2 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-02-29 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Tested-by: Jonas Smedegaard Signed-off-by: Jonas

[PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-02-29 Thread Jonas Smedegaard
ply moving CONFIG_PREBOOT to Kconfig does not work here, as that would loose the logic of implicitly setting a conditional default. This commit implements support for explicit CONFIG_PREBOOT for sunxi boards, while keeping as fallback the implicity default preboot value. Tested-by: Jonas Smedegaard

Re: [U-Boot] [PATCH 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-02-27 Thread Jonas Smedegaard
Hi Lukasz, Quoting Lukasz Majewski (2019-08-23 23:05:41) > > Quoting Lukasz Majewski (2019-08-23 10:37:28) > > > On Sun, 18 Aug 2019 17:16:06 +0200 > > > Jonas Smedegaard wrote: > > > > > > > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOO

Re: [U-Boot] [PATCH 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2019-08-23 Thread Jonas Smedegaard
Quoting Lukasz Majewski (2019-08-23 10:37:28) > On Sun, 18 Aug 2019 17:16:06 +0200 > Jonas Smedegaard wrote: > > > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > > Kconfig") intended to support CONFIG_PREBOOT, but > > include/con

[U-Boot] [PATCH 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2019-08-18 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Tested-by: Jonas Smedegaard Signed-off-by: Jonas

[U-Boot] [PATCH 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2019-08-18 Thread Jonas Smedegaard
-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard Series-Cc: Jagan Teki --- include/configs/sunxi-common.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index d7133a73fc..2069884b63 100644 --- a/inclu

Re: [U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config

2019-05-20 Thread Jonas Smedegaard
nore my re-post. Thanks for applying! - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature __

[U-Boot] [PATCH v2] sun50i: a64: Fix broken A64-Teres-I board config

2019-05-20 Thread Jonas Smedegaard
he time of acceptance. Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard Series-Cc: Jagan Teki --- Changes in v2: - Rephrase commit message --- configs/teres_i_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/teres_i_defconfig b/configs/teres_i_defconfig index 421

Re: [U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config

2019-05-20 Thread Jonas Smedegaard
[Adding Jagan as recipient] Anything more I can do to get below fix included? - Jonas Quoting Jonas Smedegaard (2019-05-14 14:14:52) > Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig > (see commit f89d6133ee) > > Tested-by: Jonas Smedegaard > Signed-off-by: J

[U-Boot] sun50i: a64: Beelink GS1 box is likely broken

2019-05-14 Thread Jonas Smedegaard
is completely useless. I provided a patch for that earlier today, and recommend that someone with access to Beelink GS1 checks if a similar patch is needed for that device. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] q

[U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config

2019-05-14 Thread Jonas Smedegaard
Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig (see commit f89d6133ee) Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard --- configs/teres_i_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/teres_i_defconfig b/configs/teres_i_defconfig index 421a8d3d40

Re: [U-Boot] [RESEND PATCH v3] sun50i: a64: Add Olimex A64-Teres-I board initial support

2019-04-19 Thread Jonas Smedegaard
Quoting Jagan Teki (2019-04-19 08:21:27) > On Fri, Apr 19, 2019 at 1:14 AM Jonas Smedegaard wrote: > > > > [resent only to list, to avoid blocking due to too many recipients] > > Better to CC maintainers at least. I agree, but... a) above email was no progression bu

[U-Boot] [RESEND PATCH v3] sun50i: a64: Add Olimex A64-Teres-I board initial support

2019-04-18 Thread Jonas Smedegaard
: dts: allwinner: a64: Rename uart0_pins_a label to uart0_pb_pins" (sha1: d91ebb95b96c8840932dc3a10c9f243712555467) Cosmetic warnings regarding whitespace and placement of SPDX notice for dts file was ignored. config and .dtsi file are adapted from pinebook files. Tested-by: Jonas Smedegaard

Re: [U-Boot] [PATCH v3] sun50i: a64: Add Olimex A64-Teres-I board initial support

2019-04-18 Thread Jonas Smedegaard
Quoting Jonas Smedegaard (2019-04-18 20:22:28) > Quoting Jagan Teki (2019-04-18 18:57:59) > > On Thu, Apr 18, 2019 at 9:02 PM Jonas Smedegaard wrote: > > > Known broken: > > > - USB > > > > what is broken? any information? > > Below is the conso

Re: [U-Boot] [PATCH v3] sun50i: a64: Add Olimex A64-Teres-I board initial support

2019-04-18 Thread Jonas Smedegaard
Quoting Jagan Teki (2019-04-18 18:57:59) > On Thu, Apr 18, 2019 at 9:02 PM Jonas Smedegaard wrote: > > Known broken: > > - USB > > what is broken? any information? Below is the console output - neither builtin USB1 keyboard nor an external USB USB2 hub with a U

[U-Boot] [PATCH v3] sun50i: a64: Add Olimex A64-Teres-I board initial support

2019-04-18 Thread Jonas Smedegaard
uot; (sha1: d91ebb95b96c8840932dc3a10c9f243712555467) Cosmetic warnings regarding whitespace and placement of SPDX notice for dts file was ignored. config and .dtsi file are adapted from pinebook files. Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard --- Changes for v2: * List Icenowy

[U-Boot] [PATCH v2] sunxi: Add support for Olimex A64-Teres-I board

2019-04-17 Thread Jonas Smedegaard
linux v5.0 (d91ebb9). Cosmetic warnings regarding whitespace and placement of SPDX notice for above file was ignored. config and .dtsi file are adapted from pinebook files. Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard --- Changes for v2: * List Icenowy and Jonas as MAINTAINERS

Re: [U-Boot] [PATCH v1] sunxi: Add support for Olimex A64-Teres-I board

2019-04-14 Thread Jonas Smedegaard
Quoting Jagan Teki (2019-04-14 19:36:15) > On Sun, Apr 14, 2019 at 10:16 PM Jonas Smedegaard wrote: > > > > Olimex Teres-I is a laptop DIY kit, and A64-Teres-I is its mainboard. > > https://linux-sunxi.org/Olimex_Teres-A64 > > > > This patch enables support fo

[U-Boot] [PATCH v1] sunxi: Add support for Olimex A64-Teres-I board

2019-04-14 Thread Jonas Smedegaard
Linux 5.0. Cosmetic warnings regarding whitespace and placement of SPDX notice for this file was ignored. config and .dtsi file are adapted from pinebook files. Author: Vasily Khoruzhick Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard --- arch/arm/dts/Makefile