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-10-18
i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
Mika Westerberg
1
-0
/
+20
2015-10-15
i2c: designware-platdrv: enable RuntimePM before registering to the core
Wolfram Sang
1
-6
/
+7
2015-10-15
i2c: s3c2410: enable RuntimePM before registering to the core
Wolfram Sang
1
-3
/
+5
2015-10-15
i2c: rcar: enable RuntimePM before registering to the core
Wolfram Sang
1
-3
/
+4
2015-10-15
i2c: designware: Move common probe code into i2c_dw_probe()
Jarkko Nikula
4
-63
/
+49
2015-10-15
i2c: designware: Rename platform driver probe and PM functions
Jarkko Nikula
1
-12
/
+12
2015-10-15
i2c: designware: Make dw_readl() and dw_writel() static
Jarkko Nikula
2
-4
/
+2
2015-10-15
i2c: designware: Remove unused functions
Jarkko Nikula
2
-15
/
+0
2015-10-15
i2c: designware: Disable interrupts before requesting PCI device interrupt
Jarkko Nikula
1
-1
/
+1
2015-10-15
i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()
Jarkko Nikula
3
-9
/
+1
2015-10-15
i2c: return probe deferred status on dev_pm_domain_attach
Kieran Bingham
1
-6
/
+6
2015-10-15
move io-64-nonatomic*.h out of asm-generic
Christoph Hellwig
1
-1
/
+1
2015-10-10
i2c: img-scb: verify support for requested bit rate
Sifan Naeem
1
-3
/
+11
2015-10-10
i2c: img-scb: Clear line and interrupt status before starting a transfer
Sifan Naeem
1
-0
/
+9
2015-10-10
i2c: img-scb: use line_status instead of i2c->line_status
Sifan Naeem
1
-1
/
+1
2015-10-10
i2c: img-scb: fix LOW and HIGH period values for the SCL clock
Sifan Naeem
1
-13
/
+17
2015-10-10
i2c: img-scb: use DIV_ROUND_UP to round divisor values
Sifan Naeem
1
-6
/
+2
2015-10-10
i2c: img-scb: do dummy writes before fifo access
Sifan Naeem
1
-2
/
+2
2015-10-10
i2c: img-scb: enable fencing for all versions of the ip
Sifan Naeem
1
-6
/
+2
2015-10-10
i2c: rcar: clean up after refactoring
Wolfram Sang
1
-23
/
+9
2015-10-10
i2c: rcar: revoke START request early
Wolfram Sang
1
-16
/
+7
2015-10-10
i2c: rcar: check master irqs before slave irqs
Wolfram Sang
1
-8
/
+5
2015-10-10
i2c: rcar: don't issue stop when HW does it automatically
Wolfram Sang
1
-2
/
+2
2015-10-10
i2c: rcar: init new messages in irq
Wolfram Sang
1
-37
/
+37
2015-10-10
i2c: rcar: refactor setup of a msg
Wolfram Sang
1
-6
/
+9
2015-10-10
i2c: rcar: remove spinlock
Wolfram Sang
1
-19
/
+4
2015-10-10
i2c: rcar: remove unused IOERROR state
Wolfram Sang
1
-6
/
+0
2015-10-10
i2c: rcar: rework hw init
Wolfram Sang
1
-12
/
+5
2015-09-09
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
26
-485
/
+1906
2015-09-04
Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+119
2015-09-03
i2c: mux: reg Change ioread endianness for readback
York Sun
1
-14
/
+14
2015-09-03
i2c: mux: reg: fix compilation warnings
Mike Rapoport
1
-1
/
+1
2015-09-03
i2c: mux: reg: simplify register size checking
Wolfram Sang
1
-11
/
+6
2015-08-31
i2c: muxes: fix leaked i2c adapter device node references
Vladimir Zapolskiy
4
-0
/
+4
2015-08-26
i2c: allow specifying separate wakeup interrupt in device tree
Dmitry Torokhov
1
-9
/
+42
2015-08-24
i2c: xgene-slimpro: dma_mapping_error() doesn't return an error code
Dan Carpenter
1
-4
/
+4
2015-08-24
i2c: Replace I2C_CROS_EC_TUNNEL dependency
Javier Martinez Canillas
1
-1
/
+1
2015-08-24
i2c: core: Add support for best effort block read emulation
Irina Tirdea
1
-0
/
+57
2015-08-24
i2c: lpc2k: add driver
Joachim Eastwood
3
-0
/
+524
2015-08-24
i2c: mux: Add register-based mux i2c-mux-reg
York Sun
3
-0
/
+306
2015-08-24
i2c: slave: print warning if slave flag not set
Wolfram Sang
1
-0
/
+4
2015-08-24
i2c: support 10 bit and slave addresses in sysfs 'new_device'
Wolfram Sang
1
-1
/
+11
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-11
i2c: i801: Create iTCO device on newer Intel PCHs
Mika Westerberg
1
-1
/
+119
[prev]
[next]