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' (patches from Andrew Morton)
Merge first patch-bomb from Andrew Morton: "Quite a lot of other stuff is banked up awaiting further next->mainline merging, but this batch contains: - Lots of random misc patches - OCFS2 - Most of MM - backlight updates - lib/ updates - printk updates - checkpatch updates - epoll tweaking - rtc updates - hfs - hfsplus - documentation - procfs - update gcov to gcc-4.7 format - IPC" * emailed patches from Andrew Morton <[email protected]>: (269 commits) ipc, msg: fix message length check for negative values ipc/util.c: remove unnecessary work pending test devpts: plug the memory leak in kill_sb ./Makefile: export initial ramdisk compression config option init/Kconfig: add option to disable kernel compression drivers: w1: make w1_slave::flags long to avoid memory corruption drivers/w1/masters/ds1wm.cuse dev_get_platdata() drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() drivers/memstick/core/mspro_block.c: fix attributes array allocation drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr kernel/panic.c: reduce 1 byte usage for print tainted buffer gcov: reuse kbasename helper kernel/gcov/fs.c: use pr_warn() kernel/module.c: use pr_foo() gcov: compile specific gcov implementation based on gcc version gcov: add support for gcc 4.7 gcov format gcov: move gcov structs definitions to a gcc version specific file kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end() kernel/sysctl_binary.c: use scnprintf() instead of snprintf() ...
- Loading branch information
Showing
287 changed files
with
5,004 additions
and
2,378 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 |
---|---|---|
|
@@ -2576,7 +2576,7 @@ S: Toronto, Ontario | |
S: Canada | ||
|
||
N: Zwane Mwaikambo | ||
E: [email protected] | ||
E: [email protected] | ||
D: Various driver hacking | ||
D: Lowlevel x86 kernel hacking | ||
D: General debugging | ||
|
@@ -2895,6 +2895,11 @@ S: Framewood Road | |
S: Wexham SL3 6PJ | ||
S: United Kingdom | ||
|
||
N: Richard Purdie | ||
E: [email protected] | ||
D: Backlight subsystem maintainer | ||
S: United Kingdom | ||
|
||
N: Daniel Quinlan | ||
E: [email protected] | ||
W: http://www.pathname.com/~quinlan/ | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,8 @@ Kernel driver lp855x | |
Backlight driver for LP855x ICs | ||
|
||
Supported chips: | ||
Texas Instruments LP8550, LP8551, LP8552, LP8553, LP8556 and LP8557 | ||
Texas Instruments LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and | ||
LP8557 | ||
|
||
Author: Milo(Woogyom) Kim <[email protected]> | ||
|
||
|
@@ -24,7 +25,7 @@ Value : pwm based or register based | |
|
||
2) chip_id | ||
The lp855x chip id. | ||
Value : lp8550/lp8551/lp8552/lp8553/lp8556/lp8557 | ||
Value : lp8550/lp8551/lp8552/lp8553/lp8555/lp8556/lp8557 | ||
|
||
Platform data for lp855x | ||
------------------------ | ||
|
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,7 +5,7 @@ | |
Rusty Russell <[email protected]> | ||
Srivatsa Vaddagiri <[email protected]> | ||
i386: | ||
Zwane Mwaikambo <[email protected]> | ||
Zwane Mwaikambo <[email protected]> | ||
ppc64: | ||
Nathan Lynch <[email protected]> | ||
Joel Schopp <[email protected]> | ||
|
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
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 |
---|---|---|
|
@@ -1661,7 +1661,6 @@ S: Maintained | |
F: drivers/net/wireless/b43legacy/ | ||
|
||
BACKLIGHT CLASS/SUBSYSTEM | ||
M: Richard Purdie <[email protected]> | ||
M: Jingoo Han <[email protected]> | ||
S: Maintained | ||
F: drivers/video/backlight/ | ||
|
@@ -2373,7 +2372,7 @@ F: kernel/cpuset.c | |
|
||
CRAMFS FILESYSTEM | ||
W: http://sourceforge.net/projects/cramfs/ | ||
S: Orphan | ||
S: Orphan / Obsolete | ||
F: Documentation/filesystems/cramfs.txt | ||
F: fs/cramfs/ | ||
|
||
|
@@ -7320,7 +7319,7 @@ S: Odd Fixes | |
F: drivers/media/usb/tlg2300/ | ||
|
||
SC1200 WDT DRIVER | ||
M: Zwane Mwaikambo <[email protected]> | ||
M: Zwane Mwaikambo <[email protected]> | ||
S: Maintained | ||
F: drivers/watchdog/sc1200wdt.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
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
Oops, something went wrong.