Linux Kernel I2C Bus Layer
[Prev Page][Next Page]
- Re: [PATCH] i2c: i801: Add support for Intel Comet Lake PCH-V, (continued)
- [PATCH v10 0/4] add power control in i2c and at24,
Bibby Hsieh
- [PATCH v3 1/3] i2c: pmcmsp: Use proper printk format for resource_size_t,
Krzysztof Kozlowski
- [PATCH v3 0/6] i2c bus recovery for Microchip SoCs,
Codrin Ciubotariu
- KASAN: stack-out-of-bounds Read in i801_isr,
syzbot
- [PATCH v2 1/4] i2c: pmcmsp: Use proper printk format for resource_size_t,
Krzysztof Kozlowski
- KASAN: vmalloc-out-of-bounds Write in i801_isr,
syzbot
- [PATCH v5 0/8] NVIDIA Tegra I2C driver fixes and improvements,
Dmitry Osipenko
- [PATCH 0/3] i2c: for next API conversion, remove parport-light driver,
Wolfram Sang
- [PATCH] i2c: iop3xx: Fix memory leak in probe error path,
Krzysztof Kozlowski
- [PATCH v4 0/8] NVIDIA Tegra I2C driver fixes and improvements,
Dmitry Osipenko
- [PATCH v3 0/5] Support running driver's probe for a device powered off,
Sakari Ailus
- [PATCH v2 1/3] i2c: xiic: Add timeout to the rx fifo wait loop,
shubhrajyoti . datta
- [PATCH 1/4] i2c: xiic: Fix kerneldoc warnings,
shubhrajyoti . datta
- [PATCH 2/3] i2c: cadence: Fix wording in i2c-cadence driver,
shubhrajyoti . datta
- [PATCH 1/3] i2c: cadence: Recover bus after controller reset, shubhrajyoti . datta
- [PATCH v4] arm64: dts: meson-a1: add I2C nodes,
Jian Hu
- [PATCH] i2c: meson: implement the master_xfer_atomic callback,
Martin Blumenstingl
- [PATCH] i2c: s3c24xx: allow compile-testing,
Arnd Bergmann
- [PATCH 00/12] i2c: convert subsystem to use i2c_new_client_device(),
Wolfram Sang
- [PATCH 05/12] i2c: powermac: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 01/12] i2c: cht-wc: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 03/12] i2c: nvidia-gpu: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 09/12] i2c: i2c-core-base: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 08/12] i2c: i2c-core-acpi: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 11/12] docs: i2c: use the new API in 'instantiating-devices.rst', Wolfram Sang
- [PATCH 12/12] docs: i2c: use the new API in 'writing-clients', Wolfram Sang
- [PATCH 10/12] i2c: i2c-core-of: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 02/12] i2c: i801: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 04/12] i2c: ocores: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 06/12] i2c: taos-evm: convert to use i2c_new_client_device(), Wolfram Sang
- [PATCH 07/12] i2c: xiic: convert to use i2c_new_client_device(), Wolfram Sang
- Re: [PATCH 00/12] i2c: convert subsystem to use i2c_new_client_device(), Wolfram Sang
- [PATCH v4 0/5] at24: move write-protect pin handling to nvmem core,
Khouloud Touil
- [PATCH v2 1/2] i2c: Enable compile testing for some of drivers,
Krzysztof Kozlowski
- [PATCH 0/6] i2c-stm32f7: support suspend/resume & wakeup,
Alain Volmat
- [PATCH v2] i2c: cadence: Added slave support,
Radu Pirea
- [PATCH] treewide: remove redundent IS_ERR() before error code check,
Masahiro Yamada
- [PATCH v3 0/9] NVIDIA Tegra I2C driver fixes and improvements,
Dmitry Osipenko
- [PATCH v3 3/9] i2c: tegra: Prevent interrupt triggering after transfer timeout, Dmitry Osipenko
- [PATCH v3 5/9] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN, Dmitry Osipenko
- [PATCH v3 9/9] i2c: tegra: Check DMA completion status in addition to left time, Dmitry Osipenko
- [PATCH v3 7/9] clk: tegra: Fix double-free in tegra_clk_init(), Dmitry Osipenko
- [PATCH v3 8/9] i2c: tegra: Always terminate DMA transfer, Dmitry Osipenko
- [PATCH v3 4/9] i2c: tegra: Support atomic transfers, Dmitry Osipenko
- [PATCH v3 1/9] i2c: tegra: Fix suspending in active runtime PM state, Dmitry Osipenko
- [PATCH v3 2/9] i2c: tegra: Properly disable runtime PM on driver's probe error, Dmitry Osipenko
- [PATCH v3 6/9] i2c: tegra: Use relaxed versions of readl/writel, Dmitry Osipenko
- Re: [PATCH v3 0/9] NVIDIA Tegra I2C driver fixes and improvements, Thierry Reding
- [PATCH 00/26] docs: i2c: rework I2C documentation, part I,
Luca Ceresoli
- [PATCH 01/26] docs: i2c: sort index logically, Luca Ceresoli
- [PATCH 02/26] docs: i2c: summary: extend introduction, Luca Ceresoli
- [PATCH 03/26] docs: i2c: summary: rewrite the "terminology" section, Luca Ceresoli
- [PATCH 04/26] docs: i2c: call it "I2C" consistently, Luca Ceresoli
- [PATCH 05/26] docs: i2c: fix typo, Luca Ceresoli
- [PATCH 06/26] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently, Luca Ceresoli
- [PATCH 07/26] docs: i2c: i2c-protocol: fix kernel-doc function syntax, Luca Ceresoli
- [PATCH 08/26] docs: i2c: i2c-protocol: properly name start and stop conditions, Luca Ceresoli
- [PATCH 09/26] docs: i2c: i2c-protocol: remove unneeded colons from table, Luca Ceresoli
- [PATCH 10/26] docs: i2c: i2c-protocol: use proper names for ACK and NACK, Luca Ceresoli
- [PATCH 11/26] docs: i2c: smbus: fix link syntax, Luca Ceresoli
- [PATCH 12/26] docs: i2c: smbus-protocol: properly name start and stop conditions, Luca Ceresoli
- [PATCH 14/26] docs: i2c: smbus-protocol: use proper names for ACK and NACK, Luca Ceresoli
- [PATCH 16/26] docs: i2c: smbus-protocol: fix kernel-doc function syntax, Luca Ceresoli
- [PATCH 17/26] docs: i2c: i2c-protocol: fix typo, Luca Ceresoli
- [PATCH 15/26] docs: i2c: smbus-protocol: enable kernel-doc function syntax, Luca Ceresoli
- [PATCH 18/26] docs: i2c: i2c-protocol: fix punctuation, Luca Ceresoli
- [PATCH 13/26] docs: i2c: smbus-protocol: remove unneeded colons from table, Luca Ceresoli
- [PATCH 20/26] docs: i2c: instantiating-devices: fix internal hyperlink, Luca Ceresoli
- [PATCH 19/26] docs: i2c: smbus-protocol: improve I2C Block transactions description, Luca Ceresoli
- [PATCH 22/26] docs: i2c: instantiating-devices: use monospace for filenames, Luca Ceresoli
- [PATCH 21/26] docs: i2c: instantiating-devices: rearrange static instatiation, Luca Ceresoli
- [PATCH 23/26] docs: i2c: old-module-parameters: fix internal hyperlink, Luca Ceresoli
- Re: [PATCH 01/26] docs: i2c: sort index logically, Jean Delvare
- [PATCH 24/26] docs: i2c: old-module-parameters: clarify this is for obsolete kernels, Luca Ceresoli
- [PATCH 25/26] docs: i2c: old-module-parameters: use monospace for filenames, Luca Ceresoli
- [PATCH 26/26] docs: i2c: rename sections so the overall picture is clearer, Luca Ceresoli
- Re: [PATCH 00/26] docs: i2c: rework I2C documentation, part I, Luca Ceresoli
- [PATCH] i2c: bcm2835: Store pointer to bus clock,
Stefan Wahren
- [PATCH v2 0/6] i2c bus recovery for Microchip SoCs,
Codrin.Ciubotariu
- [RFC PATCH 0/5] i2c: implement mechanism to retrieve an alias device,
Wolfram Sang
- [PATCH v2 1/3] i2c: Add Qualcomm CCI I2C driver,
Loic Poulain
[PATCH 1/5] i2c: pmcmsp: Use proper printk format for resource_size_t,
Krzysztof Kozlowski
I2C/SMBus support for Threadripper 39x0X?, Mike Hommey
[PATCH v2 0/6] NVIDIA Tegra I2C driver fixes and improvements,
Dmitry Osipenko
[PATCH 2/2] i2c: Fix a potential use after free,
Xu Wang
[RESEND v6,1/3] dt-bindings: i2c: support property idle-state,
Biwen Li
[PATCH 1/2] i2c: Add Qualcomm CCI I2C driver,
Loic Poulain
[PATCH] i2c-amd756: share definition of amd756_smbus,
Ben Dooks (Codethink)
[PATCH v3] arm64: dts: meson-a1: add I2C nodes,
Jian Hu
In power saving mode i2c_nvidia_gpu modules affect power consumption a lot,
AceLan Kao
[PATCH] i2c: cadence: Added slave support,
Radu Pirea
[PATCH v3 0/4] at24: move write-protect pin handling to nvmem core,
Khouloud Touil
[PATCH] eeprom: at24: update the license tag,
Bartosz Golaszewski
[PATCH] eeprom: at24: sort headers alphabetically,
Bartosz Golaszewski
Add I2C support for the Ingenic X1000 SoC v3.,
周琰杰 (Zhou Yanjie)
[PATCH] i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel(),
Peter Ujfalusi
[PATCH 0/5] media: replace i2c_new_probed_device with an ERR_PTR variant,
Wolfram Sang
[PATCH 0/1] platform: replace i2c_new_probed_device with an ERR_PTR variant,
Wolfram Sang
[PATCH 0/1] input: replace i2c_new_probed_device with an ERR_PTR variant,
Wolfram Sang
[PATCH 0/1] macintosh: replace i2c_new_probed_device with an ERR_PTR variant,
Wolfram Sang
Add I2C support for the Ingenic X1000 SoC v2.,
周琰杰 (Zhou Yanjie)
[PATCH v9 0/4] add power control in i2c and at24,
Bibby Hsieh
[PATCH 00/12] i2c-pxa cleanups,
Russell King - ARM Linux admin
- [PATCH 01/12] i2c: pxa: use official address byte helper, Russell King
- [PATCH 02/12] i2c: pxa: remove unneeded includes, Russell King
- [PATCH 03/12] i2c: pxa: re-arrange includes to be in alphabetical order, Russell King
- [PATCH 04/12] i2c: pxa: re-arrange functions to flow better, Russell King
- [PATCH 05/12] i2c: pxa: re-arrange register field definitions, Russell King
- [PATCH 06/12] i2c: pxa: add and use definitions for IBMR register, Russell King
- [PATCH 07/12] i2c: pxa: always set fm and hs members for each type, Russell King
- [PATCH 08/12] i2c: pxa: move private definitions to i2c-pxa.c, Russell King
- [PATCH 09/12] i2c: pxa: move DT IDs along side platform IDs, Russell King
- [PATCH 10/12] i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output, Russell King
- [PATCH 11/12] i2c: pxa: clean up decode_bits(), Russell King
- [PATCH 12/12] i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition, Russell King
- Re: [PATCH 00/12] i2c-pxa cleanups, Wolfram Sang
- [PATCH REPOST 00/12] i2c-pxa cleanups, Russell King - ARM Linux admin
- [PATCH REPOST 01/12] i2c: pxa: use official address byte helper, Russell King
- [PATCH REPOST 02/12] i2c: pxa: remove unneeded includes, Russell King
- [PATCH REPOST 03/12] i2c: pxa: re-arrange includes to be in alphabetical order, Russell King
- [PATCH REPOST 04/12] i2c: pxa: re-arrange functions to flow better, Russell King
- [PATCH REPOST 05/12] i2c: pxa: re-arrange register field definitions, Russell King
- [PATCH REPOST 06/12] i2c: pxa: add and use definitions for IBMR register, Russell King
- [PATCH REPOST 07/12] i2c: pxa: always set fm and hs members for each type, Russell King
- [PATCH REPOST 08/12] i2c: pxa: move private definitions to i2c-pxa.c, Russell King
- [PATCH REPOST 09/12] i2c: pxa: move DT IDs along side platform IDs, Russell King
- [PATCH REPOST 10/12] i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output, Russell King
- [PATCH REPOST 11/12] i2c: pxa: clean up decode_bits(), Russell King
- [PATCH REPOST 12/12] i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition, Russell King
[PATCH] i2c: tegra: Restore pinmux on system resume,
Thierry Reding
[PATCH v8 0/4] add power control in i2c and at24,
Bibby Hsieh
[PATCH v1 0/3] Tegra I2C: Support atomic transfers and correct suspend/resume,
Dmitry Osipenko
[no subject],
周琰杰 (Zhou Yanjie)
[PATCH] i2c: tiny-usb: Correct I2C fault codes.,
christoph . muellner
[PATCH AUTOSEL 5.4 058/134] i2c: stm32f7: fix & reorder remove & probe error handling, Sasha Levin
[PATCH 0/2] power: supply: add support for CW2015 Fuel Gauge,
Tobias Schramm
Smbus driver failure, Manish Raturi
[PATCH v2] arm64: dts: meson-a1: add I2C nodes,
Jian Hu
[PATCH v2 0/4] at24: move write-protect pin handling to nvmem core,
Khouloud Touil
[PATCH v1] i2c: tegra: Support atomic transfers, Dmitry Osipenko
[PATCH 00/10] mfd: Add support for Analog Devices A2B transceiver,
Daniel Mack
- [PATCH 02/10] dt-bindings: i2c: Add documentation for ad242x i2c controllers, Daniel Mack
- [PATCH 01/10] dt-bindings: mfd: Add documentation for ad242x, Daniel Mack
- [PATCH 04/10] dt-bindings: clock: Add documentation for AD242x clock providers, Daniel Mack
- [PATCH 09/10] clk: Add support for AD242x clock output providers, Daniel Mack
- [PATCH 03/10] dt-bindings: gpio: Add documentation for AD242x GPIO controllers, Daniel Mack
- [PATCH 07/10] i2c: Add driver for AD242x bus controller, Daniel Mack
- [PATCH 06/10] mfd: Add core driver for AD242x A2B transceivers, Daniel Mack
- [PATCH 03/10] dt-bindings: gpio: Add documentation for ad242x GPIO controllers, Daniel Mack
- [PATCH 05/10] dt-bindings: sound: Add documentation for AD242x codecs, Daniel Mack
- [PATCH 08/10] gpio: Add driver for AD242x GPIO controllers, Daniel Mack
- [PATCH 10/10] ASoC: Add codec component for AD242x nodes, Daniel Mack
- Re: [alsa-devel] [PATCH 00/10] mfd: Add support for Analog Devices A2B transceiver, Pierre-Louis Bossart
[PATCH 1/4] i2c: cadence: Fix error printing in case of defer,
shubhrajyoti . datta
[PATCH v3 1/4] dt-bindings: i2c: at91: cosmetic formatting of compatible list,
Eugen.Hristev
[PATCH] i2c: fix header file kernel-doc warning,
Randy Dunlap
[PATCH] i2c: fix bus recovery stop mode timing,
Russell King
[PATCH] i2c: thunderx: Add missed pci_release_regions,
Chuhong Yuan
[PATCH] i2c: remove i2c_new_dummy() API,
Wolfram Sang
[PATCH] ANDROID: i2c: exynos5: remove default enable in Kconfig,
Hyunki Koo
[PATCH] dt-bindings: i2c: sh_mobile: Document r8a77961 support,
Geert Uytterhoeven
[PATCH] dt-bindings: i2c: rcar: Document r8a77961 support,
Geert Uytterhoeven
[PATCH] i2c: remove unneeded 'extern' from function declatations,
Luca Ceresoli
[PATCH] i2c: avoid ifdeffery in I2C drivers with optional slave support,
Sascha Hauer
[v6] i2c: imx: support slave mode for imx I2C driver,
Biwen Li
[PATCH] arm64: dts: meson-a1: add I2C nodes,
Jian Hu
[PATCH 1/3] dt-bindings: i2c: at91: cosmetic formatting of compatible list,
Eugen.Hristev
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]