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
/
s3c24x0_i2c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
1
-2
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-06-05
samsung: Drop more references fo s3c24x0
Simon Glass
1
-4
/
+0
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-1
/
+1
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-1
/
+1
2017-01-18
i2c: s3c24x0: fix the compiler error for exynos4
Jaehoon Chung
1
-1
/
+7
2016-12-05
samsung: i2c: Split the high-speed I2C code into a new driver
Simon Glass
1
-544
/
+7
2016-12-05
samsung: i2c: Drop old code from I2C driver
Simon Glass
1
-583
/
+2
2016-08-12
i2c: Drop redundant platform data setting in drivers
Simon Glass
1
-2
/
+0
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
1
-4
/
+2
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
1
-2
/
+2
2015-08-05
exynos: i2c: Tidy up the driver model code
Simon Glass
1
-36
/
+103
2015-08-05
exynos: i2c: Fix code style with ReadWriteByte()
Simon Glass
1
-7
/
+7
2015-07-10
exynos: i2c: Correct bug in pinmux selection
Simon Glass
1
-1
/
+1
2015-05-06
i2c: s3c: Implant support for S3C2440
Marek Vasut
1
-5
/
+5
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
1
-1
/
+1
2015-02-12
i2c: s3c24x0: reduce transmission status timeout
Przemyslaw Marczak
1
-2
/
+2
2015-01-29
dm: i2c: s3c24x0: adjust to dm-i2c api
Przemyslaw Marczak
1
-43
/
+194
2013-12-06
i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
Naveen Krishna Ch
1
-48
/
+176
2013-12-05
driver:i2c:s3c24x0: fix clock init for hsi2c
Piotr Wilczek
1
-1
/
+3
2013-12-05
driver:i2c:s3c24x0: adapt driver to new i2c
Piotr Wilczek
1
-56
/
+96
2013-10-17
i2c: s3c24xx: add hsi2c controller support
Naveen Krishna Ch
1
-51
/
+579
2013-10-17
exynos: i2c: Change FDT bus setup code to enumerate ports correctly
Simon Glass
1
-7
/
+18
2013-10-17
exynos: i2c: Fix i2c driver to handle NACKs properly
Naveen Krishna Ch
1
-124
/
+90
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-10
EXYNOS: Resolve the i2c compilation error
Amar
1
-8
/
+1
2013-06-24
EXYNOS5: I2C: Add FDT and non-FDT support for I2C
Amar
1
-2
/
+10
2013-03-12
I2C: S3C24X0: Bug fixes in i2c_transfer
Rajeshwari Shinde
1
-8
/
+6
2013-03-12
I2C: S3C24X0: Remove the dead code
Rajeshwari Shinde
1
-7
/
+0
2013-01-14
I2C: S3C24X0: Resolve build error for VCMA9
Rajeshwari Shinde
1
-1
/
+3
2013-01-08
I2C: Driver changes for FDT support
Rajeshwari Shinde
1
-1
/
+82
2012-12-11
drivers:i2c: Modify I2C driver for Exynos4
Piotr Wilczek
1
-7
/
+12
2012-07-31
I2C: Add support for Multi channel
Rajeshwari Shinde
1
-0
/
+27
2012-07-31
I2C: Modify the I2C driver for EXYNOS5
Rajeshwari Shinde
1
-77
/
+117
2010-10-28
Add generic support for samsung s3c2440
C Nauman
1
-51
/
+51
2009-11-27
Add a unified s3c24x0 header file
kevin.morfitt@fearnside-systems.co.uk
1
-5
/
+1
2009-11-27
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
kevin.morfitt@fearnside-systems.co.uk
1
-2
/
+2
2009-10-13
Clean-up of s3c24x0 drivers excluding nand driver
kevin.morfitt@fearnside-systems.co.uk
1
-134
/
+139
2009-03-30
s3c24x0: move i2c driver to drivers/i2c
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+442