Re: [PATCH 1/2] mmc: block: mmcblkN: use slot index instead of dynamic name index

2012-08-07 Thread Dirk Behme
Hi Chris, On 06.08.2012 17:31, Chris Ball wrote: Hi, On Mon, Aug 06 2012, Dirk Behme wrote: On embedded devices, often there is a combination of removable mmc devices (e.g. MMC/SD cards) and hard wired ones (e.g. eMMC). Depending on the hardware configuration, the 'mmcblkN' node might change i

Linaro 2012/8/8 Android Platform Team Agenda Posted

2012-08-07 Thread Zach Pfeffer
The agenda has been posted to: https://wiki.linaro.org/Platform/Android/Meetings/2012-08-08 Please take a look and add to it if you need to. See everyone tomorrow in #linaro-meeting on irc.freenode.net at 13:00 UTC. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org |

Re: [PATCH v2 10/23] xen/arm: compile and run xenbus

2012-08-07 Thread Daniel De Graaf
On 08/07/2012 02:21 PM, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 06, 2012 at 03:27:13PM +0100, Stefano Stabellini wrote: >> bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not >> an error. >> >> If Linux is running as an HVM domain and is running as Dom0, use >> xenstored_local

Re: [PATCH v2 23/23] [HACK] xen/arm: implement xen_remap_domain_mfn_range

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:26PM +0100, Stefano Stabellini wrote: > From: Ian Campbell > > Do not apply! OK. > > This is a simple, hacky implementation of xen_remap_domain_mfn_range, > using XENMAPSPACE_gmfn_foreign. > > It should use same interface as hybrid x86. Yeah, Mukesh - can you sha

Re: [PATCH v2 21/23] xen: update xen_add_to_physmap interface

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:24PM +0100, Stefano Stabellini wrote: > Update struct xen_add_to_physmap to be in sync with Xen's version of the > structure. > The size field was introduced by: > > changeset: 24164:707d27fe03e7 > user:Jean Guyader > date:Fri Nov 18 13:42:08 2011 +

Re: [PATCH v2 20/23] xen/arm: compile netback

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:23PM +0100, Stefano Stabellini wrote: > Signed-off-by: Stefano Stabellini OK. Looks good. > --- > arch/arm/include/asm/xen/hypercall.h | 19 +++ > drivers/net/xen-netback/netback.c|1 + > drivers/net/xen-netfront.c |1 + > 3 f

Re: [PATCH v2 19/23] xen/arm: compile blkfront and blkback

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:22PM +0100, Stefano Stabellini wrote: OK. Looks good. > Signed-off-by: Stefano Stabellini > --- > drivers/block/xen-blkback/blkback.c |1 + > include/xen/interface/io/protocols.h |3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/d

Re: [PATCH v2 18/23] xen: allow privcmd for HVM guests

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:21PM +0100, Stefano Stabellini wrote: > This patch removes the "return -ENOSYS" for auto_translated_physmap > guests from privcmd_mmap, thus it allows ARM guests to issue privcmd > mmap calls. However privcmd mmap calls are still going to fail for HVM > and hybrid gues

Re: [PATCH v2 17/23] xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:20PM +0100, Stefano Stabellini wrote: > Only until we get the balloon driver to work. OK. Acked-by be. > > Signed-off-by: Stefano Stabellini > --- > arch/arm/xen/enlighten.c | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --

Re: [PATCH v2 15/23] xen/arm: receive Xen events on ARM

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:18PM +0100, Stefano Stabellini wrote: > Compile events.c on ARM. > Parse, map and enable the IRQ to get event notifications from the device > tree (node "/xen"). > > Signed-off-by: Stefano Stabellini > --- > arch/arm/include/asm/xen/events.h | 18 +

Re: [PATCH v2 16/23] xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:19PM +0100, Stefano Stabellini wrote: > Reset the IRQ_NOAUTOEN and IRQ_NOREQUEST flags that are enabled by > default on ARM. If IRQ_NOAUTOEN is set, __setup_irq doesn't call > irq_startup, that is responsible for calling irq_unmask at startup time. > As a result event

Re: [PATCH v2 13/23] xen/arm: get privilege status

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:16PM +0100, Stefano Stabellini wrote: > Use Xen features to figure out if we are privileged. > > XENFEAT_dom0 was introduced by 23735 in xen-unstable.hg. Looks good. > > Signed-off-by: Stefano Stabellini > --- > arch/arm/xen/enlighten.c |7 +++ >

Re: [PATCH v2 12/23] xen/arm: introduce CONFIG_XEN on ARM

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:15PM +0100, Stefano Stabellini wrote: > Changes in v2: > > - mark Xen guest support on ARM as EXPERIMENTAL. OK. Looks good. > > Signed-off-by: Stefano Stabellini > --- > arch/arm/Kconfig | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > d

Re: [PATCH v2 11/23] xen: do not compile manage, balloon, pci, acpi and cpu_hotplug on ARM

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:14PM +0100, Stefano Stabellini wrote: > Changes in v2: > > - make pci.o depend on CONFIG_PCI and acpi.o depend on CONFIG_ACPI. > > Signed-off-by: Stefano Stabellini Looks good. > --- > drivers/xen/Makefile | 11 --- > 1 files changed, 8 insertions(+), 3

Re: [PATCH v2 10/23] xen/arm: compile and run xenbus

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:13PM +0100, Stefano Stabellini wrote: > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > an error. > > If Linux is running as an HVM domain and is running as Dom0, use > xenstored_local_init to initialize the xenstore page and event channel. >

Re: [PATCH v2 09/23] xen/arm: Introduce xen_ulong_t for unsigned long

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:12PM +0100, Stefano Stabellini wrote: > All the original Xen headers have xen_ulong_t as unsigned long type, however > when they have been imported in Linux, xen_ulong_t has been replaced with > unsigned long. That might work for x86 and ia64 but it does not for arm. >

Re: [PATCH v2 08/23] xen/arm: Introduce xen_pfn_t for pfn and mfn types

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:11PM +0100, Stefano Stabellini wrote: > All the original Xen headers have xen_pfn_t as mfn and pfn type, however > when they have been imported in Linux, xen_pfn_t has been replaced with > unsigned long. That might work for x86 and ia64 but it does not for arm. > Bring

Re: [PATCH v2 07/23] xen/arm: Xen detection and shared_info page mapping

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:10PM +0100, Stefano Stabellini wrote: > Check for a "/xen" node in the device tree, if it is present set > xen_domain_type to XEN_HVM_DOMAIN and continue initialization. > > Map the real shared info page using XENMEM_add_to_physmap with > XENMAPSPACE_shared_info. > >

Re: [PATCH v2 06/23] xen: missing includes

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:09PM +0100, Stefano Stabellini wrote: > Changes in v2: > - remove pvclock hack; > - remove include linux/types.h from xen/interface/xen.h. I think I can take in my tree now right by itself right? Or do you want to keep this in your patchqueue? If so, Ack from me. > >

Re: [PATCH v2 04/23] xen/arm: sync_bitops

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:07PM +0100, Stefano Stabellini wrote: > sync_bitops functions are equivalent to the SMP implementation of the > original functions, independently from CONFIG_SMP being defined. > > We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But > under Xen you

Re: [PATCH v2 05/23] xen/arm: empty implementation of grant_table arch specific functions

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:08PM +0100, Stefano Stabellini wrote: > Changes in v2: > > - return -ENOSYS rather than -1. Ack. > > Signed-off-by: Stefano Stabellini > --- > arch/arm/xen/Makefile |2 +- > arch/arm/xen/grant-table.c | 53 >

Re: [PATCH v2 03/23] xen/arm: page.h definitions

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:06PM +0100, Stefano Stabellini wrote: > ARM Xen guests always use paging in hardware, like PV on HVM guests in > the X86 world. > > Signed-off-by: Stefano Stabellini Ack.. with one nitpick > +/* XXX: this shouldn't be here */ .. but its here b/c the frontend drive

Re: [PATCH v2 01/23] arm: initial Xen support

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:04PM +0100, Stefano Stabellini wrote: > - Basic hypervisor.h and interface.h definitions. > - Skeleton enlighten.c, set xen_start_info to an empty struct. > - Make xen_initial_domain dependent on the SIF_PRIVILIGED_BIT. > > The new code only compiles when CONFIG_XEN i

[PATCH] cpufreq: governor mode should be checked if it is supported before setting it.

2012-08-07 Thread hongbo.zhang
From: "hongbo.zhang" Signed-off-by: hongbo.zhang --- cpufreq/cpufreq_04.sh |7 ++- cpufreq/cpufreq_05.sh | 54 + cpufreq/cpufreq_06.sh |6 ++ cpufreq/cpufreq_07.sh |6 ++ cpufreq/cpufreq_08.sh |6 ++ cpufreq/cpuf

[PATCH PM-QA] cpufreq: check governor mode before using it

2012-08-07 Thread hongbo.zhang
From: "hongbo.zhang" If we want to set one cpufreq governor mode, we must check this mode is supported or not before setting it. Otherwise we will get failure reported, this differs from the case that one mode is said to be supported but doesn't work well at all. hongbo.zhang (1): cpufreq: g

Introduce FFmpeg on Android project

2012-08-07 Thread Claude Youn
Hi, I'm Claude working for InSignal as open-source director. I am happy to announce about 1st initial release of "FFmpeg-on-Android" project to be public open-source project. InSignal and project members expect to join anyone who interests multimedia on android platform with FFmpeg. :) "FFmpeg on

[PATCH] manifest: (all) update powertop to new version

2012-08-07 Thread Rajagopal Venkat
From: Rajagopal Venkat Update all manifest files to include new powertop-2.0 version. Signed-off-by: Rajagopal Venkat --- default.xml | 2 +- landing-snowball.xml | 2 +- linaro-default.xml| 2 +- staging-galaxynexus.xml | 2 +- staging-origen.xml