aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-192/+278
2017-09-09watchdog: mei_wdt: constify mei_cl_device_idArvind Yadav1-1/+1
2017-09-09watchdog: sp805: constify amba_idArvind Yadav1-1/+1
2017-09-09watchdog: ziirave: constify i2c_device_idArvind Yadav1-1/+1
2017-09-09watchdog: sc1200: constify pnp_device_idArvind Yadav1-1/+1
2017-09-09watchdog: renesas_wdt: update copyright datesWolfram Sang1-2/+2
2017-09-09watchdog: renesas_wdt: make 'clk' a variable local to probe()Wolfram Sang1-5/+5
2017-09-09watchdog: renesas_wdt: consistently use RuntimePM for clock managementWolfram Sang1-14/+19
2017-09-09watchdog: aspeed: Support configuration of external signal propertiesAndrew Jeffery1-3/+102
2017-09-09drivers/watchdog: ASPEED reference dev tree properties for configChristopher Bostic1-5/+24
2017-09-09watchdog: da9063_wdt: Simplify by removing unneeded struct...fzuuzf@googlemail.com1-37/+30
2017-09-09watchdog: bcm7038: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2017-09-09watchdog: qcom: Check for platform_get_resource() failureFabio Estevam1-0/+2
2017-09-09watchdog: of_xilinx_wdt: Add suspend/resume supportMichal Simek1-0/+38
2017-09-09watchdog: of_xilinx_wdt: Add support for reading freq via CCFMaulik Jodhani1-13/+32
2017-09-09watchdog: max77620_wdt: constify platform_device_idArvind Yadav1-1/+1
2017-09-09watchdog: pcwd_usb: constify usb_device_idArvind Yadav1-1/+1
2017-09-09watchdog: cadence_wdt: Show information when driver is probedMichal Simek1-1/+1
2017-09-09watchdog: cadence_wdt: Enable access to module parametersMichal Simek1-2/+2
2017-09-09watchdog: constify watchdog_ops and watchdog_info structuresJulia Lawall3-3/+3
2017-09-09watchdog: asm9260_wdt: don't round closest with get_timeleftWolfram Sang1-1/+1
2017-09-09watchdog: renesas_wdt: add another divider optionWolfram Sang1-3/+5
2017-09-09watchdog: renesas_wdt: apply better precisionWolfram Sang1-9/+19
2017-09-09watchdog: renesas_wdt: don't round closest with get_timeleftWolfram Sang1-1/+1
2017-09-09watchdog: renesas_wdt: check rate also for upper limitWolfram Sang1-2/+2
2017-09-09watchdog: renesas_wdt: avoid (theoretical) type overflowWolfram Sang1-3/+2
2017-09-09watchdog: mt7621: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-09-09watchdog: rt2880: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-09-09watchdog: zx2967: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-09-09watchdog: asm9260: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-09-09watchdog: meson-wdt: add support for the watchdog on Meson8 and Meson8m2Martin Blumenstingl1-0/+2
2017-09-09watchdog: w83627hf: make const array chip_name staticColin Ian King1-1/+1
2017-09-09watchdog: coh901327_wdt: constify watchdog_ops structureGustavo A. R. Silva1-1/+1
2017-09-09watchdog: stm32_iwdg: constify watchdog_ops structureGustavo A. R. Silva1-1/+1
2017-09-09watchdog: it87_wdt: constify watchdog_ops structureGustavo A. R. Silva1-1/+1
2017-09-09watchdog: ts72xx_wdt: constify watchdog_ops structureGustavo A. R. Silva1-1/+1
2017-09-09watchdog: Revert "iTCO_wdt: all versions count down twice"Wim Van Sebroeck1-10/+12
2017-09-04watchdog: octeon-wdt: Add support for 78XX SOCs.Carlos Munoz1-30/+103
2017-09-04watchdog: octeon-wdt: Add support for cn68XX SOCs.David Daney1-13/+35
2017-09-04watchdog: octeon-wdt: File cleaning.Steven J. Hill1-15/+30
2017-09-04watchdog: octeon-wdt: Remove old boot vector code.Steven J. Hill2-132/+44
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-09-04watchdog: lantiq: access boot cause register through regmapHauke Mehrtens1-5/+69
2017-07-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds20-645/+1003
2017-07-03watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes1-4/+9
2017-07-03watchdog: uniphier: add UniPhier watchdog driverKeiji Hayashibara3-0/+281
2017-07-03watchdog: cadence_wdt: make of_device_ids const.Arvind Yadav1-1/+1
2017-07-03watchdog: zx2967: constify zx2967_wdt_ops.Arvind Yadav1-1/+1
2017-07-03watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_opsArvind Yadav1-2/+2
2017-07-03watchdog: davinci: Add missing clk_disable_unprepare().Arvind Yadav1-1/+3