summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-05-271-4/+2
* i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-171-0/+4
* i2c: i801: Add support for Intel Alder Lake PCH-PJarkko Nikula2021-02-091-0/+4
* Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-281-1/+1
|\
| * i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede2021-01-041-1/+1
* | i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko2021-01-051-7/+3
* | i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko2021-01-051-2/+1
|/
* Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-211-0/+5
|\
| * i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula2020-09-291-0/+4
| * i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin2020-09-091-0/+1
* | i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare2020-09-211-0/+1
* | i2c: i801: Simplify the suspend callbackJean Delvare2020-09-141-3/+2
* | i2c: i801: Fix resume bugVolker Rümelin2020-09-141-7/+14
|/
* i2c: i801: Add support for Intel Tiger Lake PCH-HJarkko Nikula2020-08-051-0/+4
* i2c: i801: Add support for Intel Emmitsburg PCHMika Westerberg2020-08-051-0/+4
* i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-231-4/+4
* i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula2020-07-041-1/+2
* i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-0/+6
* i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven2020-04-151-3/+3
* i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg2020-03-101-33/+12
* i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula2020-01-291-0/+4
* i2c: i801: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko2019-11-251-4/+4
* i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula2019-10-241-0/+4
* i2c: i801: Add support for Intel Jasper LakeJarkko Nikula2019-10-241-0/+4
* i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula2019-09-281-0/+1
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-251-56/+89
|\
| * i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg2019-09-031-54/+88
| * i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan2019-08-011-2/+1
* | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-181-1/+1
|\ \
| * | docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-311-1/+1
| |/
* / i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko2019-08-291-3/+12
|/
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-161-14/+192
|\
| * i2c: i801: Add support for Intel Tiger LakeJarkko Nikula2019-07-051-0/+4
| * i2c: i801: Fix PCI ID sortingJarkko Nikula2019-07-051-2/+2
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-06-291-7/+30
| |\
| | * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-221-7/+30
| * | i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula2019-06-211-0/+4
| * | i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin2019-06-211-6/+37
| * | i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko2019-06-211-7/+6
| * | i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko2019-06-141-1/+1
| * | i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár2019-06-081-0/+117
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
|/
* i2c: i801: Add support for Intel Comet LakeJarkko Nikula2019-03-201-0/+4
* i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi2018-09-041-1/+6
* i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg2018-08-301-1/+8
* i2c: i801: Add support for Intel Ice LakeMika Westerberg2018-07-031-0/+4
* Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang2018-05-171-1/+1
|\
| * i2c: mux: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | i2c: i801: fix unused-function warningAnders Roxell2018-05-171-1/+1