summaryrefslogtreecommitdiff
path: root/drivers
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-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 Croce1-2/+2
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-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds4-4/+9
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 Torvalds2-5/+24
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 Torvalds24-59/+150
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-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
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch3-1/+13
2019-05-02Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2-6/+3
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson1-1/+2
2019-05-01Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-5/+1
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1