Re: [linux-sunxi] [PATCH 03/21] net-next: stmmac: add optional setup function

2017-02-16 Thread Peter Korsgaard
>>>>> "Corentin" == Corentin Labbe writes: > Instead of ading more ifthen login for adding a new mac_device_info s/login/logic/ -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. T

Re: [linux-sunxi] [PATCH v2 1/3] board: Add Bananapi M64 support

2017-07-16 Thread Peter Korsgaard
ed here. Looking at u-boot.its, it seems to fallback to /dev/null instead: grep -A1 Trusted build/uboot-2017.07/u-boot.its description = "ARM Trusted Firmware"; data = /incbin/("/dev/null"); Checking the generated images seem

Re: [linux-sunxi] Re: [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-13 Thread Peter Korsgaard
I'm really not sure we should force it by default. How much code size > is it adding? Not only that, enabling FIT_SIGNATURE support disables support for the legacy images (uImage / boot.scr) for security reasons, so it may very well break existing setups. -- Bye, Peter Korsgaard -- Y

Re: [linux-sunxi] Re: [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-14 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > On Wed, Dec 13, 2017 at 9:38 PM, Peter Korsgaard wrote: >>>>>>> "Maxime" == Maxime Ripard writes: >> >> Hi, >> >> >> +++ b/arch/arm/mach-sunxi/Kconfig >>

Re: [linux-sunxi] [PATCH v6 01/10] board: Add Bananapi M64 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for bananapi M64 board > with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: Jason > Cc: haily...@banana-pi.com > Signed-off-by

Re: [linux-sunxi] [PATCH v6 02/10] board: Add Pine64 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Pine64 board > with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: TL Lim > Cc: Andre Przywara > Signed-off-by: Jagan Teki Comm

Re: [linux-sunxi] [PATCH v6 03/10] board: Add SoPine support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for SoPine board > with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: TL Lim > Cc: Andre Przywara > Signed-off-by: Jagan Teki Comm

Re: [linux-sunxi] [PATCH v6 04/10] board: Add FriendlyARM Nanopi A64 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for FriendlyARM Nanopi A64 > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: Yuefei > Signed-off-by: Jagan Teki Committ

Re: [linux-sunxi] [PATCH v6 05/10] board: Add FriendlyARM Nanopi NEO2 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for FriendlyARM Nanopi NEO2 board with below features: > - U-Boot 2017.09 > - Linux 4.13.7 The defconfig uses 2017.11 / 4.14, so I've changed this and committed, thanks. -- Bye, Peter Korsgaard

Re: [linux-sunxi] [PATCH v6 06/10] board: Add Olimex A64-OLinuXino support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Olimex A64-OLinuXino > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: Tsvetan Usunov > Signed-off-by: Jagan Teki Committ

Re: [linux-sunxi] [PATCH v6 07/10] board: Add Orangepi Win/Win Plus support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Orangepi Win/Win Plus > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: zhaoyifan > Signed-off-by: Jagan Teki Committ

Re: [linux-sunxi] [PATCH v6 08/10] board: Add Orangepi Prime support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Orangepi Prime > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: zhaoyifan > Signed-off-by: Jagan Teki Committed, thank

Re: [linux-sunxi] [PATCH v6 09/10] board: Add Orangepi Zero Plus2 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Orangepi Zero Plus2 > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Cc: zhaoyifan > Signed-off-by: Jagan Teki Committ

Re: [linux-sunxi] [PATCH v6 10/10] board: Add Orangepi PC2 support

2017-12-20 Thread Peter Korsgaard
>>>>> "Jagan" == Jagan Teki writes: > Add initial support for Orangepi PC2 > board with below features: > - U-Boot 2017.11 > - Linux 4.14 > - Default packages from buildroot > Signed-off-by: Jagan Teki Committed, thanks. -- Bye, Peter Korsg

Re: [linux-sunxi] Re: [U-Boot] [PATCH 1/3] dm: Add migration plan for CONFIG_BLK

2018-04-03 Thread Peter Korsgaard
win). But I don't think we can require people to have > both an arm and an aarch64 compiler available in order to build U-Boot > for some aarch64. No, please not. It would make it very hard to handle U-Boot builds in Buildroot for these boards. -- Bye, Peter Korsgaard -- You received

[linux-sunxi] [PATCH] ARM: dts: sun4i: Enable USB DRC on Hyundai-a7hd

2016-02-16 Thread Peter Korsgaard
Enable the OTG USB controller on the A7HD. Signed-off-by: Peter Korsgaard --- arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts | 34 1 file changed, 34 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts b/arch/arm/boot/dts/sun4i-a10-hyundai

Re: [linux-sunxi] Re: H3 openwrt with 4.4 kernel

2016-02-18 Thread Peter Korsgaard
ur work? I was considering working on the MAC support. -- Bye, Peter Korsgaard -- 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 to linux-sunxi+unsubscr.

Re: [linux-sunxi] [PATCH] ARM: dts: sun4i: Enable USB DRC on Hyundai-a7hd

2016-02-23 Thread Peter Korsgaard
>>>>> "Hans" == Hans de Goede writes: > Hi, > On 02/16/2016 10:00 PM, Peter Korsgaard wrote: >> Enable the OTG USB controller on the A7HD. >> >> Signed-off-by: Peter Korsgaard > Patch looks good to me: > Reviewed-by: Hans de Goe

Re: [linux-sunxi] [PATCH 1/4] gpio: Add AXP209 GPIO driver

2016-03-09 Thread Peter Korsgaard
+gpio->regmap = axp20x->regmap; This could just use dev_get_regmap(pdev.dev->parent, NULL) instead of fiddling in the parent driver data. > + > +ret = gpiochip_add(&gpio->chip); > + if (ret) { > +dev_err(&pdev->dev, "Failed to register

Re: [linux-sunxi] sun4i audio updates

2016-03-20 Thread Peter Korsgaard
ild a kernel with an initramfs including alsa with Buildroot. Have a look at configs/cubieboard2_defconfig as a starting point or ssvb's orangepipc limatester setup: https://github.com/ssvb/buildroot/commit/86f9ef02f636f92fbe28fdf631299fd9b05fb0f6 Netbooting from U-Boot should work with

Re: [linux-sunxi] sun4i audio updates

2016-03-20 Thread Peter Korsgaard
>> >> https://github.com/ssvb/buildroot/commit/86f9ef02f636f92fbe28fdf631299fd9b05fb0f6 > Thanks...I'll have a look at using buildroot. Got a couple of > usb<->ethernet adapters lying around so I'll also have a go with this > as well. Ok, let me know if something isn

[linux-sunxi] [PATCH] sunxi: Add defconfig for yones toptech bs1078-v2 tablet

2016-03-22 Thread Peter Korsgaard
linux-sunxi.org/Yones_Toptech_BS1078_V2 Signed-off-by: Peter Korsgaard --- board/sunxi/MAINTAINERS | 5 + configs/Yones_Toptech_BS1078_V2_defconfig | 24 2 files changed, 29 insertions(+) create mode 100644 configs/Yones_Toptech_BS1078_V2_defconfig diff --gi

Re: [linux-sunxi] [PATCH 3/7] drm/sun4i: Add SAT and DRC drivers

2016-09-04 Thread Peter Korsgaard
ll out what DRC and SAT stands for in the driver source code, perhaps it also makes sense to do it here? Perhaps rewording it to something like this is clearer: .. allows to dynamically adjust pixel brightness/contrast based on histogram measurements for LCD content adaptive backlight control.

Re: [linux-sunxi] [PATCH v2 4/9] drm/sun4i: Add a DRC driver

2016-09-06 Thread Peter Korsgaard
y. > Add a minimal driver for it that just claim the needed resources for the > pipeline to operate properly. > Signed-off-by: Maxime Ripard Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-

Re: [linux-sunxi] [PATCH] ARM: dts: sun6i: Add support for Yones Toptech bs1078v2 tablets

2015-09-19 Thread Peter Korsgaard
nterest, what date is listed on the PCB? I have one stating 'YONESTOPTECH-BS1078-20140620'. -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop recei

Re: [linux-sunxi] [PATCH] ARM: dts: sun6i: Add support for Yones Toptech bs1078v2 tablets

2015-09-20 Thread Peter Korsgaard
hscreen driver I can share if anyone wants > it Both my boards have broken glass / touchscreens, so I'm personally not that interested ;) -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe fr

Re: [linux-sunxi] [PATCH] i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs

2015-09-27 Thread Peter Korsgaard
>>>>> "Hans" == Hans de Goede writes: > According to the datasheets to n factor for dividing the tclk is s/to/the/ -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscr

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Peter Korsgaard
xc > install -m0755 bootinfo $(PKG)/usr/bin/sunxi-bootinfo > I'd be happy to put that together as a patch for upstream instead. FYI, in Buildroot we currently install fexc bin2fex fex2bin bootinfo fel pio for the host and nand-part for the target, all without any prefix. -- Bye

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
the target, all without any prefix. > Would you have an issue with the upstream names changing? Or would you > just follow along? No, we don't really mind. We just try to follow upstream. -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
Add an install rule starting with just the 4 mentioned above. Others >can be added later. Sounds sensible to me. Please make sure the install rule respects DESTDIR. -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi"

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
/bin. Packages would then most likely > want to use DESTDIR=/some/pkgbuild/scratch/area PREFIX=/usr. Indeed, thanks! -- Venlig hilsen, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-15 Thread Peter Korsgaard
st and target. > Have I misunderstood something? (I'm about to send out some patches > based on this, so if so I'll have to iterate). No, it sounds sensible. I didn't do the sunxi-tools integration (and until recently I didn't have any sunxi hw). I'll adjust the

Re: [linux-sunxi] [PATCH sunxi-tools 0/3] Add sunxi- prefixes to tools, and add an install target

2015-10-23 Thread Peter Korsgaard
we're not using the force option to ln for the symlinks, but that is not directly related to this series. Acked-by: Peter Korsgaard I'll send a fix for the ln issue in a moment. -- Bye, Peter Korsgaard -- You received this message because you are subscribed to the Google Groups &q

[linux-sunxi] [PATCH sunxi-tools] Makefile: use force option when creating symlinks

2015-10-23 Thread Peter Korsgaard
So it doesn't error out if the symlink already exists (E.G. is pointing to the old name). Also add the -n option for consistency with the install target. Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile

Re: [linux-sunxi] Re: [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support

2015-10-27 Thread Peter Korsgaard
c configuration isn't critical to get something running. -- Bye, Peter Korsgaard -- 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 to linux-sun

Re: [linux-sunxi] [PATCH sunxi-tools 1/2] fel: Support for enabling MMU after running SPL on new SoC variants

2015-11-11 Thread Peter Korsgaard
n table as used by the A20 BROM */ > +for (i = 0; i < 4096; i++) > +tt[i] = 0x0DE2 | (i << 20); A comment like /* 1MB identity mapping */ would be good. > +tt[0x000] |= 0x1000; A /* TEX */ comment would be good. > + tt[0xFFF] |= 0x1000; As we over

Re: [linux-sunxi] [PATCH 0/2] sunxi-tools: stuff to possibly go into 0.3

2015-11-19 Thread Peter Korsgaard
ould > be nice to include these into a "release point". > Regards, B. Nortmann > Bernhard Nortmann (2): > sunxi-tools: some trivial fixes > sunxi-tools: make use of proper boolean data types Both look good to me, thanks. Acked-by: Peter Korsgaard -- Bye

Re: [linux-sunxi] [PATCH sunxi-tools v2 0/3] fel: Faster FEL USB boot for Allwinner H3

2015-11-22 Thread Peter Korsgaard
peding on luck. > * Addressed review comments from Bernhard Nortmann and Peter Korsgaard > (a typo fix, more comments, redundant aw_fel_write call removal) > * Introduced a new patch with helper functions for reading/writing ARM > coprocessor registers > Siarhei Siamashka (3)

Re: [linux-sunxi] Re: [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support

2015-12-16 Thread Peter Korsgaard
nrelated. Yeah, I'm not sure what makes my board perform better than the rest. The heatsink is just a cheap 14x14mm rpi one. > Unless we get more test results in a few days which radically change > the statistics, probably using 624 MHz for DRAM on Orange Pi PC would > be reasona