aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-debugfs.c
AgeCommit message (Expand)Author
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald
2014-09-29Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown
2014-09-29regmap: Fix debugfs-file 'registers' modeMarkus Pargmann
2014-09-28regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-02-03regmap: debugfs: "registers" & "access" for single register mapsPawel Moll
2013-10-24regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-30Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown
2013-06-19regmap: debugfs: Suppress cache for partial register filesMark Brown
2013-05-14regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla
2013-05-12regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown
2013-05-12regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos
2013-03-04regmap: debugfs: Add a registers `range' fileDimitris Papastamos
2013-03-04regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-17regmap: debugfs: Fix seeking from the cacheMark Brown
2013-01-08regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown
2013-01-08regmap: debugfs: Ensure a correct return value for empty cachesMark Brown
2013-01-08regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown
2013-01-08regmap: debugfs: Fix check for block start in cached seeksMark Brown
2013-01-08regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown
2012-12-11regmap: debugfs: Factor out initial seekMark Brown
2012-12-11regmap: debugfs: Avoid overflows for very small readsMark Brown
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown
2012-10-15regmap: Provide debugfs read of register rangesMark Brown
2012-10-15regmap: Factor out debugfs register readMark Brown
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-10regmap: allow regmap instances to be namedStephen Warren
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd