summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-cht-wc.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90FHans de Goede2023-02-041-0/+46
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-9/+2
|\
| * i2c: cht-wc: Use generic_handle_irq_safe().Sebastian Andrzej Siewior2022-03-011-9/+2
* | i2c: cht-wc: Make charger i2c-client instantiation board/device-model specificHans de Goede2022-02-011-18/+102
|/
* i2c: cht-wc: Replace of_node by NULLAndy Shevchenko2021-06-201-2/+1
* i2c: cht-wc: Constify the software nodeHeikki Krogerus2021-04-101-1/+5
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-4/+2
* i2c: cht-wc: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang2019-09-041-2/+1
* i2c-cht-wc: Fix lockdep warningHans de Goede2019-08-141-0/+46
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 143Thomas Gleixner2019-05-301-10/+1
* i2c-cht-wc: Fix bq24190 supplierHans de Goede2018-07-021-1/+2
* i2c-cht-wc: constify platform_device_idArvind Yadav2017-12-071-1/+1
* i2c-cht-wc: Add device-properties for fusb302 integrationHans de Goede2017-10-271-7/+44
* i2c-cht-wc: make cht_wc_i2c_adap_driver staticColin Ian King2017-08-291-1/+1
* i2c-cht-wc: Workaround CHT GPIO controller IRQ issuesHans de Goede2017-08-171-4/+10
* i2c-cht-wc: Ack read irqs after reading the data registerHans de Goede2017-08-171-10/+19
* i2c-cht-wc: Add locking to interrupt / smbus_xfer functionsHans de Goede2017-08-171-13/+24
* i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driverHans de Goede2017-08-131-0/+337