index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
i2c: meson: use i2c core for DT clock-frequency parsing
Heiner Kallweit
1
-5
/
+3
2017-03-30
i2c: meson: set clock divider in probe instead of setting it for each transfer
Heiner Kallweit
1
-9
/
+8
2017-03-30
i2c: meson: remove member irq from struct meson_i2c
Heiner Kallweit
1
-7
/
+5
2017-03-30
i2c: meson: use min instead of min_t where min_t isn't needed
Heiner Kallweit
1
-5
/
+5
2017-03-24
i2c: mux: pca954x: Add missing pca9546 definition to chip_desc
Mike Looijmans
1
-1
/
+5
2017-03-23
Revert "i2c: mux: pca954x: Add ACPI support for pca954x"
Andy Shevchenko
1
-27
/
+1
2017-03-23
i2c: thunderx: ACPI support for clock settings
Jan Glauber
1
-9
/
+15
2017-03-23
i2c: xlp9xx: update for ARCH_THUNDER2
Jayachandran C
2
-1
/
+2
2017-03-23
i2c: mv64xxx: simplify optional reset handling
Philipp Zabel
1
-10
/
+5
2017-03-23
i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
Jon Hunter
1
-0
/
+1
2017-03-23
BackMerge tag 'v4.11-rc3' into drm-next
Dave Airlie
8
-22
/
+56
2017-03-22
i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method
Hans de Goede
1
-0
/
+15
2017-03-22
i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
Hans de Goede
4
-11
/
+16
2017-03-22
i2c-designware: increase timeout of semaphore transfer
Oliver Neukum
1
-1
/
+1
2017-03-22
Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...
Wolfram Sang
5
-45
/
+99
2017-03-15
i2c: mux: pca954x: make use of raw_spinlock variants
Julia Cartwright
1
-6
/
+6
2017-03-13
Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...
Daniel Vetter
5
-45
/
+99
2017-03-09
Revert "i2c: copy device properties when using i2c_register_board_info()"
Wolfram Sang
1
-10
/
+0
2017-03-09
Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...
Wolfram Sang
1
-0
/
+2
2017-03-09
Revert "i2c: add missing of_node_put in i2c_mux_del_adapters"
Wolfram Sang
1
-2
/
+0
2017-03-09
i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not set
Javier Martinez Canillas
1
-1
/
+2
2017-03-08
i2c: designware: add reset interface
Zhangfei Gao
2
-4
/
+25
2017-03-08
i2c: meson: fix wrong variable usage in meson_i2c_put_data
Heiner Kallweit
1
-1
/
+1
2017-03-08
i2c: copy device properties when using i2c_register_board_info()
Dmitry Torokhov
1
-0
/
+10
2017-03-08
i2c: m65xx: drop superfluous quirk structure
Wolfram Sang
1
-9
/
+0
2017-03-08
i2c: brcmstb: Fix START and STOP conditions
Jaedon Shin
1
-6
/
+21
2017-03-08
i2c: add missing of_node_put in i2c_mux_del_adapters
Qi Hou
1
-0
/
+2
2017-03-08
i2c: riic: fix restart condition
Chris Brandt
1
-1
/
+5
2017-03-03
i2c: add missing of_node_put in i2c_mux_del_adapters
Qi Hou
1
-0
/
+2
2017-03-02
i2c: designware-baytrail: Call pmic_bus_access_notifier_chain
Hans de Goede
1
-0
/
+4
2017-03-02
i2c: designware-baytrail: Acquire P-Unit access on bus acquire
Hans de Goede
1
-0
/
+4
2017-03-02
i2c: designware-baytrail: Add support for cherrytrail
Hans de Goede
4
-12
/
+37
2017-03-02
i2c: designware-baytrail: Fix race when resetting the semaphore
Hans de Goede
1
-9
/
+2
2017-03-02
i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding th...
Hans de Goede
3
-5
/
+32
2017-03-02
i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
Hans de Goede
1
-6
/
+7
2017-03-02
i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
Hans de Goede
1
-8
/
+8
2017-03-02
i2c: designware: Rename accessor_flags to flags
Hans de Goede
3
-9
/
+9
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-1
/
+3
2017-02-25
Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
31
-41
/
+1555
2017-02-23
i2c: thunderx: Replace pci_enable_msix()
Jan Glauber
2
-7
/
+3
2017-02-23
i2c: exynos5: fix arbitration lost handling
Andrzej Hajda
1
-1
/
+26
2017-02-23
i2c: exynos5: disable fifo-almost-empty irq signal when necessary
Andrzej Hajda
1
-1
/
+6
2017-02-20
Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+15
2017-02-20
Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+2
2017-02-20
i2c: at91: ensure state is restored after suspending
Alexandre Belloni
1
-0
/
+3
2017-02-20
i2c: bcm2835: Avoid possible NULL ptr dereference
Stefan Wahren
1
-1
/
+3
2017-02-20
i2c: Add Tegra BPMP I2C proxy driver
Shardar Shariff Md
3
-0
/
+358
2017-02-20
Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'
Rafael J. Wysocki
1
-1
/
+2
2017-02-14
Revert "i2c: designware: detect when dynamic tar update is possible"
Jarkko Nikula
2
-35
/
+11
2017-02-10
Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...
Wolfram Sang
1
-4
/
+146
[prev]
[next]