summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini1-26/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland1-1/+1
2020-12-19dm: Avoid accessing seq directlySimon Glass1-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-30i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson1-2/+5
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-68/+70
2020-07-27i2c: mxc: move i2c_early_init_f to common functionBiwen Li1-68/+70
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-10i2c: mxc: add fuse checkPeng Fan1-0/+17
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li1-0/+1
2019-09-02i2c: mxc: add CONFIG_CLK supportPeng Fan1-0/+18
2019-08-27i2c: mxc_i2c: Remove i2c_idle_bus from probeYe Li1-7/+0
2019-08-22drivers: i2c: mxc: Fix compiler error when using i2c dm modeChuanhua Han1-7/+8
2019-05-17i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho1-31/+64
2019-05-17i2c: mxc_i2c: Document how non-DM functions workTrent Piepho1-0/+34
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski1-2/+17
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-29drivers: i2c: mxc: Update support to 8 I2C controllersSriram Dash1-0/+56
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan1-3/+3
2017-11-20imx: mxc_i2c: tweak the i2c transfer methodNandor Han1-10/+15
2017-10-09dm: gpio: Correct use of -ENODEV in driversSimon Glass1-6/+6
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-6/+6
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-15i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass1-4/+0
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-12-16i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki1-1/+1
2016-12-16i2c: mxc: Print hex instead of decimal for bus addressJagan Teki1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-10drivers: i2c: mxc: Add early initYuan Yao1-0/+27
2016-03-28dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan1-9/+92
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu1-2/+10
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-2/+2
2015-10-02I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)1-0/+6
2015-07-10i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)1-1/+2
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher1-25/+24
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher1-0/+3
2015-05-15i2c: mxc: refactor i2c driver and support dmPeng Fan1-185/+396
2015-04-23driver/i2c/mxc: Enable I2C bus 3 and 4York Sun1-3/+14