Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-14 Thread Ian Campbell
On Sun, 2015-01-11 at 12:06 +0100, Jan Kiszka wrote: > On 2015-01-11 11:30, Hans de Goede wrote: > > Hi, > > > > On 11-01-15 10:59, Ian Campbell wrote: > >> I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. > > > > I've no real opinion on this, I do NOT like the introduction o

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Jan Kiszka
On 2015-01-11 11:30, Hans de Goede wrote: > Hi, > > On 11-01-15 10:59, Ian Campbell wrote: >> I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. > > I've no real opinion on this, I do NOT like the introduction of a > third version of the i2c / rsb and axp code (we already have

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Hans de Goede
Hi, On 11-01-15 10:59, Ian Campbell wrote: I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. I've no real opinion on this, I do NOT like the introduction of a third version of the i2c / rsb and axp code (we already have both a u-boot and a kernel version to maintain of both

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Ian Campbell
I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. Also, the other patches are touching generic arm code, so ought to be CC-d to (and perhaps go via) the core ARM maintainer (Albert Aribaud). IMHO it would be better if the common code changes involved platform-selectable #ifdef

[U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2014-12-31 Thread Jan Kiszka
This adds CPU offlining and PSCI v0.2 support. Changes since v2: - add more comments to psci_fiq_enter (patch 1) - rebase over u-boot-sunxi/next See patches for further details. Jan Jan Kiszka (4): sun7i: Add support for taking CPUs offline via PSCI sun7i: Add PSCI v0.2 support sun7i: Mo