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
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
/
cmd
/
eeprom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-07
Merge patch series "'eeprom' command improvements"
Tom Rini
1
-83
/
+222
2024-06-07
cmd: eeprom: Extend to EEPROMs probed via driver model
Marek Behún
1
-10
/
+112
2024-06-07
cmd: eeprom: Don't read/write whole EEPROM if not necessary
Marek Behún
1
-9
/
+2
2024-06-07
cmd: eeprom: Refactor command execution into function by action
Marek Behún
1
-40
/
+71
2024-06-07
cmd: eeprom: Refactor eeprom device specifier parsing
Marek Behún
1
-36
/
+41
2024-06-07
cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
Marek Behún
1
-19
/
+17
2024-06-07
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
Marek Behún
1
-5
/
+15
2024-06-07
cmd: eeprom: Fix usage help for the eeprom command
Marek Behún
1
-4
/
+4
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2023-12-13
treewide: Tidy up semicolon after command macros
Simon Glass
1
-1
/
+1
2022-11-02
cmd: eeprom: don't truncate target address at 32-bit
Baruch Siach
1
-2
/
+2
2022-03-23
cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled
Marek Vasut
1
-1
/
+1
2021-08-30
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
Tom Rini
1
-4
/
+0
2021-08-30
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
Tom Rini
1
-1
/
+1
2021-08-30
Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig
Tom Rini
1
-25
/
+12
2021-08-30
eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage
Tom Rini
1
-5
/
+4
2021-07-28
i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
Simon Glass
1
-1
/
+1
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
1
-3
/
+3
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-2
/
+2
2020-04-20
cmd: eeprom: Staticize eeprom_i2c_bus
Marek Vasut
1
-1
/
+1
2020-01-10
cmd/eeprom.c: prepend 0x to hex numbers in output message format
Klaus H. Sorensen
1
-1
/
+1
2019-12-02
common: Move old EEPROM functions into a new header
Simon Glass
1
-0
/
+1
2019-07-19
cosmetic: Update comment in cmd/eeprom.c
Lukasz Majewski
1
-1
/
+1
2019-04-25
eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS
Simon Goldschmidt
1
-8
/
+15
2018-12-05
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
1
-14
/
+0
2018-12-03
eeprom: Add device model based I2C support to eeprom command
Lukasz Majewski
1
-3
/
+21
2018-11-27
spi: Remove unused mpc8xx code
Jagan Teki
1
-14
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Convert CONFIG_SPI to Kconfig
Adam Ford
1
-2
/
+2
2017-05-22
Convert CONFIG_CMD_EEPROM et al to Kconfig
Simon Glass
1
-4
/
+0
2017-05-15
i2c: Finish dropping use of CONFIG_I2C_HARD
Simon Glass
1
-2
/
+0
2016-05-20
eeprom: merge cmdline parsing of eeprom commands
Nikita Kiryanov
1
-64
/
+53
2016-05-20
eeprom: use eeprom_execute_command for all eeprom functions
Nikita Kiryanov
1
-21
/
+40
2016-05-20
eeprom: refactor i2c bus and devaddr parsing
Nikita Kiryanov
1
-26
/
+53
2016-05-20
cmd: eeprom: add support for layout aware commands
Nikita Kiryanov
1
-1
/
+147
2016-05-20
cmd: eeprom: add bus switching support for all i2c drivers
Nikita Kiryanov
1
-1
/
+1
2016-05-03
i2c/eeprom: Always define I2C_RXTX_LEN
Mario Six
1
-0
/
+4
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass
1
-0
/
+265