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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI
Jagan Teki
1
-3
/
+3
2016-10-28
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Tom Rini
1
-17
/
+1
2016-10-28
i2c: at91_i2c: Change error return -ENODEV to -EINVAL
Wenyou Yang
1
-1
/
+1
2016-10-28
i2c: at91_i2c: Remove unnecessary clock calling
Wenyou Yang
1
-16
/
+0
2016-10-24
i2c: designware: Avoid overwriting the cmd_data register
Marek Vasut
1
-6
/
+17
2016-10-13
libfdt: Bring in upstream stringlist functions
Simon Glass
1
-1
/
+1
2016-10-11
x86: i2c: Fix cast of address to 32-bit value
Simon Glass
1
-3
/
+3
2016-10-08
cros_ec: Honor the google,remote-bus dt property
Moritz Fischer
1
-1
/
+23
2016-09-27
i2c: tegra: only use new clock/reset APIs
Stephen Warren
1
-57
/
+11
2016-09-26
i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K
Stefan Roese
1
-0
/
+1
2016-09-26
i2c: mv_i2c.c: Validate read length in I2C command
jinghua
1
-0
/
+5
2016-09-26
i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)
Stefan Roese
2
-7
/
+38
2016-09-26
i2c: mv_i2c.c: Add DM support
Stefan Roese
1
-48
/
+136
2016-09-26
i2c: mv_i2c.c: Prepare driver for DM conversion
Stefan Roese
1
-126
/
+141
2016-09-26
i2c: mv_i2c.c: Remove CONFIG_HARD_I2C
Stefan Roese
1
-2
/
+0
2016-09-26
i2c: mv_i2c.c: cosmetic: Coding style cleanups
Stefan Roese
1
-34
/
+34
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
9
-9
/
+9
2016-09-13
i2c: at91_i2c: Fix the wrong include file
Wenyou Yang
1
-1
/
+1
2016-09-13
rockchip: i2c: fix >32 byte writes
John Keeping
1
-2
/
+2
2016-09-13
rockchip: i2c: move register write out of inner loop
John Keeping
1
-2
/
+2
2016-09-13
rockchip: i2c: use named constant when appropriate
John Keeping
1
-1
/
+1
2016-08-26
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
1
-2
/
+2
2016-08-26
i2c: mvtwsi: Fix order of address bytes (high to low)
Stefan Roese
1
-2
/
+2
2016-08-25
ARM: tegra: remove stale nvidia, bpmp I2C DT property
Stephen Warren
1
-10
/
+0
2016-08-25
ARM: tegra: fix Tegra186 I2C clock name
Stephen Warren
1
-1
/
+1
2016-08-16
i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)
Stefan Roese
1
-21
/
+269
2016-08-15
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Tom Rini
4
-0
/
+426
2016-08-15
i2c: atmel: add i2c driver
Songjun Wu
4
-0
/
+426
2016-08-15
i2c: tegra: add standardized clk/reset API support
Bryan Wu
1
-4
/
+85
2016-08-15
i2c: add Tegra186 BPMP driver
Stephen Warren
3
-0
/
+140
2016-08-12
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+1
2016-08-12
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
1
-1
/
+1
2016-08-12
i2c: Drop redundant platform data setting in drivers
Simon Glass
5
-6
/
+0
2016-08-08
i2c: i2c-uclass-compat: avoid any BSS usage
Vignesh R
1
-1
/
+1
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
2
-5
/
+2
2016-07-26
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-5
/
+4
2016-07-26
i2c: fsl: Fix driver initialization
mario.six@gdsys.cc
1
-5
/
+4
2016-07-26
i2c: mvtwsi: Add documentation
mario.six@gdsys.cc
1
-19
/
+144
2016-07-26
i2c: mvtwsi: Make delay times frequency-dependent
mario.six@gdsys.cc
1
-42
/
+85
2016-07-26
i2c: mvtwsi: Handle zero-length offsets properly
mario.six@gdsys.cc
1
-8
/
+13
2016-07-26
i2c: mvtwsi: Add compatibility to DM
mario.six@gdsys.cc
2
-1
/
+117
2016-07-26
i2c: mvtwsi: Make address length variable
mario.six@gdsys.cc
1
-9
/
+21
2016-07-26
i2c: mvtwsi: Factor out adap parameter
mario.six@gdsys.cc
1
-51
/
+46
2016-07-26
i2c: mvtwsi: Add compatibility functions
mario.six@gdsys.cc
1
-9
/
+38
2016-07-26
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
mario.six@gdsys.cc
1
-5
/
+5
2016-07-26
i2c: mvtwsi: Get rid of status parameter
mario.six@gdsys.cc
1
-13
/
+13
2016-07-26
i2c: mvtwsi: Eliminate flags parameter
mario.six@gdsys.cc
1
-42
/
+41
2016-07-26
i2c: mvtwsi: Improve and fix comments
mario.six@gdsys.cc
1
-67
/
+62
2016-07-26
i2c: mvtwsi: Streamline code and add documentation
mario.six@gdsys.cc
1
-38
/
+75
[next]