Commit Graph

59 Commits (c16ecb09088f303cb36fd3c55108857cdf934b98)

Author SHA1 Message Date
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 13 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 14 years ago
Heiko Schocher f1d2b313c9 ARM: add relocation support 14 years ago
Heiko Schocher 4444b221f2 i2c: fix command usage help 14 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 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Heiko Schocher 67b23a3228 I2C: adding new "i2c bus" Command to the I2C Subsystem. 16 years ago
Heiko Schocher e43a27c497 I2C: add new command i2c reset. 16 years ago
Peter Tyser 9bc2e4eee3 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 8a40fb148e move cmd_get_data_size to command.c 17 years ago
Peter Tyser 0800707b6d mod_i2c_mem() bugfix 17 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Larry Johnson 632de0672d Refactor code for "i2c sdram" command 17 years ago
Larry Johnson 0df6b8446c Fix "i2c sdram" command for DDR2 DIMMs 17 years ago
Grant Likely 4a43719a77 [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger c76fe47425 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. 18 years ago
Jon Loeliger 65c450b47a common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 18 years ago
Stefan Roese 0c75c9d843 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined 18 years ago
Matthias Fuchs 650a330dd2 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules 18 years ago
Matthias Fuchs d9fc703246 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined 18 years ago