summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/ihs_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* i2c: ihs: Improve error handlingMario Six2019-05-211-24/+43
* i2c: ihs: Get rid of fpgamapMario Six2019-05-211-34/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* i2c: ihs_i2c: Use new fpgamap interfaceMario Six2018-04-111-21/+24
* treewide: Fix gdsys mail addressesMario Six2018-03-091-1/+1
* i2c: ihs_i2c: Factor out send_buffer methodMario Six2018-02-061-24/+26
* i2c: ihs_i2c: Make DM compatibleMario Six2018-02-061-3/+193
* i2c: ihs_i2c: Prepare DM conversionMario Six2018-02-061-29/+40
* dm: i2c: Add a note to I2C drivers which need conversionSimon Glass2016-12-051-0/+3
* i2c: ihs_i2c: Fix hold_bus controlDirk Eibach2015-11-121-1/+1
* i2c: ihs_i2c: Use macro bestpracticesDirk Eibach2015-11-121-10/+14
* i2c: ihs_i2c: Dual channel supportDirk Eibach2015-11-121-13/+63
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-2/+2
* board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach2014-07-071-1/+0
* i2c: IHS I2C master driverDirk Eibach2014-07-071-0/+204