Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
325acab447f775bc2258b3a37a780893c203ab6c
/
drivers
/
base
/
regmap
/
regmap.c
a2b37ef
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next
by Mark Brown
· 12 years ago
3689cf7
Merge remote-tracking branch 'regmap/topic/async' into regmap-next
by Mark Brown
· 12 years ago
3bef905
Merge remote-tracking branch 'regmap/topic/24bit' into regmap-next
by Mark Brown
· 12 years ago
f88948e
regmap: Export regmap_async_complete()
by Mark Brown
· 12 years ago
f804fb5
regmap: Export regmap_async_complete_cb
by Axel Lin
· 12 years ago
30b2a55
regmap: include linux/sched.h to fix build
by Stephen Warren
· 12 years ago
0d509f2
regmap: Add asynchronous I/O support
by Mark Brown
· 12 years ago
d2a5884
regmap: Add "no-bus" option for regmap API
by Andrey Smirnov
· 12 years ago
31b35e9e
regmap: fix small typo in regmap_bulk_write comment
by Nestor Ovroy
· 12 years ago
07c320d
regmap: Add provisions to have user-defined write operation
by Andrey Smirnov
· 12 years ago
ad27840
regmap: Add provisions to have user-defined read operation
by Andrey Smirnov
· 12 years ago
237019e
regmap: Add support for 24 bit wide register addresses
by Lars-Peter Clausen
· 12 years ago
7c8a299
Merge remote-tracking branch 'regmap/topic/type' into regmap-next
by Mark Brown
· 12 years ago
76aad39
regmap: introduce tables for readable/writeable/volatile/precious checks
by Davide Ciminaghi
· 12 years ago
3afa24f
Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table
by Mark Brown
· 12 years ago
869e4a5
Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table
by Mark Brown
· 12 years ago
6d04b8a
regmap: core: Report registers in hex when we can't cache
by Mark Brown
· 12 years ago
1a61cfe
regmap: Fix printing of size_t variable
by Fabio Estevam
· 12 years ago
0d4529c
regmap: make lock/unlock functions customizable
by Davide Ciminaghi
· 12 years ago
a8f28cf
regmap: silence GCC warning
by Paul Bolle
· 12 years ago
8a2ceac
regmap: Split raw writes that cross window boundaries
by Mark Brown
· 12 years ago
0ff3e62
regmap: Make return code checks consistent
by Mark Brown
· 12 years ago
98bc7df
regmap: Factor range lookup out of page selection
by Mark Brown
· 12 years ago
4b020b3
regmap: Provide debugfs read of register ranges
by Mark Brown
· 12 years ago
d058bb4
regmap: Allow ranges to be named
by Mark Brown
· 12 years ago
061adc0
regmap: When we sanity check during range adds say what errors we find
by Mark Brown
· 12 years ago
e3549cd
regmap: Rename n_ranges to num_ranges
by Mark Brown
· 12 years ago
4d87951
regmap: Don't lock in regmap_reinit_cache()
by Dimitris Papastamos
· 12 years ago
38e2319
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
by Mark Brown
· 12 years ago
1044c18
regmap: Add hook for printk logging for debugging during early init
by Mark Brown
· 12 years ago
632a5b0
regmap: Fix work_buf switching for page update during virtual range access.
by Krystian Garbaciak
· 12 years ago
6863ca6
regmap: Add support for register indirect addressing.
by Krystian Garbaciak
· 12 years ago
fc3ebd7
regmap: Move lock out from internal function _regmap_update_bits().
by Krystian Garbaciak
· 12 years ago
752a6a5
regmap: Export regmap_reinit_cache()
by Mark Brown
· 13 years ago
5494a98
regmap: Fix the size calculation for map->format.buf_size
by Fabio Estevam
· 12 years ago
bfaa25f
regmap: clean up debugfs if regmap_init fails
by Stephen Warren
· 12 years ago
141eba2
regmap: allow busses to request formatting with specific endianness
by Stephen Warren
· 12 years ago
06e65cb
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next
by Mark Brown
· 13 years ago
25061d2
Merge tag 'regmap-3.4' into regmap-stride
by Mark Brown
· 13 years ago
6560ffd
regmap: fix possible memory corruption in regmap_bulk_read()
by Laxman Dewangan
· 13 years ago
72b39f6
regmap: Implement dev_get_regmap()
by Mark Brown
· 13 years ago
7a64761
regmap: Devices using format_write don't support bulk operations
by Mark Brown
· 13 years ago
2e33caf
regmap: Converts group operation into single read write operations
by Ashish Jangam
· 13 years ago
f298536
regmap: Cache single values read from the chip
by Mark Brown
· 13 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
851960b
regmap: validate regmap_raw_read/write val_len
by Stephen Warren
· 13 years ago
bacdbe0
regmap: introduce fast_io busses, and use a spinlock for them
by Stephen Warren
· 13 years ago
0135bbc
regmap: introduce explicit bus_context for bus callbacks
by Stephen Warren
· 13 years ago
d939fb9
regmap: Use pad_bits and reg_bits when determining register format.
by Marc Reilly
· 13 years ago
ea279fc
regmap: Add support for device with 24 data bits.
by Marc Reilly
· 13 years ago
addfd8a
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
by Mark Brown
· 13 years ago
eae4b51
Merge remote-tracking branch 'regmap/topic/introspection' into regmap-next
by Mark Brown
· 13 years ago
7d9aca3
Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next
by Mark Brown
· 13 years ago
e1c1c69
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-next
by Mark Brown
· 13 years ago
f5d6eba
regmap: Fix future missing prototype of devres_alloc() and friends
by Stephen Warren
· 13 years ago
19694b5
regmap: delete unused module.h from drivers/base/regmap files
by Paul Gortmaker
· 13 years ago
b8fb5ab
regmap: Support raw reads from cached registers
by Mark Brown
· 13 years ago
aca1e17
Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-drivers
by Mark Brown
· 13 years ago
3bf06a1
Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-drivers
by Mark Brown
· 13 years ago
a6539c3
regmap: Allow users to query the size of register values
by Mark Brown
· 13 years ago
7d5e525
regmap: Implement support for 32 bit registers and values
by Mark Brown
· 13 years ago
8eaeb21
regmap: add regmap_bulk_write() for register write
by Laxman Dewangan
· 13 years ago
c915719
regmap: Support for caching in reg_raw_write()
by Laxman Dewangan
· 13 years ago
2a14d7d9
regmap: Fix kcalloc parameters swapped
by Axel Lin
· 13 years ago
c0eb467
regmap: Implement managed regmap_init()
by Mark Brown
· 13 years ago
4191f19
regmap: if format_write is used, declare all registers as "unreadable"
by Wolfram Sang
· 13 years ago
c212acc
regmap: Properly round reg_bytes and val_bytes
by Wolfram Sang
· 13 years ago
9aa5075
regmap: Add support for 2/6 register formating
by Wolfram Sang
· 13 years ago
a24f64a
regmap: Reset device debugfs when reinitialising the cache
by Mark Brown
· 13 years ago
22f0d90
regmap: Support register patch sets
by Mark Brown
· 13 years ago
421e8d2
regmap: Reset cache status when reinitialsing the cache
by Mark Brown
· 13 years ago
82159ba
regmap: Add support for padding between register and address
by Mark Brown
· 13 years ago
8569d02
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
by Mark Brown
· 13 years ago
bf31517
regmap: Allow drivers to reinitialise the register cache at runtime
by Mark Brown
· 13 years ago
018690d
regmap: Allow regmap_update_bits() users to detect changes
by Mark Brown
· 13 years ago
052d2cd
regmap: Do debugfs init before cache init
by Mark Brown
· 13 years ago
d91e8db
regmap: Suppress noop writes in regmap_update_bits()
by Mark Brown
· 13 years ago
7e5ec63
regmap: Add support for 10/14 register formating
by Lars-Peter Clausen
· 13 years ago
1925441
regmap: Try cached read before checking if a hardware read is possible
by Lars-Peter Clausen
· 13 years ago
e5e3b8a
regmap: Move initialization of regcache related fields to regcache_init
by Lars-Peter Clausen
· 13 years ago
abbb18f
regmap: return ERR_PTR instead of NULL in regmap_init
by Lars-Peter Clausen
· 13 years ago
58072cb
regmap: Fix memory leak in regmap_init error path
by Lars-Peter Clausen
· 13 years ago
c48a9d7
regmap: Support some more block operations on cached devices
by Lars-Peter Clausen
· 13 years ago
82cd996
regmap: Add helper function for checking if a register range is volatile
by Lars-Peter Clausen
· 13 years ago
81bf58e
Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next
by Mark Brown
· 13 years ago
8ae0d7e
regmap: Track if the register cache is dirty and suppress unneeded syncs
by Mark Brown
· 13 years ago
b973aa3
regmap: Fix typo in kerneldoc for regmap_update_bits()
by Mark Brown
· 13 years ago
de2d808
regmap: Support some block operations on cached devices
by Mark Brown
· 13 years ago
04e016a
regmap: Warn on raw I/O as well as bulk reads that bypass cache
by Mark Brown
· 13 years ago
4d2dc09
regmap: Make _regmap_write() global
by Dimitris Papastamos
· 13 years ago
5d1729e
regmap: Incorporate the regcache core into regmap
by Dimitris Papastamos
· 13 years ago
6f30644
regmap: Add support for device specific write and read flag masks.
by Lars-Peter Clausen
· 13 years ago
a7ace56
Merge branch 'regmap-linus' into regmap-next
by Mark Brown
· 13 years ago
5204f5e
regmap: Remove bitrotted module_put()s
by Mark Brown
· 13 years ago
8de2f08
regmap: Add functions to check for access on registers
by Mark Brown
· 13 years ago
2efe164
regmap: Skip precious registers when dumping registers via debugfs
by Mark Brown
· 13 years ago
31244e3
regmap: Provide register map dump via debugfs
by Mark Brown
· 13 years ago
93de912
regmap: Use a local header for API internals
by Mark Brown
· 13 years ago
Next »