aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
AgeCommit message (Expand)AuthorFilesLines
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-08dm: 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-23treewide: 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-14i2c: mxc: refactor i2c driver and support dmPeng Fan1-185/+396
2015-04-23driver/i2c/mxc: Enable I2C bus 3 and 4York Sun1-3/+14
2015-01-08i2c:mxc fix array size of i2c_dataPeng Fan1-11/+11
2014-09-08ls102xa: i2c: Add i2c support for LS102xAWang Huan1-2/+2
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun1-0/+5
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun1-10/+8
2013-10-17i2c: mxc: move to new subsystemtrem1-59/+78
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-7/+55
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang1-7/+55
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut1-2/+2
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser1-2/+2
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky1-0/+17
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky1-0/+26
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky1-21/+104
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky1-12/+7
2012-07-31mxc_i2c: add retriesTroy Kisky1-9/+27
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky1-0/+7
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky1-0/+2
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky1-15/+13
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky1-12/+3
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky1-33/+20
2012-07-31mxc_i2c: remove redundant readTroy Kisky1-1/+0
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky1-51/+29
2012-07-31mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky1-17/+8
2012-07-31mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky1-3/+7
2012-07-31mxc_i2c: create i2c_init_transferTroy Kisky1-26/+18