aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/fsl_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-04-11i2c: fsl_i2c: fix m68k transfertsAngelo Dureghello1-7/+9
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-8/+8
2023-01-20i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMRTom Rini1-5/+7
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini1-7/+0
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini1-0/+4
2021-08-30i2c: fsl_i2c: Migrate to KconfigTom Rini1-4/+4
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-1/+2
2019-12-02common: Move some time functions out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-11i2c: fsl: Add option to get clock from DTMario Six1-1/+7
2018-04-11i2c: fsl: Use dev_read_addrMario Six1-4/+1
2018-02-06i2c: fsl_i2c: Make live-tree compatibleMario Six1-10/+6
2018-02-06i2c: fsl_i2c: Remove inline declarationsMario Six1-7/+7
2018-02-06i2c: fsl_i2c: Fix style violationsMario Six1-55/+56
2017-05-15i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass1-9/+0
2017-02-17fsl_i2c.c: Fix warning on gcc-6.xTom Rini1-2/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-7/+7
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+1
2016-07-26i2c: fsl: Fix driver initializationmario.six@gdsys.cc1-5/+4
2016-05-17dm: fsl_i2c: Enable DM for FSL I2Cmario.six@gdsys.cc1-0/+103
2016-05-17dm: fsl_i2c: Factor out adap parametermario.six@gdsys.cc1-67/+49
2016-05-17dm: fsl_i2c: Prepare compatibility functionsmario.six@gdsys.cc1-8/+39
2016-05-17dm: fsl_i2c: Rename methods for reading/writing datamario.six@gdsys.cc1-8/+8
2016-05-17dm: fsl_i2c: Rename probe methodmario.six@gdsys.cc1-5/+5
2016-05-17dm: fsl_i2c: Remove unnecessary variablemario.six@gdsys.cc1-3/+2
2016-05-17dm: fsl_i2c: Reword and clarify commentmario.six@gdsys.cc1-14/+6
2016-05-17dm: fsl_i2c: Use clearer parameter namesmario.six@gdsys.cc1-31/+32
2016-05-17dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc1-57/+66
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-10drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100msShaveta Leekha1-1/+1
2014-07-16fsl_i2c: add support for 3rd and 4th I2CShengzhou Liu1-2/+20
2014-04-29drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte writeShaveta Leekha1-7/+34
2013-08-20fsl_i2c: add workaround for the erratum I2C A004447Chunhe Lan1-3/+11
2013-08-20fsl_i2c: generate nine pulses on SCL if the I2C bus is hungChunhe Lan1-2/+57
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher1-133/+85
2013-07-16i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0Reinhard Pfau1-3/+6
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-3/+4
2012-10-25drivers/i2c/fsl_i2c.c: sparse fixKim Phillips1-1/+1
2011-11-09fsl_i2c: Fix compile warningKumar Gala1-1/+1
2011-11-04Powerpc/i2c: Use the same initialize codesJerry Huang1-22/+25
2010-04-19fsl_i2c: Added a callpoint for i2c_board_late_initRichard Retanubun1-3/+13