09 Dec, 2006
1 commit
-
Signed-off-by: Josef Sipek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
08 Dec, 2006
5 commits
-
Keeps sparse happy.
Signed-of-by: Mariusz Kozlowski
Cc: Russell King
Cc: Mauro Carvalho Chehab
Acked-by: Karsten Keil
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The scheduled removal of the OSS drivers depending on OSS_OBSOLETE_DRIVER.
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Move process freezing functions from include/linux/sched.h to freezer.h, so
that modifications to the freezer or the kernel configuration don't require
recompiling just about everything.[akpm@osdl.org: fix ueagle driver]
Signed-off-by: Nigel Cunningham
Cc: "Rafael J. Wysocki"
Cc: Pavel Machek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
SLAB_KERNEL is an alias of GFP_KERNEL.
Signed-off-by: Christoph Lameter
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
SLAB_ATOMIC is an alias of GFP_ATOMIC
Signed-off-by: Christoph Lameter
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
06 Dec, 2006
1 commit
-
Conflicts:
drivers/ata/libata-scsi.c
include/linux/libata.hFuther merge of Linus's head and compilation fixups.
Signed-Off-By: David Howells
05 Dec, 2006
1 commit
-
Conflicts:
drivers/infiniband/core/iwcm.c
drivers/net/chelsio/cxgb2.c
drivers/net/wireless/bcm43xx/bcm43xx_main.c
drivers/net/wireless/prism54/islpci_eth.c
drivers/usb/core/hub.h
drivers/usb/input/hid-core.c
net/core/netpoll.cFix up merge failures with Linus's head and fix new compilation failures.
Signed-Off-By: David Howells
04 Dec, 2006
1 commit
-
Signed-off-by: Al Viro
02 Dec, 2006
10 commits
-
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (103 commits)
usbcore: remove unused argument in autosuspend
USB: keep count of unsuspended children
USB hub: simplify remote-wakeup handling
USB: struct usb_device: change flag to bitflag
OHCI: make autostop conditional on CONFIG_PM
USB: Add autosuspend support to the hub driver
EHCI: Fix root-hub and port suspend/resume problems
USB: create a new thread for every USB device found during the probe sequence
USB: add driver for the USB debug devices
USB: added dynamic major number for USB endpoints
USB: pegasus error path not resetting task's state
USB: endianness fix for asix.c
USB: build the appledisplay driver
USB serial: replace kmalloc+memset with kzalloc
USB: hid-core: canonical defines for Apple USB device IDs
USB: idmouse cleanup
USB: make drivers/usb/core/driver.c:usb_device_match() static
USB: lh7a40x_udc remove double declaration
USB: pxa2xx_udc recognizes ixp425 rev b0 chip
usbtouchscreen: add support for DMC TSC-10/25 devices
... -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
- usb_unlink_urb() cleanupSigned-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
- usb_free_urb() cleanup
- usb_kill_urb() cleanupSigned-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman -
We should free urbs starting at [i-1] not [i].
Signed-off-by: Mariusz Kozlowski
Signed-off-by: Greg Kroah-Hartman
30 Nov, 2006
3 commits
-
This patch converts a if () BUG(); construct to BUG_ON();
which occupies less space, uses unlikely and is safer when
BUG() is disabled.Signed-off-by: Eric Sesterhenn
Signed-off-by: Adrian Bunk -
Fix various .c/.h typos in comments (no code changes).
Signed-off-by: Matt LaPlante
Signed-off-by: Adrian Bunk -
Fix various Kconfig typos.
Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk
26 Nov, 2006
7 commits
-
The tda10086 causes an oops (divide by zero) if a zero symbol rate is used;
this prevents this.Signed-off-by: Andrew de Quincey
Signed-off-by: Mauro Carvalho Chehab -
The old code would accept any device on the same i2c address as the
saa711x chips as an saa711x. However, this fails with saa717x chips,
which use that same address and so are misdetected as a saa7111. Now
check whether the chip is really a saa711x model.Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab -
The patch fix bug 5748.
Signed-off-by: Luca Risolia
Signed-off-by: Mauro Carvalho Chehab -
Sparse noticed a lock imbalance in read_from_buf(). Further inspection shows
that the lock should not be held when the function exits.
This adds a spin_unlock_irqrestore(), so that every exit path of the
read_from_buf() function is consistent. The unlock was missing on an error
path.Signed-off-by: Ira W. Snyder
Signed-off-by: Hans J. Koch
Signed-off-by: Mauro Carvalho Chehab -
Spotted by coverity/Adrian Bunk.
Signed-off-by: Andrew de Quincey
Signed-off-by: Mauro Carvalho Chehab -
New module parameter diseqc_method for cards with subsystem-id 13c2:1003.
- 0: unreliable method, can be used by all board revisions (default)
- 1: reliable method, works for newer board layouts only
The parameter has no effect for cards with other subsystem-ids.Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Fixes to DISEQC on these cards inadvertently broke normal tone/voltage
signalling. This restores the necessary function.Signed-off-by: Andrew de Quincey
Signed-off-by: Mauro Carvalho Chehab
22 Nov, 2006
1 commit
-
Fix up for make allyesconfig.
Signed-Off-By: David Howells
14 Nov, 2006
1 commit
-
Commit 450efcfd2e1d941e302a8c89322fbfcef237be98 broke Avermedia 777
support.Added obvious missing "break" statement.
Cc: José Suárez
Cc: Michael Krufky
Cc: Mauro Carvalho Chehab
Signed-off-by: Linus Torvalds
13 Nov, 2006
8 commits
-
.. fix debug printk. Why, oh why, one would want to do
(u16 & 0xff) << 8
and print it with %02x format?
Acked-by: Patrick BoettcherSigned-off-by: Alexey Dobriyan
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Fix uses of "&&" where "&" was intended in bttv-cards.c and tveeprom.c
Signed-off-by: Jean Delvare
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
This changes it from TDA8290 which is allegedly very unlikely to TD1316 which
is allegedly very likely. I didn't get it to work with either, but expected
that this got applied when Mauro sent it to me, so here it goes again; feel
free to drop it to the floor. :-)Signed-off-by: Petr Baudis
Signed-off-by: Mauro Carvalho Chehab -
The remote as well as the GPIO interface is the same as what comes with 777.
For an example of mplayer lirc configuration, see
http://pasky.or.cz/~pasky/dev/v4l/lircrcSigned-off-by: Petr Baudis
Signed-off-by: Mauro Carvalho Chehab -
I didn't test it personally since I don't have this card, but A16AR uses the
same interface and that one certainly does work perfectly (see the next patch).
This patch was originally sent in
http://marc.theaimsgroup.com/?l=linux-video&m=114743413825375&w=2
https://www.redhat.com/mailman/private/video4linux-list/2006-May/msg00103.html
but never got applied. This version has some trivial modifications and drops
the weird gpio hack (it's not clear what practical purpose does it serve).Signed-off-by: Jose Alberto Reguero
Signed-off-by: Petr Baudis
Signed-off-by: Mauro Carvalho Chehab -
drivers/media/video/saa7110.c:112: undefined reference to `i2c_master_send'
drivers/built-in.o: In function `saa7110_read':
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'Signed-off-by: Mauro Carvalho Chehab
-
fix remote control on WinFast 2000XP Expert by setting timing back to 1 ms,
like it was in the original patch by Robert Reid.Signed-off-by: Hermann Pitton
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
sparse "defined twice" warning
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
03 Nov, 2006
1 commit
-
When a front-end is disabled, card drivers that use it are compiled with
a stub version of the front-end's attach function. This way they have no
references to the front-end's code and don't need it to be loaded.
If a card driver is compiled into the kernel, and a front-end is a
module, then that front-end is effectively disabled wrt the card driver.
In this case, the card driver should get the stub version. This was not
happening.
The stub vs real attach function selection is changed so that when the
front-end is a module the real attach function is only used if the card
driver is a module as well. This means a module front-end will be
supported by card drivers that are modules and not supported by card
drivers compiled into the kernel.Signed-off-by: Trent Piepho
Signed-off-by: Mauro Carvalho Chehab