summaryrefslogtreecommitdiff
path: root/drivers/i2c/lpc32xx_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-8/+8
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner1-1/+7
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner1-5/+1
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner1-1/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-2/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-1/+5
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-5/+5
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