summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/i2c-mux-reg.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang2022-12-071-3/+2
* i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-7/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-3/+1
|\
| * i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring2018-05-241-3/+1
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
|/
* i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski2017-12-301-0/+3
* i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov2017-10-201-6/+3
* i2c: mux: reg: rename label to indicate what it doesPeter Rosin2017-05-151-2/+2
* i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin2017-05-151-5/+12
* i2c: mux: reg: stop double error reportingPeter Rosin2017-04-031-3/+1
* i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski2016-07-061-1/+1
* i2c: mux: reg: Provide of_match_tableLukasz Gemborowski2016-06-091-0/+1
* i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin2016-04-221-44/+25
* i2c: mux: reg Change ioread endianness for readbackYork Sun2015-09-031-14/+14
* i2c: mux: reg: fix compilation warningsMike Rapoport2015-09-031-1/+1
* i2c: mux: reg: simplify register size checkingWolfram Sang2015-09-031-11/+6
* i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy2015-08-311-0/+1
* i2c: mux: Add register-based mux i2c-mux-regYork Sun2015-08-241-0/+294