summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/kona_i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-121-8/+8
| | | | | | | | | | | | Make the driver model I2C API available always, even if driver model is not enabled. This allows for a 'soft' switch-over, where drivers can use the new structures in code which is compiled but not yet used. This makes migration easier in some cases. Fix up the existing drivers which define their own 'struct i2c_msg'. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>
* i2c: kona: Resolve Kona I2C driver issueSteve Rae2014-06-121-1/+1
| | | | | | - "i2c mw" command hangs (with some compilers) Signed-off-by: Steve Rae <srae@broadcom.com>
* i2c: kona: Add Kona I2C driverDarwin Rambo2014-02-221-0/+730
Add support for the Kona I2C controller found on Broadcom mobile SoCs. Signed-off-by: Darwin Rambo <drambo@broadcom.com> Reviewed-by: Steve Rae <srae@broadcom.com> Reviewed-by: Tim Kryger <tkryger@linaro.org>
OpenPOWER on IntegriCloud