summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/lpc32xx_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-2/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+5
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-5/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* 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