Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2ce12e3dffe005f96e3b3ff1f761bbb0bf570fda
/
drivers
/
base
/
regmap
0c8150d
Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 12 years ago
283189d
regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case
by Li Fei
· 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
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
4328002
Merge remote-tracking branch 'regmap/topic/debugfs' 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
878ec67
regmap: mmio: add register clock support
by Philipp Zabel
· 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
95601d6
regmap: spi: Handle allocation failures gracefully
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
e0356df
regmap: spi: Support asynchronous I/O for SPI
by Mark Brown
· 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
a347146
regmap: regmap: avoid spurious warning in regmap_read_debugfs
by Russell King
· 12 years ago
af4ca6a
Merge remote-tracking branch 'regmap/fix/debugfs' into tmp
by Mark Brown
· 12 years ago
31b35e9e
regmap: fix small typo in regmap_bulk_write comment
by Nestor Ovroy
· 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
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
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
9442490
regmap: irq: Support wake IRQ mask inversion
by Mark Brown
· 12 years ago
33be493
regmap: irq: Fix sync of wake statuses to hardware
by Mark Brown
· 12 years ago
a7440ea
regmap: irq: Use a bulk read for interrupt status where possible
by Mark Brown
· 12 years ago
bbae92c
regmap: irq: Factor register read out of the IRQ parsing loop
by Mark Brown
· 12 years ago
2ac902c
regmap: flat: Add flat cache type
by Mark Brown
· 12 years ago
55ac85e
regmap: irq: enable wake support by default
by Laxman Dewangan
· 12 years ago
7c8a299
Merge remote-tracking branch 'regmap/topic/type' into regmap-next
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
bcf8668
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
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
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
5784ee4
regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled
by Dong Aisheng
· 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
bd9cc12
regmap: Factor out debugfs register read
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
90f790d
regmap: irq: Allow users to retrieve the irq_domain
by Mark Brown
· 12 years ago
613dac3
Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-next
by Mark Brown
· 12 years ago
8138073
regmap: no need primary handler for nested irq
by Yunfan Zhang
· 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
40052ca
regmap: irq: initialize all irqs to wake disabled
by Stephen Warren
· 12 years ago
685879f
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
by Stephen Warren
· 12 years ago
ca14275
regmap: name irq_chip based on regmap_irq_chip's name
by Stephen Warren
· 12 years ago
7ac140e
regmap: store irq_chip inside regmap_irq_chip_data
by Stephen Warren
· 12 years ago
0eb46ad
regmap: irq: Only update mask bits when doing initial mask
by Mark Brown
· 12 years ago
1603262
regmap: fix some error messages to take account of irq_reg_stride
by Stephen Warren
· 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
4633511
regmap: Fix incorrect arguments to kzalloc() call
by Dimitris Papastamos
· 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
e8790ab
regmap: mmio: Staticize regmap_mmio_gen_context()
by Axel Lin
· 12 years ago
752a6a5
regmap: Export regmap_reinit_cache()
by Mark Brown
· 12 years ago
a43fd50
regmap: Implement support for wake IRQs
by Mark Brown
· 12 years ago
bfd6185d
regmap: Don't try to map non-existant IRQs
by Mark Brown
· 12 years ago
b026ddb
regmap: Constify regmap_irq_chip
by Mark Brown
· 12 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
6a55244
regmap: mmio: request native endian formatting
by Stephen Warren
· 12 years ago
141eba2
regmap: allow busses to request formatting with specific endianness
by Stephen Warren
· 12 years ago
14674e7
i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
by Mark Brown
· 12 years ago
18d5eac
regmap: Use select .. if to get IRQ_DOMAIN enabled
by Mark Brown
· 12 years ago
38e7f5d
regmap: Fix typo in IRQ register striding
by Mark Brown
· 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
2431d0a
regmap: Pass back the allocated regmap IRQ controller data
by Mark Brown
· 12 years ago
Next »