Re: [linux-sunxi] Further Allwinner misbehaviour.

2015-06-26 Thread Clement Wong
From: allwinner-zh notificati...@github.com Date: 26 June 2015 08:00:21 CEST To: allwinner-zh/media-codec media-co...@noreply.github.com Subject: Re: [media-codec] Unsuitable copyright text in some source code files (#8) Reply-To: allwinner-zh/media-codec

Re: [linux-sunxi] Re: [PATCH 2/3] ARM: dts: axp152: Add a dtsi file for the axp152 pmic

2015-06-26 Thread Hans de Goede
Hi, On 25-06-15 19:40, Maxime Ripard wrote: Hi, On Tue, Jun 23, 2015 at 09:41:42PM +0200, Hans de Goede wrote: From: Michal Suchanek hramr...@gmail.com Add a dtsi file for the axp152 pmic, this mirrors the way things are handled for the axp202 pmic. Signed-off-by: Hans de Goede

[linux-sunxi] [PATCH v5 2/2] mtd: nand: sunxi: Set serial access mode correctly

2015-06-26 Thread Roy Spliet
Replaces the hard coded always use EDO policy with that prescribed by the ONFI 3.1 specification that EDO mode should always be used if tRC is below 30ns. Signed-off-by: Roy Spliet r.spl...@ultimaker.com Acked-by: Boris Brezillon boris.brezil...@free-electrons.com --- V4: - Simplify by

[linux-sunxi] [PATCH v5 1/2] mtd: nand: sunxi: Replace failsafe timing cfg with calculated value

2015-06-26 Thread Roy Spliet
The TIMING_CFG register was previously statically set to a magic value (extracted from Allwinner's BSP) when initializing the NAND controller. Now that we have more details about the TIMING_CFG register layout (extracted from the A83 user manual) we can dynamically calculate the appropriate value

[linux-sunxi] AW80 Kernel Source

2015-06-26 Thread randy . broman
I have a Tronsmart Draco AW80 media box currently running the latest (14.04) Lubuntu image from the Tronsmart site. I'd like to compile my own kernel, and I don't think Tronsmart has released source or config file for this box. I believe Allwinner has released source for the A80 CPU, and sunxi

[linux-sunxi] Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-26 Thread Krzysztof Kozlowski
W dniu 26.06.2015 o 19:59, Hans de Goede pisze: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking CURRENT_MAX and

[linux-sunxi] Re: [PATCH] Remove deprecated symbol from defconfig files

2015-06-26 Thread m . silentcreek
Am Donnerstag, 25. Juni 2015 15:47:42 UTC+2 schrieb Bernhard Nortmann: This patch is to re-apply the changes from https://groups.google.com/forum/#!topic/linux-sunxi/Hhx2CR2YWhI It removes the deprecated/obsolete symbol CONFIG_POWER_RESET_SUN6I from multi_v7_defconfig and sunxi_defconfig in

[linux-sunxi] [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-26 Thread Hans de Goede
This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking CURRENT_MAX and VOLTAGE_MIN support Bruno's drvier has, so I've copied the

[linux-sunxi] [PATCH v3 1/4] ARM: dts: Add binding documentation for AXP20x pmic usb power supply

2015-06-26 Thread Hans de Goede
Add binding documentation for the usb power supply part of the AXP20x pmic. Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in v2: -Split out into a separate patch from the actual driver commit --- .../bindings/power_supply/axp20x_usb_power.txt | 34 ++ 1

[linux-sunxi] [PATCH v3 3/4] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-26 Thread Hans de Goede
Add a cell for the usb power_supply part of the axp20x PMICs. Note that this cell is only for the usb power_supply part and not the ac-power / battery-charger / rtc-backup-bat-charger bits. Depending on the board each of those must be enabled / disabled separately in devicetree as most boards do

[linux-sunxi] [PATCH v3 2/4] mfd: axp20x: Add missing registers, and mark more registers volatile

2015-06-26 Thread Hans de Goede
From: Bruno Prémont bonb...@linux-vserver.org Add an extra set of registers which is necessary tu support the PMICs battery charger function, and mark registers which contain status bits, gpio status, and adc readings as volatile. Cc: Bruno Prémont bonb...@linux-vserver.org Signed-off-by: Bruno