RE: arm-probe (with ARM Energy probe)

2013-05-27 Thread Robert Brehm
Yes, 'sudo root-arm' did the job! It working fluently now. Thanks a lot. Best, Rob. -Original Message- From: Andy Green [mailto:andy.gr...@linaro.org] Sent: 28. maj 2013 04:29 To: Christoffer Dall Cc: Robert Brehm; linaro-dev@lists.linaro

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
On 28/05/13 09:23, the mail apparently from Christoffer Dall included: [...] I noticed that on this laptop with USB3 ports, AEP won't work plugged in direct (LMP, using a similar NXP chip are the same). They need to be connected via a USB2 hub in order to work. Maybe that's someth

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Christoffer Dall
[...] > I noticed that on this laptop with USB3 ports, AEP won't work plugged in > direct (LMP, using a similar NXP chip are the same). They need to be > connected via a USB2 hub in order to work. Maybe that's something to do > with it. > > Are you by any chance running from within a VM on a ma

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
On 28/05/13 00:06, the mail apparently from Robert Brehm included: > Just tried with the config example (but also had tried that earlier already) > - however, no success. > > It also still doesn't complain if I just run it without the AEP or I unplug > the AEP while arm-probe is running - ther

Re: [RFC V7 PATCH 3/3] USB: OHCI: make ohci-pci a separate driver

2013-05-27 Thread Arnd Bergmann
On Monday 27 May 2013, Manjunath Goudar wrote: > This patch splits the PCI portion of ohci-hcd out into its > own separate driver module, called ohci-pci. > > The major point of difficulty lies in ohci-pci's many vendor- and > device-specific workarounds. Some of them have to be applied before >

RE: arm-probe (with ARM Energy probe)

2013-05-27 Thread Robert Brehm
Just tried with the config example (but also had tried that earlier already) - however, no success. It also still doesn't complain if I just run it without the AEP or I unplug the AEP while arm-probe is running - there is no difference to the output. Rob. _

Re: [RFC V7 PATCH 3/3] USB: OHCI: make ohci-pci a separate driver

2013-05-27 Thread Alan Stern
On Mon, 27 May 2013, Manjunath Goudar wrote: > This patch splits the PCI portion of ohci-hcd out into its > own separate driver module, called ohci-pci. > > The major point of difficulty lies in ohci-pci's many vendor- and > device-specific workarounds. Some of them have to be applied before > c

Re: [RFC V7 PATCH 2/3] USB: OHCI: Generic changes to make ohci-pci a separate driver

2013-05-27 Thread Alan Stern
On Mon, 27 May 2013, Manjunath Goudar wrote: > Note that this changes is part of separating the ohci pci host controller > driver from ohci-hcd host code. > This contains : > -Moved sb800_prefetch() function from ohci-pci.c to pci-quirks.c file > and EXPORTed, this is part of the effort

Re: [RFC V7 PATCH 1/3] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-27 Thread Alan Stern
On Mon, 27 May 2013, Manjunath Goudar wrote: > This patch prepares ohci-hcd for being split up into a core > library and separate platform driver modules. A generic > ohci_hc_driver structure is created, containing all the "standard" > values, and a new mechanism is added whereby a driver module

[PATCH 3/8] ARM: SPEAr: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-spear/hotplug.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-spear/hotplug.c b/arch/arm/mach-spear/hotplug.c index d97749c..6dbd3dc 100644 --- a/arch/arm/mach-

[PATCH 8/8] ARM: PRIMA2: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-prima2/hotplug.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-prima2/hotplug.c b/arch/arm/mach-prima2/hotplug.c index 0ab2f8b..68d2903 100644 --- a/arch/arm/

[PATCH 2/8] ARM: RealView: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-realview/hotplug.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-realview/hotplug.c b/arch/arm/mach-realview/hotplug.c index ac22dd4..c42022b 100644 --- a

[PATCH 1/8] ARM: EXYNOS: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the WFI mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-exynos/hotplug.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-exynos/hotplug.c b/arch/arm/mach-exynos/hotplug.c index af90cfa..7fcedd8 100644 --- a/arch

[PATCH 7/8] ARM: msm: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-msm/hotplug.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-msm/hotplug.c b/arch/arm/mach-msm/hotplug.c index 326a872..1b03e5f 100644 --- a/arch/arm/mach

[PATCH 6/8] ARM: ux500: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-ux500/hotplug.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-ux500/hotplug.c b/arch/arm/mach-ux500/hotplug.c index 2bc00b0..f4ded92 100644 --- a/arch/arm/ma

[PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-vexpress/hotplug.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-vexpress/hotplug.c b/arch/arm/mach-vexpress/hotplug.c index f0ce6b8..b3dffc2 100644 --- a/arch/

[PATCH 0/8] ARM: use cpu_do_idle for entering wfi mode

2013-05-27 Thread Sanjay Singh Rawat
With this patch set we make use of cpu_do_idle to enter WFI mode, many platform are not clearing the data buffer before WFI or directly using the address instead of opcode. For the rest its good to have a common approach. Sanjay Singh Rawat (8): ARM: EXYNOS: use generic cpu idle function for wfi

[PATCH 5/8] ARM: zynq: use generic cpu idle function for wfi

2013-05-27 Thread Sanjay Singh Rawat
use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-zynq/hotplug.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-zynq/hotplug.c b/arch/arm/mach-zynq/hotplug.c index c89672b..ef0d65d 100644 --- a/arch/arm/mach-z

Re: [RFC V7 PATCH 0/3] USB: OHCI: Start splitting up the driver

2013-05-27 Thread Viresh Kumar
On 27 May 2013 17:55, Manjunath Goudar wrote: > This series of patches begins the process of splitting ohci-hcd up into > a core library module and independent pci driver modules. > > Patch 1/3 prepares the way by exporting a few functions from ohci-hcd > and adding a new mechanism for platform-sp

[RFC V7 PATCH 3/3] USB: OHCI: make ohci-pci a separate driver

2013-05-27 Thread Manjunath Goudar
This patch splits the PCI portion of ohci-hcd out into its own separate driver module, called ohci-pci. The major point of difficulty lies in ohci-pci's many vendor- and device-specific workarounds. Some of them have to be applied before calling ohci_start() some after, which necessitates a fair

[RFC V7 PATCH 2/3] USB: OHCI: Generic changes to make ohci-pci a separate driver

2013-05-27 Thread Manjunath Goudar
Note that this changes is part of separating the ohci pci host controller driver from ohci-hcd host code. This contains : -Moved sb800_prefetch() function from ohci-pci.c to pci-quirks.c file and EXPORTed, this is part of the effort to move the ohci pci related code to generic pci

[RFC V7 PATCH 1/3] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-27 Thread Manjunath Goudar
This patch prepares ohci-hcd for being split up into a core library and separate platform driver modules. A generic ohci_hc_driver structure is created, containing all the "standard" values, and a new mechanism is added whereby a driver module can specify a set of overrides to those values. In ad

[RFC V7 PATCH 0/3] USB: OHCI: Start splitting up the driver

2013-05-27 Thread Manjunath Goudar
This series of patches begins the process of splitting ohci-hcd up into a core library module and independent pci driver modules. Patch 1/3 prepares the way by exporting a few functions from ohci-hcd and adding a new mechanism for platform-specific drivers to initialize their hc_driver structures.

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
On 27/05/13 16:53, the mail apparently from Robert Brehm included: Hi, I have downloaded and compiled/installed (on Ubuntu 12.04 the arm-probe from: https://git.linaro.org/gitweb?p=tools/arm-probe.git;a=tree Now I am facing some issues using the tool. My Arm Energy Probe shows up as virtual se

arm-probe (with ARM Energy probe)

2013-05-27 Thread Robert Brehm
Hi, I have downloaded and compiled/installed (on Ubuntu 12.04 the arm-probe from: https://git.linaro.org/gitweb?p=tools/arm-probe.git;a=tree Now I am facing some issues using the tool. My Arm Energy Probe shows up as virtual serial port as /dev/ttyACM0 and I am able to open that port via " # s