index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
2016-05-13
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' int...
Mark Brown
2016-05-13
Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...
Mark Brown
2016-04-15
regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
Jack Pham
2016-03-31
regmap: mmio: Explicitly say little endian is the defualt in the bus config
Mark Brown
2016-03-30
regmap: mmio: Parse endianness definitions from DT
Mark Brown
2016-03-30
regmap: Fix implicit inclusion of device.h
Mark Brown
2016-03-29
regcache: flat: Require max_registers to be set
Alexander Stein
2016-03-23
regmap: cache: Fix typo in cache_bypass parameter description
Andrew F. Davis
2016-03-23
regmap: mmio: Fix value endianness selection
Mark Brown
2016-03-05
Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next
Mark Brown
2016-03-05
Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...
Mark Brown
2016-03-05
Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next
Mark Brown
2016-03-05
Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus
Mark Brown
2016-03-05
regmap: irq: add devm apis for regmap_{add,del}_irq_chip
Laxman Dewangan
2016-03-05
regmap: replace regmap_write_bits()
Kuninori Morimoto
2016-02-29
regmap: irq: Enable irq retriggering for nested irqs
Grygorii Strashko
2016-02-26
regmap: add regmap_fields_force_xxx() macros
Kuninori Morimoto
2016-02-20
regmap: merge regmap_fields_update_bits() into macro
Kuninori Morimoto
2016-02-20
regmap: merge regmap_fields_write() into macro
Kuninori Morimoto
2016-02-20
regmap: add regmap_fields_update_bits_base()
Kuninori Morimoto
2016-02-20
regmap: merge regmap_field_update_bits() into macro
Kuninori Morimoto
2016-02-20
regmap: merge regmap_field_write() into macro
Kuninori Morimoto
2016-02-20
regmap: add regmap_field_update_bits_base()
Kuninori Morimoto
2016-02-20
regmap: merge regmap_update_bits_check_async() into macro
Kuninori Morimoto
2016-02-20
regmap: merge regmap_update_bits_check() into macro
Kuninori Morimoto
2016-02-20
regmap: merge regmap_update_bits_async() into macro
Kuninori Morimoto
2016-02-20
regmap: merge regmap_update_bits() into macro
Kuninori Morimoto
2016-02-20
regmap: add regmap_update_bits_base()
Kuninori Morimoto
2016-02-20
regcache: flat: Introduce register strider order
Xiubo Li
2016-02-20
regcache: Introduce the index parsing API by stride order
Xiubo Li
2016-02-20
regmap: core: Introduce register stride order
Xiubo Li
2016-02-15
regmap: irq: add devm apis for regmap_{add,del}_irq_chip
Laxman Dewangan
2016-02-09
regmap: irq: dispose all virtual irq before removing domain
Laxman Dewangan
2016-02-05
regmap: mmio: Revert to v4.4 endianness handling
Mark Brown
2016-02-02
regmap: cache: Fall back to register by register read for cache defaults
Mark Brown
2016-02-01
regmap: Return an error if a caller attempts to do an unsupported raw read
Mark Brown
2016-01-27
regmap: mmio: Convert to regmap_bus and fix accessor usage
Mark Brown
2016-01-27
regmap: Add explict native endian flag to DT bindings
Mark Brown
2016-01-15
regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()
Maciej S. Szmigiero
2016-01-05
Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...
Mark Brown
2016-01-05
Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...
Mark Brown
2016-01-05
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
2016-01-05
regmap: debugfs: Use seq_file for the access map
Mark Brown
2016-01-05
regmap: irq: add support for configuration of trigger type
Laxman Dewangan
2015-12-16
regmap: use IS_ALIGNED instead of % to improve the performance
Xiubo Li
2015-12-12
regmap: cache: Move the num_reg_defaults check as early as possible
Xiubo Li
2015-12-12
regmap: cache: Add warning info for the cache check
Xiubo Li
2015-12-12
regmap: missing case statement
Dan Carpenter
2015-12-12
regmap: shift wrapping bugs in 64 bit code
Dan Carpenter
2015-12-09
regmap: cache: Add 64-bit mode support
Xiubo Li
[next]