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
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-10
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
Simon Glass
1
-0
/
+21
2015-05-30
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
3
-11
/
+7
2015-05-31
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
Masahiro Yamada
1
-3
/
+3
2015-05-31
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2
-8
/
+4
2015-05-28
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
Hannes Schmelzer
1
-1
/
+1
2015-05-26
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-22
/
+24
2015-05-26
i2c, mxc: rework i2c base address names for different SoCs
Heiko Schocher
1
-25
/
+24
2015-05-26
arm, imx6, i2c: add I2C4 for MX6DL
Heiko Schocher
1
-0
/
+3
2015-05-18
Merge git://git.denx.de/u-boot-samsung
Tom Rini
1
-5
/
+5
2015-05-14
sandbox: i2c: search child emul dev and check its uclass id
Przemyslaw Marczak
1
-3
/
+17
2015-05-14
i2c: mxc: refactor i2c driver and support dm
Peng Fan
1
-185
/
+396
2015-05-14
dm: i2c: Add a function to find out the chip offset length
Simon Glass
1
-0
/
+7
2015-05-06
i2c: s3c: Implant support for S3C2440
Marek Vasut
1
-5
/
+5
2015-05-05
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
Axel Lin
1
-6
/
+7
2015-05-05
dm: i2c: Add an explicit test mode to the sandbox I2C driver
Simon Glass
1
-11
/
+23
2015-05-05
dm: i2c: Add functions to read and write a register
Simon Glass
1
-0
/
+19
2015-05-05
dm: i2c: sandbox: Add debugging to the speed limit
Simon Glass
1
-1
/
+3
2015-04-23
driver/i2c/mxc: Enable I2C bus 3 and 4
York Sun
1
-3
/
+14
2015-04-18
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
Simon Glass
1
-0
/
+30
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2
-4
/
+4
2015-04-18
dm: i2c: add i2c-gpio driver
Przemyslaw Marczak
3
-0
/
+356
2015-04-18
Kconfig: i2c: fix help message related to dm i2c
Przemyslaw Marczak
1
-10
/
+7
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2
-0
/
+2
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2
-4
/
+4
2015-04-15
i2c: mvtwsi: Support for up to 4 different controllers
Paul Kocialkowski
1
-29
/
+99
2015-04-10
lpc32xx: i2c: add LPC32xx I2C interface support
Albert ARIBAUD \(3ADEV\)
2
-0
/
+250
2015-03-18
i2c: mvtwsi: Fix problem with baud rate calculation
Stefan Roese
1
-8
/
+9
2015-03-18
mv_i2c: fix warnings on 64-bit builds
Rob Herring
1
-1
/
+1
2015-03-15
ARM: UniPhier: adjust device trees for business transfer
Masahiro Yamada
2
-6
/
+8
2015-03-05
dm: i2c: Add a missing memory allocaton check
Simon Glass
1
-0
/
+2
2015-02-19
dm: Move CONFIG_I2C_COMPAT to Kconfig
Simon Glass
1
-0
/
+9
2015-02-12
dm: Expand and complete Kconfig in drivers/
Simon Glass
1
-2
/
+10
2015-02-12
dm: i2c: Make API accessible even without CONFIG_DM
Simon Glass
3
-16
/
+16
2015-02-12
dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
1
-8
/
+3
2015-02-12
i2c: s3c24x0: reduce transmission status timeout
Przemyslaw Marczak
1
-2
/
+2
2015-01-29
dm: i2c: Add two more I2C init functions to the compatibility layer
Simon Glass
1
-2
/
+12
2015-01-29
dm: i2c: dts: Support an offset-len device tree property
Simon Glass
1
-1
/
+2
2015-01-29
dm: i2c: s3c24x0: adjust to dm-i2c api
Przemyslaw Marczak
1
-43
/
+194
2015-01-29
dm: i2c-uclass-compat: fix missed argument
Przemyslaw Marczak
1
-1
/
+1
2015-01-29
dm: i2c: Move slave details to child platdata
Simon Glass
6
-87
/
+39
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
1
-0
/
+1
2015-01-29
dm: i2c: Provide an offset length parameter where needed
Simon Glass
2
-8
/
+10
2015-01-29
dm: i2c: Add a compatbility layer
Simon Glass
2
-0
/
+99
2015-01-29
dm: i2c: Rename driver model I2C functions to permit compatibility
Simon Glass
1
-4
/
+5
2015-01-29
i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
Masahiro Yamada
3
-0
/
+388
2015-01-29
i2c: UniPhier: add driver for UniPhier i2c controller
Masahiro Yamada
3
-0
/
+248
2015-01-29
i2c: add CONFIG_DM_I2C to Kconfig
Masahiro Yamada
1
-0
/
+6
2015-01-08
i2c:mxc fix array size of i2c_data
Peng Fan
1
-11
/
+11
2014-12-11
dm: i2c: tegra: Convert to driver model
Simon Glass
1
-247
/
+119
2014-12-11
dm: i2c: Add a sandbox I2C driver
Simon Glass
2
-1
/
+112
[next]