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
2013-08-27
i2c: fix i2c dev command for not using new framework
Heiko Schocher
1
-0
/
+2
2013-07-24
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
1
-273
/
+84
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-23
cmd_i2c: Use ARRAY_SIZE instead of reinventing it
Axel Lin
1
-4
/
+2
2013-07-23
i2c, multibus: get rid of CONFIG_I2C_MUX
Heiko Schocher
1
-231
/
+3
2013-07-23
i2c: common changes for multibus/multiadapter support
Heiko Schocher
1
-40
/
+81
2012-12-11
edid: Add I2C command for printing the EDID
Tom Wai-Hong Tam
1
-0
/
+39
2012-12-11
i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c
Marek Vasut
1
-15
/
+179
2012-12-11
i2c: Use __weak instead of __attribute__((weak, alias))
Marek Vasut
1
-9
/
+7
2012-11-04
common/cmd_*.c: sparse fixes
Kim Phillips
1
-8
/
+12
2012-10-16
i2c_probe: update for use in scripting
Eric Nelson
1
-4
/
+16
2012-10-16
common/i2c: Add i2c write command
York Sun
1
-0
/
+50
2012-07-31
i2c: deblock i2c bus also if accessed before realocation
Holger Brunck
1
-0
/
+1
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
1
-16
/
+16
2011-11-22
common: move extern char console_buffer[] to common.h
Igor Grinberg
1
-1
/
+0
2011-11-07
common/cmd_i2c.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-3
/
+1
2011-07-28
cosmetic: spell fixes etc.
Michael Jones
1
-2
/
+2
2011-04-28
i2c: add i2c deblock sequence before and after every mux config
Stefan Bigler
1
-0
/
+12
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
1
-1
/
+1
2010-09-19
ARM: add relocation support
Heiko Schocher
1
-0
/
+6
2010-09-19
i2c: fix command usage help
Heiko Schocher
1
-0
/
+3
2010-08-26
CMD_I2C: make alen=0 work
Reinhard Meyer
1
-10
/
+7
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
[next]