summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hv: move ringbuffer bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-84/+146
* hv: delete struct hv_dev_port_infoGreg Kroah-Hartman2013-09-262-25/+17
* hv: delete vmbus_get_debug_info()Greg Kroah-Hartman2013-09-262-29/+16
* hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-262-31/+38
* hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-262-14/+38
* hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-262-14/+46
* hv: make "monitor_pages" a "real" pointer arrayGreg Kroah-Hartman2013-09-263-18/+15
* hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-262-14/+14
* hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-262-9/+15
* hv: move "modalias" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-5/+12
* hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-262-8/+12
* hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-262-6/+12
* hv: use dev_groups for device attributesGreg Kroah-Hartman2013-09-262-6/+18
* drivers/pcmcia/yenta_socket.c: convert to module_pci_driverLibo Chen2013-09-261-15/+1
* drivers/pcmcia/pd6729.c: convert to module_pci_driverLibo Chen2013-09-261-12/+1
* hv: Change variable type to boolPeter Senna Tschudin2013-09-261-1/+1
* Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upo...Elad Wexler2013-09-261-4/+4
* misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* uio: uio_sercos3: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* uio: uio_netx: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* uio: uio_mf624: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* uio: uio_cif: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* uio: uio_aec: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* uio: Simplify uio error path by using devres functionsMichal Simek2013-09-262-36/+14
* drivers: uio: mf624_disable_interrupt() can be staticFengguang Wu2013-09-261-2/+2
* hpet: remove useless check if fixmem32 is NULLTomas Winkler2013-09-261-2/+0
* drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()Chen Gang2013-09-261-1/+1
* mei: mei_cl_unlink: no need to loop over dev listTomas Winkler2013-09-261-9/+4
* mei: push credentials inside the irq write handlerTomas Winkler2013-09-263-10/+34
* mei: propagate error from write routines instead of ENODEVTomas Winkler2013-09-264-27/+36
* mei: fix function names in debug printsAlexander Usyskin2013-09-261-3/+3
* mei: prefix client log messages with client me and host idsAlexander Usyskin2013-09-263-32/+38
* mei: mei_release: drop redundant check if cb is NULLTomas Winkler2013-09-261-4/+1
* mei: revamp read and write length checksTomas Winkler2013-09-261-2/+14
* mei: fix format compilation warrning on 32 bit architectureTomas Winkler2013-09-261-1/+1
* mei: mei_write correct checks for copy_from_userAlexander Usyskin2013-09-261-2/+5
* mei: make sure that me_clients_map big enough before copyingTomas Winkler2013-09-261-1/+4
* mei: mei_cl_link protect open_handle_count from overflowTomas Winkler2013-09-261-0/+6
* Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2335-97/+160
|\
| * iio:buffer_cb: Add missing iio_buffer_init()Lars-Peter Clausen2013-09-211-0/+2
| * iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| * iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-212-5/+17
| * iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-213-1/+28
| * iio: Fix crash when scan_bytes is computed with active_scan_mask == NULLPeter Meerwald2013-09-211-2/+9
| * iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-6/+6
| * iio: Fix bma180 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+2
| * iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+4
| * iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski2013-09-181-1/+1
| * staging: iio: ade7854-spi: Fix return valueSachin Kamat2013-09-181-1/+1