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
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
On Wed, Sep 14, 2011 at 03:28, Scott Jiang wrote:
>>> +#ifdef CONFIG_VIDEO_ADV_DEBUG
>>
>> just use DEBUG ?
>>
> no, v4l2 use CONFIG_VIDEO_ADV_DEBUG
ok, i was thinking this was something we added (since we have "ADVxxx" parts)
>>> + v4l_info(client, "chip found @ 0x%02x (%s)\n",
>>> +
On Tue, Sep 13, 2011 at 14:34, Scott Jiang wrote:
> --- a/drivers/media/video/Makefile
> +++ b/drivers/media/video/Makefile
>
> +obj-$(CONFIG_VIDEO_VS6624) += vs6624.o
> obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o
should be after vpx, not before ?
> --- /dev/null
> +++ b/drivers/media/video/vs6624
On Tue, Sep 13, 2011 at 14:34, Scott Jiang wrote:
> --- /dev/null
> +++ b/drivers/media/video/blackfin/Kconfig
> @@ -0,0 +1,10 @@
> +config VIDEO_BLACKFIN_CAPTURE
> + tristate "Blackfin Video Capture Driver"
> + depends on VIDEO_DEV && BLACKFIN
> + select VIDEOBUF2_DMA_CONTIG
sin
On Tue, Sep 13, 2011 at 14:34, Scott Jiang wrote:
> --- /dev/null
> +++ b/drivers/media/video/adv7183_regs.h
>
> +#define ADV7183_IN_CTRL 0x00 /* Input control */
should be a space after the #define, not a tab
> --- /dev/null
> +++ b/include/media/adv7183.h
>
> +#define A
On Sun, Feb 27, 2011 at 12:51, Randy Dunlap wrote:
> From: Randy Dunlap
>
> RADIO_WL1273 needs to make sure that the mfd core is built to avoid
> build errors:
>
> ERROR: "mfd_add_devices" [drivers/mfd/wl1273-core.ko] undefined!
> ERROR: "mfd_remove_devices" [drivers/mfd/wl1273-core.ko] undefined!