aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman1-3/+0
2015-08-05misc: eeprom: max6875: clean up max6875_read()Vladimir Zapolskiy1-6/+0
2015-08-05misc: eeprom: clean up eeprom_read()Vladimir Zapolskiy1-5/+0
2015-08-05misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy1-14/+0
2015-08-05misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write()Vladimir Zapolskiy1-12/+0
2015-08-05misc: cxl: clean up afu_read_config()Vladimir Zapolskiy1-6/+1
2015-08-05nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard3-170/+0
2015-08-05ti-st: st_kim: use gpio_set_value_cansleep to fix warningJürg Billeter1-5/+5
2015-08-05Revert "ti-st: add device tree support"Rob Herring2-102/+9
2015-08-05VMware balloon: Add support for balloon capabilities.Xavier Deguillard1-30/+44
2015-08-05VMware balloon: partially inline vmballoon_reserve_page.Xavier Deguillard1-56/+42
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+1
2015-08-04mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler1-3/+0
2015-08-03mei: hbm: bump supported HBM version to 2.0Tomas Winkler1-2/+2
2015-08-03mei: me: add sunrise point device idsTomas Winkler2-0/+9
2015-08-03mei: me: d0i3: exit d0i3 on driver start and enter it on stopAlexander Usyskin1-9/+29
2015-08-03mei: me: d0i3: move mei_me_hw_reset down in the fileAlexander Usyskin1-51/+52
2015-08-03mei: me: d0i3: add d0i3 enter/exit state machineAlexander Usyskin4-10/+346
2015-08-03mei: hbm: reorganize the power gating responsesAlexander Usyskin1-15/+70
2015-08-03mei: me: d0i3: enable d0i3 interruptsAlexander Usyskin4-35/+33
2015-08-03mei: me: d0i3: add flag to indicate D0i3 supportAlexander Usyskin3-3/+14
2015-08-03mei: me: d0i3: add the control registersTomas Winkler1-5/+15
2015-08-03mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWEDAlexander Usyskin2-0/+3
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin3-4/+49
2015-08-03mei: implement fasync for event notificationTomas Winkler5-4/+53
2015-08-03mei: support polling for event notificationTomas Winkler1-0/+8
2015-08-03mei: add async event notification ioctlsTomas Winkler1-0/+67
2015-08-03mei: add a handler that waits for notification on eventTomas Winkler4-1/+58
2015-08-03mei: add mei_cl_notify_request commandTomas Winkler4-4/+157
2015-08-03mei: enable async event notifications only from hbm version 2.0Tomas Winkler4-0/+14
2015-08-03mei: implement async notification hbm messagesTomas Winkler3-0/+145
2015-08-03mei: define async notification hbm commandsTomas Winkler1-0/+62
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin6-29/+95
2015-08-03mei: support for dynamic clientsTomas Winkler4-2/+144
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler5-310/+213
2015-08-03mei: bus: simplify how we build nfc bus nameTomas Winkler3-64/+55
2015-08-03mei: bus: blacklist clients by number of connectionsTomas Winkler1-0/+19
2015-08-03mei: bus: blacklist the nfc info clientTomas Winkler1-4/+19
2015-08-03mei: bus: enable running fixup routines before device registrationTomas Winkler3-16/+107
2015-08-03mei: bus: add me client device list infrastructureTomas Winkler3-2/+6
2015-08-03mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler1-0/+17
2015-08-03mei: bus: revamp probe and remove functionsTomas Winkler1-11/+30
2015-08-03mei: bus: revamp device matchingTomas Winkler1-19/+44
2015-08-03mei: bus: report if event registration failedTomas Winkler1-1/+5
2015-08-03mei: bus: don't enable events implicitly in device enableTomas Winkler1-3/+0
2015-08-03mei: bus: rename uevent handler to mei_cl_device_ueventTomas Winkler1-2/+10
2015-08-03mei: bus: move driver api functions at the start of the fileTomas Winkler1-262/+351
2015-08-03mei: bus: rename nfc.c to bus-fixup.cTomas Winkler2-1/+1
2015-08-03mei: bus: fix drivers and devices names confusionTomas Winkler3-176/+176
2015-08-03mei: do not access freed cb in blocking writeAlexander Usyskin1-7/+9