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
/
drivers
/
i2c
/
i2c-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-0
/
+1
2024-05-07
i2c: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+0
2023-11-27
i2c: Bugfix in i2c_get_chip_by_phandle()
Philip Oberfichtner
1
-1
/
+1
2023-10-31
i2c: Implement i2c_get_chip_by_phandle()
Philip Richard Oberfichtner
1
-0
/
+75
2023-04-11
i2c: correct I2C deblock logic
Haibo Chen
1
-2
/
+2
2022-07-19
i2c: avoid dynamic stack use in dm_i2c_write
Rasmus Villemoes
1
-18
/
+12
2022-03-23
i2c: fix always-true condition in i2c_probe_chip()
Nikita Yushchenko
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-2
/
+2
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
1
-5
/
+5
2021-08-22
i2c: add dm_i2c_reg_clrset
Sebastian Reichel
1
-0
/
+15
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-1
/
+1
2020-12-18
i2c: Update for new sequence numbers
Simon Glass
1
-38
/
+1
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-14
/
+14
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-4
/
+4
2020-09-25
i2c: Add a generic driver to generate ACPI info
Simon Glass
1
-0
/
+17
2020-07-17
i2c: Add log_ret() on error
Simon Glass
1
-2
/
+2
2020-05-28
i2c: observe scl_count in i2c_deblock_gpio_loop()
Heinrich Schuchardt
1
-1
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-03-16
i2c: Add option to send start condition after deblocking
Marek Vasut
1
-3
/
+20
2020-03-16
i2c: Export i2c_deblock_gpio_loop()
Marek Vasut
1
-4
/
+4
2020-03-16
i2c: Make deblock delay and SCL clock configurable
Marek Vasut
1
-10
/
+11
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
1
-6
/
+6
2019-12-18
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...
Tom Rini
1
-3
/
+3
2019-12-17
i2c: add support for offset overflow in to address
Robert Beckett
1
-7
/
+27
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
1
-3
/
+3
2019-04-11
DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
Lukasz Majewski
1
-0
/
+24
2019-02-11
i2c: Fill req_seq in i2c_post_bind()
Michal Simek
1
-3
/
+25
2019-02-11
i2c: dm: Record maximum id of devices before probing devices
Michal Simek
1
-0
/
+26
2018-12-10
dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
Jean-Jacques Hiblot
1
-0
/
+11
2018-09-11
DM: I2C: Reduce overhead when used with OF_PLATDATA
Adam Ford
1
-4
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-11
dm: i2c: implement gpio-based I2C deblock
Alexander Kochetkov
1
-9
/
+109
2017-10-17
i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
Masahiro Yamada
1
-2
/
+0
2017-06-01
dm: i2c: Convert uclass to livetree
Simon Glass
1
-15
/
+13
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-3
/
+4
2016-07-27
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
1
-11
/
+3
2016-07-27
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
1
-2
/
+1
2016-07-26
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
Mugunthan V N
1
-0
/
+14
2015-08-05
dm: i2c: Add a function to transfer messages
Simon Glass
1
-0
/
+11
2015-08-05
dm: i2c: Add a message debug function
Simon Glass
1
-0
/
+16
2015-05-14
dm: i2c: Add a function to find out the chip offset length
Simon Glass
1
-0
/
+7
2015-05-05
dm: i2c: Add functions to read and write a register
Simon Glass
1
-0
/
+19
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
1
-3
/
+3
2015-03-05
dm: i2c: Add a missing memory allocaton check
Simon Glass
1
-0
/
+2
2015-02-12
dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
1
-8
/
+3
2015-01-29
dm: i2c: dts: Support an offset-len device tree property
Simon Glass
1
-1
/
+2
[next]