index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-24
i2c: take address space into account when checking for used addresses
Wolfram Sang
1
-4
/
+4
2015-08-24
i2c: apply DT flags when probing
Wolfram Sang
1
-5
/
+18
2015-08-24
i2c: make address check indpendent from client struct
Wolfram Sang
1
-6
/
+5
2015-08-24
i2c: rename address check functions
Wolfram Sang
1
-6
/
+6
2015-08-24
i2c: apply address offset for slaves, too
Wolfram Sang
1
-3
/
+19
2015-08-11
i2c: mediatek: Fixup i2c ack error interrupt handling
Eddie Huang
1
-4
/
+11
2015-08-11
i2c: mediatek: Reset DMA engine in hardware init function
Eddie Huang
1
-0
/
+6
2015-08-10
i2c: viperboard: clean up inconsistent indenting
Colin Ian King
1
-5
/
+5
2015-08-10
i2c: cadence: set THIS_MODULE to the owner of the adapter
Masahiro Yamada
1
-0
/
+1
2015-08-10
i2c: designware: Make debug print in i2c_dw_isr() shorter
Jarkko Nikula
1
-2
/
+1
2015-08-10
i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface
Vladimir Zapolskiy
1
-1
/
+1
2015-08-10
i2c: core: add and export of_get_i2c_adapter_by_node() interface
Vladimir Zapolskiy
1
-0
/
+18
2015-08-10
i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapter
Vladimir Zapolskiy
1
-3
/
+12
2015-08-10
i2c: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
3
-3
/
+0
2015-08-10
i2c: designware-pci: use IRQF_COND_SUSPEND flag
Andy Shevchenko
1
-2
/
+2
2015-08-10
i2c: parport: Add VCT-jig adapter
Ondrej Zary
1
-0
/
+8
2015-08-10
i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
Anurag Kumar Vulisha
1
-11
/
+57
2015-08-10
i2c: tegra: add support for fast plus (FM+) mode clock rate
Laxman Dewangan
1
-2
/
+15
2015-08-10
i2c: tegra: update CONFIG_LOAD for new conifiguration
Laxman Dewangan
1
-0
/
+35
2015-08-10
i2c: omap: fix cleanup regression
Wolfram Sang
1
-1
/
+1
2015-08-10
i2c: xiic: Do not continue in case of errors in Rx
Shubhrajyoti Datta
1
-0
/
+2
2015-08-10
i2c: xiic: Service all interrupts in isr
Shubhrajyoti Datta
1
-14
/
+10
2015-08-10
i2c: xiic: Remove the Addressed as slave interrupt
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove busy loop while waiting for bus busy
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-7
/
+0
2015-08-10
i2c: xiic: Do not reset controller before every transfer
Shubhrajyoti Datta
1
-1
/
+0
2015-08-10
i2c: xiic: move the xiic_process to thread context
Shubhrajyoti Datta
1
-13
/
+20
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-3
/
+0
2015-08-10
i2c: pxa: Use devm_ variants in probe function
Vaibhav Hiremath
1
-51
/
+26
2015-08-10
i2c: pxa: Update debug function to dump more info on error
Vaibhav Hiremath
1
-7
/
+15
2015-08-10
i2c: pxa: Fix compile warning in 64bit mode
Yipeng Yao
1
-1
/
+3
2015-08-10
i2c: pxa: Return I2C_RETRY when timeout in pio mode
Shouming Wang
1
-1
/
+3
2015-08-10
i2c: pxa: No need to set slave addr for i2c master mode reset
Vaibhav Hiremath
1
-1
/
+1
2015-08-10
i2c: pxa: keep i2c irq ON in suspend
Leilei Shang
1
-2
/
+3
2015-08-10
i2c: emev2: add driver
Wolfram Sang
3
-0
/
+340
2015-08-10
i2c: omap: on ->remove() call pm_runtime_put_sync()
Felipe Balbi
1
-1
/
+1
2015-08-10
i2c: omap: abolish variable name confusion
Felipe Balbi
1
-299
/
+299
2015-08-10
i2c: omap: switch to dev_get_drvdata()
Felipe Balbi
1
-4
/
+2
2015-08-10
i2c: parport: start using pr_fmt
Sudip Mukherjee
1
-8
/
+8
2015-08-10
i2c: parport: use dev_*
Sudip Mukherjee
1
-4
/
+5
2015-08-01
i2c: fix leaked device refcount on of_find_i2c_* error path
Vladimir Zapolskiy
1
-6
/
+14
2015-07-31
i2c: Fix typo in i2c-bfin-twi.c
Masanari Iida
1
-2
/
+2
2015-07-31
i2c: omap: fix bus recovery setup
Jan Luebbe
1
-0
/
+11
2015-07-31
i2c: core: only use set_scl for bus recovery after calling prepare_recovery
Jan Luebbe
1
-1
/
+3
2015-07-31
i2c: slave eeprom: clean up sysfs bin attribute read()/write()
Vladimir Zapolskiy
1
-6
/
+0
2015-07-09
i2c: Mark instantiated device nodes with OF_POPULATE
Pantelis Antoniou
1
-1
/
+15
2015-07-09
i2c: jz4780: Fix return value if probe fails
Axel Lin
1
-7
/
+8
2015-07-09
i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error path
Axel Lin
1
-0
/
+1
2015-07-09
i2c: I2C_MT65XX should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2015-06-27
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+33
[next]