aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core-of.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Introduce device lookup variants by of_nodeGravatar Suzuki K Poulose 1-6/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 1-0/+1
2019-06-26i2c: core: add sysfs headerGravatar Wolfram Sang 1-0/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceGravatar Suzuki K Poulose 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-05i2c: of: Try to find an I2C adapter matching the parentGravatar Thierry Reding 1-1/+13
2018-05-22i2c: Export of_i2c_get_board_info()Gravatar Boris Brezillon 1-17/+31
2018-05-22i2c: Retain info->of_node in i2c_new_device()Gravatar Boris Brezillon 1-2/+1
2018-05-15i2c: Get rid of i2c_board_info->archdataGravatar Boris Brezillon 1-2/+0
2018-02-26i2c: of: simplify reading the "reg" propertyGravatar Wolfram Sang 1-7/+5
2018-02-26i2c: of: remove duplicated check for valid addressGravatar Wolfram Sang 1-6/+0
2018-02-26i2c: of: rename variable to meet expectationsGravatar Wolfram Sang 1-4/+4
2018-02-26i2c: of: make ref counting more visibleGravatar Wolfram Sang 1-1/+1
2018-02-26i2c: of: change log level of failed device creationGravatar Wolfram Sang 1-1/+1
2017-07-31i2c: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-13/+11
2017-05-31i2c: break out OF support into separate fileGravatar Wolfram Sang 1-0/+276