Linux Kernel I2C Bus Layer
[Prev Page][Next Page]
- Re: [PATCH 3/3] i2c:ocores: add polling interface, (continued)
- [PATCH 0/5] Add Actions Semi S900 I2C support,
Manivannan Sadhasivam
- [PATCH v5 00/10] Add the I3C subsystem,
Boris Brezillon
- [PATCH v5 02/10] docs: driver-api: Add I3C documentation, Boris Brezillon
- [PATCH v5 09/10] gpio: Add a driver for Cadence I3C GPIO expander, Boris Brezillon
- [PATCH v5 05/10] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property, Boris Brezillon
- [PATCH v5 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander, Boris Brezillon
- [PATCH v5 04/10] dt-bindings: i3c: Document core bindings, Boris Brezillon
- [PATCH v5 07/10] i3c: master: Add driver for Cadence IP, Boris Brezillon
- [PATCH v5 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer, Boris Brezillon
- [PATCH v5 08/10] dt-bindings: i3c: Document Cadence I3C master bindings, Boris Brezillon
- [PATCH v5 01/10] i3c: Add core I3C infrastructure, Boris Brezillon
- [PATCH v5 03/10] i3c: Add sysfs ABI spec, Boris Brezillon
- [PATCH v5] i2c: slave: use SPDX license information, Mawanda Henry
- Re: Integration of I2c tools with android studio, Jean Delvare
- [PATCH v4] i2c: slave: Apply SPDX Lincense-Information,
Mawanda Henry
- PATCH i2c: smbus_read_block write out of buffer on noisy bus,
Pasha Orehov
- [PATCH] drivers/i2c: SPDX-License-header information,
Mawanda Henry
- [PATCH] drivers/i2c: include SPDX-license header,
Mawanda Henry
- [PATCH] drivers/i2c: Include SPDX-license-identifier,
Mawanda Henry
- [PATCH] i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers,
Peter Rosin
- [PATCH 0/5] i2c: smbus: add unlocked __i2c_smbus_xfer variant,
Peter Rosin
- [PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment,
Peter Rosin
- [PATCH v2 02/10] i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 03/10] input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 04/10] media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 07/10] media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 09/10] mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 10/10] i2c: remove i2c_lock_adapter and use i2c_lock_bus directly, Peter Rosin
- [PATCH v2 08/10] media: tda18271: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 06/10] media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 05/10] media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- [PATCH v2 01/10] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT), Peter Rosin
- Re: [PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment, Wolfram Sang
- Re: [PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment, Wolfram Sang
- [PATCH v5 0/8] i2c: designware: Improve debug prints,
Jarkko Nikula
- [PATCH] i2c: tegra: Add support for Tegra194,
Thierry Reding
- [PATCH 0/2] i2c: algos: bit: revert to fix regression (#200045),
Wolfram Sang
- [RFC PATCH] i2c: gpio: initialize SCL to HIGH again,
Wolfram Sang
- [PATCH 00/11] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment,
Peter Rosin
- [PATCH 01/11] i2c: add helpers for locking the I2C segment, Peter Rosin
- [PATCH 05/11] media: af9013: switch to i2c_lock_segment, Peter Rosin
- [PATCH 06/11] media: drxk_hard: switch to i2c_lock_segment, Peter Rosin
- [PATCH 07/11] media: rtl2830: switch to i2c_lock_segment, Peter Rosin
- [PATCH 11/11] i2c: rename i2c_lock_adapter to i2c_lock_root, Peter Rosin
- [PATCH 10/11] mfd: 88pm860x-i2c: switch to i2c_lock_segment, Peter Rosin
- [PATCH 09/11] media: tda18271: switch to i2c_lock_segment, Peter Rosin
- [PATCH 08/11] media: tda1004x: switch to i2c_lock_segment, Peter Rosin
- [PATCH 04/11] input: rohm_bu21023: switch to i2c_lock_segment, Peter Rosin
- [PATCH 03/11] i2c: mux: pca9541: switch to i2c_lock_segment, Peter Rosin
- [PATCH 02/11] tpm/tpm_i2c_infineon: switch to i2c_lock_segment, Peter Rosin
- Re: [PATCH 00/11] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment, Wolfram Sang
- [RFT] i2c: algos: bit: prepare/unprepare before sending initial STOP,
Wolfram Sang
- [PATCH] i2c: i801: Consolidate chipset names in documentation and Kconfig,
Jarkko Nikula
- [RFT 0/2] i2c: algos: bit: try to fix bug #200045,
Wolfram Sang
- [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm,
Eddie James
- [PATCH v10 4/7] i2c: fsi: Add abort and hardware reset procedures, Eddie James
- [PATCH v10 7/7] i2c: fsi: Add bus recovery, Eddie James
- [PATCH v10 5/7] i2c: fsi: Add transfer implementation, Eddie James
- [PATCH v10 6/7] i2c: fsi: Add I2C master locking, Eddie James
- [PATCH v10 2/7] i2c: Add FSI-attached I2C master algorithm, Eddie James
- [PATCH v10 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation, Eddie James
- [PATCH v10 3/7] i2c: fsi: Add port structures, Eddie James
- Re: [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm, Andy Shevchenko
- Re: [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm, Joel Stanley
- Re: [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm, Wolfram Sang
- [PULL REQUEST] i2c for 4.18,
Wolfram Sang
- [BUG] possible object lifetime bug, Benjamin Herrenschmidt
- [PATCH v7 0/4] Introduce GENI SE Controller Driver,
Karthikeyan Ramasubramanian
- [RFC PATCH v2] media: i2c: add SCCB helpers,
Akinobu Mita
- [PATCH v4 0/8] i2c: designware: Improve debug prints,
Jarkko Nikula
- [PATCH v3 0/8] i2c: designware: Improve debug prints,
Jarkko Nikula
- [PATCH v3 1/8] i2c: designware: Remove needless variable from i2c_dw_init_slave(), Jarkko Nikula
- [PATCH v3 2/8] i2c: designware: Move register access detection to common code, Jarkko Nikula
- [PATCH v3 8/8] i2c: designware: Add debug print for bus speed, Jarkko Nikula
- [PATCH v3 7/8] i2c: designware: Add debug print for SDA hold time value, Jarkko Nikula
- [PATCH v3 6/8] i2c: designware: Separate timing parameter setting from HW initalization, Jarkko Nikula
- [PATCH v3 5/8] i2c: designware: Move SDA hold time configuration to common code, Jarkko Nikula
- [PATCH v3 4/8] i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master(), Jarkko Nikula
- [PATCH v3 3/8] i2c: designware: Don't use internal ___constant_swab32, Jarkko Nikula
- Re: [PATCH v3 0/8] i2c: designware: Improve debug prints, Andy Shevchenko
- Re: [PATCH v3 0/8] i2c: designware: Improve debug prints, Andy Shevchenko
- Re: [PATCH 2/9] crypto: atmel-ecc: Silently ignore missing clock frequency,
Tudor Ambarus
- [PATCH 1/2] i2c: Add new I2C_CLIENT_IGNORE_BUSY flag,
Hans de Goede
- [PATCH v3 00/12] cros_ec: Match licenses and switch to SPDX identifier.,
Enric Balletbo i Serra
- [PATCH v2 0/8] cros_ec: Switch to SPDX identifier.,
Enric Balletbo i Serra
- [PATCH] i2c: mux: pca954x: Use helper variable in probe,
Linus Walleij
- [PATCH 0/9] croc_ec: Switch to SPDX identifier,
Enric Balletbo i Serra
- [PATCH v9 0/7] i2c: Add FSI-attached I2C master algorithm,
Eddie James
- [PATCH 0/2] i2c: gpio: fault-injector: add new injector,
Wolfram Sang
- [PATCH v2 0/8] i2c: designware: Improve debug prints,
Jarkko Nikula
- [PATCH] i2c-stu300: use non-archaic spelling of failes,
Thadeu Lima de Souza Cascardo
- [PATCH] i2c: qup: fix building without CONFIG_ACPI,
Arnd Bergmann
- [PATCH v8 0/7] i2c: Add FSI-attached I2C master algorithm,
Eddie James
- [PULL REQUEST] i2c-mux for 4.18-rc1,
Peter Rosin
- [PATCH 1/2] i2c: mxs: Switch to SPDX identifier,
Fabio Estevam
- [PATCH 0/3] Fix double address byte issue,
Fabrizio Castro
- [PATCH v7 0/7] i2c: Add FSI-attached I2C master algorithm,
Eddie James
- [PATCH 0/6] Fix R-Car I2C data byte sent twice issue,
Fabrizio Castro
- [PATCH 0/5] i2c: designware: Improve debug prints,
Jarkko Nikula
- [RFC PATCH 0/1] i2c: rcar: handle RXDMA HW bug on Gen3,
Wolfram Sang
- [PATCH] i2c: rcar: document R8A77980 bindings,
Sergei Shtylyov
- i2c: Open Core driver,
Federico Vaga
- [PATCH] i2c: ocores: update HDL sources URL, Federico Vaga
- Re: i2c-gpio and boards conversions to GPIO descriptors,
Simon Guinot
- Problem: lockdep warning with nested instances of i2c-mux,
John Sperbeck
- [PATCH 0/4] i2c: imx: Fix and enable DMA support for LS1021A,
Esben Haabendal
- [PATCH 0/3] merge calls to of_match_device and of_device_get_match_data,
Julia Lawall
- [PATCH] i2c: mux: improve error message for failed symlink,
Wolfram Sang
- [PATCH v2 0/2] i2c: mux: demux-pinctrl: improve device relationships,
Wolfram Sang
- [PATCH] i2c: imx: Switch to SPDX identifier,
Fabio Estevam
- [PATCH 0/9] ACPI/i2c Enumerate several instances out of one fwnode,
Hans de Goede
- [PATCH 1/9] ACPI: export __acpi_match_device and __acpi_device[_uevent]_modalias, Hans de Goede
- [PATCH 2/9] i2c: Allow specifying irq-index to be used in i2c_device_probe(), Hans de Goede
- [PATCH 3/9] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper, Hans de Goede
- [PATCH 4/9] i2c: acpi: Allow get info by index in i2c_acpi_get_info(), Hans de Goede
- [PATCH 5/9] i2c: acpi: Enumerate several instances out of one device, Hans de Goede
- [PATCH 6/9] i2c: acpi: Add BSG1160 to i2c_acpi_multiple_devices_ids, Hans de Goede
- [PATCH 7/9] iio: accel: bmc150: Add support for BSG1160 ACPI HID, Hans de Goede
- [PATCH 9/9] iio: magnetometer: bmc150: Add support for BSG1160 ACPI HID, Hans de Goede
- [PATCH 8/9] iio: gyro: bmg160: Add support for BSG1160 ACPI HID, Hans de Goede
- Re: [PATCH 0/9] ACPI/i2c Enumerate several instances out of one fwnode, Jonathan Cameron
- Re: [PATCH 0/9] ACPI/i2c Enumerate several instances out of one fwnode, Andy Shevchenko
- Re: [PATCH 0/9] ACPI/i2c Enumerate several instances out of one fwnode, Rafael J. Wysocki
- [PATCH 1/1] drm/msm/hdmi: don't check number of messages in the driver, Wolfram Sang
- [PATCH 0/7] don't check number of I2C messages in drivers,
Wolfram Sang
- [PATCH 0/2] don't check number of I2C messages in drivers,
Wolfram Sang
- [PATCH] mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock,
Jarkko Nikula
- [PATCH v2] i2c: rk3x: Don't print visible virtual mapping MMIO address,
Shawn Lin
- [BUG] i2c_piix4: Hudson2 uses wrong port to access SMBus controller,
Will Wagner
- Re: PROBLEM: ASUS GU501GM Elantech touchpad not detected,
Benjamin Tissoires
- [PATCH] i2c: rk3x: Don't print visible virtual mapping MMIO address,
Shawn Lin
- [GIT PULL] at24 updates for 4.18,
Bartosz Golaszewski
- [PATCH v2 0/2] i2c: make use of i2c_8bit_addr_from_msg,
Peter Rosin
- [PATCH 0/4] i2c-xlp9xx Add support for SMBAlert and minor fixes,
George Cherian
- [PATCH] i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected",
Colin King
- [PATCH 00/21] i2c: make use of i2c_8bit_addr_from_msg,
Peter Rosin
- [PATCH 15/21] i2c: ocores: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 17/21] i2c: qup: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 21/21] i2c: xiic: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 20/21] i2c: stu300: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 19/21] i2c: riic: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 18/21] i2c: rcar: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 16/21] i2c: pasemi: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 12/21] i2c: imx: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 14/21] i2c: mxs: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 13/21] i2c: kempld: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 10/21] i2c: hix5hd2: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 11/21] i2c: imx-lpi2c: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 09/21] i2c: emev2: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 07/21] i2c: efm32: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 08/21] i2c: eg20t: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 05/21] i2c: axxia: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 06/21] i2c: diolan: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 04/21] i2c: aspeed: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 02/21] i2c: algo: pca: make use of i2c_8bit_addr_from_msg, Peter Rosin
- [PATCH 01/21] i2c: algo: bit: make use of i2c_8bit_addr_from_msg, Peter Rosin
- Re: [PATCH 00/21] i2c: make use of i2c_8bit_addr_from_msg, Joe Perches
- [PATCH v1] mfd: tps6586x: Move interrupt handling into workqueue,
Dmitry Osipenko
- [PATCH v1] i2c: tegra: Remove suspend-resume,
Dmitry Osipenko
- [PATCH] i2c: exynos5: simplify transfer function,
Andrzej Hajda
- [PATCH] i2c: i2c-stm32f7: fix documentation typo,
Pierre-Yves MORDRET
- [PATCH v3 0/4] Add Fast Mode Plus and other fixes,
Austin Christ
- [PATCH] i2c: viperboard: return message count on master_xfer success,
Peter Rosin
- [PATCH] i2c: synquacer: fix fence-post error in retry loop,
Peter Rosin
- [PATCH 1/2] i2c: robotfuzz-osif: remove pointless local variable,
Peter Rosin
- [PATCH 1/2] i2c: pmcmsp: return message count on master_xfer success,
Peter Rosin
- [PATCH] i2c: hix5hd2: remove some dead code,
Peter Rosin
- [PATCH 1/2] i2c: exynos5: remove some dead code,
Peter Rosin
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]