Hi Ira
Martin and I looked at your patch and agree that it doesn't change
functionality for Orangefs.
Reviewed-by: Mike Marshall
On Wed, Feb 20, 2019 at 12:32 AM wrote:
>
> From: Ira Weiny
>
> To facilitate additional options to get_user_pages_fast() change the
> sing
On Thu, Feb 07, 2019 at 09:37:08PM +0530, Souptick Joarder wrote:
> On Thu, Feb 7, 2019 at 9:27 PM Mike Rapoport wrote:
> >
> > Hi Souptick,
> >
> > On Thu, Feb 07, 2019 at 09:19:47PM +0530, Souptick Joarder wrote:
> > > Hi Mike,
> > >
> > >
Hi Souptick,
On Thu, Feb 07, 2019 at 09:19:47PM +0530, Souptick Joarder wrote:
> Hi Mike,
>
> Just thought to take opinion for documentation before placing it in v3.
> Does it looks fine ?
Overall looks good to me. Several minor points below.
> +/**
> + * __vm_insert_range
On Thu, Jan 31, 2019 at 03:43:39PM +0530, Souptick Joarder wrote:
> On Thu, Jan 31, 2019 at 2:09 PM Mike Rapoport wrote:
> >
> > On Thu, Jan 31, 2019 at 08:38:12AM +0530, Souptick Joarder wrote:
> > > Previouly drivers have their own way of mapping range of
> > >
index 749276b..21d101e 100644
> --- a/mm/nommu.c
> +++ b/mm/nommu.c
> @@ -473,6 +473,20 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned
> long addr,
> }
> EXPORT_SYMBOL(vm_insert_page);
>
> +int vm_insert_range(struct vm_area_struct *vma, struct page **pages,
> + unsigned long num)
> +{
> + return -EINVAL;
> +}
> +EXPORT_SYMBOL(vm_insert_range);
> +
> +int vm_insert_range_buggy(struct vm_area_struct *vma, struct page **pages,
> + unsigned long num)
> +{
> + return -EINVAL;
> +}
> +EXPORT_SYMBOL(vm_insert_range_buggy);
> +
> /*
> * sys_brk() for the most part doesn't need the global kernel
> * lock, except when an application is doing something nasty
> --
> 1.9.1
>
--
Sincerely yours,
Mike.
On Mon, Dec 03, 2018 at 09:51:45AM +0530, Souptick Joarder wrote:
> Hi Mike,
>
> On Sun, Dec 2, 2018 at 4:43 PM Mike Rapoport wrote:
> >
> > On Sun, Dec 02, 2018 at 11:49:44AM +0530, Souptick Joarder wrote:
> > > Previouly drivers have their own way of mapping rang
73,6 +473,13 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned
> long addr,
> }
> EXPORT_SYMBOL(vm_insert_page);
>
> +int vm_insert_range(struct vm_area_struct *vma, unsigned long addr,
> + struct page **pages, unsigned long page_count)
> +{
> + return -EINVAL;
> +}
> +EXPORT_SYMBOL(vm_insert_range);
> +
> /*
> * sys_brk() for the most part doesn't need the global kernel
> * lock, except when an application is doing something nasty
> --
> 1.9.1
>
--
Sincerely yours,
Mike.
On Mon, Nov 19, 2018 at 11:15:15PM +0530, Souptick Joarder wrote:
> On Mon, Nov 19, 2018 at 9:56 PM Mike Rapoport wrote:
> >
> > On Mon, Nov 19, 2018 at 08:43:09PM +0530, Souptick Joarder wrote:
> > > Hi Mike,
> > >
> > > On Sat, Nov 17, 20
On Mon, Nov 19, 2018 at 08:43:09PM +0530, Souptick Joarder wrote:
> Hi Mike,
>
> On Sat, Nov 17, 2018 at 8:07 PM Matthew Wilcox wrote:
> >
> > On Sat, Nov 17, 2018 at 12:26:38PM +0530, Souptick Joarder wrote:
> > > On Fri, Nov 16, 2018 at
+int vm_insert_range(struct vm_area_struct *vma, unsigned long addr,
> + struct page **pages, unsigned long page_count)
> +{
> + return -EINVAL;
> +}
> +EXPORT_SYMBOL(vm_insert_range);
> +
> /*
> * sys_brk() for the most part doesn't need the global kernel
> * lock, except when an application is doing something nasty
> --
> 1.9.1
>
--
Sincerely yours,
Mike.
Hi guys,
I'm not sure if this is the right place to post this.
I have this card http://www.gadgetaddict.net/myphone-dtv-dongle/
Is there a chance to get this working on the Raspberry Pi 3 based on
below's dmesg output?
[ 2412.224084] usb 1-1: new high-speed USB device number 10 using ehci-pci
[
cy is bounded by the sched_wakeup_granularity_ns,
> which with 3 ms is not good enough for their use-case.
Note of caution wrt twiddling sched_wakeup_granularity_ns: it must
remain < sched_latency_ns/2 else you effectively disable wakeup
preemption completely, turning CFS into a tick granularity scheduler.
-Mike
Ack'ed (separate formal reply)
-Mike
On Wed, 25 Oct 2017, Kees Cook wrote:
> Eek, sorry, this uses timer_setup_on_stack() which is only in -next.
> If you can Ack this, I can carry it in the timer tree.
>
> Thanks!
>
> -Kees
>
> On Tue, Oct 24, 2017 at 5:22
Acked-By: Mike Isely
On Tue, 24 Oct 2017, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list pointer to
> all timer callbacks, switch to using the new timer_setup() and from_timer()
> to pass the timer pointer explicitly.
>
> Cc: Mike Ise
Acked-By: Mike Isely
On Mon, 9 Oct 2017, Mauro Carvalho Chehab wrote:
> Using enums makes easier to document, as it can use kernel-doc
> markups. It also allows cross-referencing, with increases the
> kAPI readability.
>
> Signed-off-by: Mauro Carvalho Chehab
> ---
>
Express device? Because that's
another external way into the computer that involves very non-trivial
and very hardware-centric protocols. Thunderbolt devices would be an
example of this.
-Mike
On Wed, 20 Sep 2017, Andrey Konovalov wrote:
> Hi!
>
> I've got the follow
Having a problem with a #GP fault when loading the cx18 driver from
v4l-dvb from the linuxtv.org site.
Device: Hauppauge HVR-1600 (lspci output at pastebin.com/e7G52kqQ)
(ATSC signals)
Environment: Ubuntu 17.04, kernel 4.10.0-33-generic, 64-bit
Hardware: Motherboard: Gigabyte GA-B150M-D3H
acket size")
Signed-off-by: Mike Krinkin
---
drivers/usb/core/urb.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/core/urb.c b/drivers/usb/core/urb.c
index 0be49a1..d75cb8c 100644
--- a/drivers/usb/core/urb.c
+++ b/drivers/usb/core/urb.c
@@ -412,1
Linux C libraries are looking to disentangle sysmacros.h from the
sys/types.h header to clean up namespace pollution. Since these
macros are provided in glibc/etc... today, switch to pulling in
this header directly.
Signed-off-by: Mike Frysinger
---
contrib/test/mc_nextgen_test.c
Hi
I hope this is the right list to ask.
I am looking at using dvbv5 for one of my projects. However there are
some fields that I cant seem to get, in particular
tsid
pmt
service_type (TV?Radio etc)
net
netid
example output in VDR format
CBS Drama:538000:S0B8C34D12I1M64T8G32Y0:T:27500:0:0:0:0:14
i www.palosaari.fi
* [crope] #linuxtv
* [crope] kornbluth.freenode.net :Frankfurt, Germany
* [crope] idle 96:04:21, signon: Mon Jul 27 14:42:22
* [crope] End of WHOIS list.
On 6 November 2015 at 06:34, Olli Salonen wrote:
> Hi Mike,
>
> Can you also paste the dmesg output here, so we can see i
Hi,
I can't get this dvb-t2 USB device to work despite the linuxtv site
claiming it is working since 3.19 kernel. I tried talking to the driver
team on IRC a few months ago and they said they would look at it but I have
recently pulled the linuxtv git tree and compiled it on my Linux Mint 4.09
kern
Looks good to me (still), including now the change I had previously
suggested. For the record, the ack still applies. (I guess you can
consider this to be an ack of the ack...)
-Mike
On Thu, 29 Oct 2015, Ricardo Ribalda Delgado wrote:
> This driver does not use the cont
down
to choosing between pvr2_ctrl_get_value() vs pvr2_ctrl_get_def().
It's not a correctness comment; what you have should work fine. So I'm
ack'ing this in any case:
Acked-By: Mike Isely
But you can do the above pretty easily & safely, and simplify it a bit
further.
Okay, I split it up and sent it to the proper lists.
Just noticed I forgot to set the "in-reply-to" headers though. Hope that won't
be a problem.
On 11-08-15 13:45, Hans Verkuil wrote:
Hi Mike,
Please split up this patch: these are two different drivers with different
author
Header claims GPL v2, so make the MODULE_LICENSE reflect that properly.
Signed-off-by: Mike Looijmans
---
drivers/media/i2c/adv7511.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/adv7511.c b/drivers/media/i2c/adv7511.c
index 95bcd40..497ee00 100644
--- a
Header claims GPL v2, so make the MODULE_LICENSE reflect that properly.
Signed-off-by: Mike Looijmans
---
drivers/gpu/drm/i2c/adv7511_core.c | 2 +-
drivers/media/i2c/adv7511.c| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i2c/adv7511_core.c
b
Comment header specifies GPL-2, so add a MODULE_LICENSE("GPL v2").
This fixes the driver failing to load when built as module:
imageon_bridge: module license 'unspecified' taints kernel.
imageon_bridge: Unknown symbol ...
As an extra service, also add a description.
Hi
I have the above usb stick (dual frontend) which works fine for a
while then just vanishes.
ie: frontend just goes
eg
ls /dev/dvb (I have a permanent DVB card as well)
/dev/dvb/adapter0
/dev/dvb/adapter1
/dev/dvb/adapter2
goes to
ls /dev/dvb (I have a permanent DVB card as well)
/dev/dvb/ad
ired to enable communication with PMIC in interrupt context.
>> I haven't really looked into it, but a quick search gave me this thread
>> explaining the intention of the code in question:
>>
>> http://lists.lm-sensors.org/pipermail/i2c/2007-November/002268.html
>>
Sorry been asleep at the wheel here. I'll take a look.
Please realize that the code path being talked about here HAS worked -
because the encoder does tend to fail and this is how the driver
recovers.
-Mike
On Fri, 16 Jan 2015, Hans Verkuil wrote:
> On 01/16/2015 12:29 PM, Hai
Signed-off-by: Mike Sampson
---
drivers/staging/media/sn9c102/sn9c102_hv7131r.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/media/sn9c102/sn9c102_hv7131r.c
b/drivers/staging/media/sn9c102/sn9c102_hv7131r.c
index 26a9111
y feedback on this proposal? I would like to merge these
patches so that folks with clock driver modules can use them properly.
We can fix up things in the core code as we figure them out.
Regards,
Mike
>
> --
> Thanks,
> Sylwester
>
> >> -8<--
&g
Acked-by: Mike Isely
-Mike
On Fri, 4 Oct 2013, Hans Verkuil wrote:
> From: Hans Verkuil
>
> drivers/media/usb/pvrusb2/pvrusb2-hdw.c:2871:13: warning: symbol
> 'pvr2_hdw_get_detected_std' was not declared. Should it be static?
>
> Signed-off-by: Ha
Acked-By: Mike Isely
-Mike
On Wed, 12 Jun 2013, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/usb/pvrusb2/pvrusb2-hdw.c |4
> drivers/media/usb/pvrusb2/pvrusb2-hdw.h |4
> drivers/media/usb/p
ion to
> >> implement a driver instance on any platform?
> >
> > So, you enable CFF, it provides its own clk_* implementation like
> > clk_get_rate() etc. Now, PXA already has it defined in
> > arch/arm/mach-pxa/clock.c. Don't think this is going to fly.
>
Quoting Laurent Pinchart (2013-04-04 04:51:40)
> Expose the two ISP external clocks XCLKA and XCLKB as common clocks for
> subdev drivers.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Mike Turquette
Regards,
Mike
> ---
> drivers/media/platform/om
ate);
Ok, I'll bite. Why make this change? Was there an issue using
clkdev/clk_get to get the clock you needed?
Regards,
Mike
> if (IS_ERR(pm->clock)) {
> mfc_err("Failed to get MFC clock\n");
> ret = PTR_ERR(pm->clock);
&
On 21/01/2013, Mauro Carvalho Chehab wrote:
> Em Mon, 21 Jan 2013 15:47:49 +
> Mike Martin escreveu:
>
>> After updating the kernel on Fedora 18 module dvb-usb-it913x seems to
>> have dissapeared.
>>
>> This has meant my dvb stick ( ID 1b80:e409 Afatech IT9
Quoting Laurent Pinchart (2013-01-21 10:54:38)
> Hi Tony,
>
> On Monday 21 January 2013 09:18:12 Tony Lindgren wrote:
> > * Laurent Pinchart [130121 05:37]:
> > > On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
> > > > Quoting L
After updating the kernel on Fedora 18 module dvb-usb-it913x seems to
have dissapeared.
This has meant my dvb stick ( ID 1b80:e409 Afatech IT9137FN Dual DVB-T
[KWorld UB499-2T]) no longer works
Is this a Redhat only thing or is it upstream
--
To unsubscribe from this list: send the line "unsubscr
we can mark the
> dpll4_m5x2_ck_3630 and cam_mclk clocks as supporting back-propagation, and set
> the cam_mclk rate directly. This simplifies the ISP clocks configuration.
>
I'm pleased to see this feature get used on OMAP. Plus your driver gets
a negative diffstat :)
Reviewed-by: Mike Turqu
_MODE_MAX_BYTES
V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_BYTES to 20 * 1024
I've checked that these are making it to the driver, but they seem to
have no effect on the encode.
Are there any limitations, or other controls that need to be set to
enable these?
Cheers,
Mike
--
To unsubscribe from this list: send the lin
Acked-By: Mike Isely
On Sat, 27 Oct 2012, Mauro Carvalho Chehab wrote:
> drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:199:5: warning: no previous
> prototype for 'pvr2_s_std' [-Wmissing-prototypes]
> drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:368:5: warning: no previo
Completely agree! Thanks for spotting that one.
Signed-off-by: Mike Isely
-Mike
On Thu, 25 Oct 2012, Alan Cox wrote:
> From: Alan Cox
>
> This should have break statements in it.
>
> Signed-off-by: Alan Cox
> ---
>
> drivers/media/usb/pvrusb2/pvrusb2-hdw.c
d up until the
input queue is full, but only one frame is emitted (which I guess is the
H264 header). The encoder then just sits there.
I'm not sure where to start looking, so any advice is appreciated.
Cheers,
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-med
he business of processing the MPEG data in order to adhere
to this proposal, then that will be a very big deal for this driver.
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 E8
--
To unsubscribe from this list: send the line "unsubscribe linu
Hi Sylwester,
On Fri, 2012-08-03 at 21:17 +0200, Sylwester Nawrocki wrote:
> Hi Mike,
>
> On 08/02/2012 02:48 PM, Mike Dyer wrote:
> > Hi All,
> >
> > I'm using the S5PV210 camera IF and capturing BT656 video from a TVP5150
> > video decoder.
> >
own frame, using only half the height.
What would need to be done to store both fields in a single frame, for
example in a V4L2_FIELD_INTERLACE_TB/BT format?
Cheers,
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger
Acked-By: Mike Isely
-Mike
On Thu, 26 Jul 2012, Tim Gardner wrote:
> Cc: Mike Isely
> Cc: Mauro Carvalho Chehab
> Cc: linux-media@vger.kernel.org
> Signed-off-by: Tim Gardner
> ---
> drivers/media/video/pvrusb2/pvrusb2-devattr.c | 17 -
> 1 file c
ather than casting a pointer to a larger type; this fixes
the segfault. The last change involves nulling the title text when it
fails to parse rather than failing altogether.
Thanks,
Mike Slegeir
diff -r 4030c51d6e7b util/atsc_epg/atsc_epg.c
--- a/util/atsc_epg/atsc_epg.cTue Apr 10 16:44:06 2
Mauro:
Please pull - this includes a long-awaited change courtesy of Hans
Verkuil which finally transitions the driver to video_ioctl2.
-Mike Isely
The following changes since commit a1ac5dc28d2b4ca78e183229f7c595ffd725241c:
[media] gspca - sn9c20x: Change the exposure setting of
a lot like this but is marked differently
http://www.cooldrives.com/usb-video-vcr-camcorder-analog-video-svideo-adapter.html
Any idea on how to select Composite Video input?
Thanks
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Mike F
Not too sure if this is possible but what I want to do is this
open frontend
set frequency
add demux filters etc
record
then while this is running
I want to attach to the same process and add further demux filters
(without retuning - same frequency)
any tips?
--
To unsubscribe from this list: s
On Wed, Oct 26, 2011 at 09:24, Mike Frysinger wrote:
> These don't belong in the tree, and we have a .gitignore on them already
> (not sure how these slipped in), so punt the compiled files.
hrm, i thought default git send-email/format-patch didn't include
binary updates when dele
24.10.2011 17:32, Josu Lazkano пишет:
2011/10/24 Mike Mironov:
24.10.2011 15:29, Josu Lazkano пишет:
2011/10/24 Mike Mironov:
Hello!
I have this card http://www.linuxtv.org/wiki/index.php/TeVii_S470
I try to use it under Debian Squeeze, but I can't get channel data from
it.
I try t
24.10.2011 15:29, Josu Lazkano пишет:
2011/10/24 Mike Mironov:
Hello!
I have this card http://www.linuxtv.org/wiki/index.php/TeVii_S470
I try to use it under Debian Squeeze, but I can't get channel data from it.
I try to use drivers from 2.6.38, 2.6.39 kernels, s2-liplianin drivers
Hello!
I have this card http://www.linuxtv.org/wiki/index.php/TeVii_S470
I try to use it under Debian Squeeze, but I can't get channel data from it.
I try to use drivers from 2.6.38, 2.6.39 kernels, s2-liplianin drivers
with 2.6.32 kernel, last linux-media drivers with 2.6.32
With all driver
On Wed, 5 Oct 2011, Mauro Carvalho Chehab wrote:
> Em 05-10-2011 11:00, Mike Isely escreveu:
> >
> > Mauro:
> >
> > With the line you've just added, then the " = arg" assignment in the
> > immediate prior line is effectivel
ret = pvr2_hdw_get_detected_std(hdw, std);
break;
}
-Mike
On Tue, 4 Oct 2011, Mauro Carvalho Chehab wrote:
> Signed-off-by: Mauro Carvalho Chehab
> ---
> drivers/media/video/pvrusb2/pvrusb2-v4l2.c |1 +
> 1 files changed, 1 insertions(+), 0 del
Acked-By: Mike Isely
-Mike
On Mon, 3 Oct 2011, Mauro Carvalho Chehab wrote:
> Signed-off-by: Mauro Carvalho Chehab
> ---
> drivers/media/video/pvrusb2/pvrusb2-hdw.c |7 +++
> drivers/media/video/pvrusb2/pvrusb2-hdw.h |3 +++
> drivers/media/video/pvrusb2
h, they're all wrong imo then :p. they're shifting the address to
accommodate datasheets that incorrectly specify the i2c "address" with
the read/write as bit 0. but it's fine for this driver to do that if
it's the standard that the rest of the v4l code has adopted.
-
found @ 0x%02x (%s)\n",
> + client->addr << 1, client->adapter->name);
is that "<< 1" correct ? i dont think so ...
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
driver");
should mention the device part name in the desc
> --- /dev/null
> +++ b/drivers/media/video/blackfin/ppi.c
>
> +struct ppi_if *create_ppi_instance(const struct ppi_info *info)
> +void delete_ppi_instance(struct ppi_if *ppi)
should be ppi_{create,delete}_instance to m
183.h
>
> +#define ADV7183_16BIT_OUT 1
same here
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, May 12, 2011 at 10:14 AM, Mike wrote:
Hi there
in the latest kernel (and all those since when the patch was written) this
patch is still required for the HVR-1300 to work, any chance of it getting
incorporated?
thanks
Mike
Hello Mike,
Please try out the following patch which has
For the pvrusb2 portion of this patch:
Acked-By: Mike Isely
-Mike
On Wed, 6 Jul 2011, Mauro Carvalho Chehab wrote:
> Those drivers are not relying at the V4L2 core to handle the ioctl's.
> So, we need to manually patch them every time a change goes to the
> core.
>
>
PLEASE TAKE NOTE - THIS IS THE THIRD TIME I HAVE ASKED FOR UNSUBSCRIBE
The email address lwal...@bluechiptechnology.co.uk nneds to be deleted
urgently. This is a former employee, I have to monitor this email box and it
is full of this beagleboard messaging which is no longer relevant to th
I understand that this patch would not have been need had the pvrusb2
driver been using videodev_ioctl2. This is a situation that I'm going
to (finally) remedy ASAP. In the mean time...
Acked-By: Mike Isely
-Mike
On Tue, 14 Jun 2011, Hans Verkuil wrote:
> From: Hans Verkuil
Hi there
in the latest kernel (and all those since when the patch was written)
this patch is still required for the HVR-1300 to work, any chance of it
getting incorporated?
thanks
Mike
> Hi list,
>
> there seems to be a bug in cx88 (HVR1300) that is responsible for not
> switch
t; [drivers/mfd/wl1273-core.ko] undefined!
2.6.38 stable worthy ?
now in mainline as 1b149bbe9156d2eb2afd5a072bd61ad0d4bfaca7 ...
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
I'll look at the surrounding code and see what makes sense there. Having
an error leg for allocation failures is a useful thing.
-Mike
Dan Carpenter wrote:
On Fri, Mar 25, 2011 at 11:33:36PM -0500, Mike Isely wrote:
Acked-By: Mike Isely
I'd need to reformat this one to
That's an opinion which I as the driver author disagree with. Strongly.
How hard is it to read "not false"?
Nacked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote:
> Using !0 is less readable than just saying 1.
>
> Signed-off-by: Dan Carpenter
>
&
Are you actually serious about this? Well it's a small change...
Acked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote:
> The generic_standards_cnt define is only used in one place and it's
> more readable to just call ARRAY_SIZE(generic_standards) directly.
>
&
It not worth this scale of source code disruption to the source code
just to rename a bunch of variables. I'm sorry, but...
Nacked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote:
> This patch renames some variables to bring them more in line with
> kernel CodingStyle.
Acked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote:
> This function returns NULL on failure so lets do that if kzalloc()
> fails. There is a separate problem that the caller for this function
> doesn't check for errors...
>
> Signed-off-by: Dan Carpenter
>
I am OK with the #include change, but NOT the if-statement change. But
since it's bundled into one patch...
Nacked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote:
> * Include instead of .
> * Remove unneeded curly braces.
>
> Signed-off-by: Dan Carpenter
I vehemently object to this scale of disruption to the pvrusb2 driver
source code purely to move around a bunch of braces and whitespace.
ESPECIALLY the massive ridiculous changes having to do with if-statement
syntax!
Nacked-By: Mike Isely
On Sat, 26 Mar 2011, Dan Carpenter wrote
d via
the standalone pvrusb2 driver for quite some time. Getting that into
the kernel is long overdue.
-Mike
The following changes since commit 41f3becb7bef489f9e8c35284dd88a1ff59b190c:
Hans Verkuil (1):
[media] V4L DocBook: update V4L2 version
are available in the git repository
On Fri, 11 Mar 2011, Mike Isely wrote:
> On Fri, 11 Mar 2011, Mauro Carvalho Chehab wrote:
>
> > /home/mchehab/new_build/v4l/pvrusb2-v4l2.c: In function
> > 'pvr2_v4l2_do_ioctl':
> > /home/mchehab/new_build/v4l/pvrusb2-v4l2.c:798:23: warning: variable 'c
ook into these. I'm a little puzzled right now since silly
stuff like this usually doesn't get by me. Unfortunately I can't look
at it right this minute. Expect to hear from me on Sunday.
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2
oduce any log. The display appears and immediately
disappears although there is a process running.
With KVDR -d I get a display window but no picture but the attached log is
produced.
I hope this helps
Mike
libv4l2: open: 4
request == VIDIOC_G_FMT
pixelformat: BGR3 384x288
fie
Mauro,
[Note: This is my first real attempt at using git to get changes pulled,
so please let me know if I missed a step. These changes are all
relatively minor and have been sitting around for while. There will be
more to follow once I'm sure I am doing this process correctly...
out and TV out
fronm the video card is also not an option because of where things are in the
house.
KVDR fails with
Xv-VIDIOCGCAP: Invalid argument
Xv-VIDIOCGMBUF: Invalid argument
works perfectly fine on linux-2.6.35
Anyone have any ideas
Mike
--
To unsubscribe from this list
On Fri, 21 Jan 2011, Jarod Wilson wrote:
> On Fri, Jan 21, 2011 at 10:31:42AM -0600, Mike Isely wrote:
> >
> > The pvrusb2 change is obviously trivial so I have no issue with it.
> >
> > Acked-By: Mike Isely
> >
> > Note the spelling of my last n
On Fri, 21 Jan 2011, Mike Isely wrote:
>
> Note the spelling of my last name "Isely" not "Isley". A good way to
> remember is to think of the normal word "wisely" and just drop the
> leading "w". (And yes, is...@isely.net and is...@pobox.c
The pvrusb2 change is obviously trivial so I have no issue with it.
Acked-By: Mike Isely
Note the spelling of my last name "Isely" not "Isley". A good way to
remember is to think of the normal word "wisely" and just drop the
leading "w". (And yes,
On Wed, 19 Jan 2011, Jarod Wilson wrote:
> On Jan 19, 2011, at 8:20 AM, Mike Isely wrote:
>
> > This probing behavior does not happen for HVR-1950 (or HVR-1900) since
> > there's only one possible IR configuration there.
>
> Just to be 100% clear, the device I
ter".
Another screwy as aspect of english, and I say this as a native english
speaker. The term "xcvr" is usually just considered to be shorthand for
"transceiver".
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F
ke the
original 29xxx device.)
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 E8
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
used in two places: (1) If a bus scan is
performed during initialization (normally it isn't), and (2) it is
called once ONLY for a 24xxx device (targeting 0x71) in order to
determine if it is dealing with the MCE variant.
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 7
VR-1950 (or HVR-1900) since
there's only one possible IR configuration there.
-Mike
--
Mike Isely
isely @ isely (dot) net
PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 E8
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, 16 Jan 2011, Andy Walls wrote:
> On Sun, 2011-01-16 at 20:27 -0600, Mike Isely wrote:
[,,,]
>
> Right now, yes. In the near future, I need to use to to pass 3
> non-const items though:
>
> 1. A "struct mutex *transceiver_lock" so that the bridge
only in a single spot.
Just thinking ahead about making the setup table-driven and not
requiring data segment storage.
-Mike
Acked-By: Mike Isely
On Sun, 16 Jan 2011, Andy Walls wrote:
>
> When registering an IR Rx device with the I2C subsystem, provide more detailed
> infor
I'll take care of the pvrusb2 driver. How soon does this need to be
completed?
-Mike
On Sat, 18 Dec 2010, Hans Verkuil wrote:
> On Saturday, December 18, 2010 12:31:26 Hans Verkuil wrote:
> > Driver list:
> >
> > saa7146 (Hans Verkuil)
> > mem2me
Hi
I am trying to run multiple recordings on my dvb device (rtl2832).
However when I try to access the frontend settings when a recording is
active get_frontend returns nothing.
This is using the Linux::DVB::DVBT module
any suggestions
--
To unsubscribe from this list: send the line "unsubscrib
hi
Still have one or two probs
I have tried both anttis and jan trees, both of them compile but do
not load modules or create dvb device when modprobed
Using the realtek driver (1.4.2) I have the following issue
one (and now only one) mux fails to pick up any channels, the channels
are as clear
hi
Still have one or two probs
I have tried both anttis and jan trees, both of them compile but do
not load modules or create dvb device when modprobed
Using the realtek driver (1.4.2) I have the following issue
one (and now only one) mux fails to pick up any channels, the channels
are as clear
On 27 November 2010 17:05, Mike Martin wrote:
> On 27 November 2010 16:33, Anca Emanuel wrote:
>> On Sat, Nov 27, 2010 at 6:14 PM, Mike Martin wrote:
>>> Hi
>>>
>>> I am using this driver with USB 1b80:s395
>>
>> It's not possible to be s395
On 27 November 2010 16:33, Anca Emanuel wrote:
> On Sat, Nov 27, 2010 at 6:14 PM, Mike Martin wrote:
>> Hi
>>
>> I am using this driver with USB 1b80:s395
>
> It's not possible to be s395, please send what "lsusb" prints.
> And if you have other inf
1 - 100 of 237 matches
Mail list logo