aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/i2c-mux-reg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-24i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring1-3/+1
2017-12-30i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski1-0/+3
2017-10-20i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov1-6/+3
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin1-2/+2
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin1-5/+12
2017-04-03i2c: mux: reg: stop double error reportingPeter Rosin1-3/+1
2016-07-06i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski1-1/+1
2016-06-09i2c: mux: reg: Provide of_match_tableLukasz Gemborowski1-0/+1
2016-04-22i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin1-44/+25
2015-09-03i2c: mux: reg Change ioread endianness for readbackYork Sun1-14/+14
2015-09-03i2c: mux: reg: fix compilation warningsMike Rapoport1-1/+1
2015-09-03i2c: mux: reg: simplify register size checkingWolfram Sang1-11/+6
2015-08-31i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy1-0/+1
2015-08-24i2c: mux: Add register-based mux i2c-mux-regYork Sun1-0/+294