forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'akpm' (incoming from Andrew)
Merge second batch of fixes from Andrew Morton: - various misc bits - some printk updates - a new "SRAM" driver. - MAINTAINERS updates - the backlight driver queue - checkpatch updates - a few init/ changes - a huge number of drivers/rtc changes - fatfs updates - some lib/idr.c work - some renaming of the random driver interfaces * emailed patches from Andrew Morton <[email protected]>: (285 commits) net: rename random32 to prandom net/core: remove duplicate statements by do-while loop net/core: rename random32() to prandom_u32() net/netfilter: rename random32() to prandom_u32() net/sched: rename random32() to prandom_u32() net/sunrpc: rename random32() to prandom_u32() scsi: rename random32() to prandom_u32() lguest: rename random32() to prandom_u32() uwb: rename random32() to prandom_u32() video/uvesafb: rename random32() to prandom_u32() mmc: rename random32() to prandom_u32() drbd: rename random32() to prandom_u32() kernel/: rename random32() to prandom_u32() mm/: rename random32() to prandom_u32() lib/: rename random32() to prandom_u32() x86: rename random32() to prandom_u32() x86: pageattr-test: remove srandom32 call uuid: use prandom_bytes() raid6test: use prandom_bytes() sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() ...
- Loading branch information
Showing
218 changed files
with
2,859 additions
and
2,303 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 |
---|---|---|
|
@@ -761,6 +761,10 @@ S: Northampton | |
S: NN1 3QT | ||
S: United Kingdom | ||
|
||
N: Massimo Dal Zotto | ||
E: [email protected] | ||
D: i8k Dell laptop SMM driver | ||
|
||
N: Uwe Dannowski | ||
E: [email protected] | ||
W: http://i30www.ira.uka.de/~dannowsk/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Chips&Media Coda multi-standard codec IP | ||
======================================== | ||
|
||
Coda codec IPs are present in i.MX SoCs in various versions, | ||
called VPU (Video Processing Unit). | ||
|
||
Required properties: | ||
- compatible : should be "fsl,<chip>-src" for i.MX SoCs: | ||
(a) "fsl,imx27-vpu" for CodaDx6 present in i.MX27 | ||
(b) "fsl,imx53-vpu" for CODA7541 present in i.MX53 | ||
(c) "fsl,imx6q-vpu" for CODA960 present in i.MX6q | ||
- reg: should be register base and length as documented in the | ||
SoC reference manual | ||
- interrupts : Should contain the VPU interrupt. For CODA960, | ||
a second interrupt is needed for the MJPEG unit. | ||
- clocks : Should contain the ahb and per clocks, in the order | ||
determined by the clock-names property. | ||
- clock-names : Should be "ahb", "per" | ||
- iram : phandle pointing to the SRAM device node | ||
|
||
Example: | ||
|
||
vpu: vpu@63ff4000 { | ||
compatible = "fsl,imx53-vpu"; | ||
reg = <0x63ff4000 0x1000>; | ||
interrupts = <9>; | ||
clocks = <&clks 63>, <&clks 63>; | ||
clock-names = "ahb", "per"; | ||
iram = <&ocram>; | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Generic on-chip SRAM | ||
|
||
Simple IO memory regions to be managed by the genalloc API. | ||
|
||
Required properties: | ||
|
||
- compatible : mmio-sram | ||
|
||
- reg : SRAM iomem address range | ||
|
||
Example: | ||
|
||
sram: sram@5c000000 { | ||
compatible = "mmio-sram"; | ||
reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ | ||
}; |
15 changes: 15 additions & 0 deletions
15
Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Atmel AT91RM9200 Real Time Clock | ||
|
||
Required properties: | ||
- compatible: should be: "atmel,at91rm9200-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: rtc alarm/event interrupt | ||
|
||
Example: | ||
|
||
rtc@fffffe00 { | ||
compatible = "atmel,at91rm9200-rtc"; | ||
reg = <0xfffffe00 0x100>; | ||
interrupts = <1 4 7>; | ||
}; |
41 changes: 41 additions & 0 deletions
41
Documentation/devicetree/bindings/video/backlight/lp855x.txt
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
lp855x bindings | ||
|
||
Required properties: | ||
- compatible: "ti,lp8550", "ti,lp8551", "ti,lp8552", "ti,lp8553", | ||
"ti,lp8556", "ti,lp8557" | ||
- reg: I2C slave address (u8) | ||
- dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device. | ||
|
||
Optional properties: | ||
- bl-name: Backlight device name (string) | ||
- init-brt: Initial value of backlight brightness (u8) | ||
- pwm-period: PWM period value. Set only PWM input mode used (u32) | ||
- rom-addr: Register address of ROM area to be updated (u8) | ||
- rom-val: Register value to be updated (u8) | ||
|
||
Example: | ||
|
||
/* LP8556 */ | ||
backlight@2c { | ||
compatible = "ti,lp8556"; | ||
reg = <0x2c>; | ||
|
||
bl-name = "lcd-bl"; | ||
dev-ctrl = /bits/ 8 <0x85>; | ||
init-brt = /bits/ 8 <0x10>; | ||
}; | ||
|
||
/* LP8557 */ | ||
backlight@2c { | ||
compatible = "ti,lp8557"; | ||
reg = <0x2c>; | ||
|
||
dev-ctrl = /bits/ 8 <0x41>; | ||
init-brt = /bits/ 8 <0x0a>; | ||
|
||
/* 4V OV, 4 output LED string enabled */ | ||
rom_14h { | ||
rom-addr = /bits/ 8 <0x14>; | ||
rom-val = /bits/ 8 <0xcf>; | ||
}; | ||
}; |
27 changes: 27 additions & 0 deletions
27
Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
TPS65217 family of regulators | ||
|
||
The TPS65217 chip contains a boost converter and current sinks which can be | ||
used to drive LEDs for use as backlights. | ||
|
||
Required properties: | ||
- compatible: "ti,tps65217" | ||
- reg: I2C slave address | ||
- backlight: node for specifying WLED1 and WLED2 lines in TPS65217 | ||
- isel: selection bit, valid values: 1 for ISEL1 (low-level) and 2 for ISEL2 (high-level) | ||
- fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000 | ||
- default-brightness: valid values: 0-100 | ||
|
||
Each regulator is defined using the standard binding for regulators. | ||
|
||
Example: | ||
|
||
tps: tps@24 { | ||
reg = <0x24>; | ||
compatible = "ti,tps65217"; | ||
backlight { | ||
isel = <1>; /* 1 - ISET1, 2 ISET2 */ | ||
fdim = <100>; /* TPS65217_BL_FDIM_100HZ */ | ||
default-brightness = <50>; | ||
}; | ||
}; | ||
|
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 |
---|---|---|
|
@@ -90,20 +90,22 @@ Descriptions of section entries: | |
F: drivers/net/* all files in drivers/net, but not below | ||
F: */net/* all files in "any top level directory"/net | ||
One pattern per line. Multiple F: lines acceptable. | ||
N: Files and directories with regex patterns. | ||
N: [^a-z]tegra all files whose path contains the word tegra | ||
One pattern per line. Multiple N: lines acceptable. | ||
X: Files and directories that are NOT maintained, same rules as F: | ||
Files exclusions are tested before file matches. | ||
Can be useful for excluding a specific subdirectory, for instance: | ||
F: net/ | ||
X: net/ipv6/ | ||
matches all files in and below net excluding net/ipv6/ | ||
K: Keyword perl extended regex pattern to match content in a | ||
patch or file, or an affected filename. For instance: | ||
patch or file. For instance: | ||
K: of_get_profile | ||
matches patch or file content, or filenames, that contain | ||
"of_get_profile" | ||
matches patches or files that contain "of_get_profile" | ||
K: \b(printk|pr_(info|err))\b | ||
matches patch or file content, or filenames, that contain one or | ||
more of the words printk, pr_info or pr_err | ||
matches patches or files that contain one or more of the words | ||
printk, pr_info or pr_err | ||
One regex pattern per line. Multiple K: lines acceptable. | ||
|
||
Note: For the hard of thinking, this list is meant to remain in alphabetical | ||
|
@@ -2442,9 +2444,7 @@ S: Maintained | |
F: drivers/platform/x86/dell-laptop.c | ||
|
||
DELL LAPTOP SMM DRIVER | ||
M: Massimo Dal Zotto <[email protected]> | ||
W: http://www.debian.org/~dz/i8k/ | ||
S: Maintained | ||
S: Orphan | ||
F: drivers/char/i8k.c | ||
F: include/uapi/linux/i8k.h | ||
|
||
|
@@ -7893,7 +7893,7 @@ L: [email protected] | |
Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git | ||
S: Supported | ||
K: (?i)[^a-z]tegra | ||
N: [^a-z]tegra | ||
|
||
TEHUTI ETHERNET DRIVER | ||
M: Andy Gospodarek <[email protected]> | ||
|
@@ -8379,9 +8379,10 @@ S: Maintained | |
F: drivers/usb/serial/option.c | ||
|
||
USB PEGASUS DRIVER | ||
M: Petko Manolov <petkan@users.sourceforge.net> | ||
M: Petko Manolov <petkan@nucleusys.com> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.code.sf.net/p/pegasus2/git | ||
W: http://pegasus2.sourceforge.net/ | ||
S: Maintained | ||
F: drivers/net/usb/pegasus.* | ||
|
@@ -8401,9 +8402,10 @@ S: Supported | |
F: drivers/usb/class/usblp.c | ||
|
||
USB RTL8150 DRIVER | ||
M: Petko Manolov <petkan@users.sourceforge.net> | ||
M: Petko Manolov <petkan@nucleusys.com> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.code.sf.net/p/pegasus2/git | ||
W: http://pegasus2.sourceforge.net/ | ||
S: Maintained | ||
F: drivers/net/usb/rtl8150.c | ||
|
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
Oops, something went wrong.