aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2019-11-20i2c: of: Populate fwnode in of_i2c_get_board_info()Saravana Kannan1-0/+1
2019-11-15i2c: core: fix use after free in of_i2c_notifyWen Yang1-2/+2
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+1
2019-06-26i2c: core: add sysfs headerWolfram Sang1-0/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-05i2c: of: Try to find an I2C adapter matching the parentThierry Reding1-1/+13
2018-05-22i2c: Export of_i2c_get_board_info()Boris Brezillon1-17/+31
2018-05-22i2c: Retain info->of_node in i2c_new_device()Boris Brezillon1-2/+1
2018-05-15i2c: Get rid of i2c_board_info->archdataBoris Brezillon1-2/+0
2018-02-26i2c: of: simplify reading the "reg" propertyWolfram Sang1-7/+5
2018-02-26i2c: of: remove duplicated check for valid addressWolfram Sang1-6/+0
2018-02-26i2c: of: rename variable to meet expectationsWolfram Sang1-4/+4
2018-02-26i2c: of: make ref counting more visibleWolfram Sang1-1/+1
2018-02-26i2c: of: change log level of failed device creationWolfram Sang1-1/+1
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring1-13/+11
2017-05-31i2c: break out OF support into separate fileWolfram Sang1-0/+276