summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: stm32f7: add description of atomic in struct stm32f7_i2c_devAlain Volmat2023-10-231-0/+1
| * i2c: fix memleak in i2c_new_client_device()Wolfram Sang2023-10-231-4/+9
| * i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c specCamel Guo2023-10-231-3/+31
| * i2c: i801: Simplify class-based client device instantiationHeiner Kallweit2023-10-211-31/+7
| * i2c: exynos5: add support for atomic transfersMarek Szyprowski2023-10-211-2/+44
| * i2c: at91-core: Use devm_clk_get_enabled()Andi Shyti2023-10-211-7/+3
| * i2c: brcmstb: Add support for atomic transfersMarek Szyprowski2023-10-111-2/+21
| * i2c: i801: Add support for Intel Birch Stream SoCJarkko Nikula2023-10-102-0/+4
| * i2c: Use device_get_match_data()Rob Herring2023-10-103-15/+11
| * i2c: rcar: fix error code in probe()Dan Carpenter2023-09-271-1/+3
| * i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer2023-09-271-4/+47
| * i2c: Annotate struct i2c_atr with __counted_byKees Cook2023-09-241-1/+1
| * i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte...Kees Cook2023-09-241-3/+3
| * i2c: powermac: replace deprecated strncpyJustin Stitt2023-09-221-1/+1
| * i2c: cp2615: replace deprecated strncpy with strscpyJustin Stitt2023-09-221-1/+1
| * i2c: mux: gpio: adhere to coding styleWolfram Sang2023-09-221-4/+3
| * i2c: gpio: remove error checks with debugfsWolfram Sang2023-09-221-6/+1
| * i2c: rcar: improve accuracy for R-Car Gen3+Wolfram Sang2023-09-221-39/+89
| * i2c: rcar: reset controller is mandatory for Gen3+Wolfram Sang2023-09-221-15/+14
| * i2c: i801: replace acpi_lock with I2C bus lockHeiner Kallweit2023-09-221-10/+4
| * i2c: i801: use i2c_mark_adapter_suspended/resumedHeiner Kallweit2023-09-221-0/+2
| * i2c: dev: make i2c_dev_class a static const structureIvan Orlov2023-09-191-9/+9
| * i2c: mt65xx: allow optional pmic clockDaniel Golle2023-09-191-4/+8
| * i2c: i801: simplify module boilerplate codeHeiner Kallweit2023-09-191-9/+3
| * i2c: i801: add helper i801_restore_regsHeiner Kallweit2023-09-191-7/+13
| * Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2023-09-193-0/+21
| |\
| * \ Merge tag 'ib-mfd-i2c-reboot-v6.7' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2023-09-191-1/+1
| |\ \
| * | | i2c: riic: avoid potential division by zeroWolfram Sang2023-09-191-1/+1
| * | | i2c: rcar: remove open coded DIV_ROUND_CLOSESTWolfram Sang2023-09-191-4/+3
| * | | i2c: rcar: calculate divider instead of brute-forcing itWolfram Sang2023-09-191-16/+8
| * | | i2c: rcar: properly format a debug outputWolfram Sang2023-09-191-1/+1
| * | | i2c: rcar: avoid non-standard use of gotoWolfram Sang2023-09-191-4/+8
| * | | i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit2023-09-191-10/+9
* | | | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-033-0/+355
|\ \ \ \
| * | | | i2c: Add support for Intel LJCA USB I2C driverWentong Wu2023-10-113-0/+355
* | | | | Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-11-021-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'ib-mfd-i2c-reboot-v6.7' into ibs-for-mfd-mergedLee Jones2023-11-011-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara2023-07-281-1/+1
* | | | | | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-10-311-6/+6
|\ \ \ \ \ \
| * | | | | | i2c: mux: gpio: don't fiddle with GPIOLIB internalsBartosz Golaszewski2023-10-131-6/+6
| |/ / / / /
* | | | | | Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-10-311-12/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'acpi-pcc-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2023-10-061-12/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | i2c: xgene-slimpro: Migrate to use generic PCC shmem related macrosSudeep Holla2023-09-291-12/+4
| | |/ / / /
* | | | | | i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat2023-10-211-3/+6
* | | | | | i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
* | | | | | i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
* | | | | | i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
* | | | | | i2c: aspeed: Fix i2c bus hang in slave readJian Zhang2023-10-101-1/+2
|/ / / / /
* | | | | i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III2023-09-271-10/+7
* | | | | i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit2023-09-251-1/+1