summaryrefslogtreecommitdiff
path: root/drivers/i2c/ihs_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30i2c: Remove non-DM code from ihs_i2c.cTom Rini1-228/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-21/+21
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-05-21i2c: ihs: Improve error handlingMario Six1-24/+43
2019-05-21i2c: ihs: Get rid of fpgamapMario Six1-34/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-11i2c: ihs_i2c: Use new fpgamap interfaceMario Six1-21/+24
2018-03-09treewide: Fix gdsys mail addressesMario Six1-1/+1
2018-02-06i2c: ihs_i2c: Factor out send_buffer methodMario Six1-24/+26
2018-02-06i2c: ihs_i2c: Make DM compatibleMario Six1-3/+193
2018-02-06i2c: ihs_i2c: Prepare DM conversionMario Six1-29/+40
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass1-0/+3
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach1-1/+1
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach1-10/+14
2015-11-12i2c: ihs_i2c: Dual channel supportDirk Eibach1-13/+63
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2014-07-08board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach1-1/+0
2014-07-08i2c: IHS I2C master driverDirk Eibach1-0/+204