summaryrefslogtreecommitdiff
path: root/drivers/i2c/lpc32xx_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-03-28i2c: lpc32xx: Force consistent bus numberingLiam Beguin1-0/+1
2017-03-28i2c: lpc32xx: Move definitions to header fileLiam Beguin1-27/+1
2017-03-28i2c: lpc32xx: Remove note for DM conversationSylvain Lemieux1-3/+0
2017-03-28i2c: lpc32xx: Add DM for lpc32xx I2CLiam Beguin1-0/+90
2017-03-28i2c: lpc32xx: Factor out i2c_adapter parameterLiam Beguin1-54/+53
2017-03-28i2c: lpc32xx: Prepare compatibility functionsLiam Beguin1-9/+38
2017-03-28i2c: lpc32xx: Rename probe functionLiam Beguin1-3/+3
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass1-0/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux1-3/+17
2015-08-17i2c: lpc32xx: fix write timeoutSylvain Lemieux1-0/+2
2015-08-17i2c: lpc32xx: fix read timeoutSylvain Lemieux1-5/+5
2015-08-17i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux1-1/+1
2015-04-10lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)1-0/+249