index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_i2c.c
Age
Commit message (
Expand
)
Author
2016-01-25
Move all command code into its own directory
Simon Glass
2016-01-20
i2c: Correct command return values
Simon Glass
2015-12-07
i2c: cmd: Relocate subcommands when MANUAL_RELOC
Michal Simek
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-08-31
dm: i2c: Add a command to adjust the offset length
Simon Glass
2015-05-14
dm: i2c: Implement 'i2c bus' command for driver model
Simon Glass
2015-02-19
cmd_i2c: Provide option for bulk 'i2c write' in one transaction
Lubomir Popov
2015-02-19
cmd_i2c: quit I2C commands immediately on error
Masahiro Yamada
2015-02-12
dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
2015-01-29
dm: i2c: Provide an offset length parameter where needed
Simon Glass
2015-01-29
dm: i2c: Rename driver model I2C functions to permit compatibility
Simon Glass
2015-01-29
cmd_i2c: change variable type for 10bit addressing support
Masahiro Yamada
2014-12-11
dm: i2c: Implement driver model support in the i2c command
Simon Glass
2014-11-21
dm: i2c: Move error reporting into a common function
Simon Glass
2014-07-18
common: commands: make commands static
Jeroen Hofstee
2014-05-29
Rename bootretry functions and remove #ifdefs
Simon Glass
2014-05-29
Move bootretry code into bootretry.c and clean up
Simon Glass
2014-05-29
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
move CLI prototypes to cli.h and add comments
Simon Glass
2013-08-27
i2c: fix i2c dev command for not using new framework
Heiko Schocher
2013-07-24
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-23
cmd_i2c: Use ARRAY_SIZE instead of reinventing it
Axel Lin
2013-07-23
i2c, multibus: get rid of CONFIG_I2C_MUX
Heiko Schocher
2013-07-23
i2c: common changes for multibus/multiadapter support
Heiko Schocher
2012-12-11
edid: Add I2C command for printing the EDID
Tom Wai-Hong Tam
2012-12-11
i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c
Marek Vasut
2012-12-11
i2c: Use __weak instead of __attribute__((weak, alias))
Marek Vasut
2012-11-04
common/cmd_*.c: sparse fixes
Kim Phillips
2012-10-16
i2c_probe: update for use in scripting
Eric Nelson
2012-10-16
common/i2c: Add i2c write command
York Sun
2012-07-31
i2c: deblock i2c bus also if accessed before realocation
Holger Brunck
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
2011-11-22
common: move extern char console_buffer[] to common.h
Igor Grinberg
2011-11-07
common/cmd_i2c.c: Fix GCC 4.6 build warning
Wolfgang Denk
2011-07-28
cosmetic: spell fixes etc.
Michael Jones
2011-04-28
i2c: add i2c deblock sequence before and after every mux config
Stefan Bigler
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-09-19
ARM: add relocation support
Heiko Schocher
2010-09-19
i2c: fix command usage help
Heiko Schocher
2010-08-26
CMD_I2C: make alen=0 work
Reinhard Meyer
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-03-29
i2c: made unused function i2c_mux_add_device static
Frans Meulenbroeks
2010-03-29
cmd_i2c: introduced get_alen helper function
Frans Meulenbroeks
2010-03-29
cmd_i2c: moved a define to before the functions
Frans Meulenbroeks
2010-03-29
cmd_i2c: moved mispositioned comment for i2c md
Frans Meulenbroeks
2010-03-29
cmd_i2c.c: declared local functions as static
Frans Meulenbroeks
2010-03-21
cmd_i2c.c: added i2c read to memory function
Frans Meulenbroeks
2010-03-21
cmd_i2c.c: sorted commands alphabetically
Frans Meulenbroeks
[next]