Re: [alsa-devel] [PATCH -next] ASoC: Intel: sst_hsw: remove kfree for memory allocated with devm_kzalloc

2015-04-16 Thread Jin, Yao
For HSW, a patch "[PATCH] ASoC: Intel: Remove invalid kfree of devm allocated data" to fix this issue has been applied. But yes, we also need a similar patch for Baytrail. Thanks Jin Yao On 2015/4/16 22:08, Jarkko Nikula wrote: > On 04/16/2015 04:46 PM, weiyj...@163.com wrote:

Re: [alsa-devel] [PATCH] ASoC: Intel: fix ifnullfree.cocci warnings

2015-04-12 Thread Jin, Yao
llow. Thanks JIn Yao On 2015/4/13 3:06, kbuild test robot wrote: > sound/soc/intel/common/sst-ipc.c:287:2-7: WARNING: NULL check before freeing > functions like kfree, debugfs_remove, debugfs_remove_recursive or > usb_free_urb is not needed. Maybe consider reorganizing relevant code to

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-25 Thread Jin, Yao
On 2014/4/26 11:04, Jin, Yao wrote: > > > On 2014/4/25 23:13, Adam Williamson wrote: >> On Fri, 2014-04-25 at 11:32 +0200, Linus Walleij wrote: >>> On Thu, Apr 24, 2014 at 11:33 PM, Adam Williamson >>> wrote: >>> >>>> Well, I just ran

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-25 Thread Jin, Yao
On 2014/4/25 23:13, Adam Williamson wrote: > On Fri, 2014-04-25 at 11:32 +0200, Linus Walleij wrote: >> On Thu, Apr 24, 2014 at 11:33 PM, Adam Williamson >> wrote: >> >>> Well, I just ran another test too. I built a kernel (3.15rc2) with both >>> v3 of Doug's SDIO device enumeration patch - >>>

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-25 Thread Jin, Yao
On 2014/4/25 17:40, Mika Westerberg wrote: > [+Aubrey] > > On Fri, Apr 25, 2014 at 03:27:42PM +0800, Jin, Yao wrote: >> >> >> On 2014/4/25 5:33, Adam Williamson wrote: >>> On Thu, 2014-04-24 at 21:30 +0800, Jin, Yao wrote: >>> >

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-25 Thread Jin, Yao
On 2014/4/25 5:33, Adam Williamson wrote: > On Thu, 2014-04-24 at 21:30 +0800, Jin, Yao wrote: > >>> Jin, do you have any idea what is going on? >>> >> >> Maybe neither the patch (http://dougvj.net/baytrail_gpio_quirk_v3.patch) >> nor my patch break

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-24 Thread Jin, Yao
On 2014/4/23 20:23, Mika Westerberg wrote: > On Wed, Apr 23, 2014 at 11:34:30AM +0300, Mika Westerberg wrote: >> On Tue, Apr 22, 2014 at 10:16:50PM -0700, Adam Williamson wrote: >>> Well, I can't actually concur. See my results in >>> https://bugzilla.kernel.org/show_bug.cgi?id=68291#c44 . >>> >>

Re: [PATCH] pinctrl-baytrail: workaround for irq descriptor conflict on ASUS T100TA

2014-04-22 Thread Jin, Yao
On 2014/4/22 21:18, Linus Walleij wrote: > On Mon, Apr 14, 2014 at 4:48 AM, Jin, Yao wrote: > >> A crash is triggered on the ASUS T100TA Baytrail-T because of a IRQ >> descriptor conflict. There are two gpio triggered acpi events in this >> device, GPIO 6 and 18. These

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-22 Thread Jin, Yao
Thanks Mika, I will fix this warning. On 2014/4/22 19:51, Mika Westerberg wrote: > On Wed, Apr 16, 2014 at 08:05:59PM +0800, Jin Yao wrote: >> A crash is triggered on the ASUS T100TA Baytrail-T because of a irq >> descriptor conflict. There are two gpio triggered acpi events in

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-21 Thread Jin, Yao
On 2014/4/21 14:27, Jin, Yao wrote: > > > On 2014/4/20 23:28, Adam Williamson wrote: >> On Sun, 2014-04-20 at 20:08 +0800, Jin, Yao wrote: >>> For the issue that touch screen doesn't work, could you check power >>> state of LPSS devices? For example: >

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-20 Thread Jin, Yao
On 2014/4/20 23:28, Adam Williamson wrote: > On Sun, 2014-04-20 at 20:08 +0800, Jin, Yao wrote: >> For the issue that touch screen doesn't work, could you check power >> state of LPSS devices? For example: >> >> cd /sys/bus/acpi/devices >> grep -H . */po

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-20 Thread Jin, Yao
On 2014/4/20 18:31, Jin, Yao wrote: > > > On 2014/4/19 4:44, Benjamin Tissoires wrote: >> On Wed, Apr 16, 2014 at 8:05 AM, Jin Yao wrote: >>> A crash is triggered on the ASUS T100TA Baytrail-T because of a irq >>> descriptor conflict. There are two gpio trigger

Re: [PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-20 Thread Jin, Yao
On 2014/4/19 4:44, Benjamin Tissoires wrote: > On Wed, Apr 16, 2014 at 8:05 AM, Jin Yao wrote: >> A crash is triggered on the ASUS T100TA Baytrail-T because of a irq >> descriptor conflict. There are two gpio triggered acpi events in this >> device, GPIO 6 and 18. These gp

[PATCH] pinctrl-baytrail: fix for irq descriptor conflict on ASUS T100TA

2014-04-16 Thread Jin Yao
ict. It still uses the irq domain to allocate irq descriptor but start from a predefined irq base number (256) to avoid the conflict. Signed-off-by: Jin Yao --- drivers/pinctrl/pinctrl-baytrail.c | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff --

[PATCH] pinctrl-baytrail: workaround for irq descriptor conflict on ASUS T100TA

2014-04-13 Thread Jin, Yao
the IRQ conflict. It still uses the irq domain to allocate irq descriptor but start from a predefined irq base number (256). Signed-off-by: Jin Yao --- drivers/pinctrl/pinctrl-baytrail.c | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff --gi

RE: NumaTOP 1.0 launched

2013-04-17 Thread Jin, Yao
Hi, https://01.org/numatop/ is slightly faster to access. Or please access https://github.com/01org/numatop to get the source directly. Thanks Jin Yao -Original Message- From: Jin, Yao Sent: Wednesday, April 17, 2013 10:30 AM To: 'l...@lwn.net'; 'linux-kernel@

<    9   10   11   12   13   14