27 Jul, 2005
1 commit
17 Jul, 2005
3 commits
16 Jul, 2005
3 commits
-
Patch from Michael Burian
comment in "mach-types.h" tells that it should not be patched
"Image" is a binary, just as zImage, uImage and friends areSigned-off-by: Michael Burian
Signed-off-by: Russell King -
I think it's about time to make the build a little more vocal about the
expiry of these functions. Due to recent discussions with problems in
the console initialisation vs power manglement, I'd like to move the
date forward to September.Signed-off-by: Russell King
-
Clean up and expand some of the inotify documentation.
Signed-off-by: Robert Love
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
14 Jul, 2005
1 commit
13 Jul, 2005
9 commits
-
inotify is intended to correct the deficiencies of dnotify, particularly
its inability to scale and its terrible user interface:* dnotify requires the opening of one fd per each directory
that you intend to watch. This quickly results in too many
open files and pins removable media, preventing unmount.
* dnotify is directory-based. You only learn about changes to
directories. Sure, a change to a file in a directory affects
the directory, but you are then forced to keep a cache of
stat structures.
* dnotify's interface to user-space is awful. Signals?inotify provides a more usable, simple, powerful solution to file change
notification:* inotify's interface is a system call that returns a fd, not SIGIO.
You get a single fd, which is select()-able.
* inotify has an event that says "the filesystem that the item
you were watching is on was unmounted."
* inotify can watch directories or files.Inotify is currently used by Beagle (a desktop search infrastructure),
Gamin (a FAM replacement), and other projects.See Documentation/filesystems/inotify.txt.
Signed-off-by: Robert Love
Cc: John McCutchan
Cc: Christoph Hellwig
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
- Card definitions updated.
- Tail spaces removed.
- Mark all 7135 cards as 7133.
- Correct info about sync byte for MPEG-2 transport stream packets.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: hermann pitton
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Update PCMCIA driver changes for patches merged in 2.6.13
Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Len Brown
-
SN9C10x driver updates.
Changes: + new, - removed, * cleanup, @ bugfix
@ Remove bad get_ctrl()'s
* Documentation updates
+ Add 0x0c45/0x602d to the list of SN9C10x based devices
+ Add support for OV7630 image sensorsSigned-off-by: Luca Risolia
Signed-off-by: Greg Kroah-Hartman -
Make usbmon to print Setup packets of Control transfers. This is useful
when debugging enumeration issues.This is a change to the trace format which is not fully compatible.
A parser has to look at the data length word now. If that word is
a character like 's', read setup packet before proceeding with data.
I decided not to bump the API tag for this because not many such
parsers exist at this point.Signed-off-by: Pete Zaitcev
Signed-off-by: Greg Kroah-Hartman
12 Jul, 2005
6 commits
-
See Documentation/acpi-hotkey.txt
Use cmdline "acpi_specific_hotkey" to enable
legacy platform specific drivers.http://bugzilla.kernel.org/show_bug.cgi?id=3887
Signed-off-by: Luming Yu
Signed-off-by: Len Brown -
Part 3: Move the drivers documentation, plus two general documentation
files.Note that the patch "adds trailing whitespace", because it does move the
files as-is, and some files happen to have trailing whitespace.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Upon suggestion by Nils Roeder, here is an update to the i2c
documentation to clarify which header files user-space applications
relying on the i2c-dev interface should include.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Fix documentation to match code in include/linux/i2c-dev.h
Signed-off-by: Jan Veldeman
Signed-off-by: Greg Kroah-Hartman -
The I2C stack has long had "id" fields, of rather dubious utility, in
many data structures. This removes mention of one of them from the
documentation about how to write an I2C driver, so that only drivers
that really need to use them (probably old/legacy code) will have any
reason to use this field.Signed-off-by: David Brownell
Signed-off-by: Greg Kroah-Hartman -
Here is a proposed documentation update for the new max6875 i2c chip
driver.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman
08 Jul, 2005
9 commits
-
One more system where video works with S3.
Signed-off-by: Pavel Machek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Schedule removal of the PCMCIA ioctl (and thus kernel support for the
pcmcia-cs userspace package) for November 2005.A big "thank you" to Dave Hinds for his great work on supporting PCMCIA in
Linux. Things are just done differently by now, so the ongoing work to make
PCMCIA behave like any other hotpluggable bus should continue.Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
* /usr/src/linux-2.6.12/Documentation/dvb/bt8xx.txt
almost completely remade the text file with the following focuses:
useful infos for beginners: how to load modules manually and
automatically developers infos are reduced to a minimum as module loading
works automatic in kernel >= 2.6.12 by loading modules bttv and dvb-bt8xx
I completely erased the out of date TwinHan part dealing with additional
parameters, debug parameters, and overriding autodetection Further up to
date information about TwinHan + clones can be found in
/Documentation/dvb/ci.txtSigned-off-by: Uwe Bugla
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Updated the readme file to point to the DVB USB wikipage to find out which
firmware necessary, + minor updates.Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Cc: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Add keymap for Twinhan vp7045 remote control.
Signed-off-by: Michael Paxton
Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
o removed device listing (they are all in the linuxtv wiki now)
o misc updatesSigned-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Add documentation for InfiniBand userspace verbs.
Signed-off-by: Roland Dreier
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
This is a small documentation patch for a boot time parameter.
Signed-off-by: Bob Picco
Signed-off-by: Tony Luck
06 Jul, 2005
1 commit
-
Signed-off-by: Robert Olsson
Signed-off-by: David S. Miller
04 Jul, 2005
1 commit
30 Jun, 2005
3 commits
-
As the information is now exported via sysfs, there's no need for an userspace
tool any longer.Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
29 Jun, 2005
3 commits
-
This patch changes the way serial ports are locked when getting modem
status. This change is necessary because we will need to atomically
read the modem status and take action depending on the CTS status.Signed-off-by: Russell King
-
Corrections to Documentation/Submitting{Drivers,Patches}
- update LANANA info.
- fix some typos
- update 2.2 kernel maintainer info.
- update 'dontdiff' info.
- update URLs for patch scripts
- add Trivial Patch Monkey URL
- add more references for submitting patchesSigned-off-by: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds