/* * Copyright (C) 2014 Google, Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants clocks for the Maxim 77686 PMIC. */ #ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H #define _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H /* Fixed rate clocks. */ #define MAX77686_CLK_AP 0 #define MAX77686_CLK_CP 1 #define MAX77686_CLK_PMIC 2 /* Total number of clocks. */ #define MAX77686_CLKS_NUM (MAX77686_CLK_PMIC + 1) #endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H */ go' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 10:30:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 10:30:56 -0800
commit2883aaea363f7a897ff06d2e6c73ae7aae285bcb (patch)
treec4b53cd7231612df4a3b1ac190d205f6618bdbcd
parente387dc122fc7c70c2a5df2567f4e2d1114f5a5da (diff)
parente26bfebdfc0d212d366de9990a096665d5c0209a (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull fscache fixes from Al Viro. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fscache: Fix dead object requeue fscache: Clear outstanding writes when disabling a cookie FS-Cache: Initialise stores_lock in netfs cookie
Diffstat
-rw-r--r--fs/fscache/cookie.c5
-rw-r--r--fs/fscache/netfs.c1
-rw-r--r--fs/fscache/object.c32
-rw-r--r--include/linux/fscache-cache.h1
4 files changed, 37 insertions, 2 deletions
diff --git a/fs/fscache/cookie.c b/fs/fscache/cookie.c