| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-18 | watchdog: ziirave_wdt: Use named initializers for struct i2c_device_id | Uwe Kleine-König (The Capable Hub) | 1 | -1/+1 |
| 2025-07-16 | watchdog: ziirave_wdt: check record length in ziirave_firm_verify() | Dan Carpenter | 1 | -0/+3 |
| 2024-11-04 | watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::... | Uwe Kleine-König | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2023-06-26 | watchdog: ziirave_wdt: Switch i2c driver back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-02-18 | watchdog: ziirave_wdt: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-06-21 | watchdog: ziirave_wdt: Remove VERSION_FMT defines and add sysfs newlines | Juerg Haefliger | 1 | -9/+6 |
| 2021-06-21 | watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions | Juerg Haefliger | 1 | -5/+7 |
| 2021-02-07 | watchdog: ziirave_wdt: remove unused including <linux/version.h> | Tian Tao | 1 | -1/+0 |
| 2020-04-01 | watchdog: ziirave_wdt: change name to be more specific | Lucas Stach | 1 | -1/+1 |
| 2019-09-17 | watchdog: ziirave_wdt: Update checked I2C functionality mask | Andrey Smirnov | 1 | -1/+4 |
| 2019-09-17 | watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data() | Andrey Smirnov | 1 | -22/+9 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix DOWNLOAD_START payload | Andrey Smirnov | 1 | -8/+7 |
| 2019-09-17 | watchdog: ziirave_wdt: Drop status polling code | Andrey Smirnov | 1 | -21/+7 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix RESET_PROCESSOR payload | Andrey Smirnov | 1 | -2/+4 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix DOWNLOAD_END payload | Andrey Smirnov | 1 | -1/+1 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payload | Andrey Smirnov | 1 | -2/+5 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix misleading error message | Andrey Smirnov | 1 | -1/+1 |
| 2019-09-17 | watchdog: ziirave_wdt: Don't try to program readonly flash | Andrey Smirnov | 1 | -9/+24 |
| 2019-09-17 | watchdog: ziirave_wdt: Don't read out more than 'len' firmware bytes | Andrey Smirnov | 1 | -2/+4 |
| 2019-09-17 | watchdog: ziirave_wdt: Don't check if ihex record length is zero | Andrey Smirnov | 1 | -8/+0 |
| 2019-09-17 | watchdog: ziirave_wdt: Make use of put_unaligned_le16 | Andrey Smirnov | 1 | -4/+4 |
| 2019-09-17 | watchdog: ziirave_wdt: Zero out only what's necessary | Andrey Smirnov | 1 | -2/+1 |
| 2019-09-17 | watchdog: ziirave_wdt: Fix incorrect use of ARRAY_SIZE | Andrey Smirnov | 1 | -3/+3 |
| 2019-09-17 | watchdog: ziirave_wdt: Skip zeros when calculating checksum | Andrey Smirnov | 1 | -1/+1 |
| 2019-09-17 | watchdog: ziirave_wdt: Check packet length only once | Andrey Smirnov | 1 | -10/+7 |
| 2019-09-17 | watchdog: ziirave_wdt: Simplify ziirave_firm_write_pkt() | Andrey Smirnov | 1 | -72/+44 |
| 2019-09-17 | watchdog: ziirave_wdt: Log bootloader/firmware info during probe | Andrey Smirnov | 1 | -3/+15 |
| 2019-09-17 | watchdog: ziirave_wdt: Don't bail out on unexpected timeout value | Andrey Smirnov | 1 | -11/+11 |
| 2019-09-17 | watchdog: ziirave_wdt: Be more verbose during firmware update | Andrey Smirnov | 1 | -4/+14 |
| 2019-09-17 | watchdog: ziirave_wdt: Be verbose about errors in probe() | Andrey Smirnov | 1 | -8/+24 |
| 2019-09-17 | watchdog: ziirave_wdt: Add missing newline | Andrey Smirnov | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-05 | watchdog: ziirave_wdt: drop warning after calling watchdog_init_timeout | Wolfram Sang | 1 | -5/+1 |
| 2017-09-09 | watchdog: ziirave: constify i2c_device_id | Arvind Yadav | 1 | -1/+1 |
| 2016-09-23 | watchdog: ziirave_wdt: Add support to upload the firmware. | Enric Balletbo i Serra | 1 | -5/+404 |
| 2016-07-17 | watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading. | Enric Balletbo i Serra | 1 | -1/+1 |
| 2016-03-01 | watchdog: ziirave_wdt: Rename "trigger" reset reason "hw watchdog" | Martyn Welch | 1 | -1/+1 |
| 2016-01-11 | watchdog: ziirave: Use watchdog infrastructure to create sysfs attributes | Guenter Roeck | 1 | -17/+3 |
| 2015-12-28 | watchdog: Zodiac Aerospace RAVE Switch Watchdog Processor Driver | Martyn Welch | 1 | -0/+381 |