Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
01aad3f0de67281f099e253b404fe08db2814c28
/
drivers
/
base
/
regmap
/
regmap-debugfs.c
676970d
regmap: debugfs: "registers" & "access" for single register maps
by Pawel Moll
· 11 years ago
a52eaeb
regmap: debugfs: Fix a boot time crash with early regmap init
by Tero Kristo
· 11 years ago
542a086
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
26ee474
regmap: debugfs: Fix continued read from registers file
by Lars-Peter Clausen
· 11 years ago
34da5e6
driver core: replace strict_strto*() with kstrto*()
by Jingoo Han
· 12 years ago
ad4f496
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
by Mark Brown
· 12 years ago
feff98f
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
by Mark Brown
· 12 years ago
d6814a7
regmap: debugfs: Suppress cache for partial register files
by Mark Brown
· 12 years ago
213fa5d
regmap: debugfs: Fix return from regmap_debugfs_get_dump_start
by Srinivas Kandagatla
· 12 years ago
f9e464a
regmap: debugfs: Don't mark lockdep as broken due to debugfs write
by Mark Brown
· 12 years ago
68e850d
regmap: debugfs: Check return value of regmap_write()
by Dimitris Papastamos
· 12 years ago
065b4c5
regmap: debugfs: Add a registers `range' file
by Dimitris Papastamos
· 12 years ago
480738d
regmap: debugfs: Simplify calculation of `c->max_reg'
by Dimitris Papastamos
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
4dd7c55
regmap: debugfs: Factor out debugfs_tot_len calc into a function
by Dimitris Papastamos
· 12 years ago
cf57d60
regmap: debugfs: Optimize seeking within blocks of registers
by Dimitris Papastamos
· 12 years ago
c2c1ee6
regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache
by Dimitris Papastamos
· 12 years ago
f3eb839
regmap: debugfs: Fix reading in register field units
by Dimitris Papastamos
· 12 years ago
a347146
regmap: regmap: avoid spurious warning in regmap_read_debugfs
by Russell King
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
f32ca3d
regmap: debugfs: Fix seeking from the cache
by Mark Brown
· 12 years ago
e8d6539
regmap: debugfs: Make sure we store the last entry in the offset cache
by Mark Brown
· 12 years ago
5bd9f4b
regmap: debugfs: Ensure a correct return value for empty caches
by Mark Brown
· 12 years ago
95f971c
regmap: debugfs: Discard the cache if we fail to allocate an entry
by Mark Brown
· 12 years ago
5a1d6d1
regmap: debugfs: Fix check for block start in cached seeks
by Mark Brown
· 12 years ago
120f805
regmap: debugfs: Fix attempts to read nonexistant register blocks
by Mark Brown
· 12 years ago
5166b7c
regmap: debugfs: Cache offsets of valid regions for dump
by Mark Brown
· 12 years ago
afab2f7
regmap: debugfs: Factor out initial seek
by Mark Brown
· 12 years ago
db04328
regmap: debugfs: Avoid overflows for very small reads
by Mark Brown
· 12 years ago
cbc1938
regmap: Cache register and value sizes for debugfs
by Mark Brown
· 12 years ago
4b020b3
regmap: Provide debugfs read of register ranges
by Mark Brown
· 12 years ago
bd9cc12
regmap: Factor out debugfs register read
by Mark Brown
· 12 years ago
f01ee60
regmap: implement register striding
by Stephen Warren
· 13 years ago
c0cc6fe
Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-stride
by Mark Brown
· 13 years ago
d3c242e
regmap: allow regmap instances to be named
by Stephen Warren
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
250f671
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
19694b5
regmap: delete unused module.h from drivers/base/regmap files
by Paul Gortmaker
· 13 years ago
f0c2319
regmap: Expose the driver name in debugfs
by Dimitris Papastamos
· 13 years ago
09c6ecd
regmap: Add support for writing to regmap registers via debugfs
by Dimitris Papastamos
· 13 years ago
028a01e
regmap: Add debugfs information for the cache status
by Mark Brown
· 13 years ago
d813ae9
regmap: Include the last register in debugfs output
by Mark Brown
· 13 years ago
449e384
regmap: Provide access information via debugfs
by Mark Brown
· 14 years ago
21f5554
regmap: Share some of the debugfs infrastructure ready for more files
by Mark Brown
· 14 years ago
8de2f08
regmap: Add functions to check for access on registers
by Mark Brown
· 14 years ago
cb3c2dc
regmap: Fix type of field width specifiers for x86_64
by Mark Brown
· 14 years ago
2efe164
regmap: Skip precious registers when dumping registers via debugfs
by Mark Brown
· 14 years ago
31244e3
regmap: Provide register map dump via debugfs
by Mark Brown
· 14 years ago