summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/pc87413_wdt.c
AgeCommit message (Expand)Author
2017-04-20Annotate hardware config module parameters in drivers/watchdog/David Howells
2014-03-31watchdog: fix checkpatch warnings and errorJingoo Han
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-27watchdog: nowayout is boolWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2011-07-22watchdog: pc87413_wdt: Cleanup pc87413 watchdog driver to useJonathan McDowell
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15watchdog: cleanup spaces before tabsWim Van Sebroeck
2010-05-25watchdog: fix several MODULE_PARM_DESC stringsRandy Dunlap
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck
2009-03-25[WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck
2008-08-26[WATCHDOG] removed unused #include <version.h>Huang Weiyi
2008-08-06[WATCHDOG] more coding style clean-up'sWim Van Sebroeck
2008-08-06[WATCHDOG] Coding style - Indentation - part 2Wim Van Sebroeck
2008-06-13[WATCHDOG 31/57] pc87413_wdt: clean up, coding style, unlocked_ioctlAlan Cox
2007-11-02[WATCHDOG] spin_lock_init() fixesAlexey Dobriyan
2007-10-18mv watchdog tree under driversWim Van Sebroeck
class="kt">char *baddr, *limit; struct vxfs_dirblk *dbp; struct vxfs_direct *de; baddr = kaddr + (block * bsize); limit = baddr + bsize - VXFS_DIRLEN(1); dbp = (struct vxfs_dirblk *)baddr; de = (struct vxfs_direct *) (offset ? (kaddr + offset) : (baddr + VXFS_DIRBLKOV(dbp))); for (; (char *)de <= limit; de = vxfs_next_entry(de)) { if (!de->d_reclen) break; if (!de->d_ino) continue; offset = (char *)de - kaddr; ctx->pos = ((page << PAGE_CACHE_SHIFT) | offset) + 2; if (!dir_emit(ctx, de->d_name, de->d_namelen, de->d_ino, DT_UNKNOWN)) { vxfs_put_page(pp); return 0; } } offset = 0; } vxfs_put_page(pp); offset = 0; } ctx->pos = ((page << PAGE_CACHE_SHIFT) | offset) + 2; return 0; }