forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux 3.9-rc5 * tag 'v3.9-rc5': (1080 commits) Linux 3.9-rc5 Revert "lockdep: check that no locks held at freeze time" dw_dmac: adjust slave_id accordingly to request line base dmaengine: dw_dma: fix endianess for DT xlate function PNP: List Rafael Wysocki as a maintainer rbd: don't zero-fill non-image object requests ia64 idle: delete stale (*idle)() function pointer Btrfs: don't drop path when printing out tree errors in scrub target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD mg_disk: fix error return code in mg_probe() Btrfs: fix wrong return value of btrfs_lookup_csum() Btrfs: fix wrong reservation of csums Btrfs: fix double free in the btrfs_qgroup_account_ref() Btrfs: limit the global reserve to 512mb Btrfs: hold the ordered operations mutex when waiting on ordered extents Btrfs: fix space accounting for unlink and rename Btrfs: fix space leak when we fail to reserve metadata space ...
- Loading branch information
Showing
1,122 changed files
with
12,783 additions
and
6,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -953,11 +953,11 @@ S: Blacksburg, Virginia 24061 | |
S: USA | ||
|
||
N: Randy Dunlap | ||
E: [email protected] | ||
W: http://www.xenotime.net/linux/linux.html | ||
W: http://www.linux-usb.org | ||
E: [email protected] | ||
W: http://www.infradead.org/~rdunlap/ | ||
D: Linux-USB subsystem, USB core/UHCI/printer/storage drivers | ||
D: x86 SMP, ACPI, bootflag hacking | ||
D: documentation, builds | ||
S: (ask for current address) | ||
S: USA | ||
|
||
|
@@ -1510,6 +1510,14 @@ D: Natsemi ethernet | |
D: Cobalt Networks (x86) support | ||
D: This-and-That | ||
|
||
N: Mark M. Hoffman | ||
E: [email protected] | ||
D: asb100, lm93 and smsc47b397 hardware monitoring drivers | ||
D: hwmon subsystem core | ||
D: hwmon subsystem maintainer | ||
D: i2c-sis96x and i2c-stub SMBus drivers | ||
S: USA | ||
|
||
N: Dirk Hohndel | ||
E: [email protected] | ||
D: The XFree86[tm] Project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Supported chips: | |
Addresses scanned: - | ||
Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,14 @@ Kernel driver adt7410 | |
Supported chips: | ||
* Analog Devices ADT7410 | ||
Prefix: 'adt7410' | ||
Addresses scanned: I2C 0x48 - 0x4B | ||
Addresses scanned: None | ||
Datasheet: Publicly available at the Analog Devices website | ||
http://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf | ||
* Analog Devices ADT7420 | ||
Prefix: 'adt7420' | ||
Addresses scanned: None | ||
Datasheet: Publicly available at the Analog Devices website | ||
http://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf | ||
|
||
Author: Hartmut Knaack <[email protected]> | ||
|
||
|
@@ -27,6 +32,10 @@ value per second or even justget one sample on demand for power saving. | |
Besides, it can completely power down its ADC, if power management is | ||
required. | ||
|
||
The ADT7420 is register compatible, the only differences being the package, | ||
a slightly narrower operating temperature range (-40°C to +150°C), and a | ||
better accuracy (0.25°C instead of 0.50°C.) | ||
|
||
Configuration Notes | ||
------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ Supported chips: | |
Addresses scanned: I2C 0x18 - 0x1f | ||
|
||
Author: | ||
Guenter Roeck <[email protected]> | ||
Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Supported devices: | |
Documentation: | ||
http://www.lineagepower.com/oem/pdf/CPLI2C.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Supported chips: | |
Datasheet: | ||
http://www.national.com/pf/LM/LM5066.html | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ Supported chips: | |
* Linear Technology LTC2978 | ||
Prefix: 'ltc2978' | ||
Addresses scanned: - | ||
Datasheet: http://cds.linear.com/docs/Datasheet/2978fa.pdf | ||
Datasheet: http://www.linear.com/product/ltc2978 | ||
* Linear Technology LTC3880 | ||
Prefix: 'ltc3880' | ||
Addresses scanned: - | ||
Datasheet: http://cds.linear.com/docs/Datasheet/3880f.pdf | ||
Datasheet: http://www.linear.com/product/ltc3880 | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Supported chips: | |
Datasheet: | ||
http://cds.linear.com/docs/Datasheet/42612fb.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Supported chips: | |
Addresses scanned: - | ||
Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX16064.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Supported chips: | |
http://datasheets.maxim-ic.com/en/ds/MAX16070-MAX16071.pdf | ||
|
||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Supported chips: | |
Addresses scanned: - | ||
Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX34461.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Supported chips: | |
Addresses scanned: - | ||
Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8688.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ Supported chips: | |
Addresses scanned: - | ||
Datasheet: n.a. | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ Supported chips: | |
http://www.summitmicro.com/prod_select/summary/SMM766/SMM766_2086.pdf | ||
http://www.summitmicro.com/prod_select/summary/SMM766B/SMM766B_2122.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Module Parameters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Supported chips: | |
http://focus.ti.com/lit/ds/symlink/ucd9090.pdf | ||
http://focus.ti.com/lit/ds/symlink/ucd90910.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Supported chips: | |
http://focus.ti.com/lit/ds/symlink/ucd9246.pdf | ||
http://focus.ti.com/lit/ds/symlink/ucd9248.pdf | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146401 | |
http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146256 | ||
|
||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Supported adapters: | |
Documentation: | ||
http://www.diolan.com/i2c/u2c12.html | ||
|
||
Author: Guenter Roeck <[email protected]> | ||
Author: Guenter Roeck <[email protected]> | ||
|
||
Description | ||
----------- | ||
|
Oops, something went wrong.