aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11i2c: hix5hd2: reword according to newest specificationWolfram Sang1-3/+3
2024-07-11i2c: hisi: reword according to newest specificationWolfram Sang1-4/+4
2024-07-11i2c: highlander: reword according to newest specificationWolfram Sang1-1/+1
2024-07-11i2c: gpio: reword according to newest specificationWolfram Sang1-4/+4
2024-07-11i2c: fsi: reword according to newest specificationWolfram Sang1-28/+28
2024-07-11i2c: dln2: reword according to newest specificationWolfram Sang1-2/+2
2024-07-11i2c: diolan-u2c: reword according to newest specificationWolfram Sang1-1/+1
2024-07-11i2c: digicolor: reword according to newest specificationWolfram Sang1-3/+3
2024-07-11i2c: davinci: reword according to newest specificationWolfram Sang1-9/+8
2024-07-11i2c: cros-ec-tunnel: reword according to newest specificationWolfram Sang1-2/+2
2024-07-11i2c: cp2615: reword according to newest specificationWolfram Sang1-5/+5
2024-07-11i2c: cht-wc: reword according to newest specificationWolfram Sang1-4/+4
2024-07-11i2c: brcmstb: reword according to newest specificationWolfram Sang1-6/+5
2024-07-11i2c: bcm2835: reword according to newest specificationWolfram Sang1-5/+5
2024-07-11i2c: bcm-kona: reword according to newest specificationWolfram Sang1-7/+6
2024-07-11i2c: au1550: reword according to newest specificationWolfram Sang1-8/+7
2024-07-11i2c: altera: reword according to newest specificationWolfram Sang1-2/+2
2024-07-11i2c: ali15x3: reword according to newest specificationWolfram Sang1-1/+1
2024-07-10i2c: rcar: minor changes to adhere to coding styleWolfram Sang1-6/+5
2024-07-10i2c: rcar: WARN about spurious irqsWolfram Sang1-1/+1
2024-07-09i2c: mt7621: Add Airoha EN7581 i2c supportLorenzo Bianconi1-1/+1
2024-07-09i2c: designware: Constify read-only struct regmap_configJavier Carrasco1-1/+1
2024-07-09i2c: xiic: improve error message when transfer fails to startMarc Ferland1-4/+5
2024-07-09i2c: omap: wakeup the controller during suspend() callbackThomas Richard1-0/+22
2024-07-09i2c: omap: switch to NOIRQ_SYSTEM_SLEEP_PM_OPS() and RUNTIME_PM_OPS()Thomas Richard1-7/+7
2024-07-09i2c: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-07-09i2c: i801: Add support for Intel Arrow Lake-HJarkko Nikula2-0/+4
2024-07-04i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk1-38/+10
2024-06-28i2c: testunit: discard write requests while old command is runningWolfram Sang1-0/+3
2024-06-28i2c: testunit: don't erase registers after STOPWolfram Sang1-1/+1
2024-06-26i2c: viai2c: turn common code into a proper moduleArnd Bergmann5-89/+139
2024-06-21i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi1-1/+1
2024-06-12i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare1-1/+1
2024-06-12i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare1-2/+1
2024-05-23i2c: synquacer: Remove a clk reference from struct synquacer_i2cChristophe JAILLET1-6/+5
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds59-734/+1240
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+0
2024-05-13Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang1-4/+15
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit10-32/+10
2024-05-13Merge tag 'i2c-host-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang49-687/+1209
2024-05-06i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()Christophe JAILLET1-13/+7
2024-05-06i2c: acpi: Unbind mux adapters before deleteHamish Martin1-4/+15
2024-05-06i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2-4/+6
2024-05-06i2c: pxa: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-7/+7
2024-05-06i2c: s3c2410: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-3/+3
2024-05-06i2c: rk3x: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-5/+6
2024-05-06i2c: qcom-geni: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+4
2024-05-06i2c: jz4780: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-11/+11
2024-05-06i2c: synquacer: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4
2024-05-06i2c: stm32f7: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4