linux/drivers/staging/cx25821
Arnd Bergmann 6de5bd128d BKL: introduce CONFIG_BKL.
With all the patches we have queued in the BKL removal tree, only a
few dozen modules are left that actually rely on the BKL, and even
there are lots of low-hanging fruit. We need to decide what to do
about them, this patch illustrates one of the options:

Every user of the BKL is marked as 'depends on BKL' in Kconfig,
and the CONFIG_BKL becomes a user-visible option. If it gets
disabled, no BKL using module can be built any more and the BKL
code itself is compiled out.

The one exception is file locking, which is practically always
enabled and does a 'select BKL' instead. This effectively forces
CONFIG_BKL to be enabled until we have solved the fs/lockd
mess and can apply the patch that removes the BKL from fs/locks.c.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2010-10-21 15:44:13 +02:00
..
Kconfig BKL: introduce CONFIG_BKL. 2010-10-21 15:44:13 +02:00
Makefile V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
README V4L/DVB (12847): cx25821: Add README with todo list 2009-09-19 00:13:32 -03:00
cx25821-alsa.c Staging: Merge staging-next into Linus's tree 2010-08-05 14:18:03 -07:00
cx25821-audio-upstream.c V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
cx25821-audio-upstream.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-audio.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-biffuncs.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-cards.c V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c 2010-05-19 12:58:35 -03:00
cx25821-core.c V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions 2010-08-02 15:21:45 -03:00
cx25821-gpio.c V4L/DVB: cx25821: fix coding style issues in cx25821-gpio.c 2010-05-18 00:51:14 -03:00
cx25821-gpio.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-i2c.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-defines.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-reg.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-video.c V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
cx25821-medusa-video.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-reg.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-sram.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video-upstream-ch2.c V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
cx25821-video-upstream-ch2.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video-upstream.c V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
cx25821-video-upstream.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video.c V4L/DVB: cx25821: Fix bad whitespacing 2010-08-02 15:20:11 -03:00
cx25821-video.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00

README

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups

Please send patches to linux-media@vger.kernel.org