index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_i2c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
1
-57
/
+30
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
1
-15
/
+15
2010-03-29
i2c: made unused function i2c_mux_add_device static
Frans Meulenbroeks
1
-1
/
+1
2010-03-29
cmd_i2c: introduced get_alen helper function
Frans Meulenbroeks
1
-72
/
+47
2010-03-29
cmd_i2c: moved a define to before the functions
Frans Meulenbroeks
1
-2
/
+2
2010-03-29
cmd_i2c: moved mispositioned comment for i2c md
Frans Meulenbroeks
1
-4
/
+4
2010-03-29
cmd_i2c.c: declared local functions as static
Frans Meulenbroeks
1
-14
/
+14
2010-03-21
cmd_i2c.c: added i2c read to memory function
Frans Meulenbroeks
1
-1
/
+59
2010-03-21
cmd_i2c.c: sorted commands alphabetically
Frans Meulenbroeks
1
-6
/
+5
2010-03-21
cmd_i2c.c: reworked subcommand handling
Frans Meulenbroeks
1
-32
/
+45
2010-03-21
cmd_i2c.c: reduced subaddress length to 3 bytes
Frans Meulenbroeks
1
-5
/
+5
2009-12-07
i2c: fix dangling comment in do_i2c_mw()
Heiko Schocher
1
-4
/
+0
2009-12-02
Removes dead code in the file common/cmd_i2c.c
Pratap Chandu
1
-8
/
+0
2009-07-18
cmd_i2c: bugfix: add missing brace
Alessandro Rubini
1
-3
/
+3
2009-06-12
General help message cleanup
Wolfgang Denk
1
-2
/
+3
2009-06-12
cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
Peter Tyser
1
-2
/
+2
2009-06-12
cmd_i2c: Clean up trivial helper functions
Peter Tyser
1
-21
/
+4
2009-06-12
cmd_i2c: Clean up i2c command argument parsing
Peter Tyser
1
-24
/
+28
2009-06-12
i2c: Update references to individual i2c commands
Peter Tyser
1
-16
/
+11
2009-06-12
i2c: Remove deprecated individual i2c commands
Peter Tyser
1
-58
/
+0
2009-06-12
i2c: Create common default i2c_[set|get]_bus_speed() functions
Peter Tyser
1
-0
/
+18
2009-01-28
Command usage cleanup
Peter Tyser
1
-9
/
+9
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
1
-12
/
+12
2008-11-02
Coding Style cleanup, update CHANGELOG
Wolfgang Denk
1
-6
/
+0
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-14
/
+14
2008-10-18
I2C: adding new "i2c bus" Command to the I2C Subsystem.
Heiko Schocher
1
-0
/
+267
2008-10-18
I2C: add new command i2c reset.
Heiko Schocher
1
-0
/
+9
2008-10-14
cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
Peter Tyser
1
-4
/
+4
2008-09-10
move cmd_get_data_size to command.c
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+0
2008-08-21
mod_i2c_mem() bugfix
Peter Tyser
1
-3
/
+3
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-8
/
+8
2008-01-12
Refactor code for "i2c sdram" command
Larry Johnson
1
-291
/
+220
2008-01-12
Fix "i2c sdram" command for DDR2 DIMMs
Larry Johnson
1
-119
/
+496
2007-11-20
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
Grant Likely
1
-5
/
+0
2007-07-10
common/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-4
/
+4
2007-07-08
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger
1
-5
/
+5
2007-07-04
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-5
/
+5
2007-03-28
i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
Stefan Roese
1
-2
/
+1
2007-03-08
[PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
Matthias Fuchs
1
-0
/
+2
2007-03-08
[PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
Matthias Fuchs
1
-20
/
+20
2006-11-28
mpc83xx: Miscellaneous code style fixes
Timur Tabi
1
-130
/
+75
2006-11-03
Add support for multiple I2C buses
Ben Warren
1
-5
/
+154
2005-10-13
Cleanup for GCC-4.x
Wolfgang Denk
1
-2
/
+2
2005-08-12
FRAM memory access optimization.
1
-0
/
+6
2004-03-23
* Patches by Thomas Viehweger, 16 Mar 2004:
wdenk
1
-114
/
+114
2003-07-17
* Patch by Martin Krause, 17 Jul 2003:
wdenk
1
-0
/
+3
2003-07-01
Patch by Kenneth Johansson, 30 Jun 2003:
wdenk
1
-16
/
+16
2003-06-27
* Code cleanup:
wdenk
1
-1
/
+57
2002-10-26
Initial revision
wdenk
1
-0
/
+868