Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetic: replace MIN, MAX with min, max | Masahiro Yamada | 2014-09-24 | 1 | -2/+2 |
| | | | | | | | The macro MIN, MAX is defined as the aliase of min, max, respectively. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | ||||
* | board: gdsys: Make gdsys osd hardware detection more robust | Dirk Eibach | 2014-07-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> | ||||
* | i2c: IHS I2C master driver | Dirk Eibach | 2014-07-07 | 1 | -0/+204 |
IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> |