Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
89a22b403354143b89093a57eb2c6618e95c965e
/
cmd
/
i2c.c
fc574be
cmd: i2c: Fix help output of i2c command.
by Christoph Muellner
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
24e592c
cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C
by Nobuhiro Iwamatsu
· 7 years ago
0a55627
i2c: Set default I2C bus number
by Lukasz Majewski
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
95e11f4
i2c: spd: Extend SPD memory types
by Michal Simek
· 9 years ago
5f861a7
Remove the cmd_ prefix from command files
by Simon Glass
· 9 years ago
[Renamed from cmd/cmd_i2c.c]
29499a0
Move all command code into its own directory
by Simon Glass
· 9 years ago
[Renamed from common/cmd_i2c.c]
63f5785
i2c: Correct command return values
by Simon Glass
· 9 years ago
28990ed
i2c: cmd: Relocate subcommands when MANUAL_RELOC
by Michal Simek
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
a44d5df
dm: i2c: Add a command to adjust the offset length
by Simon Glass
· 9 years ago
b8c2f88
dm: i2c: Implement 'i2c bus' command for driver model
by Simon Glass
· 10 years ago
56dae70
cmd_i2c: Provide option for bulk 'i2c write' in one transaction
by Lubomir Popov
· 10 years ago
6b546f3
cmd_i2c: quit I2C commands immediately on error
by Masahiro Yamada
· 10 years ago
e4e8ff2
dm: i2c: Add a dm_ prefix to driver model bus speed functions
by Simon Glass
· 10 years ago
a2723ae
dm: i2c: Provide an offset length parameter where needed
by Simon Glass
· 10 years ago
7d72276
dm: i2c: Rename driver model I2C functions to permit compatibility
by Simon Glass
· 10 years ago
b87abaf
cmd_i2c: change variable type for 10bit addressing support
by Masahiro Yamada
· 10 years ago
c11ddd4
dm: i2c: Implement driver model support in the i2c command
by Simon Glass
· 10 years ago
2a30239
dm: i2c: Move error reporting into a common function
by Simon Glass
· 10 years ago
f384fbf
common: commands: make commands static
by Jeroen Hofstee
· 10 years ago
09007c4
Rename bootretry functions and remove #ifdefs
by Simon Glass
· 11 years ago
399ed9a
Move bootretry code into bootretry.c and clean up
by Simon Glass
· 11 years ago
be6aafc
Add cli_ prefix to readline functions
by Simon Glass
· 11 years ago
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· 11 years ago
52fe2bf
i2c: fix i2c dev command for not using new framework
by Heiko Schocher
· 11 years ago
5959746
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
95f1d7e
cmd_i2c: Use ARRAY_SIZE instead of reinventing it
by Axel Lin
· 11 years ago
a4ea445
i2c, multibus: get rid of CONFIG_I2C_MUX
by Heiko Schocher
· 12 years ago
e0e55bc
i2c: common changes for multibus/multiadapter support
by Heiko Schocher
· 13 years ago
6664f20
edid: Add I2C command for printing the EDID
by Tom Wai-Hong Tam
· 12 years ago
2476c8d
i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c
by Marek Vasut
· 12 years ago
392d924
i2c: Use __weak instead of __attribute__((weak, alias))
by Marek Vasut
· 12 years ago
dc00a68
common/cmd_*.c: sparse fixes
by Kim Phillips
· 12 years ago
4de3168
i2c_probe: update for use in scripting
by Eric Nelson
· 12 years ago
53bb44d
common/i2c: Add i2c write command
by York Sun
· 12 years ago
d9a028a
i2c: deblock i2c bus also if accessed before realocation
by Holger Brunck
· 12 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
269cbef
common: move extern char console_buffer[] to common.h
by Igor Grinberg
· 13 years ago
9a9619f
common/cmd_i2c.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
9c5ef8d
cosmetic: spell fixes etc.
by Michael Jones
· 13 years ago
2f8baaa
i2c: add i2c deblock sequence before and after every mux config
by Stefan Bigler
· 14 years ago
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
aeb2991
ARM: add relocation support
by Heiko Schocher
· 14 years ago
167ad64
i2c: fix command usage help
by Heiko Schocher
· 14 years ago
ae62eb6
CMD_I2C: make alen=0 work
by Reinhard Meyer
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
ae18b41
i2c: made unused function i2c_mux_add_device static
by Frans Meulenbroeks
· 15 years ago
d388e88
cmd_i2c: introduced get_alen helper function
by Frans Meulenbroeks
· 15 years ago
97ea6e9
cmd_i2c: moved a define to before the functions
by Frans Meulenbroeks
· 15 years ago
6a08fd1
cmd_i2c: moved mispositioned comment for i2c md
by Frans Meulenbroeks
· 15 years ago
3f3748d
cmd_i2c.c: declared local functions as static
by Frans Meulenbroeks
· 15 years ago
290eefb
cmd_i2c.c: added i2c read to memory function
by Frans Meulenbroeks
· 15 years ago
1c70402
cmd_i2c.c: sorted commands alphabetically
by Frans Meulenbroeks
· 15 years ago
a5b9522
cmd_i2c.c: reworked subcommand handling
by Frans Meulenbroeks
· 15 years ago
94bf72b
cmd_i2c.c: reduced subaddress length to 3 bytes
by Frans Meulenbroeks
· 15 years ago
b9a8d45
i2c: fix dangling comment in do_i2c_mw()
by Heiko Schocher
· 15 years ago
83e3535
Removes dead code in the file common/cmd_i2c.c
by Pratap Chandu
· 15 years ago
d7218fe
cmd_i2c: bugfix: add missing brace
by Alessandro Rubini
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
65a48ea
cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
by Peter Tyser
· 16 years ago
b9077a4
cmd_i2c: Clean up trivial helper functions
by Peter Tyser
· 16 years ago
4ff03cf
cmd_i2c: Clean up i2c command argument parsing
by Peter Tyser
· 16 years ago
469cde4
i2c: Update references to individual i2c commands
by Peter Tyser
· 16 years ago
1ad7b35
i2c: Remove deprecated individual i2c commands
by Peter Tyser
· 16 years ago
2e69765
i2c: Create common default i2c_[set|get]_bus_speed() functions
by Peter Tyser
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
82f15f3
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6ee861b
I2C: adding new "i2c bus" Command to the I2C Subsystem.
by Heiko Schocher
· 16 years ago
017568e
I2C: add new command i2c reset.
by Heiko Schocher
· 16 years ago
8d4b8b5
cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
by Peter Tyser
· 16 years ago
82290f2
move cmd_get_data_size to command.c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f0d8881
mod_i2c_mem() bugfix
by Peter Tyser
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
38c9b9b
Refactor code for "i2c sdram" command
by Larry Johnson
· 17 years ago
330d19a
Fix "i2c sdram" command for DDR2 DIMMs
by Larry Johnson
· 17 years ago
c0d32e9
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
by Grant Likely
· 17 years ago
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
d76b5c1
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
3de8b24
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
d09d601
i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
by Stefan Roese
· 18 years ago
b60b5e2
[PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
by Matthias Fuchs
· 18 years ago
dd6cffc
[PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
by Matthias Fuchs
· 18 years ago
ff0215a
mpc83xx: Miscellaneous code style fixes
by Timur Tabi
· 18 years ago
4565715
Add support for multiple I2C buses
by Ben Warren
· 18 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
a484c60
FRAM memory access optimization.
by m8
· 19 years ago
42c0547
* Patches by Thomas Viehweger, 16 Mar 2004:
by wdenk
· 21 years ago
2bb1105
* Patch by Martin Krause, 17 Jul 2003:
by wdenk
· 21 years ago
f287a24
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
81a8824
Initial revision
by wdenk
· 22 years ago