| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 4.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2015-08-10 | 1 | -3/+0 |
|\ |
|
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-08-03 | 1 | -3/+0 |
| |\ |
|
| | * | misc: eeprom: at24: clean up at24_bin_write() | Vladimir Zapolskiy | 2015-07-31 | 1 | -3/+0 |
* | | | misc: eeprom: max6875: clean up max6875_read() | Vladimir Zapolskiy | 2015-08-05 | 1 | -6/+0 |
* | | | misc: eeprom: clean up eeprom_read() | Vladimir Zapolskiy | 2015-08-05 | 1 | -5/+0 |
* | | | misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write | Vladimir Zapolskiy | 2015-08-05 | 1 | -14/+0 |
* | | | misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write() | Vladimir Zapolskiy | 2015-08-05 | 1 | -12/+0 |
* | | | misc: cxl: clean up afu_read_config() | Vladimir Zapolskiy | 2015-08-05 | 1 | -6/+1 |
* | | | nvmem: sunxi: Move the SID driver to the nvmem framework | Maxime Ripard | 2015-08-05 | 3 | -170/+0 |
* | | | ti-st: st_kim: use gpio_set_value_cansleep to fix warning | Jürg Billeter | 2015-08-05 | 1 | -5/+5 |
* | | | Revert "ti-st: add device tree support" | Rob Herring | 2015-08-05 | 2 | -102/+9 |
* | | | VMware balloon: Add support for balloon capabilities. | Xavier Deguillard | 2015-08-05 | 1 | -30/+44 |
* | | | VMware balloon: partially inline vmballoon_reserve_page. | Xavier Deguillard | 2015-08-05 | 1 | -56/+42 |
* | | | char: make misc_deregister a void function | Greg Kroah-Hartman | 2015-08-05 | 1 | -6/+1 |
* | | | mei: remove check on pm_runtime_active in __mei_cl_disconnect | Tomas Winkler | 2015-08-05 | 1 | -3/+0 |
* | | | mei: hbm: bump supported HBM version to 2.0 | Tomas Winkler | 2015-08-04 | 1 | -2/+2 |
* | | | mei: me: add sunrise point device ids | Tomas Winkler | 2015-08-04 | 2 | -0/+9 |
* | | | mei: me: d0i3: exit d0i3 on driver start and enter it on stop | Alexander Usyskin | 2015-08-04 | 1 | -9/+29 |
* | | | mei: me: d0i3: move mei_me_hw_reset down in the file | Alexander Usyskin | 2015-08-04 | 1 | -51/+52 |
* | | | mei: me: d0i3: add d0i3 enter/exit state machine | Alexander Usyskin | 2015-08-04 | 4 | -10/+346 |
* | | | mei: hbm: reorganize the power gating responses | Alexander Usyskin | 2015-08-04 | 1 | -15/+70 |
* | | | mei: me: d0i3: enable d0i3 interrupts | Alexander Usyskin | 2015-08-04 | 4 | -35/+33 |
* | | | mei: me: d0i3: add flag to indicate D0i3 support | Alexander Usyskin | 2015-08-04 | 3 | -3/+14 |
* | | | mei: me: d0i3: add the control registers | Tomas Winkler | 2015-08-04 | 1 | -5/+15 |
* | | | mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED | Alexander Usyskin | 2015-08-04 | 2 | -0/+3 |
* | | | mei: bus: add and call callback on notify event | Alexander Usyskin | 2015-08-04 | 3 | -4/+49 |
* | | | mei: implement fasync for event notification | Tomas Winkler | 2015-08-04 | 5 | -4/+53 |
* | | | mei: support polling for event notification | Tomas Winkler | 2015-08-04 | 1 | -0/+8 |
* | | | mei: add async event notification ioctls | Tomas Winkler | 2015-08-04 | 1 | -0/+67 |
* | | | mei: add a handler that waits for notification on event | Tomas Winkler | 2015-08-04 | 4 | -1/+58 |
* | | | mei: add mei_cl_notify_request command | Tomas Winkler | 2015-08-04 | 4 | -4/+157 |
* | | | mei: enable async event notifications only from hbm version 2.0 | Tomas Winkler | 2015-08-04 | 4 | -0/+14 |
* | | | mei: implement async notification hbm messages | Tomas Winkler | 2015-08-04 | 3 | -0/+145 |
* | | | mei: define async notification hbm commands | Tomas Winkler | 2015-08-04 | 1 | -0/+62 |
* | | | mei: disconnect on connection request timeout | Alexander Usyskin | 2015-08-04 | 6 | -29/+95 |
* | | | mei: support for dynamic clients | Tomas Winkler | 2015-08-04 | 4 | -2/+144 |
* | | | mei: bus: link client devices instead of host clients | Tomas Winkler | 2015-08-04 | 5 | -310/+213 |
* | | | mei: bus: simplify how we build nfc bus name | Tomas Winkler | 2015-08-04 | 3 | -64/+55 |
* | | | mei: bus: blacklist clients by number of connections | Tomas Winkler | 2015-08-04 | 1 | -0/+19 |
* | | | mei: bus: blacklist the nfc info client | Tomas Winkler | 2015-08-04 | 1 | -4/+19 |
* | | | mei: bus: enable running fixup routines before device registration | Tomas Winkler | 2015-08-04 | 3 | -16/+107 |
* | | | mei: bus: add me client device list infrastructure | Tomas Winkler | 2015-08-04 | 3 | -2/+6 |
* | | | mei: bus: add reference to bus device in struct mei_cl_client | Tomas Winkler | 2015-08-04 | 1 | -0/+17 |
* | | | mei: bus: revamp probe and remove functions | Tomas Winkler | 2015-08-04 | 1 | -11/+30 |
* | | | mei: bus: revamp device matching | Tomas Winkler | 2015-08-04 | 1 | -19/+44 |
* | | | mei: bus: report if event registration failed | Tomas Winkler | 2015-08-04 | 1 | -1/+5 |
* | | | mei: bus: don't enable events implicitly in device enable | Tomas Winkler | 2015-08-04 | 1 | -3/+0 |
* | | | mei: bus: rename uevent handler to mei_cl_device_uevent | Tomas Winkler | 2015-08-04 | 1 | -2/+10 |
* | | | mei: bus: move driver api functions at the start of the file | Tomas Winkler | 2015-08-04 | 1 | -262/+351 |
* | | | mei: bus: rename nfc.c to bus-fixup.c | Tomas Winkler | 2015-08-04 | 2 | -1/+1 |