Commit Graph

65 Commits (f0df254663d44f7fd4b714542bb4602626837465)

Author SHA1 Message Date
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 14 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() 16 years ago
Pratap Chandu bd3784df94 Removes dead code in the file common/cmd_i2c.c 16 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
Heiko Schocher 67b23a3228 I2C: adding new "i2c bus" Command to the I2C Subsystem. 17 years ago
Heiko Schocher e43a27c497 I2C: add new command i2c reset. 17 years ago
Peter Tyser 9bc2e4eee3 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS 17 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 18 years ago