Skip to content

Commit 366a238

Browse files
author
Jiri Kosina
committed
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus
4 parents d431b2e + 2240828 + 6cb4b04 + 23746a6 commit 366a238

File tree

6,300 files changed

+197536
-86111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,300 files changed

+197536
-86111
lines changed

.mailmap

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Andreas Herrmann <[email protected]>
2020
Andrew Morton <[email protected]>
2121
Andrew Vasquez <[email protected]>
2222
Andy Adamson <[email protected]>
23+
Archit Taneja <[email protected]>
2324
Arnaud Patard <[email protected]>
2425
Arnd Bergmann <[email protected]>
2526
Axel Dyks <[email protected]>
@@ -70,6 +71,7 @@ Leonid I Ananiev <[email protected]>
7071
Linas Vepstas <[email protected]>
7172
Mark Brown <[email protected]>
7273
Matthieu CASTET <[email protected]>
74+
Mayuresh Janorkar <[email protected]>
7375
Michael Buesch <[email protected]>
7476
Michael Buesch <[email protected]>
7577
Michel Dänzer <[email protected]>
@@ -78,6 +80,7 @@ Morten Welinder <[email protected]>
7880
Morten Welinder <[email protected]>
7981
Morten Welinder <[email protected]>
8082
Morten Welinder <[email protected]>
83+
Mythri P K <[email protected]>
8184
Nguyen Anh Quynh <[email protected]>
8285
Paolo 'Blaisorblade' Giarrusso <[email protected]>
8386
Patrick Mochel <[email protected]>
@@ -98,6 +101,7 @@ S.Çağlar Onur <[email protected]>
98101
Simon Kelley <[email protected]>
99102
Stéphane Witzmann <[email protected]>
100103
Stephen Hemminger <[email protected]>
104+
Sumit Semwal <[email protected]>
101105
Tejun Heo <[email protected]>
102106
Thomas Graf <[email protected]>
103107
Tony Luck <[email protected]>

CREDITS

+3-3
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ W: http://www.codemonkey.org.uk
16771677
D: Assorted VIA x86 support.
16781678
D: 2.5 AGPGART overhaul.
16791679
D: CPUFREQ maintenance.
1680-
D: Fedora kernel maintainence.
1680+
D: Fedora kernel maintenance.
16811681
D: Misc/Other.
16821682
S: 314 Littleton Rd, Westford, MA 01886, USA
16831683

@@ -3211,7 +3211,7 @@ N: James Simmons
32113211
32123212
32133213
D: Frame buffer device maintainer
3214-
D: input layer developement
3214+
D: input layer development
32153215
D: tty/console layer
32163216
D: various mipsel devices
32173217
S: 115 Carmel Avenue
@@ -3290,7 +3290,7 @@ S: USA
32903290
N: Manfred Spraul
32913291
32923292
W: http://www.colorfullife.com/~manfred
3293-
D: Lots of tiny hacks. Larger improvments to SysV IPC msg,
3293+
D: Lots of tiny hacks. Larger improvements to SysV IPC msg,
32943294
D: slab, pipe, select.
32953295
S: 71701 Schwieberdingen
32963296
S: Germany

Documentation/00-INDEX

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ laptops/
206206
- directory with laptop related info and laptop driver documentation.
207207
ldm.txt
208208
- a brief description of LDM (Windows Dynamic Disks).
209-
leds-class.txt
210-
- documents LED handling under Linux.
209+
leds/
210+
- directory with info about LED handling under Linux.
211211
local_ops.txt
212212
- semantics and behavior of local atomic operations.
213213
lockdep-design.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile
2+
Date: October 2010
3+
Contact: Stefan Achatz <[email protected]>
4+
Description: The integer value of this attribute ranges from 0-4.
5+
When read, this attribute returns the number of the actual
6+
profile. This value is persistent, so its equivalent to the
7+
profile that's active when the mouse is powered on next time.
8+
When written, this file sets the number of the startup profile
9+
and the mouse activates this profile immediately.
10+
Please use actual_profile, it does the same thing.

Documentation/ABI/stable/sysfs-class-backlight

+20
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,23 @@ Contact: Richard Purdie <[email protected]>
3434
Description:
3535
Maximum brightness for <backlight>.
3636
Users: HAL
37+
38+
What: /sys/class/backlight/<backlight>/type
39+
Date: September 2010
40+
KernelVersion: 2.6.37
41+
Contact: Matthew Garrett <[email protected]>
42+
Description:
43+
The type of interface controlled by <backlight>.
44+
"firmware": The driver uses a standard firmware interface
45+
"platform": The driver uses a platform-specific interface
46+
"raw": The driver controls hardware registers directly
47+
48+
In the general case, when multiple backlight
49+
interfaces are available for a single device, firmware
50+
control should be preferred to platform control should
51+
be preferred to raw control. Using a firmware
52+
interface reduces the probability of confusion with
53+
the hardware and the OS independently updating the
54+
backlight state. Platform interfaces are mostly a
55+
holdover from pre-standardisation of firmware
56+
interfaces.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
What: /config/pcie-gadget
2+
Date: Feb 2011
3+
KernelVersion: 2.6.37
4+
Contact: Pratyush Anand <[email protected]>
5+
Description:
6+
7+
Interface is used to configure selected dual mode PCIe controller
8+
as device and then program its various registers to configure it
9+
as a particular device type.
10+
This interfaces can be used to show spear's PCIe device capability.
11+
12+
Nodes are only visible when configfs is mounted. To mount configfs
13+
in /config directory use:
14+
# mount -t configfs none /config/
15+
16+
For nth PCIe Device Controller
17+
/config/pcie-gadget.n/
18+
link ... used to enable ltssm and read its status.
19+
int_type ...used to configure and read type of supported
20+
interrupt
21+
no_of_msi ... used to configure number of MSI vector needed and
22+
to read no of MSI granted.
23+
inta ... write 1 to assert INTA and 0 to de-assert.
24+
send_msi ... write MSI vector to be sent.
25+
vendor_id ... used to write and read vendor id (hex)
26+
device_id ... used to write and read device id (hex)
27+
bar0_size ... used to write and read bar0_size
28+
bar0_address ... used to write and read bar0 mapped area in hex.
29+
bar0_rw_offset ... used to write and read offset of bar0 where
30+
bar0_data will be written or read.
31+
bar0_data ... used to write and read data at bar0_rw_offset.

Documentation/ABI/testing/pstore

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Where: /dev/pstore/...
2-
Date: January 2011
3-
Kernel Version: 2.6.38
2+
Date: March 2011
3+
Kernel Version: 2.6.39
44
55
Description: Generic interface to platform dependent persistent storage.
66

@@ -11,7 +11,7 @@ Description: Generic interface to platform dependent persistent storage.
1111
of the console log is captured, but other interesting
1212
data can also be saved.
1313

14-
# mount -t pstore - /dev/pstore
14+
# mount -t pstore -o kmsg_bytes=8000 - /dev/pstore
1515

1616
$ ls -l /dev/pstore
1717
total 0
@@ -33,3 +33,9 @@ Description: Generic interface to platform dependent persistent storage.
3333
will be saved elsewhere and erased from persistent store
3434
soon after boot to free up space ready for the next
3535
catastrophe.
36+
37+
The 'kmsg_bytes' mount option changes the target amount of
38+
data saved on each oops/panic. Pstore saves (possibly
39+
multiple) files based on the record size of the underlying
40+
persistent storage until at least this amount is reached.
41+
Default is 10 Kbytes.

Documentation/ABI/testing/sysfs-bus-css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Contact: Cornelia Huck <[email protected]>
2929
3030
Description: Contains the PIM/PAM/POM values, as reported by the
3131
channel subsystem when last queried by the common I/O
32-
layer (this implies that this attribute is not neccessarily
32+
layer (this implies that this attribute is not necessarily
3333
in sync with the values current in the channel subsystem).
3434
Note: This is an I/O-subchannel specific attribute.
3535
Users: s390-tools, HAL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What: /sys/bus/media/devices/.../model
2+
Date: January 2011
3+
Contact: Laurent Pinchart <[email protected]>
4+
5+
Description: Contains the device model name in UTF-8. The device version is
6+
is not be appended to the model name.

Documentation/ABI/testing/sysfs-bus-pci-devices-cciss

+12
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,15 @@ Kernel Version: 2.6.31
5959
6060
Description: Displays the usage count (number of opens) of logical drive Y
6161
of controller X.
62+
63+
Where: /sys/bus/pci/devices/<dev>/ccissX/resettable
64+
Date: February 2011
65+
Kernel Version: 2.6.38
66+
67+
Description: Value of 1 indicates the controller can honor the reset_devices
68+
kernel parameter. Value of 0 indicates reset_devices cannot be
69+
honored. This is to allow, for example, kexec tools to be able
70+
to warn the user if they designate an unresettable device as
71+
a dump device, as kdump requires resetting the device in order
72+
to work reliably.
73+

Documentation/ABI/testing/sysfs-bus-rbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What: /sys/bus/rbd/
22
Date: November 2010
3-
Contact: Yehuda Sadeh <yehuda@hq.newdream.net>,
3+
Contact: Yehuda Sadeh <[email protected]>,
44
Sage Weil <[email protected]>
55
Description:
66

Documentation/ABI/testing/sysfs-class-led

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Contact: Richard Purdie <[email protected]>
3333
Description:
3434
Invert the LED on/off state. This parameter is specific to
3535
gpio and backlight triggers. In case of the backlight trigger,
36-
it is usefull when driving a LED which is intended to indicate
36+
it is useful when driving a LED which is intended to indicate
3737
a device in a standby like state.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
What: /sys/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_offset
2+
Date: January 2011
3+
Contact: Chuanxiao Dong <[email protected]>
4+
Description:
5+
Enhanced area is a new feature defined in eMMC4.4 standard.
6+
eMMC4.4 or later card can support such feature. This kind of
7+
area can help to improve the card performance. If the feature
8+
is enabled, this attribute will indicate the start address of
9+
enhanced data area. If not, this attribute will be -EINVAL.
10+
Unit Byte. Format decimal.
11+
12+
What: /sys/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_size
13+
Date: January 2011
14+
Contact: Chuanxiao Dong <[email protected]>
15+
Description:
16+
Enhanced area is a new feature defined in eMMC4.4 standard.
17+
eMMC4.4 or later card can support such feature. This kind of
18+
area can help to improve the card performance. If the feature
19+
is enabled, this attribute will indicate the size of enhanced
20+
data area. If not, this attribute will be -EINVAL.
21+
Unit KByte. Format decimal.

Documentation/ABI/testing/sysfs-driver-hid-roccat-kone

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-
4040
Date: March 2010
4141
Contact: Stefan Achatz <[email protected]>
4242
Description: The mouse can store 5 profiles which can be switched by the
43-
press of a button. A profile holds informations like button
43+
press of a button. A profile holds information like button
4444
mappings, sensitivity, the colors of the 5 leds and light
4545
effects.
4646
When read, these files return the respective profile. The

Documentation/ABI/testing/sysfs-driver-hid-roccat-koneplus

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/actual_profile
22
Date: October 2010
33
Contact: Stefan Achatz <[email protected]>
4-
Description: When read, this file returns the number of the actual profile in
5-
range 0-4.
6-
This file is readonly.
4+
Description: The integer value of this attribute ranges from 0-4.
5+
When read, this attribute returns the number of the actual
6+
profile. This value is persistent, so its equivalent to the
7+
profile that's active when the mouse is powered on next time.
8+
When written, this file sets the number of the startup profile
9+
and the mouse activates this profile immediately.
710
Users: http://roccat.sourceforge.net
811

912
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/firmware_version
@@ -33,7 +36,7 @@ Date: August 2010
3336
Contact: Stefan Achatz <[email protected]>
3437
Description: The mouse can store 5 profiles which can be switched by the
3538
press of a button. A profile is split in settings and buttons.
36-
profile_buttons holds informations about button layout.
39+
profile_buttons holds information about button layout.
3740
When written, this file lets one write the respective profile
3841
buttons back to the mouse. The data has to be 77 bytes long.
3942
The mouse will reject invalid data.
@@ -47,7 +50,7 @@ Date: August 2010
4750
Contact: Stefan Achatz <[email protected]>
4851
Description: The mouse can store 5 profiles which can be switched by the
4952
press of a button. A profile is split in settings and buttons.
50-
profile_buttons holds informations about button layout.
53+
profile_buttons holds information about button layout.
5154
When read, these files return the respective profile buttons.
5255
The returned data is 77 bytes in size.
5356
This file is readonly.
@@ -58,7 +61,7 @@ Date: October 2010
5861
Contact: Stefan Achatz <[email protected]>
5962
Description: The mouse can store 5 profiles which can be switched by the
6063
press of a button. A profile is split in settings and buttons.
61-
profile_settings holds informations like resolution, sensitivity
64+
profile_settings holds information like resolution, sensitivity
6265
and light effects.
6366
When written, this file lets one write the respective profile
6467
settings back to the mouse. The data has to be 43 bytes long.
@@ -73,7 +76,7 @@ Date: August 2010
7376
Contact: Stefan Achatz <[email protected]>
7477
Description: The mouse can store 5 profiles which can be switched by the
7578
press of a button. A profile is split in settings and buttons.
76-
profile_settings holds informations like resolution, sensitivity
79+
profile_settings holds information like resolution, sensitivity
7780
and light effects.
7881
When read, these files return the respective profile settings.
7982
The returned data is 43 bytes in size.
@@ -89,16 +92,6 @@ Description: The mouse has a tracking- and a distance-control-unit. These
8992
This file is writeonly.
9093
Users: http://roccat.sourceforge.net
9194

92-
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile
93-
Date: October 2010
94-
Contact: Stefan Achatz <[email protected]>
95-
Description: The integer value of this attribute ranges from 0-4.
96-
When read, this attribute returns the number of the profile
97-
that's active when the mouse is powered on.
98-
When written, this file sets the number of the startup profile
99-
and the mouse activates this profile immediately.
100-
Users: http://roccat.sourceforge.net
101-
10295
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu
10396
Date: October 2010
10497
Contact: Stefan Achatz <[email protected]>

Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Date: January 2011
5252
Contact: Stefan Achatz <[email protected]>
5353
Description: The mouse can store 5 profiles which can be switched by the
5454
press of a button. A profile is split in settings and buttons.
55-
profile_buttons holds informations about button layout.
55+
profile_buttons holds information about button layout.
5656
When written, this file lets one write the respective profile
5757
buttons back to the mouse. The data has to be 23 bytes long.
5858
The mouse will reject invalid data.
@@ -66,7 +66,7 @@ Date: January 2011
6666
Contact: Stefan Achatz <[email protected]>
6767
Description: The mouse can store 5 profiles which can be switched by the
6868
press of a button. A profile is split in settings and buttons.
69-
profile_buttons holds informations about button layout.
69+
profile_buttons holds information about button layout.
7070
When read, these files return the respective profile buttons.
7171
The returned data is 23 bytes in size.
7272
This file is readonly.
@@ -77,7 +77,7 @@ Date: January 2011
7777
Contact: Stefan Achatz <[email protected]>
7878
Description: The mouse can store 5 profiles which can be switched by the
7979
press of a button. A profile is split in settings and buttons.
80-
profile_settings holds informations like resolution, sensitivity
80+
profile_settings holds information like resolution, sensitivity
8181
and light effects.
8282
When written, this file lets one write the respective profile
8383
settings back to the mouse. The data has to be 16 bytes long.
@@ -92,7 +92,7 @@ Date: January 2011
9292
Contact: Stefan Achatz <[email protected]>
9393
Description: The mouse can store 5 profiles which can be switched by the
9494
press of a button. A profile is split in settings and buttons.
95-
profile_settings holds informations like resolution, sensitivity
95+
profile_settings holds information like resolution, sensitivity
9696
and light effects.
9797
When read, these files return the respective profile settings.
9898
The returned data is 16 bytes in size.

Documentation/ABI/testing/sysfs-driver-hid-roccat-pyra

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Date: August 2010
3939
Contact: Stefan Achatz <[email protected]>
4040
Description: The mouse can store 5 profiles which can be switched by the
4141
press of a button. A profile is split in settings and buttons.
42-
profile_settings holds informations like resolution, sensitivity
42+
profile_settings holds information like resolution, sensitivity
4343
and light effects.
4444
When written, this file lets one write the respective profile
4545
settings back to the mouse. The data has to be 13 bytes long.
@@ -54,7 +54,7 @@ Date: August 2010
5454
Contact: Stefan Achatz <[email protected]>
5555
Description: The mouse can store 5 profiles which can be switched by the
5656
press of a button. A profile is split in settings and buttons.
57-
profile_settings holds informations like resolution, sensitivity
57+
profile_settings holds information like resolution, sensitivity
5858
and light effects.
5959
When read, these files return the respective profile settings.
6060
The returned data is 13 bytes in size.
@@ -66,7 +66,7 @@ Date: August 2010
6666
Contact: Stefan Achatz <[email protected]>
6767
Description: The mouse can store 5 profiles which can be switched by the
6868
press of a button. A profile is split in settings and buttons.
69-
profile_buttons holds informations about button layout.
69+
profile_buttons holds information about button layout.
7070
When written, this file lets one write the respective profile
7171
buttons back to the mouse. The data has to be 19 bytes long.
7272
The mouse will reject invalid data.
@@ -80,7 +80,7 @@ Date: August 2010
8080
Contact: Stefan Achatz <[email protected]>
8181
Description: The mouse can store 5 profiles which can be switched by the
8282
press of a button. A profile is split in settings and buttons.
83-
profile_buttons holds informations about button layout.
83+
profile_buttons holds information about button layout.
8484
When read, these files return the respective profile buttons.
8585
The returned data is 19 bytes in size.
8686
This file is readonly.

0 commit comments

Comments
 (0)