summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-hix5hd2.c
AgeCommit message (Expand)Author
2023-08-08i2c: hix5hd2: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-06-23i2c: hix5hd2: Use devm_clk_get_enabled()Andi Shyti
2023-06-14i2c: hix5hd2: Add I2C_M_STOP flag support for i2c-hix5hd2 driver.taolan
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2021-08-19i2c: hix5hd2: fix IRQ checkSergey Shtylyov
2021-03-31i2c: hix5hd2: use the correct HiSilicon copyrightHao Fang
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng
2020-04-02Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2020-03-22i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan
2019-09-03i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-05-15i2c: hix5hd2: remove some dead codePeter Rosin
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-05-12i2c: hix5hd2: Fix modalias to make module auto-loading workAxel Lin
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki
2014-10-16i2c: hix5hd2: add i2c controller driverWei Yan