index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
muxes
/
i2c-mux-reg.c
Age
Commit message (
Expand
)
Author
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-05-24
i2c: mux: reg: failed memory allocation is logged elsewhere
Markus Elfring
2017-12-30
i2c: mux: reg: don't log an error for probe deferral
Tomasz Bachorski
2017-10-20
i2c: mux: reg: use of_property_read_bool()
Sergei Shtylyov
2017-05-15
i2c: mux: reg: rename label to indicate what it does
Peter Rosin
2017-05-15
i2c: mux: reg: put away the parent i2c adapter on probe failure
Peter Rosin
2017-04-03
i2c: mux: reg: stop double error reporting
Peter Rosin
2016-07-06
i2c: mux: reg: wrong condition checked for of_address_to_resource return value
Lukasz Gemborowski
2016-06-09
i2c: mux: reg: Provide of_match_table
Lukasz Gemborowski
2016-04-22
i2c: i2c-mux-reg: convert to use an explicit i2c mux core
Peter Rosin
2015-09-03
i2c: mux: reg Change ioread endianness for readback
York Sun
2015-09-03
i2c: mux: reg: fix compilation warnings
Mike Rapoport
2015-09-03
i2c: mux: reg: simplify register size checking
Wolfram Sang
2015-08-31
i2c: muxes: fix leaked i2c adapter device node references
Vladimir Zapolskiy
2015-08-24
i2c: mux: Add register-based mux i2c-mux-reg
York Sun