summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-hix5hd2.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: hix5hd2: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-6/+4
* i2c: hix5hd2: Use devm_clk_get_enabled()Andi Shyti2023-06-231-7/+4
* i2c: hix5hd2: Add I2C_M_STOP flag support for i2c-hix5hd2 driver.taolan2023-06-141-1/+5
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: hix5hd2: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
* i2c: hix5hd2: use the correct HiSilicon copyrightHao Fang2021-03-311-1/+1
* i2c: fix platform_get_irq.cocci warningsTian Tao2021-01-051-3/+1
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-04-021-6/+4
|\
| * i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-6/+4
* | i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan2020-03-221-0/+1
|/
* i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-031-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-7/+2
* i2c: hix5hd2: remove some dead codePeter Rosin2018-05-151-11/+1
* i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-081-1/+0
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: hix5hd2: Fix modalias to make module auto-loading workAxel Lin2015-05-121-1/+1
* PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* i2c: hix5hd2: add i2c controller driverWei Yan2014-10-161-0/+557