Commit Graph

75 Commits (e259d6a320d0280f02966b8bc35316fb136c5e24)

Author SHA1 Message Date
Simon Glass b26440f1fa Rename bootretry functions and remove #ifdefs 11 years ago
Simon Glass 0098e179e1 Move bootretry code into bootretry.c and clean up 11 years ago
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 11 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 11 years ago
Heiko Schocher 880a412732 i2c: fix i2c dev command for not using new framework 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Axel Lin cfb25cc40e cmd_i2c: Use ARRAY_SIZE instead of reinventing it 12 years ago
Heiko Schocher 9a2accb44f i2c, multibus: get rid of CONFIG_I2C_MUX 12 years ago
Heiko Schocher 3f4978c713 i2c: common changes for multibus/multiadapter support 12 years ago
Tom Wai-Hong Tam 735987c5a8 edid: Add I2C command for printing the EDID 12 years ago
Marek Vasut 06afa388b2 i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c 12 years ago
Marek Vasut 2515d8437b i2c: Use __weak instead of __attribute__((weak, alias)) 12 years ago
Kim Phillips 088f1b1991 common/cmd_*.c: sparse fixes 13 years ago
Eric Nelson 54b99e51ab i2c_probe: update for use in scripting 13 years ago
York Sun ff5d2dce1e common/i2c: Add i2c write command 13 years ago
Holger Brunck 8ec038a6a5 i2c: deblock i2c bus also if accessed before realocation 13 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago
Igor Grinberg e3150460a4 common: move extern char console_buffer[] to common.h 13 years ago
Wolfgang Denk e8260cb25a common/cmd_i2c.c: Fix GCC 4.6 build warning 14 years ago
Michael Jones f9a78b8d4f cosmetic: spell fixes etc. 14 years ago
Stefan Bigler c649dda537 i2c: add i2c deblock sequence before and after every mux config 14 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 15 years ago
Heiko Schocher f1d2b313c9 ARM: add relocation support 15 years ago
Heiko Schocher 4444b221f2 i2c: fix command usage help 15 years ago
Reinhard Meyer 7a92e53cd0 CMD_I2C: make alen=0 work 15 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 15 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 15 years ago
Frans Meulenbroeks fd03ea8964 i2c: made unused function i2c_mux_add_device static 15 years ago
Frans Meulenbroeks 2c0dc99020 cmd_i2c: introduced get_alen helper function 15 years ago
Frans Meulenbroeks a266fe955a cmd_i2c: moved a define to before the functions 15 years ago
Frans Meulenbroeks 4a8cf3382a cmd_i2c: moved mispositioned comment for i2c md 15 years ago
Frans Meulenbroeks 3a6dcb988e cmd_i2c.c: declared local functions as static 15 years ago
Frans Meulenbroeks 652e53546b cmd_i2c.c: added i2c read to memory function 15 years ago
Frans Meulenbroeks fb0070e910 cmd_i2c.c: sorted commands alphabetically 15 years ago
Frans Meulenbroeks bfc3b77ebe cmd_i2c.c: reworked subcommand handling 15 years ago
Frans Meulenbroeks faffe14f01 cmd_i2c.c: reduced subaddress length to 3 bytes 15 years ago
Heiko Schocher df002fa6b9 i2c: fix dangling comment in do_i2c_mw() 15 years ago
Pratap Chandu bd3784df94 Removes dead code in the file common/cmd_i2c.c 15 years ago
Alessandro Rubini 6aee304834 cmd_i2c: bugfix: add missing brace 16 years ago
Wolfgang Denk a89c33db96 General help message cleanup 16 years ago
Peter Tyser 9166b77635 cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX 16 years ago
Peter Tyser 0a45a6357b cmd_i2c: Clean up trivial helper functions 16 years ago
Peter Tyser e96ad5d3ab cmd_i2c: Clean up i2c command argument parsing 16 years ago
Peter Tyser 0f89c54be9 i2c: Update references to individual i2c commands 16 years ago
Peter Tyser d48eb5131d i2c: Remove deprecated individual i2c commands 16 years ago
Peter Tyser 655b34a78a i2c: Create common default i2c_[set|get]_bus_speed() functions 16 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Wolfgang Denk 3cbd823116 Coding Style cleanup, update CHANGELOG 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 years ago