- 19 Jan, 2004 40 commits
-
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This patch adds linux input layer based support for infrared remote controls. It adds two new modules: * ir-kbd-i2c supports i2c-based IR receivers. * ir-kbd-gpio supports IR receivers connected to the bt878 gpio pins. This patch depends on the ir-input patch and the bttv driver update.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This is a i2c tuner module update. Changes: * adds support for more tunes (mt2050, atsc, ...) * some reorganization, uses function pointers to branch to different functions for different tuner types.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This is a collection of misc i2c tv helper module fixes.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This patch adds a module with some helper functions to handle infrared remotes using the linux input layer. It doesn't do any useful stuff alone, but the saa7134 and bttv drivers will use that to support the remotes shipped with some TV cards.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> bttv driver update. Changes: (1) Added a new, sysfs-based interface to allow access to the bt878 gpio lines from other kernel modules (new bttv-gpio.c file), which fixes alot of problems the old interface has (which still is in bttv-if.c, to be removed in 2.7). (2) moved the i2c code from bttv-if.c to bttv-i2c.c. (3) created a new "struct bttv_core" and moved some of the entries from "struct bttv" to the new one. This is needed for (1) and makes the patch pretty big, althrough there is no actual code changes. (4) first cut for suspend support (S1 works for me). (5) usual batch of new/updated tv card list entries. (6) minor fixes.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This patch contains video-buf fixes, mainly remove videobuf_lock() and videobuf_unlock() functions. They are not needed as get_user_pages() locks down the pages anyway.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This patch is a v4l2 update. Changes: * added new ioctls (VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY) to give v4l apps priorities for tuning and other controls. Main purpose is that backgrounds applictions like nxtvepg which are fishing informations from /dev/vbi (teletext, epg, ...) can run at lower priority than interactive tv apps and thus the user isn't annonyed with unexpected channel switches. * add a set of helper functions to handle priorities to the v4l2-common module. * minor fixes in the v4l1-compat module. * minor header file fixes.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> This patch fixes some v4l2 ioctl #defines which have wrong _IO* macros. It also adds a function which maps the old numbers to to new ones to maintain binary backward compatibility.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> Add x86 EFI zero-page usage to i386 docs.
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> - hwgfs cleanup - some oom checks and proper error returns - killed some dead code
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> A little re-formatting Added pcibr_lock()
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Mostly printk clean up and remove some dead code
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Simulator check in pci_bus_cvlink.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Minor clean up for ml_iograph.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Delete unused pciio.c code (???_host???_[sg]et)
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Delete unused code in pcibr_slot.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Error devenable not used - delete defs
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Don't call init_hcl from the fixup code Delete reference to hwgraph_path_lookup()
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Remove irix_io_init - replace with sgi_master_io_infr_init
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> sn_pci_fixup() clean up or is it fix up ???
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Minor code clean up of pcibr_error.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> pcibr_rrb.c cleanup
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> More code clean up = mostly pcibr_slot.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Added call to pcireg_intr_status_get
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Include file clean up in pcibr_hints.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Make pcibr debug variables static
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> pci dma cleanup
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> printk cleanup
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Remove the pcibr_wrap... functions
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Fixed an oom in pci_bus_cvlink.c Also added slot to flush code
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Clean up the bit twiddle macros in pcibr_config.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Added cbrick_type_get_nasid() function
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Added a missed opus mod and oom mod
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Fix IIO_ITTE_DISABLE() args
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> New pci provider interfaces
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Debug clean up in pcibr_dvr.c
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Change the definition and usage of iio_itte - make it an array
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Use numionodes
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Need a bigger max compact node value
-
Andrew Morton authored
From: Pat Gefre <pfg@sgi.com> Fixes for shuberror.c
-