Re: Documentation/unaligned-memory-access.txt: fix incorrect comparison operator

2016-12-27 Thread Jonathan Corbet
On Sat, 17 Dec 2016 19:42:17 +0200 Cihangir Akturk wrote: > In the actual implementation ether_addr_equal function tests for equality to 0 > when returning. It seems in commit 0d74c4 it is somehow overlooked to change > this operator to reflect the actual function. I've applied this to the docs

Re: [PATCH] doc: add note on usleep_range range

2016-12-27 Thread Pavel Machek
On Tue 2016-12-13 04:58:43, Nicholas Mc Guire wrote: > useleep_range() with a delta of 0 makes no sense and only prevents the > timer subsystem from optimizing interrupts. As any user of usleep_range() > is in non-atomic context the timer jitter is in the range of 10s of > microseconds anyway. >

[PATCH v5] watchdog: nic7018_wdt: Add NIC7018 watchdog driver

2016-12-27 Thread Hui Chun Ong
Add support for the watchdog timer on PXI Embedded Controller. Signed-off-by: Hui Chun Ong --- v4: Remove nic7018_stop() from nic7018_remove(). Lock WDT registers when watchdog_register_device() call failed. v3: Update timeout calculation from miliseconds to seconds. Reorder watchdog_reg