summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/mxc_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\
| * i2c: mxc_i2c: improve error message readabilityMarc Ferland2020-12-261-1/+1
* | dm: Avoid accessing seq directlySimon Glass2020-12-181-5/+5
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson2020-09-301-2/+5
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-271-68/+70
|\
| * i2c: mxc: move i2c_early_init_f to common functionBiwen Li2020-07-271-68/+70
* | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
|/
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* i2c: mxc: add fuse checkPeng Fan2020-05-101-0/+17
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
* i2c: mxc: add CONFIG_CLK supportPeng Fan2019-09-021-0/+18
* i2c: mxc_i2c: Remove i2c_idle_bus from probeYe Li2019-08-271-7/+0
* drivers: i2c: mxc: Fix compiler error when using i2c dm modeChuanhua Han2019-08-221-7/+8
* i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho2019-05-171-31/+64
* i2c: mxc_i2c: Document how non-DM functions workTrent Piepho2019-05-171-0/+34
* DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski2019-04-111-2/+17
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* drivers: i2c: mxc: Update support to 8 I2C controllersSriram Dash2018-03-291-0/+56
* i2c: mxc_i2c: Use or operationPeng Fan2018-01-161-3/+3
* imx: mxc_i2c: tweak the i2c transfer methodNandor Han2017-11-201-10/+15
* dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-081-6/+6
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-011-6/+6
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-4/+0
* armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2017-04-171-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki2016-12-161-1/+1
* i2c: mxc: Print hex instead of decimal for bus addressJagan Teki2016-12-161-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* drivers: i2c: mxc: Add early initYuan Yao2016-06-101-0/+27
* dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan2016-03-281-9/+92
* i2c: mxc: add a condition in case the parameter is NULLGong Qianyu2016-01-031-2/+10
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-291-2/+2
* I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)2015-10-021-0/+6
* i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)2015-07-101-1/+2
* i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher2015-05-261-25/+24
* arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher2015-05-261-0/+3
* i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-141-185/+396
* driver/i2c/mxc: Enable I2C bus 3 and 4York Sun2015-04-231-3/+14
* i2c:mxc fix array size of i2c_dataPeng Fan2015-01-081-11/+11
* ls102xa: i2c: Add i2c support for LS102xAWang Huan2014-09-081-2/+2