summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/i2c-mux-reg.c
AgeCommit message (Expand)Author
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-24i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring
2017-12-30i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski
2017-10-20i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin
2017-04-03i2c: mux: reg: stop double error reportingPeter Rosin
2016-07-06i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski
2016-06-09i2c: mux: reg: Provide of_match_tableLukasz Gemborowski
2016-04-22i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin
2015-09-03i2c: mux: reg Change ioread endianness for readbackYork Sun
2015-09-03i2c: mux: reg: fix compilation warningsMike Rapoport
2015-09-03i2c: mux: reg: simplify register size checkingWolfram Sang
2015-08-31i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy
2015-08-24i2c: mux: Add register-based mux i2c-mux-regYork Sun