summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/mxc_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun2014-07-031-0/+5
* driver/mxc_i2c: Move static data structure to global_dataYork Sun2014-04-291-10/+8
* i2c: mxc: move to new subsystemtrem2013-10-171-59/+78
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-7/+55
|\
| * I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang2013-07-231-7/+55
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* i2c: Staticize local functions in mxc i2c driverMarek Vasut2012-12-111-2/+2
* imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2012-10-151-2/+2
* mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky2012-07-311-0/+17
* mxc_i2c: add bus recovery supportTroy Kisky2012-07-311-0/+26
* mxc_i2c: prep work for multiple busses supportTroy Kisky2012-07-311-21/+104
* mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky2012-07-311-12/+7
* mxc_i2c: add retriesTroy Kisky2012-07-311-9/+27
* mxc_i2c: check for arbitration lostTroy Kisky2012-07-311-0/+7