summaryrefslogtreecommitdiff
path: root/drivers/i2c/ihs_i2c.c
AgeCommit message (Expand)Author
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek
2021-08-30i2c: Remove non-DM code from ihs_i2c.cTom Rini
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-05-21i2c: ihs: Improve error handlingMario Six
2019-05-21i2c: ihs: Get rid of fpgamapMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-11i2c: ihs_i2c: Use new fpgamap interfaceMario Six
2018-03-09treewide: Fix gdsys mail addressesMario Six
2018-02-06i2c: ihs_i2c: Factor out send_buffer methodMario Six
2018-02-06i2c: ihs_i2c: Make DM compatibleMario Six
2018-02-06i2c: ihs_i2c: Prepare DM conversionMario Six
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach
2015-11-12i2c: ihs_i2c: Dual channel supportDirk Eibach
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-07-07board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach
2014-07-07i2c: IHS I2C master driverDirk Eibach