[PATCH v12 01/29] media: platform: Improve subscribe event flow for bug fixing

2020-08-14 Thread Xia Jiang
Let v4l2_ctrl_subscribe_event() do the job for other types except V4L2_EVENT_SOURCE_CHANGE. Reviewed-by: Tomasz Figa Signed-off-by: Xia Jiang --- v12: no changes --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/m

[PATCH v11 01/28] media: platform: Improve subscribe event flow for bug fixing

2020-08-03 Thread Xia Jiang
Let v4l2_ctrl_subscribe_event() do the job for other types except V4L2_EVENT_SOURCE_CHANGE. Reviewed-by: Tomasz Figa Signed-off-by: Xia Jiang --- v11: no changes --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/m

[PATCH v10 01/28] media: platform: Improve subscribe event flow for bug fixing

2020-07-22 Thread Xia Jiang
Let v4l2_ctrl_subscribe_event() do the job for other types except V4L2_EVENT_SOURCE_CHANGE. Reviewed-by: Tomasz Figa Signed-off-by: Xia Jiang --- v10: no changes --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/m

[PATCH RESEND v9 01/18] media: platform: Improve subscribe event flow for bug fixing

2020-06-04 Thread Xia Jiang
Let v4l2_ctrl_subscribe_event() do the job for other types except V4L2_EVENT_SOURCE_CHANGE. Reviewed-by: Tomasz Figa Signed-off-by: Xia Jiang --- v9: no changes --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/me

[PATCH v9 01/18] media: platform: Improve subscribe event flow for bug fixing

2020-06-04 Thread Xia Jiang
Let v4l2_ctrl_subscribe_event() do the job for other types except V4L2_EVENT_SOURCE_CHANGE. Reviewed-by: Tomasz Figa Signed-off-by: Xia Jiang --- v9: no changes --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/me

Re: [PATCH v8 01/14] media: platform: Improve subscribe event flow for bug fixing

2020-05-21 Thread Tomasz Figa
Hi Xia, On Fri, Apr 03, 2020 at 05:40:20PM +0800, Xia Jiang wrote: > Let v4l2_ctrl_subscribe_event() do the job for other types except > V4L2_EVENT_SOURCE_CHANGE. > > Signed-off-by: Xia Jiang > --- > v8: no changes > --- > drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- > 1 file chang

[PATCH v3 4/4] hid-logitech-hidpp: subscribe to battery voltage events

2019-08-22 Thread Pedro Vanzella
Like we do for other ways of interacting with the battery for other devices, refresh the battery status and notify the power supply subsystem of the changes in voltage and status. Signed-off-by: Pedro Vanzella --- drivers/hid/hid-logitech-hidpp.c | 32 1 file cha

[PATCH v2 4/4] HID: hid-logitech-hidpp: subscribe to battery voltage events

2019-06-05 Thread Pedro Vanzella
Like we do for other ways of interacting with the battery for other devices, refresh the battery status and notify the power supply subsystem of the changes in voltage and status. Signed-off-by: Pedro Vanzella --- drivers/hid/hid-logitech-hidpp.c | 33 1 file cha

Re: [PATCH 2/2] HID: hid-logitech-hidpp: subscribe to battery voltage change events

2019-06-05 Thread Pedro Vanzella
Sorry for littering the list, but please ignore this patch set. I'll have one that uses a quirk to detect the right devices in a little while. On 06/04, Pedro Vanzella wrote: > Same as with the other ways of reporting battery status, > fetch the battery voltage on raw hidpp events. > > Signed-off

[PATCH 2/2] HID: hid-logitech-hidpp: subscribe to battery voltage change events

2019-06-04 Thread Pedro Vanzella
Same as with the other ways of reporting battery status, fetch the battery voltage on raw hidpp events. Signed-off-by: Pedro Vanzella --- drivers/hid/hid-logitech-hidpp.c | 32 1 file changed, 32 insertions(+) diff --git a/drivers/hid/hid-logitech-hidpp.c b/driv

[PATCH] media: imx: capture: Allow event subscribe/unsubscribe

2019-01-15 Thread Steve Longerbeam
Implement the vidioc_(un)subscribe_event operations. Imx will allow subscribing to the imx-specific frame interval error events, events from subdevices (V4L2_EVENT_SOURCE_CHANGE), and control events. Signed-off-by: Steve Longerbeam --- drivers/staging/media/imx/imx-media-capture.c | 18 +

[PATCH 4.9 09/32] netlink: Do not subscribe to non-existent groups

2018-08-04 Thread Greg Kroah-Hartman
(one can subscribe to non-existing group) Still, it's possible to bind() to all possible groups with (-1) Cc: "David S. Miller" Cc: Herbert Xu Cc: Steffen Klassert Cc: net...@vger.kernel.org Signed-off-by: Dmitry Safonov Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Ha

auth c79684fb subscribe linux-kernel luoji...@gmail.com

2018-07-25 Thread aqs luoji
auth c79684fb subscribe linux-kernel luoji...@gmail.com

Re: [PATCH 3/6] [media] solo6x10: improve subscribe event handling

2017-02-23 Thread Andrey Utkin
Hi Gustavo, Thanks for the patches, and sorry for delay. Acked-by: Andrey Utkin

Re: [PATCH 4/6] [media] tw5864: improve subscribe event handling

2017-02-23 Thread Andrey Utkin
Hi Gustavo, Thanks for the patches, and sorry for delay. Acked-by: Andrey Utkin

[PATCH 6/6] [media] go7007: improve subscribe event handling

2017-02-15 Thread Gustavo Padovan
From: Gustavo Padovan We already check for the V4L2_EVENT_CTRL inside v4l2_ctrl_subscribe_event() so just move this function to the default: branch of the switch and let it does the job for us. Signed-off-by: Gustavo Padovan --- drivers/media/usb/go7007/go7007-v4l2.c | 5 ++--- 1 file changed,

[PATCH 4/6] [media] tw5864: improve subscribe event handling

2017-02-15 Thread Gustavo Padovan
From: Gustavo Padovan We already check for the V4L2_EVENT_CTRL inside v4l2_ctrl_subscribe_event() so just move this function to the default: branch of the switch and let it does the job for us. Signed-off-by: Gustavo Padovan --- drivers/media/pci/tw5864/tw5864-video.c | 5 ++--- 1 file changed

[PATCH 5/6] [media] vivid: improve subscribe event handling

2017-02-15 Thread Gustavo Padovan
From: Gustavo Padovan We already check for the V4L2_EVENT_CTRL inside v4l2_ctrl_subscribe_event() so just move this fuction to the default: branch of the switch and let it does the job for us. Signed-off-by: Gustavo Padovan --- drivers/media/platform/vivid/vivid-vid-out.c | 4 +--- 1 file chan

[PATCH 3/6] [media] solo6x10: improve subscribe event handling

2017-02-15 Thread Gustavo Padovan
From: Gustavo Padovan We already check for the V4L2_EVENT_CTRL inside v4l2_ctrl_subscribe_event() so just move the function to the default: branch of the switch and let it does the job for us. Signed-off-by: Gustavo Padovan --- drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 5 ++--- 1 file c

B106-83F5-A3EE : CONFIRM from announce (subscribe)

2016-03-23 Thread owner-announce
__ The following request "subscribe announce "alankir...@gmail.com" " was sent to OpenBSD Mailing List Server by "alankir...@gmail.com" . To accept or reject this request, please do one of the following: 1. If you have web browsing capability, visit <

Re: subscribe

2015-03-20 Thread Vitaly Chernooky
subscribe linux-kernel > > On Fri, Mar 20, 2015 at 12:57 PM, Vitaly Chernooky > wrote: >> >> subscribe >> >> -- >> Vitaly Chernooky | Senior Developer - Product Engineering and Development >> GlobalLogic >> P +380.44.4929695 ext.1136 M +380.63

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-02-04 Thread Lee Jones
> > > > I'm going to have to put this patch-set in the bin. Pulling this > > > > patch, causes lots of conflicts to the remaining patches in the > > > > set. > > > I bet removing this one causes a lot of conflicts. I'm not saying it > > > should > > > absolutely be removed, but I'm afraid once it'

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-02-03 Thread Samuel Ortiz
> > > Hi Lee, > > > > > > > > On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wrote: > > > > > Allow users to subscribe to and view IRQ events live from debugfs. > > > > I seem to remember that I got a similar patch some time ago fo

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-28 Thread Lee Jones
On Mon, 28 Jan 2013, Samuel Ortiz wrote: > Hi Lee, > > On Mon, Jan 28, 2013 at 10:22:23AM +, Lee Jones wrote: > > On Mon, 28 Jan 2013, Samuel Ortiz wrote: > > > > > Hi Lee, > > > > > > On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wro

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-28 Thread Samuel Ortiz
Hi Lee, On Mon, Jan 28, 2013 at 10:22:23AM +, Lee Jones wrote: > On Mon, 28 Jan 2013, Samuel Ortiz wrote: > > > Hi Lee, > > > > On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wrote: > > > Allow users to subscribe to and view IRQ events live from debug

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-28 Thread Lee Jones
On Mon, 28 Jan 2013, Samuel Ortiz wrote: > Hi Lee, > > On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wrote: > > Allow users to subscribe to and view IRQ events live from debugfs. > I seem to remember that I got a similar patch some time ago for the same > purpose and

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-28 Thread Lee Jones
On Mon, 28 Jan 2013, Samuel Ortiz wrote: > Hi Lee, > > On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wrote: > > Allow users to subscribe to and view IRQ events live from debugfs. > I seem to remember that I got a similar patch some time ago for the same > purpose and

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-27 Thread Samuel Ortiz
Hi Lee, On Tue, Jan 15, 2013 at 12:55:49PM +, Lee Jones wrote: > Allow users to subscribe to and view IRQ events live from debugfs. I seem to remember that I got a similar patch some time ago for the same purpose and my answer was: Please use a UIO driver for this. There already is s

[PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-01-15 Thread Lee Jones
Allow users to subscribe to and view IRQ events live from debugfs. Signed-off-by: Lee Jones --- drivers/mfd/ab8500-debugfs.c | 197 ++ 1 file changed, 197 insertions(+) diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c index

subscribe linux-kernel

2007-12-03 Thread warpme
subscribe linux-kernel -- 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/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

auth 72ffc53c subscribe linux-kernel [EMAIL PROTECTED]

2007-03-12 Thread Stefan Mehnert
- 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/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Confirmation for subscribe linux-kernel

2005-07-05 Thread Bhagyashri Bijwe
-- *** Ms Bhagyashri Bijwe Project Eng. Networking and Internet Software Group, Centre for Research and Development, Pune,India Ph.25694000 Ext-484/462 B.E.( Computer Sci. and Engg. ) - To unsubscribe from this list: send

auth 94b3a694 subscribe linux-kernel \

2001-04-09 Thread tang_jung
__ === - 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/majordomo-info.html P

auth d23a5f5d subscribe linux-kernel jean-michel@21cn.com

2000-10-19 Thread xiangzhimin
auth d23a5f5d subscribe linux-kernel [EMAIL PROTECTED] ¢éì¹»®&Þ~º&¶¬–+-±éݶ¥Šw®žË›±Êâmébžìdz¹Þ–)í…æèw*jg¬±¨¶‰šŽŠÝ¢j/êäz¹Þ–Šà>Wš±êÞiÛaxPjØm¶Ÿÿà -»+ƒùdš_

subscribe

2000-09-03 Thread DirectI Hosting Technical Support

subscribe

2000-09-03 Thread DirectI Hosting Technical Support