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
/
include
/
i2c.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-26
sandbox: i2c: Support i2c emulation with of-platdata
Simon Glass
1
-0
/
+15
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
1
-1
/
+1
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-5
/
+5
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-09-25
i2c: Add a generic driver to generate ACPI info
Simon Glass
1
-0
/
+23
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+2
2020-03-16
i2c: Add option to send start condition after deblocking
Marek Vasut
1
-1
/
+3
2020-03-16
i2c: Export i2c_deblock_gpio_loop()
Marek Vasut
1
-0
/
+16
2020-01-27
i2c: Add enums for i2c speed and address size
Simon Glass
1
-0
/
+26
2019-12-17
i2c: add support for offset overflow in to address
Robert Beckett
1
-0
/
+33
2019-07-29
i2c: remove i2c driver-model compatibility layer
Bartosz Golaszewski
1
-80
/
+0
2019-04-11
DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
Lukasz Majewski
1
-0
/
+2
2018-11-29
dm: sandbox: i2c: Add a new 'emulation parent' uclass
Simon Glass
1
-0
/
+21
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-06-12
powerpc, 8260: remove support for mpc8260
Heiko Schocher
1
-3
/
+1
2017-06-12
powerpc, 8xx: remove support for 8xx
Heiko Schocher
1
-22
/
+0
2017-06-01
dm: i2c: Convert uclass to livetree
Simon Glass
1
-2
/
+1
2017-05-22
Drop digital thermometer and thermostat (DTT) drivers
Simon Glass
1
-3
/
+0
2017-05-15
i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
Simon Glass
1
-3
/
+0
2017-04-05
i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS
Simon Glass
1
-7
/
+0
2017-04-05
i2c: Drop unused i2c_soft...() functions
Simon Glass
1
-15
/
+0
2016-06-10
drivers: i2c: mxc: Add early init
Yuan Yao
1
-0
/
+3
2015-11-27
i2c: Fix the comment to match the function described
Stefan Roese
1
-1
/
+2
2015-08-05
dm: i2c: Add support for multiplexed I2C buses
Simon Glass
1
-0
/
+39
2015-08-05
dm: i2c: Add a function to transfer messages
Simon Glass
1
-0
/
+13
2015-08-05
dm: i2c: Move definitions to the top of the header file
Simon Glass
1
-43
/
+43
2015-08-05
dm: i2c: Correct comment nits in dm_i2c_reg_read/write()
Simon Glass
1
-0
/
+2
2015-08-05
dm: i2c: Add a message debug function
Simon Glass
1
-0
/
+10
2015-06-10
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
Simon Glass
1
-0
/
+6
2015-05-14
dm: i2c: Add a function to find out the chip offset length
Simon Glass
1
-1
/
+8
2015-05-05
dm: i2c: Add an explicit test mode to the sandbox I2C driver
Simon Glass
1
-0
/
+1
2015-05-05
dm: i2c: Add functions to read and write a register
Simon Glass
1
-0
/
+21
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
1
-4
/
+4
2015-02-12
dm: i2c: Make API accessible even without CONFIG_DM
Simon Glass
1
-4
/
+1
2015-02-12
dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
1
-4
/
+4
2015-01-29
dm: i2c: Add two more I2C init functions to the compatibility layer
Simon Glass
1
-1
/
+16
2015-01-29
dm: i2c: Move slave details to child platdata
Simon Glass
1
-2
/
+2
2015-01-29
dm: i2c: Provide an offset length parameter where needed
Simon Glass
1
-2
/
+6
2015-01-29
dm: i2c: Add a compatbility layer
Simon Glass
1
-0
/
+59
2015-01-29
dm: i2c: Rename driver model I2C functions to permit compatibility
Simon Glass
1
-10
/
+9
2014-12-11
dm: i2c: Add a uclass for I2C
Simon Glass
1
-0
/
+352
2014-02-20
OMAP24xx I2C: Add support for set-speed
Hannes Petermaier
1
-0
/
+1
2013-11-13
i2c: switch from AT91 legacy to ATMEL legacy
Andreas Bießmann
1
-1
/
+1
2013-10-17
i2c: Zynq: Support for TI PCA9548 bus multiplexer
Michael Burr
1
-0
/
+2
2013-08-20
i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is ...
Łukasz Majewski
1
-1
/
+1
2013-07-24
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
1
-28
/
+204
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-23
i2c, multibus: get rid of CONFIG_I2C_MUX
Heiko Schocher
1
-21
/
+0
2013-07-23
i2c, soft-i2c: switch to new multibus/multiadapter support
Heiko Schocher
1
-0
/
+9
2013-07-23
i2c: common changes for multibus/multiadapter support
Heiko Schocher
1
-9
/
+0
[next]