index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
dvb-core
/
dvbdev.c
Age
Commit message (
Expand
)
Author
2007-10-17
backport changeset 7e7654a92a5a75a350cc3458389bc76273498f6a
Mauro Carvalho Chehab
2007-10-10
dvb: Replace list_for_each+list_entry with list_for_each_entry
Trent Piepho
2007-08-21
Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
2007-08-17
compat: Fix device_create compat code
Trent Piepho
2007-08-17
Make dvbdev compatible again with older kernel versions
Mauro Carvalho Chehab
2007-08-15
DVB: convert struct class_device to struct device
Michael Krufky
2007-05-06
dvb-core: Add level fixes to printk()s, plus spelling/grammer
Trent Piepho
2007-05-06
dvb-core: Handle failures to create devices
Trent Piepho
2007-04-14
Fix 1/3 for bug 7819: fixed frontend hotplug issue
Markus Rechberger
2007-03-10
Core: fix several locking related problems
Mauro Carvalho Chehab
2007-02-21
Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5
Mauro Carvalho Chehab
2007-02-13
dvbdev: fix illegal re-usage of fileoperations struct
Marcel Siegert
2006-07-19
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Mauro Carvalho Chehab
2006-04-10
Add sysfs device links to dvb devices
Andrew de Quincey
2006-04-04
Fix mutex in dvb_register_device to work.
Andrew de Quincey
2006-04-03
fix warning: assignment discards qualifiers from pointer target type
Michael Krufky
2006-04-02
[PATCH] mark f_ops const in the inode
Mauro Carvalho Chehab
2006-01-15
Semaphore to mutex conversion on drivers/media
Mauro Carvalho Chehab
2005-11-26
Whitespaces cleanups.
Mauro Carvalho Chehab
2005-11-23
Restore backwards compatability with kernel version 2.6.12
Michael Krufky
2005-11-13
[PATCH] Driver Core: fix up all callers of class_device_create()
Michael Krufky
2005-07-01
from 2.6.13-rc1: class_simple is no more
Johannes Stezenbach
2005-03-17
Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have to
Andreas Oberritter
2005-03-09
- clear up confusion between ids and adapters
Kenneth Aafloy
2005-03-09
- kfree(NULL) is safe
Kenneth Aafloy
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2005-02-12
patch by Adrian Bunk:
Johannes Stezenbach
2005-01-22
Added support for up to six DVB devices
Andrew de Quincy
2004-11-17
patch by Adrian Bunk:
Johannes Stezenbach
2004-08-18
- add the include to the header file, it's needed at other places, too
Michael Hunold
2004-08-18
- #include <linux/smp_lock.h> to avoid warnings about lock_kernel()
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-08-08
patch by Martin Binder: #include <linux/moduleparam.h> where necessary
Johannes Stezenbach
2004-08-06
- add sysfs/udev support using "class_simple"
Michael Hunold
2004-07-31
merge back various cleanups from mainline kernel:
Johannes Stezenbach
2004-07-30
- More MODULE_PARM -> module_param changes, all should be corrected now.
Kenneth Aafloy
2004-05-03
- remove 2.4 compat code, expect for ttusb_dec.c
Michael Hunold
2004-03-31
- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...
Michael Hunold
2003-10-15
fixed the bug found by this portuguese girl.
Holger Waechtler
2003-10-14
Pass thorugh return value of register_chrdev()
Michael Hunold
2003-09-10
Use iminor() instead of minor(), add a macro to provide 2.4
Michael Hunold
2003-08-21
Port the latest video device changes (multiple read device opens)
Michael Hunold
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-28
Some include fixes to make the code compile again both with
Michael Hunold
2003-05-28
Feed 2.5 changes to CVS.
Michael Hunold
2003-05-27
- remove enumeration typedefs
Michael Hunold
2003-05-06
Add a new "dvb_functions.c" and populate it with the
Michael Hunold
[next]