summaryrefslogtreecommitdiff
path: root/drivers/i2c/lpc32xx_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: lpc32xx: Force consistent bus numberingLiam Beguin2017-03-281-0/+1
* i2c: lpc32xx: Move definitions to header fileLiam Beguin2017-03-281-27/+1
* i2c: lpc32xx: Remove note for DM conversationSylvain Lemieux2017-03-281-3/+0
* i2c: lpc32xx: Add DM for lpc32xx I2CLiam Beguin2017-03-281-0/+90
* i2c: lpc32xx: Factor out i2c_adapter parameterLiam Beguin2017-03-281-54/+53
* i2c: lpc32xx: Prepare compatibility functionsLiam Beguin2017-03-281-9/+38
* i2c: lpc32xx: Rename probe functionLiam Beguin2017-03-281-3/+3
* dm: i2c: Add a note to I2C drivers which need conversionSimon Glass2016-12-051-0/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy2015-08-181-11/+11
* i2c: lpc32xx: add support for OTG I2CSylvain Lemieux2015-08-181-3/+17
* i2c: lpc32xx: fix write timeoutSylvain Lemieux2015-08-171-0/+2
* i2c: lpc32xx: fix read timeoutSylvain Lemieux2015-08-171-5/+5
* i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux2015-08-171-1/+1
* lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+249