summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
AgeCommit message (Expand)Author
2019-05-17i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho
2019-05-17i2c: mxc_i2c: Document how non-DM functions workTrent Piepho
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-29drivers: i2c: mxc: Update support to 8 I2C controllersSriram Dash
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan
2017-11-20imx: mxc_i2c: tweak the i2c transfer methodNandor Han
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-15i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-16i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki
2016-12-16i2c: mxc: Print hex instead of decimal for bus addressJagan Teki
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-06-10drivers: i2c: mxc: Add early initYuan Yao
2016-03-28dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu
2015-10-02I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)
2015-07-10i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher
2015-05-14i2c: mxc: refactor i2c driver and support dmPeng Fan
2015-04-23driver/i2c/mxc: Enable I2C bus 3 and 4York Sun
2015-01-08i2c:mxc fix array size of i2c_dataPeng Fan
2014-09-08ls102xa: i2c: Add i2c support for LS102xAWang Huan
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun
2013-10-17i2c: mxc: move to new subsystemtrem
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky
2012-07-31mxc_i2c: add retriesTroy Kisky
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky
2012-07-31mxc_i2c: remove redundant readTroy Kisky
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky