summaryrefslogtreecommitdiff
path: root/drivers/i2c/lpc32xx_i2c.c
AgeCommit message (Expand)Author
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-03-28i2c: lpc32xx: Force consistent bus numberingLiam Beguin
2017-03-28i2c: lpc32xx: Move definitions to header fileLiam Beguin
2017-03-28i2c: lpc32xx: Remove note for DM conversationSylvain Lemieux
2017-03-28i2c: lpc32xx: Add DM for lpc32xx I2CLiam Beguin
2017-03-28i2c: lpc32xx: Factor out i2c_adapter parameterLiam Beguin
2017-03-28i2c: lpc32xx: Prepare compatibility functionsLiam Beguin
2017-03-28i2c: lpc32xx: Rename probe functionLiam Beguin
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux
2015-08-17i2c: lpc32xx: fix write timeoutSylvain Lemieux
2015-08-17i2c: lpc32xx: fix read timeoutSylvain Lemieux
2015-08-17i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux
2015-04-10lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)