Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8c5ec4c7ec0b58658d0fab813b9aca420b85ebfa
/
drivers
/
i2c
/
busses
8c5ec4c
i2c: stu300: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
598cf16
i2c: rk3x: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
93ae965
i2c: meson: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
d695e22
i2c: ibm-iic: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
c6f1891
i2c: rcar: Remove obsolete platform data support
by Geert Uytterhoeven
· 9 years ago
7bb6da5
i2c: sh_mobile: add support for r8a7795 (R-Car H3)
by Wolfram Sang
· 9 years ago
e7db0d3
i2c: rcar: add support for r8a7795 (R-Car H3)
by Wolfram Sang
· 9 years ago
b299167
i2c: ocores: support big-endian register layout
by Max Filippov
· 9 years ago
8a5e3d4
i2c: au1550: relax bus timings a bit
by Manuel Lauss
· 9 years ago
26f590e
i2c: tegra: drop duplicated code for assigning algo
by Barry Song
· 9 years ago
35780e8
i2c: davinci: Optimize clock generation on Keystone SoC
by Alexander Sverdlin
· 9 years ago
064181b
i2c: ismt: issue a warning when fail to request MSI
by Andy Shevchenko
· 9 years ago
6befa6d
i2c: ismt: propagate actual error code
by Andy Shevchenko
· 9 years ago
f92d155
i2c: ismt: do not duplicate msi_enabled flag
by Andy Shevchenko
· 9 years ago
fb8918b
i2c: ismt: PCI core handles power state for us
by Andy Shevchenko
· 9 years ago
600ca08
i2c: ismt: improve usage of devres API
by Andy Shevchenko
· 9 years ago
6109dbd
i2c: ismt: mark register space with __iomem
by Andy Shevchenko
· 9 years ago
d80d134
i2c: designware: Move common probe code into i2c_dw_probe()
by Jarkko Nikula
· 9 years ago
6ad6fde
i2c: designware: Rename platform driver probe and PM functions
by Jarkko Nikula
· 9 years ago
8a43745
i2c: designware: Make dw_readl() and dw_writel() static
by Jarkko Nikula
· 9 years ago
f6ed2b7
i2c: designware: Remove unused functions
by Jarkko Nikula
· 9 years ago
b9f84ad
i2c: designware: Disable interrupts before requesting PCI device interrupt
by Jarkko Nikula
· 9 years ago
c335631
i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()
by Jarkko Nikula
· 9 years ago
58b0497
i2c: img-scb: verify support for requested bit rate
by Sifan Naeem
· 9 years ago
1ed6fae
i2c: img-scb: Clear line and interrupt status before starting a transfer
by Sifan Naeem
· 9 years ago
0f0a318
i2c: img-scb: use line_status instead of i2c->line_status
by Sifan Naeem
· 9 years ago
987008d
i2c: img-scb: fix LOW and HIGH period values for the SCL clock
by Sifan Naeem
· 9 years ago
5728d95
i2c: img-scb: use DIV_ROUND_UP to round divisor values
by Sifan Naeem
· 9 years ago
2aefb1b
i2c: img-scb: do dummy writes before fifo access
by Sifan Naeem
· 9 years ago
0e59378
i2c: img-scb: enable fencing for all versions of the ip
by Sifan Naeem
· 9 years ago
708ca40
i2c: rcar: clean up after refactoring
by Wolfram Sang
· 9 years ago
e5a7eff
i2c: rcar: revoke START request early
by Wolfram Sang
· 9 years ago
2151ba7
i2c: rcar: check master irqs before slave irqs
by Wolfram Sang
· 9 years ago
315a173
i2c: rcar: don't issue stop when HW does it automatically
by Wolfram Sang
· 9 years ago
2bc3c5a
i2c: rcar: init new messages in irq
by Wolfram Sang
· 9 years ago
344beeb
i2c: rcar: refactor setup of a msg
by Wolfram Sang
· 9 years ago
738206de
i2c: rcar: remove spinlock
by Wolfram Sang
· 9 years ago
59daef9
i2c: rcar: remove unused IOERROR state
by Wolfram Sang
· 9 years ago
93c659d
i2c: rcar: rework hw init
by Wolfram Sang
· 9 years ago
acceba5
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
8bd8fd0
Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 9 years ago
a4a9a8c
i2c: xgene-slimpro: dma_mapping_error() doesn't return an error code
by Dan Carpenter
· 9 years ago
480b141
i2c: Replace I2C_CROS_EC_TUNNEL dependency
by Javier Martinez Canillas
· 9 years ago
3f9c37a
i2c: lpc2k: add driver
by Joachim Eastwood
· 9 years ago
28c0a84
i2c: mediatek: Fixup i2c ack error interrupt handling
by Eddie Huang
· 9 years ago
ea89ef1
i2c: mediatek: Reset DMA engine in hardware init function
by Eddie Huang
· 9 years ago
9424693
i2c: i801: Create iTCO device on newer Intel PCHs
by Mika Westerberg
· 9 years ago
66621f9
i2c: viperboard: clean up inconsistent indenting
by Colin Ian King
· 9 years ago
a1f6431
i2c: cadence: set THIS_MODULE to the owner of the adapter
by Masahiro Yamada
· 9 years ago
fb42746
i2c: designware: Make debug print in i2c_dw_isr() shorter
by Jarkko Nikula
· 9 years ago
b0898fd
i2c: designware-pci: use IRQF_COND_SUSPEND flag
by Andy Shevchenko
· 10 years ago
82cd5d0
i2c: parport: Add VCT-jig adapter
by Ondrej Zary
· 9 years ago
63cab19
i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
by Anurag Kumar Vulisha
· 10 years ago
d57f5de
i2c: tegra: add support for fast plus (FM+) mode clock rate
by Laxman Dewangan
· 10 years ago
6f4664b
i2c: tegra: update CONFIG_LOAD for new conifiguration
by Laxman Dewangan
· 10 years ago
77441ac
i2c: omap: fix cleanup regression
by Wolfram Sang
· 9 years ago
6b0c8dc
i2c: xiic: Do not continue in case of errors in Rx
by Shubhrajyoti Datta
· 10 years ago
7f9906b
i2c: xiic: Service all interrupts in isr
by Shubhrajyoti Datta
· 10 years ago
542e2a9
i2c: xiic: Remove the Addressed as slave interrupt
by Shubhrajyoti Datta
· 10 years ago
b33aa25
i2c: xiic: Remove busy loop while waiting for bus busy
by Shubhrajyoti Datta
· 10 years ago
e6c9a03
i2c: xiic: Remove the disabling of interrupts
by Shubhrajyoti Datta
· 10 years ago
d701667
i2c: xiic: Do not reset controller before every transfer
by Shubhrajyoti Datta
· 10 years ago
fcc2fac
i2c: xiic: move the xiic_process to thread context
by Shubhrajyoti Datta
· 10 years ago
0387fc1
i2c: xiic: Remove the disabling of interrupts
by Shubhrajyoti Datta
· 10 years ago
51fcce8
i2c: pxa: Use devm_ variants in probe function
by Vaibhav Hiremath
· 9 years ago
3a2dc16
i2c: pxa: Update debug function to dump more info on error
by Vaibhav Hiremath
· 9 years ago
e2b498f
i2c: pxa: Fix compile warning in 64bit mode
by Yipeng Yao
· 9 years ago
8bd75bd
i2c: pxa: Return I2C_RETRY when timeout in pio mode
by Shouming Wang
· 9 years ago
e087b42
i2c: pxa: No need to set slave addr for i2c master mode reset
by Vaibhav Hiremath
· 9 years ago
abf8a1f
i2c: pxa: keep i2c irq ON in suspend
by Leilei Shang
· 9 years ago
5faf6e1
i2c: emev2: add driver
by Wolfram Sang
· 9 years ago
1c4828f
i2c: omap: on ->remove() call pm_runtime_put_sync()
by Felipe Balbi
· 9 years ago
63f8f85
i2c: omap: abolish variable name confusion
by Felipe Balbi
· 9 years ago
c680e32
i2c: omap: switch to dev_get_drvdata()
by Felipe Balbi
· 9 years ago
2022611
i2c: parport: start using pr_fmt
by Sudip Mukherjee
· 10 years ago
c5f3d54
i2c: parport: use dev_*
by Sudip Mukherjee
· 10 years ago
e952849
i2c: Fix typo in i2c-bfin-twi.c
by Masanari Iida
· 9 years ago
828e66c
i2c: omap: fix bus recovery setup
by Jan Luebbe
· 10 years ago
eb8173e
i2c: jz4780: Fix return value if probe fails
by Axel Lin
· 10 years ago
7249481
i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error path
by Axel Lin
· 10 years ago
fc0a1f0
i2c: I2C_MT65XX should depend on HAS_DMA
by Geert Uytterhoeven
· 10 years ago
d878238
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
2486748
Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
84e9c87
Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 10 years ago
a57f14b
Merge tag 'mmc-v4.2' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 10 years ago
a294aba
i2c: busses: i2c-bcm2835: limits cdiv to allowed values
by Silvan Wicki
· 10 years ago
365322f
i2c: sh_mobile: use proper type for timeout
by Wolfram Sang
· 10 years ago
41bdbd2
i2c: sh_mobile: use adapter default for timeout
by Wolfram Sang
· 10 years ago
b6763d0
i2c: rcar: use proper type for timeout
by Wolfram Sang
· 10 years ago
efd2c61
i2c: rcar: use adapter default for timeout
by Wolfram Sang
· 10 years ago
edfc390
i2c: designware: Make sure the device is suspended before disabling runtime PM
by Mika Westerberg
· 10 years ago
3aaa34b
i2c: tegra: apply size limit quirk
by Wolfram Sang
· 10 years ago
4bb28e3
i2c: tegra: don't advertise SMBUS_QUICK
by Wolfram Sang
· 10 years ago
e8e523a
i2c: octeon: remove unused signal handling
by Nicholas Mc Guire
· 10 years ago
955fc95
i2c: davinci: Optimize SCL generation
by Alexander Sverdlin
· 10 years ago
7b61863
i2c: bcm2835: clear reserved bits in S-Register
by Silvan Wicki
· 10 years ago
3ded374
i2c: sh_mobile: add errata workaround
by Wolfram Sang
· 10 years ago
bcb2999
i2c-piix4: Use Macro for AMD CZ SMBus device ID
by Vincent Wan
· 10 years ago
062476f
mfd: cros_ec: Move protocol helpers out of the MFD driver
by Javier Martinez Canillas
· 10 years ago
a841178
mfd: cros_ec: Use a zero-length array for command data
by Javier Martinez Canillas
· 10 years ago
Next »