Re: [PATCH] platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_err

2018-09-06 Thread Ike Panhc
read_ec_cmd\n"); > + pr_err("timeout in %s\n", __func__); > return -1; > } > > Good catch. Thanks. Acked-by: Ike Panhc

Re: [Bisect] ext4_validate_inode_bitmap:98: comm stress-ng: Corrupt inode bitmap

2018-07-11 Thread Ike Panhc
On 07/11/2018 04:43 AM, dann frazier wrote: > On Tue, Jul 10, 2018 at 10:51:43AM -0600, dann frazier wrote: >> On Sat, Jul 07, 2018 at 12:10:18AM -0400, Theodore Y. Ts'o wrote: >>> On Fri, Jul 06, 2018 at 11:43:24AM -0600, dann frazier wrote: Hi, We're seeing a regression triggered by t

Re: [PATCH] ideapad-laptop: Add Lenovo Yoga 910-13IKB to no_hw_rfkill dmi list

2016-10-19 Thread Ike Panhc
class/dmi/id/modalias` for record please? I would like to see if there is anyway to short the growing blacklist. Thanks a lot. -- Ike Panhc

Re: [PATCH 1/2] ideapad: No hardware switch after 2016

2016-02-15 Thread Ike Panhc
On 02/16/2016 01:32 AM, Bjørn Mork wrote: > Ike Panhc writes: >> On 02/15/2016 08:08 PM, Bjørn Mork wrote: >>> Ike Panhc writes: >>> >>>> There are complains on few ideapads that wireless is always hard >>>> blocked but there is no physical radi

Re: [PATCH 1/2] ideapad: No hardware switch after 2016

2016-02-15 Thread Ike Panhc
On 02/15/2016 08:08 PM, Bjørn Mork wrote: > Ike Panhc writes: > >> There are complains on few ideapads that wireless is always hard >> blocked but there is no physical radio switch. For now, we need >> each user to report its dmi information and ignore hard blocks >&g

[PATCH 2/2] ideapad: show has_hw_rfkill_switch in debugfs

2016-02-15 Thread Ike Panhc
It will be easier for user to report driver status about hardware radio switch. Signed-off-by: Ike Panhc --- drivers/platform/x86/ideapad-laptop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 1b39074d

[PATCH 1/2] ideapad: No hardware switch after 2016

2016-02-15 Thread Ike Panhc
gned-off-by: Ike Panhc --- drivers/platform/x86/ideapad-laptop.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index d78ee15..1b39074d 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b

[PATCH v2 0/2] Disable rfkill hardblock if BIOS date > 2016

2016-02-15 Thread Ike Panhc
V1: https://lkml.org/lkml/2015/12/15/940 V2 changes: * Only affect on ideapad whose BIOS date > 2016 to avoid regression on existing ideapads. * Show has_hw_rfkill_switch in debugfs Ike Panhc (2): ideapad: No hardware switch after 2016 ideapad: show has_hw_rfkill_switch in debu

Re: [PATCH] ideapad: Report hard block off if it is never on

2015-12-21 Thread Ike Panhc
On 12/19/2015 06:56 AM, Darren Hart wrote: > On Wed, Dec 16, 2015 at 11:49:33AM +0800, Ike Panhc wrote: > > Hi Ike, > > +David Woodhouse (MODULE_AUTHOR) > >> Hardware radio switch is rare on recently ideapad and some of them >> reported radio hardware blocke

[PATCH] ideapad: Report hard block off if it is never on

2015-12-15 Thread Ike Panhc
changed. For an ideapad with radio switch and driver loaded with radio off, driver will report unblocked falsely and network manager might not scan if wireless driver reports blocked. Once the switch is on, driver will report correct information. Signed-off-by: Ike Panhc --- drivers/platform/x86

[PATCH] ideapad: depends on backlight subsystem and update comment

2013-02-22 Thread Ike Panhc
happening. Also update comment for this driver. Reported-by: Fengguang Wu Signed-off-by: Ike Panhc --- drivers/platform/x86/Kconfig |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c86bae8..c5bc068 100644

Re: [PATCH 0/4] ideapad: patches for v3.6 merge window

2012-07-29 Thread Ike Panhc
On 07/28/2012 12:08 PM, Matthew Garrett wrote: > This tree also seems to have ARM stuff in it? > Just a public tree. If I need to publish patches for someone to pull. I will push a new branch onto it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess