summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dell-rbtn: Add a comment about the XPS 13 9350Andy Lutomirski2016-03-231-0/+15
| * | | dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)Andy Lutomirski2016-03-231-7/+64
| * | | dell-wmi: Clean up hotkey table size checkAndy Lutomirski2016-03-231-2/+13
| * | | dell-wmi, dell-laptop: depends DMIAndy Lutomirski2016-03-231-0/+2
| * | | dell-wmi: Stop storing pointers to DMI tablesAndy Lutomirski2016-03-231-28/+46
| * | | dell-led: use dell_smbios_send_request() for performing SMBIOS callsMichał Kępień2016-03-231-59/+6
| * | | dell-led: use dell_smbios_find_token() for finding mic DMI tokensMichał Kępień2016-03-232-54/+10
| * | | dell-smbios: make da_tokens staticMichał Kępień2016-03-232-4/+1
| * | | dell-smbios: remove find_token_{id,location}()Michał Kępień2016-03-232-28/+0
| * | | dell-laptop: use dell_smbios_find_token() instead of find_token_location()Michał Kępień2016-03-231-12/+12
| * | | dell-laptop: use dell_smbios_find_token() instead of find_token_id()Michał Kępień2016-03-231-11/+11
| * | | dell-smbios: implement new function for finding DMI table 0xDA tokensMichał Kępień2016-03-232-0/+15
| * | | dell-smbios: make the SMBIOS buffer staticMichał Kępień2016-03-232-3/+1
| * | | dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer()Michał Kępień2016-03-233-19/+35
| * | | dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request()Michał Kępień2016-03-232-6/+2
| * | | dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request()Michał Kępień2016-03-233-25/+23
| * | | dell-smbios: rename dell_send_request() to dell_smbios_send_request()Michał Kępień2016-03-233-26/+26
| * | | dell-smbios: rename release_buffer() to dell_smbios_release_buffer()Michał Kępień2016-03-233-17/+17
| * | | dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer()Michał Kępień2016-03-233-10/+10
| * | | dell-smbios: rename get_buffer() to dell_smbios_get_buffer()Michał Kępień2016-03-233-16/+16
| * | | dell-laptop: extract SMBIOS-related code to a separate moduleMichał Kępień2016-03-235-163/+257
| * | | toshiba_acpi: Add a module parameter to disable hotkeys registrationAzael Avalos2016-03-231-0/+10
| * | | toshiba_acpi: Add sysfs entries for the Cooling Method featureAzael Avalos2016-03-231-0/+51
| * | | toshiba_acpi: Add support for cooling method featureAzael Avalos2016-03-231-0/+54
| * | | thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface"Eric Curtin2016-03-231-3/+1
| * | | alienware-wmi: whitespace improvementsMario Limonciello2016-02-071-9/+5
| * | | alienware-wmi: Add support for two new systems: ASM200 and ASM201.Mario Limonciello2016-02-071-0/+32
| * | | alienware-wmi: Add support for deep sleep control.Mario Limonciello2016-02-071-0/+95
| * | | alienware-wmi: Add initial support for alienware graphics amplifier.Mario Limonciello2016-02-071-19/+88
| * | | alienware-wmi: Add support for new platform: X51-R3Mario Limonciello2016-02-071-5/+19
| * | | alienware-wmi: Clean up whitespace for ASM100 platformMario Limonciello2016-02-071-8/+8
* | | | Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-235-19/+71
|\ \ \ \
| * | | | pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin2016-03-231-1/+8
| * | | | pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin2016-03-231-5/+1
| * | | | pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin2016-03-231-4/+30
| * | | | pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin2016-03-231-7/+20
| * | | | pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy2016-03-231-2/+2
| * | | | pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman2016-03-231-1/+1
| * | | | pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
| * | | | pwm: img: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
| |/ / /
* | | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-2315-139/+1174
|\ \ \ \
| * | | | cxgb4: update Kconfig and MakefileVarun Prakash2016-03-222-0/+12
| * | | | cxgb4: add iSCSI DDP page pod managerVarun Prakash2016-03-222-0/+774
| * | | | cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash2016-03-222-9/+9
| * | | | cxgb4: move VLAN_NONE macro definitionVarun Prakash2016-03-222-2/+2
| * | | | cxgb4: update struct cxgb4_lld_info definitionVarun Prakash2016-03-223-0/+10
| * | | | cxgb4: add definitions for iSCSI target ULDVarun Prakash2016-03-222-0/+114
| * | | | cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash2016-03-222-12/+15
| * | | | cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash2016-03-223-14/+5
| * | | | cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash2016-03-222-81/+81