[PATCH] media: atomisp: ov2722: remove unnecessary debug print

2021-01-06 Thread Filip Kolev
ly; ftrace should be used instead. Signed-off-by: Filip Kolev --- drivers/staging/media/atomisp/i2c/atomisp-ov2722.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/media/atomisp/i2c/atomisp-ov2722.c b/drivers/staging/media/atomisp/i2c/atomisp-ov2722.c index eecefcd734d0e..1

Re: [PATCH] media: atomisp: ov2722: replace hardcoded function name

2021-01-06 Thread Filip Kolev
On 06-Jan-21 09:51, Greg Kroah-Hartman wrote: On Tue, Jan 05, 2021 at 10:29:18PM +0200, Filip Kolev wrote: There is a debug message using hardcoded function name instead of the __func__ macro. Replace it. Report from checkpatch.pl on the file: WARNING: Prefer using '"%s..."

[PATCH] media: atomisp: ov2722: replace hardcoded function name

2021-01-05 Thread Filip Kolev
.\n"); Signed-off-by: Filip Kolev --- drivers/staging/media/atomisp/i2c/atomisp-ov2722.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/i2c/atomisp-ov2722.c b/drivers/staging/media/atomisp/i2c/atomisp-ov2722.c index eecefcd734d0

[PATCH] net: usb: qmi_wwan: Set DTR quirk for MR400

2020-11-17 Thread Filip Moc
LTE module MR400 embedded in TL-MR6400 v4 requires DTR to be set. Signed-off-by: Filip Moc --- drivers/net/usb/qmi_wwan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index afeb09b9624e..d166c321ee9b 100644

Re: [PATCH] sound/tlv320dac33: Add device tree support

2018-01-30 Thread Filip Matijević
pletely >> different voltage regulator with different controls. And since Linux >> already has voltage regulator class, lets not limit ourselves to gpio >> pins. > > Well, notice I'm converting existing driver to device tree. And that > one already has GPIO dependency. It is possible that more work needs > to be done there, but that should not be a reason to delay this. Feel > free to help. > > Pavel > According to N9 schematics http://www.s-manuals.com/manuals/phone/nokia/nokia_n9_rm-696_service_schematics_v1.pdf it's in fact GPIO pin that is connected to reset line (labeled CODEC_RST). So calling it "power" might be misleading, but the driver code is quite clear as it labels that GPIO as "tlv320dac33 reset" Filip

Re: [PATCH] sound/tlv320dac33: Add device tree support

2018-01-30 Thread Filip Matijević
ifferent voltage regulator with different controls. And since Linux >> already has voltage regulator class, lets not limit ourselves to gpio >> pins. > > Well, notice I'm converting existing driver to device tree. And that > one already has GPIO dependency. It is possible that more work needs > to be done there, but that should not be a reason to delay this. Feel > free to help. > > Pavel > According to N9 schematics http://www.s-manuals.com/manuals/phone/nokia/nokia_n9_rm-696_service_schematics_v1.pdf it's in fact GPIO pin that is connected to reset line (labeled CODEC_RST). So calling it "power" might be misleading, but the driver code is quite clear as it labels that GPIO as "tlv320dac33 reset" Filip

Re: Vibrations, audio, charging, radio on N9/N950

2018-01-03 Thread Filip Matijević
ment on that, but they are in there but probably need some work. > > Pavel > Best regards, Filip

Re: Vibrations, audio, charging, radio on N9/N950

2018-01-03 Thread Filip Matijević
ment on that, but they are in there but probably need some work. > > Pavel > Best regards, Filip

Re: [PATCH] nokia N9: Add support for magnetometer and touchscreen

2018-01-02 Thread Filip Matijević
ak8975@0f { >> +compatible = "asahi-kasei,ak8975"; >> +reg = <0x0f>; >> +}; >> }; > > Looking at the N9 board file this is missing a rotation matrix. This > is supported by the binding: > > Documentation/devicetree/bindings/iio/magnetometer/ak8975.txt > >> >> { > > -- Sebastian > Best regards, Filip

Re: [PATCH] nokia N9: Add support for magnetometer and touchscreen

2018-01-02 Thread Filip Matijević
t; +compatible = "asahi-kasei,ak8975"; >> +reg = <0x0f>; >> +}; >> }; > > Looking at the N9 board file this is missing a rotation matrix. This > is supported by the binding: > > Documentation/devicetree/bindings/iio/magnetometer/ak8975.txt > >> >> { > > -- Sebastian > Best regards, Filip

Re: [PATCH] Device tree binding for Avago APDS990X light sensor

2017-12-27 Thread Filip Matijević
Hi Sakari, and thank you for your input - I've added a few comments below. On 12/27/2017 07:00 PM, Sakari Ailus wrote: > Hi Pavel, > > Thanks for the patch. Please see my comments below. > > On Wed, Dec 27, 2017 at 10:18:28AM +0100, Pavel Machek wrote: >> From: Filip Matij

Re: [PATCH] Device tree binding for Avago APDS990X light sensor

2017-12-27 Thread Filip Matijević
Hi Sakari, and thank you for your input - I've added a few comments below. On 12/27/2017 07:00 PM, Sakari Ailus wrote: > Hi Pavel, > > Thanks for the patch. Please see my comments below. > > On Wed, Dec 27, 2017 at 10:18:28AM +0100, Pavel Machek wrote: >>

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-27 Thread Filip Matijević
mage to panel with MIPI_DCS_WRITE_MEMORY_START/MIPI_DCS_READ_MEMORY_CONTINUE) so I hope you'll have more luck than me! Filip

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-27 Thread Filip Matijević
mage to panel with MIPI_DCS_WRITE_MEMORY_START/MIPI_DCS_READ_MEMORY_CONTINUE) so I hope you'll have more luck than me! Filip

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-26 Thread Filip Matijević
that kernel should apply (2.6 and 3.5 do that). I'm not sure if that would cause booting to fail on that specific device, but can you compare kernel params on S and P devices (by using 3.5.3 for P device)? Filip

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-26 Thread Filip Matijević
that kernel should apply (2.6 and 3.5 do that). I'm not sure if that would cause booting to fail on that specific device, but can you compare kernel params on S and P devices (by using 3.5.3 for P device)? Filip

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-26 Thread Filip Matijević
> any ideas, let me know. Last time I couldn't get output on serial I used CONFIG_DEBUG_LL, CONFIG_DEBUG_OMAP3UART3, CONFIG_EARLY_PRINTK... and ignore_loglevel earlyprintk kernel params to get output early enough - I guess you already tried that. Regards, Filip

Re: 4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another

2017-10-26 Thread Filip Matijević
> any ideas, let me know. Last time I couldn't get output on serial I used CONFIG_DEBUG_LL, CONFIG_DEBUG_OMAP3UART3, CONFIG_EARLY_PRINTK... and ignore_loglevel earlyprintk kernel params to get output early enough - I guess you already tried that. Regards, Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-20 Thread Filip Štědronský
onsidered ok, because the change is semantically "internal" and does not originate through any userspace-visible mountpoint. Superblock watches would solve this case. Otherwise it seems feasible to pass a path to all VFS functions. Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-20 Thread Filip Štědronský
onsidered ok, because the change is semantically "internal" and does not originate through any userspace-visible mountpoint. Superblock watches would solve this case. Otherwise it seems feasible to pass a path to all VFS functions. Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-19 Thread Filip Štědronský
nd in general I think there will be situations where you would need to call VFS functions without paths. Thus I suggested either (a) wrapping the VFS functions with path variants, or (b) giving them an optional vfsmount argument that can be set to NULL when it does not make sense Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-19 Thread Filip Štědronský
nd in general I think there will be situations where you would need to call VFS functions without paths. Thus I suggested either (a) wrapping the VFS functions with path variants, or (b) giving them an optional vfsmount argument that can be set to NULL when it does not make sense Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-14 Thread Filip Štědronský
notification), as I suggested earlier. (c) Give the vfs_* functions an *optional* vfsmount argument. In the end I probably find (c) the most elegant but this can be discussed later, even after your changes are merged. Filip

Re: [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-14 Thread Filip Štědronský
notification), as I suggested earlier. (c) Give the vfs_* functions an *optional* vfsmount argument. In the end I probably find (c) the most elegant but this can be discussed later, even after your changes are merged. Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
esumably could be implemented on top of your suggested patches. Either way, I suggest that implementing the nameless filename events is a good idea. I do not know whether they will be the best choice for my application but they probably will be useful for some applications. Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
esumably could be implemented on top of your suggested patches. Either way, I suggest that implementing the nameless filename events is a good idea. I do not know whether they will be the best choice for my application but they probably will be useful for some applications. Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
o keep an elevated refcount of the object > in the events queue. That sounds good but from what I've understood, not all filesystems support handles. Is this a concern? (Maybe the right answer is to extend handle support...) Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
o keep an elevated refcount of the object > in the events queue. That sounds good but from what I've understood, not all filesystems support handles. Is this a concern? (Maybe the right answer is to extend handle support...) Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
gy either, there are always compromises. > If you don't specify FAN_EVENT_INFO_NAME, you can get filename events > FAN_MOVE|FAN_CREATE|FAN_DELETE without the name. > > What you do get is the file descriptor of the parent. sounds familiar? ;-) I didn't notice this bit. That sounds like a win-win. Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-14 Thread Filip Štědronský
gy either, there are always compromises. > If you don't specify FAN_EVENT_INFO_NAME, you can get filename events > FAN_MOVE|FAN_CREATE|FAN_DELETE without the name. > > What you do get is the file descriptor of the parent. sounds familiar? ;-) I didn't notice this bit. That sounds like a win-win. Filip

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-13 Thread Filip Štědronský
An example userspace program that uses FAN_MODIFY_DIR to reliably keep an up-to-date internal representation of the file system. It uses some filehandle trickery to identify inodes, other heuristics could be also used. --- //#define _GNU_SOURCE #include #include #include #include #include

Re: [RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-13 Thread Filip Štědronský
An example userspace program that uses FAN_MODIFY_DIR to reliably keep an up-to-date internal representation of the file system. It uses some filehandle trickery to identify inodes, other heuristics could be also used. --- //#define _GNU_SOURCE #include #include #include #include #include

[RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-13 Thread Filip Štědronský
-by: Filip Štědronský <r.l...@regnarg.cz> --- An alternative might be to create wrapper functions like vfs_path_(rename|unlink|...). They could also take care of calling security_path_(rename|unlink|...), which is currently also up to the indvidual callers (possibly with a flag because it

[RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

2017-03-13 Thread Filip Štědronský
-by: Filip Štědronský --- An alternative might be to create wrapper functions like vfs_path_(rename|unlink|...). They could also take care of calling security_path_(rename|unlink|...), which is currently also up to the indvidual callers (possibly with a flag because it might not be always desired

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-13 Thread Filip Štědronský
files). Signed-off-by: Filip Štědronský <r.l...@regnarg.cz> --- An alternative might be to create wrapper functions like vfs_path_(rename|unlink|...). They could also take care of calling security_path_(rename|unlink|...), which is currently also up to the indvidual callers (possibly with

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR

2017-03-13 Thread Filip Štědronský
files). Signed-off-by: Filip Štědronský --- An alternative might be to create wrapper functions like vfs_path_(rename|unlink|...). They could also take care of calling security_path_(rename|unlink|...), which is currently also up to the indvidual callers (possibly with a flag because it might

[PATCH V2] mac80211: Ignore VHT IE from peer with wrong rx_mcs_map

2016-11-02 Thread Filip Matusiak
use): 0x Signed-off-by: Filip Matusiak <filip.matus...@tieto.com> --- net/mac80211/vht.c | 16 1 file changed, 16 insertions(+) diff --git a/net/mac80211/vht.c b/net/mac80211/vht.c index ee71576..6832bf6 100644 --- a/net/mac80211/vht.c +++ b/net/mac80211/vht.c @@ -270

[PATCH V2] mac80211: Ignore VHT IE from peer with wrong rx_mcs_map

2016-11-02 Thread Filip Matusiak
use): 0x Signed-off-by: Filip Matusiak --- net/mac80211/vht.c | 16 1 file changed, 16 insertions(+) diff --git a/net/mac80211/vht.c b/net/mac80211/vht.c index ee71576..6832bf6 100644 --- a/net/mac80211/vht.c +++ b/net/mac80211/vht.c @@ -270,6 +27

[PATCH] mac80211: Ignore VHT IE from peer with wrong rx_mcs_map

2016-10-28 Thread Filip Matusiak
) in all supported channel widths. For some devices firmware asserts if such situation occurs. Signed-off-by: Filip Matusiak <filip.matus...@tieto.com> --- net/mac80211/vht.c | 16 1 file changed, 16 insertions(+) diff --git a/net/mac80211/vht.c b/net/mac80211/vht.c

[PATCH] mac80211: Ignore VHT IE from peer with wrong rx_mcs_map

2016-10-28 Thread Filip Matusiak
) in all supported channel widths. For some devices firmware asserts if such situation occurs. Signed-off-by: Filip Matusiak --- net/mac80211/vht.c | 16 1 file changed, 16 insertions(+) diff --git a/net/mac80211/vht.c b/net/mac80211/vht.c index ee71576..ce93cff 100644

[PATCH v3] kdb: use kstrto* instead of simple_strto

2015-06-01 Thread Filip Ayazi
Replace simple_strto with appropriate kstrto functions as recommended by checkpatch, removing no longer required variables. Change pid, sig types from long to pid_t, int respectively. Signed-off-by: Filip Ayazi Reviewed-by: Daniel Thompson --- changes from v2: store kstrto return value

Re: [PATCH v2] kdb: use kstrto* instead of simple_strto

2015-06-01 Thread Filip Ayazi
On 06/01/2015 11:28 AM, Daniel Thompson wrote: > On 31/05/15 18:59, Filip Ayazi wrote: >> Replace simple_strto with appropriate kstrto functions as recommended >> by checkpatch, change pid, sig types to unsigned int, int respectively. > > A changelog describing the changes ar

Re: [PATCH v2] kdb: use kstrto* instead of simple_strto

2015-06-01 Thread Filip Ayazi
On 06/01/2015 11:28 AM, Daniel Thompson wrote: On 31/05/15 18:59, Filip Ayazi wrote: Replace simple_strto with appropriate kstrto functions as recommended by checkpatch, change pid, sig types to unsigned int, int respectively. A changelog describing the changes are in v2 would be nice here

[PATCH v3] kdb: use kstrto* instead of simple_strto

2015-06-01 Thread Filip Ayazi
Replace simple_strto with appropriate kstrto functions as recommended by checkpatch, removing no longer required variables. Change pid, sig types from long to pid_t, int respectively. Signed-off-by: Filip Ayazi filipay...@gmail.com Reviewed-by: Daniel Thompson daniel.thomp...@linaro.org

[PATCH v2] kdb: use kstrto* instead of simple_strto

2015-05-31 Thread Filip Ayazi
Replace simple_strto with appropriate kstrto functions as recommended by checkpatch, change pid, sig types to unsigned int, int respectively. Signed-off-by: Filip Ayazi --- kernel/debug/kdb/kdb_main.c | 56 +++-- 1 file changed, 19 insertions(+), 37

Re: [PATCH] kdb: use kstrto instead of simple_strto

2015-05-31 Thread Filip Ayazi
On 05/31/2015 02:29 PM, Alexey Dobriyan wrote: Replace obsolete simple_strto* calls with appropriate kstrto* functions. static int kdb_kill(int argc, const char **argv) { long sig, pid; - char *endp; struct task_struct *p; struct siginfo info; if (argc

[PATCH] kdb: use kstrto instead of simple_strto

2015-05-31 Thread Filip Ayazi
Replace obsolete simple_strto* calls with appropriate kstrto* functions. Signed-off-by: Filip Ayazi --- kernel/debug/kdb/kdb_main.c | 53 +++-- 1 file changed, 17 insertions(+), 36 deletions(-) diff --git a/kernel/debug/kdb/kdb_main.c b/kernel/debug/kdb

Re: [PATCH] kdb: use kstrto instead of simple_strto

2015-05-31 Thread Filip Ayazi
On 05/31/2015 02:29 PM, Alexey Dobriyan wrote: Replace obsolete simple_strto* calls with appropriate kstrto* functions. static int kdb_kill(int argc, const char **argv) { long sig, pid; - char *endp; struct task_struct *p; struct siginfo info; if (argc

[PATCH v2] kdb: use kstrto* instead of simple_strto

2015-05-31 Thread Filip Ayazi
Replace simple_strto with appropriate kstrto functions as recommended by checkpatch, change pid, sig types to unsigned int, int respectively. Signed-off-by: Filip Ayazi filipay...@gmail.com --- kernel/debug/kdb/kdb_main.c | 56 +++-- 1 file changed, 19

[PATCH] kdb: use kstrto instead of simple_strto

2015-05-31 Thread Filip Ayazi
Replace obsolete simple_strto* calls with appropriate kstrto* functions. Signed-off-by: Filip Ayazi filipay...@gmail.com --- kernel/debug/kdb/kdb_main.c | 53 +++-- 1 file changed, 17 insertions(+), 36 deletions(-) diff --git a/kernel/debug/kdb/kdb_main.c

Re: [PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-08 Thread Filip Brozović
, I think it's best if this patch is ignored (for now), and I'll submit a patch series for the 8306 and a custom board in a couple of weeks/months, when I find some time to clean up the board code. - Filip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-08 Thread Filip Brozović
, I think it's best if this patch is ignored (for now), and I'll submit a patch series for the 8306 and a custom board in a couple of weeks/months, when I find some time to clean up the board code. - Filip -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-03 Thread Filip Brozović
On 4/3/2015 2:01 PM, Paul Bolle wrote: On Fri, 2015-04-03 at 12:44 +0200, Filip Brozovic wrote: --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig +# used for gpio +config PPC_MPC830x + bool + select ARCH_WANT_OPTIONAL_GPIOLIB + +config

[PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-03 Thread Filip Brozovic
Add chip specific initialization for the MPC8306. Signed-off-by: Filip Brozovic --- Changes from v1: - Fix multiplatform support for setting QE SNUMs arch/powerpc/platforms/83xx/Kconfig | 8 arch/powerpc/platforms/83xx/mpc83xx.h | 4 arch/powerpc/platforms/83xx/usb.c | 14

[PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-03 Thread Filip Brozovic
Add chip specific initialization for the MPC8306. Signed-off-by: Filip Brozovic fbrozo...@gmail.com --- Changes from v1: - Fix multiplatform support for setting QE SNUMs arch/powerpc/platforms/83xx/Kconfig | 8 arch/powerpc/platforms/83xx/mpc83xx.h | 4 arch/powerpc/platforms

Re: [PATCH v2] powerpc/83xx: add support for mpc8306

2015-04-03 Thread Filip Brozović
On 4/3/2015 2:01 PM, Paul Bolle wrote: On Fri, 2015-04-03 at 12:44 +0200, Filip Brozovic wrote: --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig +# used for gpio +config PPC_MPC830x + bool + select ARCH_WANT_OPTIONAL_GPIOLIB + +config

Re: [PATCH] powerpc/83xx: add support for mpc8306

2015-03-31 Thread Filip Brozović
On 3/31/2015 7:54 PM, Scott Wood wrote: This breaks multiplatform support. You need to determine this at runtime. Understood, but I'm unsure of how to do this exactly. Would it be appropriate to define another array, snum_init_14, with the SNUM values for the MPC8306 QE, change the minimum

Re: [PATCH] powerpc/83xx: add support for mpc8306

2015-03-31 Thread Filip Brozović
On 3/31/2015 7:54 PM, Scott Wood wrote: This breaks multiplatform support. You need to determine this at runtime. Understood, but I'm unsure of how to do this exactly. Would it be appropriate to define another array, snum_init_14, with the SNUM values for the MPC8306 QE, change the minimum

[PATCH] powerpc/83xx: add support for mpc8306

2015-03-28 Thread Filip Brozovic
Add chip specific initialization for the MPC8306. Signed-off-by: Filip Brozovic --- arch/powerpc/platforms/83xx/Kconfig | 8 arch/powerpc/platforms/83xx/mpc83xx.h | 4 arch/powerpc/platforms/83xx/usb.c | 14 +++--- arch/powerpc/platforms/Kconfig| 10

[PATCH] powerpc/83xx: add support for mpc8306

2015-03-28 Thread Filip Brozovic
Add chip specific initialization for the MPC8306. Signed-off-by: Filip Brozovic fbrozo...@gmail.com --- arch/powerpc/platforms/83xx/Kconfig | 8 arch/powerpc/platforms/83xx/mpc83xx.h | 4 arch/powerpc/platforms/83xx/usb.c | 14 +++--- arch/powerpc/platforms/Kconfig

[PATCH] input: synaptics: fix min-max quirk value for E440

2015-03-25 Thread Filip Ayazi
Commit 98dc070373 ("Input: synaptics - add quirk for Thinkpad E440") had a typo in ymax, this changes the value to the one reported by touchpad-edge-detector and mentioned in the commit. Signed-off-by: Filip Ayazi --- drivers/input/mouse/synaptics.c | 2 +- 1 file changed, 1 inser

Re: [PATCH] input: synaptics: min_max quirk for Thinkpad E440

2015-03-25 Thread Filip Ayazi
On 03/25/2015 06:22 PM, Dmitry Torokhov wrote: On Wed, Mar 25, 2015 at 09:57:51AM -0300, Ramiro Morales wrote: On Wed, Mar 25, 2015 at 6:04 AM, Daniel Martin wrote: On 25 March 2015 at 02:20, Filip Ayazi wrote: Sets min_max_quirk values for LEN2006 touchpad found in Lenovo Thinkpad E440

Re: [PATCH] input: synaptics: min_max quirk for Thinkpad E440

2015-03-25 Thread Filip Ayazi
On 03/25/2015 06:22 PM, Dmitry Torokhov wrote: On Wed, Mar 25, 2015 at 09:57:51AM -0300, Ramiro Morales wrote: On Wed, Mar 25, 2015 at 6:04 AM, Daniel Martin consume.no...@gmail.com wrote: On 25 March 2015 at 02:20, Filip Ayazi filipay...@gmail.com wrote: Sets min_max_quirk values for LEN2006

[PATCH] input: synaptics: fix min-max quirk value for E440

2015-03-25 Thread Filip Ayazi
Commit 98dc070373 (Input: synaptics - add quirk for Thinkpad E440) had a typo in ymax, this changes the value to the one reported by touchpad-edge-detector and mentioned in the commit. Signed-off-by: Filip Ayazi filipay...@gmail.com --- drivers/input/mouse/synaptics.c | 2 +- 1 file changed, 1

[PATCH] input: synaptics: min_max quirk for Thinkpad E440

2015-03-24 Thread Filip Ayazi
Sets min_max_quirk values for LEN2006 touchpad found in Lenovo Thinkpad E440 (board_id=2691). Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=89641 Signed-off-by: Filip Ayazi --- drivers/input/mouse/synaptics.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/input/mouse

[PATCH] input: synaptics: min_max quirk for Thinkpad E440

2015-03-24 Thread Filip Ayazi
Sets min_max_quirk values for LEN2006 touchpad found in Lenovo Thinkpad E440 (board_id=2691). Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=89641 Signed-off-by: Filip Ayazi filipay...@gmail.com --- drivers/input/mouse/synaptics.c | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [PATCH] iwlwifi: mvm: check time event is over before disconnecting

2015-02-28 Thread Filip Ayazi
On 02/28/2015 08:55 PM, Emmanuel Grumbach wrote: On Sat, Feb 28, 2015 at 1:10 AM, Filip Ayazi wrote: On the 7260 time event was often ended before end_time and connections failed with "No association and the time event is over already...". This checks that the time event is act

Re: [PATCH] iwlwifi: mvm: check time event is over before disconnecting

2015-02-28 Thread Filip Ayazi
On 02/28/2015 08:55 PM, Emmanuel Grumbach wrote: On Sat, Feb 28, 2015 at 1:10 AM, Filip Ayazi filipay...@gmail.com wrote: On the 7260 time event was often ended before end_time and connections failed with No association and the time event is over already This checks that the time event

[PATCH] iwlwifi: mvm: check time event is over before disconnecting

2015-02-27 Thread Filip Ayazi
On the 7260 time event was often ended before end_time and connections failed with "No association and the time event is over already...". This checks that the time event is actually over before disconnecting. Signed-off-by: Filip Ayazi --- drivers/net/wireless/iwlwifi/mvm/time-e

[PATCH] iwlwifi: mvm: check time event is over before disconnecting

2015-02-27 Thread Filip Ayazi
On the 7260 time event was often ended before end_time and connections failed with No association and the time event is over already This checks that the time event is actually over before disconnecting. Signed-off-by: Filip Ayazi filipay...@gmail.com --- drivers/net/wireless/iwlwifi/mvm

[PATCH] ASoC: sgtl5000: Use shift mask when setting codec mode

2015-01-30 Thread Filip Brozovic
Shift the I2S mode value by the necessary amount before writing the registers. This makes Right Justified and PCM mode work in addition to the default Left Justified mode. Signed-off-by: Filip Brozovic --- sound/soc/codecs/sgtl5000.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[PATCH] ASoC: sgtl5000: Use shift mask when setting codec mode

2015-01-30 Thread Filip Brozovic
Shift the I2S mode value by the necessary amount before writing the registers. This makes Right Justified and PCM mode work in addition to the default Left Justified mode. Signed-off-by: Filip Brozovic fbrozo...@gmail.com --- sound/soc/codecs/sgtl5000.c | 10 +- 1 file changed, 5

Areca driver 2.6.19 on x86_64

2006-12-06 Thread filip
, that we are able to use successfully with kernel 2.6.16.20.   Have you any suggestions to resolve this issue ?   Thanks in advance, Filip Majewski - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

Areca driver 2.6.19 on x86_64

2006-12-06 Thread filip
to use successfully with kernel 2.6.16.20.   Have you any suggestions to resolve this issue ?   Thanks in advance, Filip Majewski - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

2.4.4 + gcc 3 compile error

2001-04-30 Thread Filip Van Raemdonck
]: *** [_dir_kernel] Error 2 make[1]: Leaving directory `/usr/src/linux' make: *** [stamp-build] Error 2 lucretia:/usr/src/linux$ Regards, Filip -- My opinions may have changed, but not the fact that I am right -- Daniel Vogel PGP signature

2.4.4 + gcc 3 compile error

2001-04-30 Thread Filip Van Raemdonck
]: *** [_dir_kernel] Error 2 make[1]: Leaving directory `/usr/src/linux' make: *** [stamp-build] Error 2 lucretia:/usr/src/linux$ Regards, Filip -- My opinions may have changed, but not the fact that I am right -- Daniel Vogel PGP signature

vfat read problem with 2.4.x

2001-04-10 Thread Filip Van Raemdonck
ls and all was fine - so it is most likely a vfat related problem. Also, the file was written to the vfat partition in 2.4.2, so writing may not even be affected by this possible bug. Regards, Filip -- Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debuggin

vfat read problem with 2.4.x

2001-04-10 Thread Filip Van Raemdonck
ls and all was fine - so it is most likely a vfat related problem. Also, the file was written to the vfat partition in 2.4.2, so writing may not even be affected by this possible bug. Regards, Filip -- Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debuggin