| Commit message (Expand) | Author | Files | Lines |
2011-09-09 | regmap: Provide device read and write map interface for merging | Mark Brown | 1 | -0/+9 |
2011-09-06 | regmap: Make debugfs stubs static inline | Lars-Peter Clausen | 1 | -3/+3 |
2011-09-05 | regmap: Add support for device specific write and read flag masks. | Lars-Peter Clausen | 3 | -3/+24 |
2011-09-05 | regmap: Include the last register in debugfs output | Mark Brown | 1 | -2/+2 |
2011-09-05 | regmap: Remove redundant owner field from the bus type struct | Mark Brown | 3 | -5/+0 |
2011-09-05 | regmap: Remove bitrotted module_put()s | Mark Brown | 1 | -4/+1 |
2011-08-22 | mfd: Convert WM8400 to regmap API | Mark Brown | 2 | -81/+32 |
2011-08-22 | mfd: Convert WM8994 to use new register map API | Mark Brown | 3 | -152/+36 |
2011-08-22 | mfd: Use device ID matching for WM831x SPI driver | Mark Brown | 1 | -119/+19 |
2011-08-22 | mfd: Provide regmap register access info from wm831x driver | Mark Brown | 1 | -0/+351 |
2011-08-22 | mfd: Convert WM831x to use regmap API | Mark Brown | 5 | -170/+58 |
2011-08-21 | regmap: Allow drivers to specify register defaults | Mark Brown | 1 | -2/+22 |
2011-08-14 | regmap: Provide access information via debugfs | Mark Brown | 1 | -1/+71 |
2011-08-14 | regmap: Share some of the debugfs infrastructure ready for more files | Mark Brown | 1 | -4/+10 |
2011-08-14 | regmap: Add functions to check for access on registers | Mark Brown | 3 | -4/+51 |
2011-08-12 | regmap: Specify a module license | Stephen Warren | 2 | -0/+3 |
2011-08-09 | regmap: Remove unused type and list fields from bus interface | Mark Brown | 3 | -6/+0 |
2011-08-09 | regmap: Fix type of field width specifiers for x86_64 | Mark Brown | 1 | -1/+1 |
2011-08-09 | regmap: Use int rather than size_t for lengths when logging blocks | Mark Brown | 1 | -7/+7 |
2011-08-09 | regmap: Fix kerneldoc errors for regmap | Mark Brown | 1 | -9/+9 |
2011-08-08 | regmap: Skip precious registers when dumping registers via debugfs | Mark Brown | 3 | -0/+6 |
2011-08-08 | regmap: Provide register map dump via debugfs | Mark Brown | 4 | -0/+158 |
2011-08-08 | regmap: Use a local header for API internals | Mark Brown | 2 | -28/+46 |
2011-08-08 | regmap: Implement writable register checks | Mark Brown | 1 | -0/+7 |
2011-08-08 | regmap: Add basic tracepoints | Mark Brown | 2 | -6/+142 |
2011-08-08 | regmap: Just send the buffer directly for single register writes | Mark Brown | 1 | -3/+9 |
2011-08-08 | regmap: Add precious registers to the driver interface | Mark Brown | 1 | -0/+4 |
2011-08-08 | regmap: Allow devices to specify which registers are accessible | Mark Brown | 2 | -0/+22 |
2011-08-08 | regmap: Add kerneldoc for struct regmap_config | Mark Brown | 1 | -0/+6 |
2011-08-08 | Linux 3.1-rc1v3.1-rc1 | Linus Torvalds | 1 | -2/+2 |
2011-08-08 | sh: Fix boot crash related to SCI | Rafael J. Wysocki | 1 | -1/+1 |
2011-08-08 | arm: remove stale export of 'sha_transform' | Linus Torvalds | 1 | -3/+0 |
2011-08-07 | arm: remove "optimized" SHA1 routines | Linus Torvalds | 2 | -212/+1 |
2011-08-07 | fix rcu annotations noise in cred.h | Al Viro | 1 | -5/+6 |
2011-08-07 | vfs: rename 'do_follow_link' to 'should_follow_link' | Linus Torvalds | 1 | -2/+2 |
2011-08-07 | Fix POSIX ACL permission check | Ari Savolainen | 1 | -1/+1 |
2011-08-07 | vfs: optimize inode cache access patterns | Linus Torvalds | 4 | -34/+106 |
2011-08-07 | vfs: renumber DCACHE_xyz flags, remove some stale ones | Linus Torvalds | 2 | -18/+14 |
2011-08-07 | ore: Make ore its own module | Boaz Harrosh | 3 | -1/+23 |
2011-08-07 | exofs: Rename raid engine from exofs/ios.c => ore | Boaz Harrosh | 6 | -255/+295 |
2011-08-07 | exofs: ios: Move to a per inode components & device-table | Boaz Harrosh | 4 | -183/+218 |
2011-08-07 | exofs: Move exofs specific osd operations out of ios.c | Boaz Harrosh | 4 | -73/+79 |
2011-08-07 | exofs: Add offset/length to exofs_get_io_state | Boaz Harrosh | 3 | -16/+38 |
2011-08-07 | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 14 | -361/+223 |
2011-08-07 | crypto: Move md5_transform to lib/md5.c | David S. Miller | 4 | -92/+102 |
2011-08-06 | savagedb: Fix typo causing regression in savage4 series video chip detection | John Stanley | 1 | -1/+1 |
2011-08-06 | CodingStyle: Document the exception of not splitting user-visible strings, fo... | Josh Triplett | 1 | -16/+7 |
2011-08-06 | vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files | Linus Torvalds | 1 | -1/+9 |
2011-08-06 | oom_ajd: don't use WARN_ONCE, just use printk_once | Linus Torvalds | 1 | -1/+1 |
2011-08-06 | lib/sha1: use the git implementation of SHA-1 | Mandeep Singh Baines | 2 | -55/+159 |