Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
645416f5adc87c8fae44289cdba7562f3ade8f5c
/
include
/
linux
/
regmap.h
49ccc14
regmap: Add missing header for !CONFIG_REGMAP stubs
by Mateusz Krawczuk
· 11 years ago
7bc8c4c
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
by Mark Brown
· 11 years ago
6725228
regmap: Add regmap_field APIs
by Srinivas Kandagatla
· 11 years ago
154881e
regmap: Make regmap_check_range_table() a public API
by Mark Brown
· 12 years ago
697e85b
regmap: Add support for discarding parts of the register cache
by Mark Brown
· 12 years ago
221ad7f
regmap: core: Provide regmap_can_raw_write() operation
by Mark Brown
· 12 years ago
a2b37ef
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next
by Mark Brown
· 12 years ago
a31f6849
Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next
by Mark Brown
· 12 years ago
5dea215
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 12 years ago
7798b58
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
by Mark Brown
· 12 years ago
878ec67
regmap: mmio: add register clock support
by Philipp Zabel
· 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
9442490
regmap: irq: Support wake IRQ mask inversion
by Mark Brown
· 12 years ago
2ac902c
regmap: flat: Add flat cache type
by Mark Brown
· 12 years ago
8e24a6e
Merge remote-tracking branch 'regmap/topic/table' into regmap-next
by Mark Brown
· 12 years ago
db760fb
Merge remote-tracking branch 'regmap/topic/lock' into regmap-next
by Mark Brown
· 12 years ago
4d348e6
Merge remote-tracking branch 'regmap/topic/domain' 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
0d4529c
regmap: make lock/unlock functions customizable
by Davide Ciminaghi
· 12 years ago
d058bb4
regmap: Allow ranges to be named
by Mark Brown
· 12 years ago
e3549cd
regmap: Rename n_ranges to num_ranges
by Mark Brown
· 12 years ago
90f790d
regmap: irq: Allow users to retrieve the irq_domain
by Mark Brown
· 12 years ago
36ac914
regmap: irq: Add mask invert flag for enable register
by Xiaofan Tian
· 12 years ago
0c00c50
regmap: irq: Enable devices for runtime PM while handling interrupts
by Mark Brown
· 12 years ago
38e2319
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
by Mark Brown
· 12 years ago
6863ca6
regmap: Add support for register indirect addressing.
by Krystian Garbaciak
· 12 years ago
bd3810a
regmap: Remove warning on stubbed dev_get_regmap()
by Mark Brown
· 12 years ago
a43fd50
regmap: Implement support for wake IRQs
by Mark Brown
· 12 years ago
b026ddb
regmap: Constify regmap_irq_chip
by Mark Brown
· 12 years ago
141eba2
regmap: allow busses to request formatting with specific endianness
by Stephen Warren
· 12 years ago
022f926a
regmap: add support for non contiguous status to regmap-irq
by Graeme Gregory
· 12 years ago
4af8be6
regmap: Convert regmap_irq to use irq_domain
by Mark Brown
· 12 years ago
06e65cb
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next
by Mark Brown
· 12 years ago
72b39f6
regmap: Implement dev_get_regmap()
by Mark Brown
· 13 years ago
2e33caf
regmap: Converts group operation into single read write operations
by Ashish Jangam
· 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
45f5ff8
regmap: add MMIO bus support
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
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
313162d
device.h: audit and cleanup users in main include dir
by Paul Gortmaker
· 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
4a6be7b
Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' 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
b83d2ff
regmap: Rejig struct declarations for stubbed API
by Mark Brown
· 13 years ago
a313f9f
regmap: Add stub for regcache_sync_region()
by Mark Brown
· 13 years ago
4d4cfd1
regmap: Allow drivers to sync only part of the register cache
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
a6539c3
regmap: Allow users to query the size of register values
by Mark Brown
· 13 years ago
9cde5fc
regmap: Add stub regmap calls as a build crutch for infrastructure users
by Mark Brown
· 13 years ago
8eaeb21
regmap: add regmap_bulk_write() for register write
by Laxman Dewangan
· 13 years ago
c0eb467
regmap: Implement managed regmap_init()
by Mark Brown
· 13 years ago
22f0d90
regmap: Support register patch sets
by Mark Brown
· 13 years ago
82159ba
regmap: Add support for padding between register and address
by Mark Brown
· 13 years ago
681ba97
Merge branch 'regmap/irq' into regmap-next
by Mark Brown
· 13 years ago
209a600
regmap: Add irq_base accessor to regmap_irq
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
4c69166
regmap: Remove indexed cache type
by Mark Brown
· 13 years ago
720e461
regmap: Make reg_config reg_defaults const
by Lars-Peter Clausen
· 13 years ago
81bf58e
Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next
by Mark Brown
· 13 years ago
50b776f
regmap: Rename LZO cache type to compressed
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
f8beab2
regmap: Add a reusable irq_chip for regmap based interrupt controllers
by Mark Brown
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 13 years ago
6eb0f5e
regmap: Implement regcache_cache_bypass helper function
by Dimitris Papastamos
· 13 years ago
92afb28
regmap: Allow drivers to control cache_only flag
by Mark Brown
· 13 years ago
39a5843
regmap: Prototype regcache_sync()
by Mark Brown
· 13 years ago
2cbbb57
regmap: Add the LZO cache support
by Dimitris Papastamos
· 13 years ago
28644c80
regmap: Add the rbtree cache support
by Dimitris Papastamos
· 13 years ago
195af65
regmap: Add the indexed cache support
by Dimitris Papastamos
· 13 years ago
9fabe24
regmap: Introduce caching support
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
5b457e3
regmap: Remove redundant owner field from the bus type struct
by Mark Brown
· 13 years ago
ae130d2
Merge branch 'regmap-interface' into regmap-next
by Mark Brown
· 13 years ago
bd20eb5
regmap: Allow drivers to specify register defaults
by Mark Brown
· 13 years ago
790923e
regmap: Remove unused type and list fields from bus interface
by Mark Brown
· 13 years ago
3566cc9
regmap: Fix kerneldoc errors for regmap
by Mark Brown
· 13 years ago
1869488
regmap: Add precious registers to the driver interface
by Mark Brown
· 13 years ago
2e2ae66
regmap: Allow devices to specify which registers are accessible
by Mark Brown
· 13 years ago
dd898b2
regmap: Add kerneldoc for struct regmap_config
by Mark Brown
· 13 years ago
a676f08
regmap: Add SPI bus support
by Mark Brown
· 14 years ago
9943fa3
regmap: Add I2C bus support
by Mark Brown
· 13 years ago
b83a313
regmap: Add generic non-memory mapped register access API
by Mark Brown
· 14 years ago