summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc: sram: Introduce support code for protect-exec sram typeDave Gerlach2017-01-253-0/+150
* misc: sram: Split sram data structures into local headerDave Gerlach2017-01-252-28/+41
* w1: Fixup source file headersAndrew F. Davis2017-01-2510-70/+0
* w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero2017-01-251-0/+1
* w1: add DS2405 addressable switch driverMaciej S. Szmigiero2017-01-255-0/+249
* w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero2017-01-251-58/+84
* w1: omap_hdq: Free resources on error pathChristophe JAILLET2017-01-251-1/+1
* coresight: etm4x: Fix timestamp configuration when working from perfMathieu Poirier2017-01-251-1/+2
* coresight: etm4x: Fix enabling of cycle accurate tracing in perf.Mike Leach2017-01-252-2/+6
* coresight: fix kernel panic caused by invalid CPUWang Nan2017-01-251-0/+1
* VME: restore bus_remove function causing incomplete module unloadStefano Babic2017-01-251-0/+15
* lkdtm: Fix Oops when unloading the moduleJuerg Haefliger2017-01-251-1/+3
* eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall2017-01-251-1/+0
* eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King2017-01-251-2/+4
* char: xilinx_hwicap: Remove pointless local variablesMichal Simek2017-01-251-4/+0
* Merge tag 'extcon-next-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-01-2519-192/+414
|\
| * extcon: palmas: Use dev_dbg macro for the debug messagesRoger Quadros2017-01-251-8/+8
| * extcon: Modify the name of EXTCON_USB_HOST connectorChanwoo Choi2017-01-091-1/+1
| * extcon: Add new EXTCON_CHG_USB_PD type for USB Power DeliveryChanwoo Choi2017-01-092-0/+6
| * extcon: Add documentation for EXTCON_CHG_USB_SLOW/FASTBaolin Wang2017-01-091-0/+4
| * extcon: usb-gpio: Add pinctrl operation during system PMPeter Chen2017-01-091-0/+7
| * extcon: Move defintion of struct extcon_dev to driver/extcon directoryChanwoo Choi2017-01-094-58/+66
| * extcon: adc-jack: Use the internal data instead of using struct extcon_devChanwoo Choi2017-01-091-1/+1
| * extcon: int3496: Add Intel INT3496 ACPI device extcon driverDavid Cohen2017-01-094-0/+212
| * extcon: axp288: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setBaolin Wang2017-01-091-0/+8
| * extcon: Add documentation for EXTCON_CHG_USB_* and EXTCON_USB_*Baolin Wang2017-01-091-1/+8
| * extcon: Remove potential problem when calling extcon_register_notifier()Chanwoo Choi2017-01-091-26/+7
| * extcon: axp288: Fix the module not auto-loadingHans de Goede2017-01-091-0/+7
| * extcon: axp288: Remove unnecessary irq?_en register writesHans de Goede2017-01-091-16/+3
| * extcon: axp288: Use vbus-valid instead of -present to determine cable presenceHans de Goede2017-01-091-1/+1
| * extcon: axp288: Fix possibly reporting 2 cables in state trueHans de Goede2017-01-091-2/+8
| * extcon: axp288: Simplify axp288_handle_chrg_det_eventHans de Goede2017-01-091-25/+12
| * extcon: axp288: Remove usb_phy notification codeHans de Goede2017-01-091-12/+0
| * extcon: axp288: Remove dependency on non-existing platform_dataHans de Goede2017-01-091-15/+10
| * extcon: palmas: Check the parent instance to prevent the NULLRoger Quadros2017-01-091-0/+5
| * extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia2017-01-095-18/+36
| * extcon: Return error code on failurePan Bian2017-01-091-1/+1
| * extcon: adc-jack: Fix incompatible pointer type warningPeter Foley2017-01-091-1/+1
| * extcon: arizona: Simplify micd_pol_gpio handlingCharles Keepax2017-01-091-12/+8
* | Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan2017-01-201-150/+2
* | Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan2017-01-202-4/+11
* | Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2017-01-202-1/+3
* | Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2017-01-202-4/+7
* | Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2017-01-202-4/+7
* | Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2017-01-202-4/+7
* | Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan2017-01-201-4/+0
* | Drivers: hv: util: Use hv_get_current_tick() to get current tickK. Y. Srinivasan2017-01-201-1/+2
* | Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-202-5/+9
* | Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2017-01-203-35/+38
* | Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-203-6/+17