Commit Graph

72 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Sriram Dash fa452192cb drivers: i2c: mxc: Update support to 8 I2C controllers 6 years ago
Peng Fan fb0128736b i2c: mxc_i2c: Use or operation 6 years ago
Nandor Han 2feec4eafd imx: mxc_i2c: tweak the i2c transfer method 7 years ago
Simon Glass 7c84319af9 dm: gpio: Correct use of -ENODEV in drivers 7 years ago
Stefano Babic 552a848e4f imx: reorganize IMX code as other SOCs 7 years ago
Simon Glass 150c5afe5b dm: gpio: Add live tree support 7 years ago
Simon Glass a821c4af79 dm: Rename dev_addr..() functions 7 years ago
Simon Glass 754093eb40 i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD 7 years ago
York Sun 73fb583829 armv7: ls1021a: Drop macro CONFIG_LS102XA 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Jagan Teki 2da24fe551 i2c: mxc: Make 'no gpio pinctrl state' print as debug 7 years ago
Jagan Teki 65c92e4f39 i2c: mxc: Print hex instead of decimal for bus address 7 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Yuan Yao 9d10c2d3fe drivers: i2c: mxc: Add early init 8 years ago
Peng Fan e1bed80272 dm: i2c: mxc_i2c: implement i2c_idle_bus 8 years ago
Gong Qianyu aee3fddb67 i2c: mxc: add a condition in case the parameter is NULL 8 years ago
Mingkai Hu 9f3183d2d6 armv8/fsl_lsch3: Change arch to fsl-layerscape 9 years ago
Albert ARIBAUD \\(3ADEV\\) 03544c6640 I2C: mxc_i2c: make I2C1 and I2C2 optional 9 years ago
Albert ARIBAUD \(3ADEV\) b44e60ac04 i2c: fix vf610 support 9 years ago
Heiko Schocher e6c8b716c7 i2c, mxc: rework i2c base address names for different SoCs 9 years ago
Heiko Schocher 21a26940f9 arm, imx6, i2c: add I2C4 for MX6DL 9 years ago
Peng Fan 71204e95ce i2c: mxc: refactor i2c driver and support dm 9 years ago
York Sun f8cb101e1e driver/i2c/mxc: Enable I2C bus 3 and 4 9 years ago
Peng Fan c36ecf3abf i2c:mxc fix array size of i2c_data 9 years ago
Wang Huan df0a5b880d ls102xa: i2c: Add i2c support for LS102xA 10 years ago
York Sun 2f78eae506 ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC 10 years ago
York Sun dec1861be9 driver/mxc_i2c: Move static data structure to global_data 10 years ago
trem fac9640895 i2c: mxc: move to new subsystem 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Alison Wang 30ea41a489 I2C: mxc_i2c: Add support for Vybrid VF610 platform 11 years ago
Marek Vasut 7f86bd576f i2c: Staticize local functions in mxc i2c driver 12 years ago
Matthias Weisser e7bed5c2b3 imx: Use MXC_I2C_CLK in imx i2c driver 12 years ago
Troy Kisky 9815326d04 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support 12 years ago
Troy Kisky 96c19bd3ef mxc_i2c: add bus recovery support 12 years ago
Troy Kisky e4ff525f91 mxc_i2c: prep work for multiple busses support 12 years ago
Troy Kisky 27a5da02c0 mxc_i2c: add i2c_regs argument to i2c_imx_stop 12 years ago
Troy Kisky a7f1a00510 mxc_i2c: add retries 12 years ago
Troy Kisky d5383a63cd mxc_i2c: check for arbitration lost 12 years ago
Troy Kisky ca741da106 mxc_i2c: change slave addr if conflicts with destination. 12 years ago
Troy Kisky 90a5b70f59 mxc_i2c: don't disable controller after every transaction 12 years ago
Troy Kisky 83a1a19038 mxc_i2c: place i2c_reset code inline 12 years ago
Troy Kisky 71e9f3cbeb mxc_i2c: place imx_start code inline 12 years ago
Troy Kisky d45e75b10c mxc_i2c: remove redundant read 12 years ago
Troy Kisky 7aa57a01c0 mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state 12 years ago
Troy Kisky cfbb88d338 mxc_i2c.c: code i2c_probe as a 0 length i2c_write 12 years ago
Troy Kisky c4330d283c mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write 12 years ago
Troy Kisky b230ddc267 mxc_i2c: create i2c_init_transfer 12 years ago
Troy Kisky ea572d853e mxc_i2c: clear i2sr before waiting for bit 12 years ago