summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* HID: we do not randomly make new drivers 'default y'Linus Torvalds2018-10-271-1/+0
* Merge tag 'linux-watchdog-4.20-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2018-10-2717-391/+697
|\
| * watchdog: ts4800: release syscon device node in ts4800_wdt_probe()Alexey Khoroshilov2018-10-221-0/+1
| * watchdog: armada_37xx_wdt: use do_div for u64 divisionMarek BehĂșn2018-10-131-4/+5
| * watchdog: Add support for Armada 37xx CPU watchdogMarek BehĂșn2018-10-133-0/+399
| * watchdog: mpc8xxx: provide boot statusChristophe Leroy2018-10-131-0/+22
| * watchdog: rza_wdt: Support longer timeoutsChris Brandt2018-10-021-18/+70
| * watchdog: hpwdt: Disable PreTimeout when Timeout is smallerJerry Hoemann2018-10-021-0/+4
| * watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798DGuenter Roeck2018-10-021-1/+7
| * watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()Christophe Leroy2018-10-021-12/+12
| * watchdog: lantiq: add get_timeleft callbackHauke Mehrtens2018-10-021-0/+11
| * watchdog: lantiq: Convert to watchdog_deviceHauke Mehrtens2018-10-022-154/+125
| * watchdog: lantiq: update register names to better match specHauke Mehrtens2018-10-021-17/+19
| * watchdog: sama5d4: fix timeout-sec usageRomain Izard2018-10-021-5/+1
| * watchdog: fix a small number of "watchog" typos in commentsRobert P. J. Day2018-10-022-3/+3
| * watchdog: rza_wdt: convert to SPDX identifiersKuninori Morimoto2018-10-021-4/+1
| * watchdog: iTCO_wdt: Remove unused hooksJean Delvare2018-10-023-18/+0
| * watchdog: iTCO_wdt: Drop option vendorsupport=2Jean Delvare2018-10-021-150/+8
| * watchdog: renesas_wdt: stop when unregisteringWolfram Sang2018-10-021-0/+1
| * watchdog: core: fix null pointer dereference when releasing cdevWolfram Sang2018-10-021-5/+5
| * watchdog: renesas_wdt: use SPDX identifier for Renesas driversWolfram Sang2018-10-021-4/+1
| * watchdog: hpwdt: Update version number.Jerry Hoemann2018-10-021-1/+1
| * watchdog: hpwdt: Module paramerter alias.Jerry Hoemann2018-10-021-0/+3
| * watchdog: hpwdt: Display module parameters.Jerry Hoemann2018-10-021-3/+6
| * watchdog: hpwdt: Claim NMI from iLOJerry Hoemann2018-10-021-1/+1
| * watchdog: hpwdt: Initialize pretimeout from module parameter.Jerry Hoemann2018-10-021-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-10-2711-24/+57
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2018-10-2211-24/+57
| |\ \
| | * | Input: synaptics - avoid using uninitialized variable when probingDmitry Torokhov2018-10-191-3/+1
| | * | Input: xen-kbdfront - mark expected switch fall-throughGustavo A. R. Silva2018-10-161-1/+1
| | * | Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva2018-10-151-1/+1
| | * | Input: cyapa - mark expected switch fall-throughsGustavo A. R. Silva2018-10-151-2/+2
| | * | Input: wm97xx-ts - fix exit pathRandy Dunlap2018-10-151-1/+2
| | * | Input: of_touchscreen - add support for touchscreen-min-x|yHans de Goede2018-10-111-8/+28
| | * | Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd2018-10-101-3/+4
| | * | Input: silead - try firmware reload after unsuccessful resumeJulian Sax2018-10-051-0/+13
| | * | Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger2018-10-051-0/+1
| | * | Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-1/+1
| | * | Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis2018-09-281-1/+0
| | * | Input: sun4i-lradc - convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
* | | | Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-10-2731-476/+530
|\ \ \ \
| * | | | rtc: sc27xx: Always read normal alarm when registering RTC deviceBaolin Wang2018-10-251-2/+6
| * | | | rtc: sc27xx: Add check to see if need to enable the alarm interruptBaolin Wang2018-10-251-0/+33
| * | | | rtc: sc27xx: Remove interrupts disable and clear in probe()Baolin Wang2018-10-251-20/+0
| * | | | rtc: sc27xx: Clear SPG value update interrupt statusBaolin Wang2018-10-251-1/+2
| * | | | rtc: sc27xx: Set wakeup capability before registering rtc deviceBaolin Wang2018-10-251-1/+3
| * | | | rtc: s35390a: Change buf's type to u8 in s35390a_initNathan Chancellor2018-10-221-1/+1
| * | | | rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch2018-10-221-1/+0
| * | | | rtc: ds1685: simplify getting .driver_dataWolfram Sang2018-10-221-2/+1
| * | | | rtc: m41t80: mark expected switch fall-throughGustavo A. R. Silva2018-10-161-1/+1