Re: [Meego-kernel] [PATCH] mrst: change the name of SW_FRONT_PROXIMITY

2011-06-09 Thread jekyll
>>> > >>> > diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c >>> > index f289118..82c37e7 100644 >>> > --- a/arch/x86/platform/mrst/mrst.c >>> > +++ b/arch/x86/platform/mrst/mrst.c >>> > @@ -1102,7 +1102,7 @@ static struct gpio_keys_button gpio_button[] = { >>> >       {KE

Re: [Meego-kernel] [PATCH] mrst: change the name of SW_FRONT_PROXIMITY

2011-06-09 Thread jekyll
We found that a patch from upstream should be applied in order to solve request_irq problem in gpio-keys. >> >> On Mon, 16 May 2011 21:08:40 +0800 >> Jekyll Lai wrote: >> >> > Because of the restriction of SFI table, the name size should not >> > be longer than 15 characters. >> > >> > Signed-o

[Meego-kernel] Do meego support rotation screen ?

2011-06-09 Thread Terry Lee
Dear meego team Do meego support rotation screen ? I saw new tablet oakrail image had included ST-sensor devices. I know these are supporting rotation function. Best Regards, ELITEGROUP COMPUTER SYSTEMS CO., LTD. Software Department , Protable Device Business Unit 李明華 TERRY LEE Tel : 8

Re: [Meego-kernel] [RFC/PATCH] sfi-cpufreq: remove cpuinfo_cur_freq support

2011-06-09 Thread Arjan van de Ven
On 6/9/2 Currently we can not get actually "hardware" CPU frequency. For cpuinfo_cur_freq is used to show the "hardware" CPU frequency, I suppose it can not report cached_freq directly. And the .get function is optional (in include/linux/cpufreq.h, comment of get: "should be defined, if possible"

Re: [Meego-kernel] [RFC/PATCH] sfi-cpufreq: remove cpuinfo_cur_freq support

2011-06-09 Thread Major_Lee
> > --- linux-2.6.37.bak/arch/x86/kernel/cpu/cpufreq/sfi-cpufreq.c > > 2011-06-07 17:03:02.677370904 +0800 > > +++ linux-2.6.37/arch/x86/kernel/cpu/cpufreq/sfi-cpufreq.c > > 2011-06-09 13:24:16.238205000 +0800 > > @@ -364,7 +364,6 @@ static int sfi_cpufreq_cpu_init(struct c > > if (result) > >

[Meego-kernel] [PATCH 5/5] usb/otg/lanwell: balance runtime pm and misc clean ups

2011-06-09 Thread Jacob Pan
This patch fixes langwell otg and udc runtime pm usage imbalance problem which sees runtime pm usage count decrements on every otg b-device hotplug (when peripheral driver is loaded). pci_set_power_state() calls are also removed since that is redundent to what pci rpm code already does. removed i

[Meego-kernel] [PATCH 4/5] Revert "linux-2.6.37-otg-threaded-irq"

2011-06-09 Thread Jacob Pan
This reverts commit 15075de4c71a6a48bedf7b2130dd3155d0e3497a. When OTG controller is in d0i2/clockgated, if an interrupt comes in we must undo clockgating before touching the otg controller registers. Otherwise, it would cause fabric error and system hang. Undo clock gating in the kernel is less

[Meego-kernel] [PATCH 3/5] x86/mrst/pci: assign d3_delay to 0 for langwell devices

2011-06-09 Thread Jacob Pan
Langwell devices are not true pci devices, they are not subject to the 10 ms d3 to d0 delay required by pci spec. This patch assigns d3_delay to 0 for all langwell pci devices. Signed-off-by: Jacob Pan --- arch/x86/pci/mrst.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(

[Meego-kernel] [PATCH 2/5] x86/pci/mrst: mark otg runwake

2011-06-09 Thread Jacob Pan
Signed-off-by: Jacob Pan --- arch/x86/pci/mrst.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/pci/mrst.c b/arch/x86/pci/mrst.c index 4767350..0c9dded 100644 --- a/arch/x86/pci/mrst.c +++ b/arch/x86/pci/mrst.c @@ -350,3 +350,4 @@ static void __devinit mrst_set_

[Meego-kernel] [PATCH 1/5] usb/otg/langwell: ignore data pulse interrupt

2011-06-09 Thread Jacob Pan
When pluging micro A cable for host mode, fake data pulse interrupt status are reported occasionally. Since Langwell only supports vbus pulsing SRP, we can safely ignore data pulse by clearing DPIE. [ 349.919780] langwell_otg :00:02.3: langwell_otg_work: old state = a_wait_vrise [ 349.919814

[Meego-kernel] [PATCH 0/5] otg runtime pm and hotplug related fixes

2011-06-09 Thread Jacob Pan
Many OTG related issues are resolved in the incoming release of scu fw version c047. This patchset works with c047 fw and address the following bugs: [Bug 8188] USB OTG Driver runtime suspend/resume fail ... Micro USB plug and play not happening and system is hanging when we type lsusb 6678 [ACER

Re: [Meego-kernel] [PATCH] mrst: change the name of SW_FRONT_PROXIMITY

2011-06-09 Thread Kristen Carlson Accardi
Your patch has been checked in (along with the original). Please test ASAP. http://download.meego.com/live/devel:/kernel/Trunk/i586/ Thanks, Kristen On Mon, 16 May 2011 21:08:40 +0800 Jekyll Lai wrote: > Because of the restriction of SFI table, the name size should not > be longer than 15 cha

Re: [Meego-kernel] [RFC/PATCH] sfi-cpufreq: remove cpuinfo_cur_freq support

2011-06-09 Thread Arjan van de Ven
On 6/8/2011 10:46 PM, major_...@wistron.com wrote: Patch against kernel-adaptation-mrst-2.6.37.6-70.1 (linux-2.6.37-sfi-p-states-update.patch is appiled). cpuinfo_cur_freq is used to show current CPU frequency as obtained from the hardware, but we can not clarify how to get this value in practic

Re: [Meego-kernel] [PATCH] Btrfs: fix subvolume mount by name problem when default mount subvolume is set

2011-06-09 Thread Zhong, Xin
Hi, Could anyone help to integrate this patch into kernel-adaptation-mrst? Thanks! > -Original Message- > From: Zhong, Xin > Sent: Monday, April 18, 2011 3:58 PM > To: meego-kernel@lists.meego.com > Cc: Zhong, Xin > Subject: [PATCH] Btrfs: fix subvolume mount by name problem when > defaul