summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-of.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+1
|\
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+1
* | Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2023-04-241-0/+5
|\ \
| * \ Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-131-0/+5
| |\ \ | | |/ | |/|
| | * treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-04-111-0/+5
* | | i2c: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
|/ /
* / i2c: add fwnode APIsRussell King (Oracle)2023-01-171-66/+0
|/
* i2c: use my kernel.org address from now onWolfram Sang2020-05-051-1/+1
* i2c: i2c-core-of: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-4/+3
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-0/+1
|\
| * i2c: of: Populate fwnode in of_i2c_get_board_info()Saravana Kannan2019-11-201-0/+1
* | i2c: core: fix use after free in of_i2c_notifyWen Yang2019-11-151-2/+2
|/
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-151-0/+1
|\
| * i2c: core: add sysfs headerWolfram Sang2019-06-261-0/+1
* | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* i2c: of: Try to find an I2C adapter matching the parentThierry Reding2019-02-051-1/+13
* i2c: Export of_i2c_get_board_info()Boris Brezillon2018-05-221-17/+31
* i2c: Retain info->of_node in i2c_new_device()Boris Brezillon2018-05-221-2/+1
* i2c: Get rid of i2c_board_info->archdataBoris Brezillon2018-05-151-2/+0
* i2c: of: simplify reading the "reg" propertyWolfram Sang2018-02-261-7/+5
* i2c: of: remove duplicated check for valid addressWolfram Sang2018-02-261-6/+0
* i2c: of: rename variable to meet expectationsWolfram Sang2018-02-261-4/+4
* i2c: of: make ref counting more visibleWolfram Sang2018-02-261-1/+1
* i2c: of: change log level of failed device creationWolfram Sang2018-02-261-1/+1
* i2c: Convert to using %pOF instead of full_nameRob Herring2017-07-311-13/+11
* i2c: break out OF support into separate fileWolfram Sang2017-05-311-0/+276