summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VMCI: fix to pass correct device identity to free_irq()Wei Yongjun2013-09-261-1/+1
* ARM: sunxi: Initial support for Allwinner's Security ID fusesOliver Schinagl2013-09-265-0/+211
* Tools: hv: use single send+recv bufferOlaf Hering2013-09-262-11/+7
* Tools: hv: cache FQDN in kvp_daemon to avoid timeoutsOlaf Hering2013-09-261-7/+12
* extcon: arizona: Fix up minor coding style to remove unnecessary bracesChanwoo Choi2013-09-261-6/+4
* extcon: class: Remove unnecessary extern declarationChanwoo Choi2013-09-261-1/+0
* extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-264-72/+94
* misc: pti: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* misc: mei: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0
* misc: ibmasm: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* misc: tifm: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-3/+0
* drivers: misc: ti_dac7512: add support for DT matchingDaniel Mack2013-09-262-0/+30
* drivers: misc: ti_dac7512: provide a SPI ID tableDaniel Mack2013-09-261-0/+7
* drivers: misc: ti_dac7512: drop DAC7512_DRV_NAMEDaniel Mack2013-09-261-3/+1
* drivers: misc: ti_dac7512: drop module versionDaniel Mack2013-09-261-2/+0
* hv: move ringbuffer bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-84/+146
* hv: delete struct hv_dev_port_infoGreg Kroah-Hartman2013-09-263-42/+17
* hv: delete vmbus_get_debug_info()Greg Kroah-Hartman2013-09-263-37/+16
* hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-263-34/+38
* hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-263-16/+38
* hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-263-16/+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-263-15/+14
* hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-263-10/+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-263-9/+12
* hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-263-7/+12
* hv: use dev_groups for device attributesGreg Kroah-Hartman2013-09-263-7/+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