Re: [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro

2015-02-20 Thread Michal Marek
On 2015-02-20 10:29, Arnd Bergmann wrote: > On Thursday 19 February 2015 16:06:18 Michal Marek wrote: >>> We have similar problems in other areas >>> of the kernel. In theory, we could enforce the VIDEO_TUNER driver to >>> be modular here by adding lots of depe

Re: [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro

2015-02-19 Thread Michal Marek
Dne 19.2.2015 v 15:53 Arnd Bergmann napsal(a): > On Thursday 19 February 2015 13:11:07 Michal Marek wrote: >> On 2015-02-18 18:12, Arnd Bergmann wrote: >>> In the media drivers, the v4l2 core knows about all submodules >>> and calls into them from a common function. Howe

Re: [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro

2015-02-19 Thread Michal Marek
On 2015-02-18 18:12, Arnd Bergmann wrote: > In the media drivers, the v4l2 core knows about all submodules > and calls into them from a common function. However this cannot > work if the modules that get called are loadable and the > core is built-in. In that case we get > > drivers/built-in.o: In

[PATCH] Documentation: Fix DocBook build with relative $(srctree)

2014-06-18 Thread Michal Marek
symlinks from a subdirectory of the object tree to the source tree. Fix this by using a full path in this case. Reported-by: Randy Dunlap Signed-off-by: Michal Marek --- Documentation/DocBook/media/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation

Re: MANY errors while building media docbooks

2014-06-17 Thread Michal Marek
On 2014-06-16 19:28, Randy Dunlap wrote: > on Linux v3.16-rc1, building docbooks to a separate build directory > (mkdir DOC; make O=DOC htmldocs) gives me more than 12,000 lines like this: > > grep: ./Documentation/DocBook//vidioc-subdev-g-fmt.xml: No such file or > directory > grep: ./Documentat

[PATCH] [media] em28xx: Put remaining .vidioc_g_chip_info instance under ADV_DEBUG

2013-04-16 Thread Michal Marek
deo.c:1830:26: error: 'vidioc_g_chip_info' undeclared here (not in a function) Signed-off-by: Michal Marek --- drivers/media/usb/em28xx/em28xx-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2011-05-02 Thread Michal Marek
On Thu, Apr 28, 2011 at 10:38:02AM -0700, Randy Dunlap wrote: > On Fri, 26 Nov 2010 08:17:36 -0800 Randy Dunlap wrote: > > > On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote: > > > Subject: [PATCH] kconfig: Document the new "visible if" syntax >

Re: [PATCH 14/34] media/cx231xx: Drop __TIME__ usage

2011-04-18 Thread Michal Marek
On Tue, Apr 05, 2011 at 04:59:01PM +0200, Michal Marek wrote: > The kernel already prints its build timestamp during boot, no need to > repeat it in random drivers and produce different object files each > time. > > Cc: Mauro Carvalho Chehab > Cc: linux-media@vger.kernel.o

Re: [PATCH 13/34] media/radio-maxiradio: Drop __TIME__ usage

2011-04-18 Thread Michal Marek
On Tue, Apr 05, 2011 at 04:59:00PM +0200, Michal Marek wrote: > The kernel already prints its build timestamp during boot, no need to > repeat it in random drivers and produce different object files each > time. > > Cc: Mauro Carvalho Chehab > Cc: linux-media@vger.kernel.o

[PATCH 13/34] media/radio-maxiradio: Drop __TIME__ usage

2011-04-05 Thread Michal Marek
The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and produce different object files each time. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Michal Marek --- drivers/media/radio/radio-maxiradio.c |3 +-- 1 files

[PATCH 14/34] media/cx231xx: Drop __TIME__ usage

2011-04-05 Thread Michal Marek
The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and produce different object files each time. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Michal Marek --- drivers/media/video/cx231xx/cx231xx-avcore.c |2 +- 1

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Michal Marek
On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote: > On 25.11.2010 18:06, Arnaud Lacombe wrote: > > Hi folks, > > > > On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote: > >> This option is aimed to add the possibility to control a menu's visibilit

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Michal Marek
On 25.11.2010 18:06, Arnaud Lacombe wrote: > Hi folks, > > On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote: >> This option is aimed to add the possibility to control a menu's visibility >> without adding dependency to the expression to all the submenu. >> >> Signed-off-by: Arnaud Lacombe >>

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Michal Marek
On 3.11.2010 23:29, Mauro Carvalho Chehab wrote: > Em 09-10-2010 18:40, Michal Marek escreveu: >> The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: >> >> Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) >> >> are available i