Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cd0a137acbb66208368353723f5f1480995cf1c4
/
drivers
/
i2c
5871a15
i2c: allow i2c-versatile for ARM MPS platforms
by Russell King
· 7 years ago
c69b9e1
Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c/for-current
by Wolfram Sang
· 7 years ago
682c6c2
i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz
by Hans de Goede
· 7 years ago
22acc37
i2c: designware: Print clock freq on invalid clock freq error
by Hans de Goede
· 7 years ago
c64ffff
i2c: core: Allow empty id_table in ACPI case as well
by Andy Shevchenko
· 7 years ago
d1510a2
i2c: mux: pinctrl: mention correct module name in Kconfig help text
by Chris Gorman
· 7 years ago
235b84f
Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
6e38cf3
i2c: designware: Let slave adapter support be optional
by Jarkko Nikula
· 7 years ago
21bf440
i2c: designware: Make HW init functions static
by Jarkko Nikula
· 7 years ago
9809cb8
i2c: designware: fix spelling mistakes
by Colin Ian King
· 7 years ago
78e6c5a
i2c: pca-platform: propagate error from i2c_pca_add_numbered_bus
by Chris Packham
· 7 years ago
2ec4d88
i2c: pca-platform: correctly set algo_data.reset_chip
by Chris Packham
· 7 years ago
3a4991a
i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devices
by Hans de Goede
· 7 years ago
f4dd029
Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
5b6d721
i2c: designware: enable SLAVE in platform module
by Luis Oliveira
· 7 years ago
9f3e065
i2c: designware: add SLAVE mode functions
by Luis Oliveira
· 7 years ago
86766a3
i2c: zx2967: drop COMPILE_TEST dependency
by Shawn Guo
· 7 years ago
c3518a4
i2c: zx2967: always use the same device when printing errors
by Wolfram Sang
· 7 years ago
df40f24
i2c: pca-platform: use dev_warn/dev_info instead of printk
by Chris Packham
· 7 years ago
fa70ca7
i2c: pca-platform: use device managed allocations
by Chris Packham
· 7 years ago
0e8ce93
i2c: pca-platform: add devicetree awareness
by Chris Packham
· 7 years ago
4cc7229
i2c: pca-platform: switch to struct gpio_desc
by Chris Packham
· 7 years ago
8064c61
i2c: cadance: fix ctrl/addr reg write order
by Matt Weber
· 7 years ago
9615a01
i2c: zx2967: add i2c controller driver for ZTE's zx2967 family
by Baoyou Xie
· 7 years ago
606fd27
i2c: algo-bit: add support for I2C_M_STOP
by Jean Delvare
· 7 years ago
f9eb913
i2c: aspeed: added slave support for Aspeed I2C driver
by Brendan Higgins
· 7 years ago
f327c68
i2c: aspeed: added driver for Aspeed I2C
by Brendan Higgins
· 7 years ago
b395ba2
i2c: rcar: document HW incapabilities
by Wolfram Sang
· 7 years ago
6c782a5
i2c: imx: Use correct function to write to register
by Michail Georgios Etairidis
· 7 years ago
f646221
i2c: emev2: Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
04606cc
i2c: designware: introducing I2C_SLAVE definitions
by Luis Oliveira
· 8 years ago
9031235
i2c: designware: MASTER mode as separated driver
by Luis Oliveira
· 8 years ago
89a1e1b
i2c: designware: refactoring of the i2c-designware
by Luis Oliveira
· 8 years ago
e393f67
i2c: designware: Cleaning and comment style fixes.
by Luis Oliveira
· 8 years ago
f27e780
i2c: at91: Fix compilation warning.
by Arvind Yadav
· 8 years ago
56a6cb8
i2c: at91: Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
5c8e3ab
i2c: use proper name for the R-Car SoC
by Wolfram Sang
· 8 years ago
227855b
i2c: xlp9xx: Enable HWMON class probing for xlp9xx
by George Cherian
· 8 years ago
09a1de0
i2c: i801: Add support for Intel Cannon Lake
by Srinivas Pandruvada
· 8 years ago
063345a
i2c: xgene-slimpro: include linux/io.h for memremap
by Arnd Bergmann
· 8 years ago
d440056
i2c: stub: fix build warning regression
by Wolfram Sang
· 7 years ago
17e8354
i2c: ismt: fix wrong device address when unmap the data buffer
by Liwei Song
· 8 years ago
9163350
i2c: rcar: use correct length when unmapping DMA
by Wolfram Sang
· 8 years ago
069a0f3
Merge 4.12-rc5 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
ac8498f
i2c: i2c-mux-gpmux: new driver
by Peter Rosin
· 8 years ago
f9831bf
i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_end
by Michael Thalmeier
· 8 years ago
90b84c0
i2c: sh_mobile: drop needless check for of_node
by Wolfram Sang
· 8 years ago
d2f31c4
i2c: sh_mobile: remove platform_data
by Wolfram Sang
· 8 years ago
6c42778
i2c: stub: use pr_fmt
by Wolfram Sang
· 8 years ago
df5da47
i2c: xgene-slimpro: Add ACPI support by using PCC mailbox
by Hoan Tran
· 8 years ago
d140bd4
i2c: xgene-slimpro: Use a single function to send command message
by Hoan Tran
· 8 years ago
61e3d0f
i2c: reformat core-base file header
by Wolfram Sang
· 8 years ago
16210d0
i2c: remove unneeded includes from core
by Wolfram Sang
· 8 years ago
53f8f7c
i2c: break out ACPI support into separate file
by Wolfram Sang
· 8 years ago
5bf4fa7
i2c: break out OF support into separate file
by Wolfram Sang
· 8 years ago
22c78d1
i2c: break out smbus support into separate file
by Wolfram Sang
· 8 years ago
e4991ec
i2c: break out slave support into separate file
by Wolfram Sang
· 8 years ago
91ed534
i2c: rename core source file to allow refactorization
by Wolfram Sang
· 8 years ago
e2c8249
i2c: designware: Fix bogus sda_hold_time due to uninitialized vars
by Jan Kiszka
· 8 years ago
5165da5
i2c: i2c-tiny-usb: fix buffer not being DMA capable
by Sebastian Reichel
· 8 years ago
9d64084
i2c: designware: don't infer timings described by ACPI from clock rate
by Ard Biesheuvel
· 8 years ago
83345d5
i2c: xgene: Set ACPI_COMPANION_I2C
by Tin Huynh
· 8 years ago
88ad60c
i2c: mv64xxx: don't override deferred probing when getting irq
by Thomas Petazzoni
· 8 years ago
9fce894d
i2c: mux: only print failure message on error
by Peter Rosin
· 8 years ago
a36d463
i2c: mux: reg: rename label to indicate what it does
by Peter Rosin
· 8 years ago
68118e0
i2c: mux: reg: put away the parent i2c adapter on probe failure
by Peter Rosin
· 8 years ago
291b38a
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
dc9edaa
Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
16a12fa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
14b7307
Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
58dd8ab
i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controller
by Hanjun Guo
· 8 years ago
889ef45
i2c: thunderx: Enable HWMON class probing
by Jan Glauber
· 8 years ago
63a761e
i2c: rcar: clarify PM handling with more comments
by Wolfram Sang
· 8 years ago
ae481cc
i2c: rcar: fix resume by always initializing registers before transfer
by Wolfram Sang
· 8 years ago
8c91fd5ee
i2c: tegra: fix spelling mistake: "contoller" -> "controller"
by Colin Ian King
· 8 years ago
b371f86
i2c: exynos5: use core helper to get driver data
by Andrzej Hajda
· 8 years ago
70c8c4e
i2c: exynos5: de-duplicate error logs on clock setup
by Andrzej Hajda
· 8 years ago
b9d5b31
i2c: exynos5: simplify clock frequency handling
by Andrzej Hajda
· 8 years ago
b917d4f
i2c: exynos5: simplify timings calculation
by Andrzej Hajda
· 8 years ago
c78babc
Annotate hardware config module parameters in drivers/i2c/
by David Howells
· 8 years ago
c7f82ea
i2c: designware-baytrail: fix potential null pointer dereference on dev
by Colin Ian King
· 8 years ago
bd698d2
i2c: designware: Get selected speed mode sda-hold-time via ACPI
by chin.yew.tan@intel.com
· 8 years ago
c99a30d
Merge branch 'i2c/for-INT33FE' into i2c/for-4.12
by Wolfram Sang
· 8 years ago
d1d84bb
i2c: core: Allow drivers to disable i2c-core irq mapping
by Hans de Goede
· 8 years ago
605f8fc
i2c: core: Add new i2c_acpi_new_device helper function
by Hans de Goede
· 8 years ago
417f784
i2c: core: Allow getting ACPI info by index
by Hans de Goede
· 8 years ago
879bce2
i2c: img-scb: use setup_timer
by Geliang Tang
· 8 years ago
e058e7a
i2c: i2c-scmi: add a MS HID
by Edgar Cherkasov
· 8 years ago
69e620f
Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.12
by Wolfram Sang
· 8 years ago
dbed8a8
i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switch
by Michael Hennerich
· 8 years ago
b769fef
Backmerge tag 'v4.11-rc6' into drm-next
by Dave Airlie
· 8 years ago
165fe9c
Merge branch 'ib/4.11-rc3-i2c-irq-resources' into next
by Dmitry Torokhov
· 8 years ago
f089236
i2c: mux: reg: stop double error reporting
by Peter Rosin
· 8 years ago
c99a23e
i2c: mux: pinctrl: stop double error reporting
by Peter Rosin
· 8 years ago
0756ac3
i2c: mux: pca954x: stop double error reporting
by Peter Rosin
· 8 years ago
664d9bb
i2c: mux: pca9541: stop double error reporting
by Peter Rosin
· 8 years ago
1b00900
i2c: mux: gpio: stop double error reporting
by Peter Rosin
· 8 years ago
1144d13
i2c: arb: gpio-challenge: stop double error reporting
by Peter Rosin
· 8 years ago
8d4d159
i2c: mux: provide more info on failure in i2c_mux_add_adapter
by Peter Rosin
· 8 years ago
4124c4e
i2c: allow attaching IRQ resources to i2c_board_info
by Dmitry Torokhov
· 8 years ago
Next »