Commit Graph

7 Commits (e96b6ee7bd6ad29d47d50ca69a731afa3c66f174)

Author SHA1 Message Date
Nikita Kiryanov 3dc9be8208 eeprom: merge cmdline parsing of eeprom commands 9 years ago
Nikita Kiryanov e7c2729bb3 eeprom: use eeprom_execute_command for all eeprom functions 9 years ago
Nikita Kiryanov c40f03723f eeprom: refactor i2c bus and devaddr parsing 9 years ago
Nikita Kiryanov aa9e604410 cmd: eeprom: add support for layout aware commands 9 years ago
Nikita Kiryanov 2636ac65a8 cmd: eeprom: add bus switching support for all i2c drivers 9 years ago
Mario Six a6e7b7744e i2c/eeprom: Always define I2C_RXTX_LEN 9 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 9 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 9 years ago
Alexey Brodkin 52bc7c7e2b eeprom: fix eeprom write procedure 9 years ago
Marek Vasut d4e69e617c eeprom: Clean up checkpatch issues 10 years ago
Marek Vasut d4fec4e988 eeprom: Add support for selecting i2c bus 10 years ago
Marek Vasut 354e3ed754 eeprom: Add bus argument to eeprom_init() 10 years ago
Marek Vasut 1a37889b0a eeprom: Pull out the RW loop 10 years ago
Marek Vasut 39b6f98bd5 eeprom: Pull out transfer length computation 10 years ago
Marek Vasut 6717e3c84f eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 10 years ago
Marek Vasut 8eee40a602 eeprom: Suck the ifdef into eeprom_init() 10 years ago
Marek Vasut d738746cc3 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 years ago
Marek Vasut 52cd47c9a5 eeprom: Make eeprom_write_enable() weak 10 years ago
Marek Vasut 02c321cf88 eeprom: Pull out address computation 10 years ago
Marek Vasut 9132088b00 eeprom: Pull out the I/O code 10 years ago
Marek Vasut 53a85ad79a eeprom: Zap CONFIG_SPI_X 10 years ago
Marek Vasut b7b2e3f748 eeprom: Zap eeprom_probe() 10 years ago
Marek Vasut ec7012e3d8 eeprom: Zap CONFIG_SYS_EEPROM_X40430 10 years ago
Marek Vasut e4f65d0067 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 10 years ago
Marek Vasut 4f296d09e1 eeprom: Shuffle code around 10 years ago
Christian Gmeiner 189d257b7a cmd_eeprom: make it possible to define the used i2c bus 10 years ago
Valentin Longchamp 4bf3a56f2b Revert "common, env: Fix support for environment in i2c eeprom" 11 years ago
Jeroen Hofstee 0e350f81e1 common: commands: make commands static 11 years ago
Matthias Fuchs 01a0c64762 common, env: Fix support for environment in i2c eeprom 11 years ago
Kuo-Jung Su 6ca6d080d6 cmd_eeprom: bug fix for i2c read/write 12 years ago
Alexey Brodkin a2e0a45d2e cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Heiko Schocher ea818dbbcd i2c, soft-i2c: switch to new multibus/multiadapter support 12 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago
Peter Meerwald e506a00691 cmd_eeprom: typo 13 years ago
Michael Jones f9a78b8d4f cosmetic: spell fixes etc. 14 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
Heiko Schocher 548738b4d4 cmd_eeprom: I2C updates 15 years ago
Wolfgang Denk a89c33db96 General help message cleanup 16 years ago
Peter Tyser 9c90a2c8e8 i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value 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
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 years ago
Jean-Christophe PLAGNIOL-VILLARD d1034bc8db cmd_eeprom: Move conditional compilation to Makefile 17 years ago
Jean-Christophe PLAGNIOL-VILLARD bb1f8b4f8b rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger baa26db411 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 18 years ago
Jon Loeliger a76adc8142 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 18 years ago
Stefan Roese 98f4a3dfcb Add SM501 support to HH405 board. 20 years ago