summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang2018-08-201-2/+5
* thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-10/+1
* thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-14/+2
* thermal: qoriq: Switch to SPDX identifierFabio Estevam2018-08-201-13/+3
* thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam2018-08-201-2/+2
* thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam2018-08-201-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-198-51/+54
|\
| * r8169: don't use MSI-X on RTL8106eJian-Hong Pan2018-08-191-3/+6
| * net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann2018-08-191-2/+1
| * r8169: add missing Kconfig dependencyHeiner Kallweit2018-08-171-0/+1
| * net/mlx5e: Delete unneeded function argumentYuval Shaia2018-08-161-2/+2
| * isdn: Disable IIOCDBGVARKees Cook2018-08-161-7/+1
| * net: dsa: add support for ksz9897 ethernet switchLad, Prabhakar2018-08-162-0/+10
| * veth: Free queues on link deleteToshiaki Makita2018-08-161-37/+33
* | Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-196-0/+390
|\ \
| * | irqchip: add a SiFive PLIC driverChristoph Hellwig2018-08-133-0/+273
| * | clocksource: new RISC-V SBI timer driverPalmer Dabbelt2018-08-133-0/+117
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-191-6/+2
|\ \ \
| * | | Revert "uio: use request_threaded_irq instead"Xiubo Li2018-08-121-6/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1986-934/+1277
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2018-08-16213-1708/+2508
| |\ \ \ \
| | * | | | Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov2018-08-081-4/+12
| | * | | | Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-088-2/+14
| | * | | | Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
| | * | | | Input: evdev - switch to bitmap APIAndy Shevchenko2018-08-021-9/+7
| | * | | | Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko2018-08-021-4/+4
| | * | | | Merge branch 'ib/4.17-bitmap' into nextDmitry Torokhov2018-08-0210-304/+288
| | |\ \ \ \
| | | * | | | md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-029-294/+278
| | | * | | | dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-021-10/+10
| | * | | | | Input: pm8941-pwrkey - add resin entryVinod Koul2018-07-311-0/+8
| | * | | | | Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul2018-07-311-13/+49
| | * | | | | Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-281-14/+5
| | * | | | | Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer2018-07-271-2/+2
| | * | | | | Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer2018-07-271-0/+4
| | * | | | | Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer2018-07-271-10/+24
| | * | | | | Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer2018-07-271-52/+56
| | * | | | | Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer2018-07-271-12/+22
| | * | | | | Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer2018-07-271-6/+2
| | * | | | | Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0
| | * | | | | Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer2018-07-271-18/+18
| | * | | | | Input: atmel_mxt_ts - only use first T9 instanceNick Dyer2018-07-271-3/+4
| | * | | | | Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1
| | * | | | | Input: appletouch - replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-271-3/+3
| | * | | | | Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()Jia-Ju Bai2018-07-271-2/+2
| | * | | | | Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai2018-07-271-1/+1
| | * | | | | Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()Jia-Ju Bai2018-07-271-1/+1
| | * | | | | Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai2018-07-271-1/+1
| | * | | | | Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher2018-07-271-5/+6
| | * | | | | Input: iforce - reformat the packet dump outputTim Schumacher2018-07-274-11/+7
| | * | | | | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-2745-180/+0