summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-05watchdog: lpc18xx_wdt: Convert to use device managed functions and other impr...Guenter Roeck1-26/+17
2019-05-05watchdog: kempld_wdt: Convert to use device managed functions and other impro...Guenter Roeck1-24/+4
2019-05-05watchdog: intel-mid_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-11/+11
2019-05-05watchdog: imgpdc_wdt: Convert to use device managed functions and other impro...Guenter Roeck1-55/+36
2019-05-05watchdog: iTCO_wdt: Various improvementsGuenter Roeck1-12/+1
2019-05-05watchdog: gpio_wdt: Convert to use device managed functions and other improve...Guenter Roeck1-14/+2
2019-05-05watchdog: ftwdt010_wdt: Use 'dev' consistentlyGuenter Roeck1-1/+1
2019-05-05watchdog: ep93xx_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-6/+7
2019-05-05watchdog: davinci_wdt: Convert to use device managed functions and other impr...Guenter Roeck1-25/+16
2019-05-05watchdog: da9063_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-5/+6
2019-05-05watchdog: da9062_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-12/+8
2019-05-05watchdog: da9055_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-6/+6
2019-05-05watchdog: da9052_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-7/+6
2019-05-05watchdog: cadence_wdt: Convert to use device managed functions and other impr...Guenter Roeck1-56/+27
2019-05-05watchdog: bcm_kona_wdt: Convert to use device managed functions and other imp...Guenter Roeck1-10/+4
2019-05-05watchdog: bcm7038_wdt: Convert to use device managed functions and other impr...Guenter Roeck1-25/+13
2019-05-05watchdog: bcm2835_wdt: drop platform_set_drvdataGuenter Roeck1-1/+0
2019-05-05watchdog: atlas7_wdt: Convert to use device managed functions and other impro...Guenter Roeck1-42/+19
2019-05-05watchdog: aspeed_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-10/+11
2019-05-05watchdog: asm9260_wdt: Convert to use device managed functions and other impr...Guenter Roeck1-44/+29
2019-05-05watchdog: armada_37xx_wdt: Convert to use device managed functions and other ...Guenter Roeck1-29/+14
2019-05-05watchdog: imx2_wdt: Fix set_timeout for big timeout valuesGeorg Hofmann1-1/+3
2019-05-05watchdog: machzwd : fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-05-05watchdog: rtd119x_wdt: Fix remove functionGuenter Roeck1-1/+1
2019-05-05watchdog: sb_wdog: Make sbwdog_set and sbwdog_pet staticYueHaibing1-2/+2
2019-05-05watchdog: alim7101: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck52-161/+55
2019-05-05watchdog: imx2_wdt: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-05-05watchdog: imx_sc: Add i.MX system controller watchdog supportAnson Huang3-0/+194
2019-05-05dt-bindings: watchdog: add i.MX system controller watchdogAnson Huang1-0/+24
2019-05-05watchdog: bd70528: Initial support for ROHM BD70528 watchdog blockMatti Vaittinen3-0/+303
2019-05-05watchdog: f71808e_wdt: fix F81866 bit operationJi-Ze Hong (Peter Hong)1-7/+7
2019-05-05watchdog: f71808e_wdt: separate declaration and assignmentJi-Ze Hong (Peter Hong)1-1/+3
2019-05-05watchdog: i6300esb: stop printing kernel addressesMatteo Croce2-2/+3
2019-05-05watchdog: fix compile time error of pretimeout governorsVladimir Zapolskiy1-0/+1
2019-05-05watchdog: orion_wdt: remove orion_wdt_set_timeoutChris Packham1-8/+0
2019-05-04Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+14
2019-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-65/+192
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds5-5/+10
2019-05-03Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+16
2019-05-03Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+40
2019-05-03Merge tag 'sound-5.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-40/+78
2019-05-03Merge tag 'drm-misc-fixes-2019-05-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-0/+16
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-289/+544
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds3-93/+161
2019-05-02i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula1-0/+4
2019-05-02i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel1-0/+2
2019-05-02MAINTAINERS: friendly takeover of i2c-gpio driverWolfram Sang1-1/+1
2019-05-02i2c: designware: ratelimit 'transfer when suspended' errorsWolfram Sang1-2/+1
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-4/+32