-
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 tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/gregkh/char-misc Pull char/misc driver updates from Greg KH: "Here's the "big" char and misc driver update for 4.9-rc1. Lots of little things here, all over the driver tree for subsystems that flow through me. Nothing major that I can discern, full details are in the shortlog. All have been in the linux-next tree with no reported issues" * tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (144 commits) drivers/misc/hpilo: Changes to support new security states in iLO5 FW at25: fix debug and error messaging misc/genwqe: ensure zero initialization vme: fake: remove unexpected unlock in fake_master_set() vme: fake: mark symbols static where possible spmi: pmic-arb: Return an error code if sanity check fails Drivers: hv: get rid of id in struct vmbus_channel Drivers: hv: make VMBus bus ids persistent mcb: Add a dma_device to mcb_device mcb: Enable PCI bus mastering by default mei: stop the stall timer worker if not needed clk: probe common clock drivers earlier vme: fake: fix build for 64-bit dma_addr_t ttyprintk: Neaten and simplify printing mei: me: add kaby point device ids coresight: tmc: mark symbols static where possible coresight: perf: deal with error condition properly Drivers: hv: hv_util: Avoid dynamic allocation in time synch fpga manager: Add hardware dependency to Zynq driver Drivers: hv: utils: Support TimeSync version 4.0 protocol samples. ...
- Loading branch information
Showing
129 changed files
with
4,040 additions
and
2,805 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 |
---|---|---|
|
@@ -1944,6 +1944,11 @@ E: [email protected] | |
E: [email protected] | ||
D: video4linux, bttv, vesafb, some scsi, misc fixes | ||
|
||
N: Hans J. Koch | ||
D: USERSPACE I/O, MAX6650 | ||
D: Hans passed away in June 2016, and will be greatly missed. | ||
W: https://lwn.net/Articles/691000/ | ||
|
||
N: Harald Koenig | ||
E: [email protected] | ||
D: XFree86 (S3), DCF77, some kernel hacks and fixes | ||
|
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 |
---|---|---|
|
@@ -153,7 +153,7 @@ Description: | |
|
||
What: /sys/class/mic/mic(x)/heartbeat_enable | ||
Date: March 2015 | ||
KernelVersion: 3.20 | ||
KernelVersion: 4.4 | ||
Contact: Ashutosh Dixit <[email protected]> | ||
Description: | ||
The MIC drivers detect and inform user space about card crashes | ||
|
This file was deleted.
Oops, something went wrong.
13 changes: 11 additions & 2 deletions
13
Documentation/devicetree/bindings/nvmem/rockchip-efuse.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
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 |
---|---|---|
|
@@ -7458,9 +7458,8 @@ F: Documentation/hwmon/max20751 | |
F: drivers/hwmon/max20751.c | ||
|
||
MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | ||
M: "Hans J. Koch" <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Orphan | ||
F: Documentation/hwmon/max6650 | ||
F: drivers/hwmon/max6650.c | ||
|
||
|
@@ -12418,7 +12417,6 @@ F: fs/hostfs/ | |
F: fs/hppfs/ | ||
|
||
USERSPACE I/O (UIO) | ||
M: "Hans J. Koch" <[email protected]> | ||
M: Greg Kroah-Hartman <[email protected]> | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git | ||
|
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 |
---|---|---|
|
@@ -59,18 +59,7 @@ static struct miscdevice coreb_dev = { | |
.name = "coreb", | ||
.fops = &coreb_fops, | ||
}; | ||
|
||
static int __init bf561_coreb_init(void) | ||
{ | ||
return misc_register(&coreb_dev); | ||
} | ||
module_init(bf561_coreb_init); | ||
|
||
static void __exit bf561_coreb_exit(void) | ||
{ | ||
misc_deregister(&coreb_dev); | ||
} | ||
module_exit(bf561_coreb_exit); | ||
module_misc_device(coreb_dev); | ||
|
||
MODULE_AUTHOR("Bas Vermeulen <[email protected]>"); | ||
MODULE_DESCRIPTION("BF561 Core B Support"); | ||
|
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 |
---|---|---|
|
@@ -230,45 +230,7 @@ static struct miscdevice bfin_otp_misc_device = { | |
.name = DRIVER_NAME, | ||
.fops = &bfin_otp_fops, | ||
}; | ||
|
||
/** | ||
* bfin_otp_init - Initialize module | ||
* | ||
* Registers the device and notifier handler. Actual device | ||
* initialization is handled by bfin_otp_open(). | ||
*/ | ||
static int __init bfin_otp_init(void) | ||
{ | ||
int ret; | ||
|
||
stampit(); | ||
|
||
ret = misc_register(&bfin_otp_misc_device); | ||
if (ret) { | ||
pr_init(KERN_ERR PFX "unable to register a misc device\n"); | ||
return ret; | ||
} | ||
|
||
pr_init(KERN_INFO PFX "initialized\n"); | ||
|
||
return 0; | ||
} | ||
|
||
/** | ||
* bfin_otp_exit - Deinitialize module | ||
* | ||
* Unregisters the device and notifier handler. Actual device | ||
* deinitialization is handled by bfin_otp_close(). | ||
*/ | ||
static void __exit bfin_otp_exit(void) | ||
{ | ||
stampit(); | ||
|
||
misc_deregister(&bfin_otp_misc_device); | ||
} | ||
|
||
module_init(bfin_otp_init); | ||
module_exit(bfin_otp_exit); | ||
module_misc_device(bfin_otp_misc_device); | ||
|
||
MODULE_AUTHOR("Mike Frysinger <[email protected]>"); | ||
MODULE_DESCRIPTION("Blackfin OTP Memory Interface"); | ||
|
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.