Linux Kernel I2C Bus Layer
[Prev Page][Next Page]
- Re: [linux-sunxi] [PATCH] i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs, (continued)
- [PATCH] watchdog: iTCO_wdt: Fix unmet dependency in select,
Jean Delvare
- [PATCH] i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348,
Mika Westerberg
- [PATCH v2] i2c/designware: enable i2c controller to suspend/resume asynchronously,
Fu, Zhonghui
- [PATCH v2] i2c: enable i2c adapter to suspend/resume asynchronously,
Fu, Zhonghui
- [PATCH v2] i2c: enable i2c device to suspend/resume asynchronously,
Fu, Zhonghui
- [PATCH] i2c-core: allow either old or of_matching of devices, Ben Dooks
- [PATCH v2] i2c-ocores: support big-endian register layout,
Max Filippov
- [PATCH V2 1/6] i2c: Add i2c support to Freescale Layerscape platforms,
Zhiqiang Hou
- [PATCH] i2c-ocores: support big-endian register layout, Max Filippov
- [PATCH v1 0/8] enable I2C devices behind I2C bus on Gen2,
Andy Shevchenko
- [PATCH 0/6] Add LS1043A SoC support,
Zhiqiang Hou
- [Patch V6] i2c: imx: implement bus recovery,
Gao Pan
- [PATCH v2 1/1] i2c: core: fix a code to suppress a warning,
Andy Shevchenko
- [Patch V8] i2c: imx: add runtime pm support to improve the performance,
Gao Pan
- [PATCH 4/4] i2c: stu300: Fix module autoload for OF platform driver,
Luis de Bethencourt
- [PATCH 3/4] i2c: rk3x: Fix module autoload for OF platform driver, Luis de Bethencourt
- [PATCH 2/4] i2c: meson: Fix module autoload for OF platform driver, Luis de Bethencourt
- [PATCH 1/4] i2c: ibm-iic: Fix module autoload for OF platform driver, Luis de Bethencourt
- [PATCH 0/4] i2c: Fix module autoload for OF platform driver, Luis de Bethencourt
- [PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface,
Pantelis Antoniou
- [RESEND PATCH 2/3] i2c: added I2C_FUNC_NO_CLK_STRETCH to i2c-algo-bit.c,
Nicola Corna
- [RESEND PATCH 1/3] i2c: added FUNC flag for unsupported clock stretching,
Nicola Corna
- [PATCH 1/6] i2c: ismt: improve usage of devres API,
Andy Shevchenko
- [PATCH 1/1] i2c: core: fix a code to suppress a warning,
Andy Shevchenko
- [PATCH v2] dts: keystone: Use new "ti,keystone-i2c" compatible,
Alexander Sverdlin
- [PATCH v2] i2c: davinci: Optimize clock generation on Keystone SoC,
Alexander Sverdlin
- read/write from/to an i2c device from linux, folkert
- [RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing,
Kieran Bingham
- [RESEND PATCH v4 4/8] i2c: Make I2C ID tables non-mandatory for DT'ed devices, Kieran Bingham
- [RESEND PATCH v4 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure, Kieran Bingham
- [RESEND PATCH v4 7/8] mfd: 88pm860x: Move over to new I2C device .probe() call, Kieran Bingham
- [RESEND PATCH v4 5/8] i2c: Export i2c_match_id() for direct use by device drivers, Kieran Bingham
- [RESEND PATCH v4 6/8] i2c: Provide a temporary .probe2() call-back type, Kieran Bingham
- [RESEND PATCH v4 2/8] i2c: Add the ability to match device to compatible string without an of_node, Kieran Bingham
- [RESEND PATCH v4 3/8] i2c: Match using traditional OF methods, then by vendor-less compatible strings, Kieran Bingham
- [RESEND PATCH v4 1/8] i2c: Add pointer dereference protection to i2c_match_id(), Kieran Bingham
- Re: [RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing, Lee Jones
- Re: [RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing, Javier Martinez Canillas
- Re: [RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing, Wolfram Sang
[Patch V5] i2c: imx: implement bus recovery,
Gao Pan
[PATCH] i2c-dev: Fix I2C_SLAVE ioctl comment,
Jean Delvare
Fix for Dell P57G touchpad found, need advice on patch,
Pavel Roskin
[PATCH v3 0/7] i2c: img-scb: fixes to support i2c on pistachio,
Sifan Naeem
[PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing,
Kieran Bingham
[PATCH] i2c: sirf: tune the divider to make i2c bus freq more accurate,
Barry Song
[PATCH] i2c-dev: Fix typo in ioctl name reference,
Jean Delvare
[PATCH] i2c: i2c-au1550: relax bus timings a bit,
Manuel Lauss
[RESEND PATCH 1/2] i2c: added FUNC flag for unsupported clock stretching,
Nicola Corna
[PATCH v4 0/22] On-demand device probing,
Tomeu Vizoso
[PATCH] i2c: tegra: drop duplicated code for assigning algo,
Barry Song
[PULL REQUEST] i2c for 4.3,
Wolfram Sang
[PATCH] i2c: mux: fix compiler warning,
Michele Curti
[PATCH 0/9] i2c: rcar: tackle race conditions in the driver,
Wolfram Sang
- [PATCH 1/9] i2c: rcar: rework hw init, Wolfram Sang
- [PATCH 2/9] i2c: rcar: remove unused IOERROR state, Wolfram Sang
- [PATCH 3/9] i2c: rcar: remove spinlock, Wolfram Sang
- [PATCH 4/9] i2c: rcar: refactor setup of a msg, Wolfram Sang
- [PATCH 5/9] i2c: rcar: init new messages in irq, Wolfram Sang
- [PATCH 6/9] i2c: rcar: don't issue stop when HW does it automatically, Wolfram Sang
- [PATCH 7/9] i2c: rcar: check master irqs before slave irqs, Wolfram Sang
- [PATCH 8/9] i2c: rcar: revoke START request early, Wolfram Sang
- [PATCH 9/9] i2c: rcar: clean up after refactoring, Wolfram Sang
- Re: [PATCH 0/9] i2c: rcar: tackle race conditions in the driver, Laurent Pinchart
- Re: [PATCH 0/9] i2c: rcar: tackle race conditions in the driver, Wolfram Sang
[PATCH 3/3] at24: Support 16-bit devices on SMBus,
Aaron Sierra
[PATCH 1/3] at24: Support SMBus block writes to 16-bit devices,
Aaron Sierra
[PATCH 2/3] at24: Support SMBus byte writes to 16-bit devices,
Aaron Sierra
[PATCH] i2c: Remove setting for 1 second timeout from adapter drivers, Jarkko Nikula
Re: [PATCH v3 2/2] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support,
Thierry Reding
[PATCH] drivers/i2c/muxes/i2c-mux-reg: Change ioread endianness for readback,
York Sun
[PATCH] i2c-mux-reg: fix compilation warnings,
Mike Rapoport
[PATCH 0/6] i2c: designware: Code duplication removal and cleanups,
Jarkko Nikula
[Patch V7] i2c: imx: add runtime pm support to improve the performance,
Gao Pan
[PATCH 1/1] i2c: added FUNC flag for unsupported clock stretching,
Nicola Corna
[Patch V6] i2c: imx: add runtime pm support to improve the performance,
Gao Pan
[PATCH] i2c: muxes: fix leaked i2c adapter device node references,
Vladimir Zapolskiy
[Patch V5] i2c: imx: add runtime pm support to improve the performance,
Gao Pan
[PATCH 0/4] Support multiplexed main SMBus interface on SB800,
Christian Fetzer
[PATCH] drivers: i2c: exynos5: irq spinlock rt-safe,
Anders Roxell
[RESEND PATCH 0/7] Export I2C and OF module aliases in missing drivers,
Javier Martinez Canillas
[Patch V4] i2c: imx: add runtime pm support to improve the performance,
Gao Pan
[RFC] i2c: Revert back to old device naming for ACPI enumerated I2C slaves,
Jarkko Nikula
[PATCH-v5 RESEND 0/5] i2c: pxa: Add support for PXA910 family of device,
Vaibhav Hiremath
i2c imx: suspicious use of runtime PM calls,
Heiner Kallweit
[PATCH 2/2] dts: keystone: Change "ti,davinci-i2c" compatible to "ti,keystone-i2c",
Alexander Sverdlin
[PATCH v2 1/2] i2c: davinci: Optimize clock generation on Keystone SoC,
Alexander Sverdlin
[PATCH] i2c: mux: reg: simplify register size checking,
Wolfram Sang
[PATCH 0/6] ChromeOS EC Kconfig cleanups,
Javier Martinez Canillas
[Patch v4] i2c: imx: implement bus recovery,
Gao Pan
[Patch v3] i2c: imx: implement bus recovery,
Gao Pan
[PATCH repost] i2c: rcar: Fix order of restart and clear status,
Yoshihiro Kaneko
[patch] i2c: xgene-slimpro: dma_mapping_error() doesn't return an error code,
Dan Carpenter
[PATCH v2] i2c: allow specifying separate wakeup interrupt in device tree,
Dmitry Torokhov
[Patch v5] driver/i2c/mux: Add register-based mux i2c-mux-reg,
York Sun
[PATCH] i2c/designware: enable i2c controller to suspend/resume asynchronously,
Fu, Zhonghui
[PATCH] i2c: enable i2c adapter to suspend/resume asynchronously,
Fu, Zhonghui
[PATCH] i2c: enable i2c device to suspend/resume asynchronously,
Fu, Zhonghui
[PATCH v2 0/2] I2C support for NXP LPC18xx family,
Joachim Eastwood
[PATCH RFC] eeprom: at24: extend driver to plug into the NVMEM framework,
Andrew Lunn
[RFC 0/1] i2c: acpi: revert setting a "stable" device name,
Dustin Byford
[Patch v4] driver/i2c/mux: Add register-based mux i2c-mux-reg, York Sun
[PATCH v2 0/5] i2c: img-scb: enchancements to support i2c on pistachio,
Sifan Naeem
[PATCH v2 0/7] i2c: img-scb: fixes to support i2c on pistachio,
Sifan Naeem
Re: [U-Boot] [PATCH v3 01/11] dm: serial: Update binding for PL01x serial UART, Linus Walleij
[RFC PATCH 0/1] i2c: scan ACPI enumerated I2C mux channels,
Dustin Byford
randconfig build error with next-20150812, in drivers/i2c/busses/i2c-i801.c,
Jim Davis
[PATCH v5 0/8] Add support for best effort block read emulation,
Irina Tirdea
unmet direct dependencies in -next,
Richard Weinberger
[PATCH 00/10] i2c: improve i2c client address spaces and their DT support,
Wolfram Sang
- [PATCH 01/10] dt-bindings: add header for generic I2C flags in bindings, Wolfram Sang
- [PATCH 02/10] i2c: add a flag to mark clients as slaves, Wolfram Sang
- [PATCH 03/10] i2c: apply address offset for slaves, too, Wolfram Sang
- [PATCH 04/10] i2c: rename address check functions, Wolfram Sang
- [PATCH 05/10] i2c: make address check indpendent from client struct, Wolfram Sang
- [PATCH 06/10] i2c: apply DT flags when probing, Wolfram Sang
- [PATCH 07/10] i2c: take address space into account when checking for used addresses, Wolfram Sang
- [PATCH 08/10] i2c: support 10 bit and slave addresses in sysfs 'new_device', Wolfram Sang
- [PATCH 09/10] i2c: slave: print warning if slave flag not set, Wolfram Sang
- [PATCH 10/10] i2c: dt: describe generic bindings, Wolfram Sang
- Re: [PATCH 00/10] i2c: improve i2c client address spaces and their DT support, Wolfram Sang
[PATCH 0/4] i2c: move client binding docs to proper place,
Wolfram Sang
[PATCH] i2c: designware: Make debug print in i2c_dw_isr() shorter,
Jarkko Nikula
[PATCH 1/2] i2c: designware: Remove space between variable and its value in debug print,
Jarkko Nikula
[PATCH v4 2/3] i2c: i801: Create iTCO device on newer Intel PCHs,
Matt Fleming
[PATCH v2 0/2] Mediatek I2C fixup,
Eddie Huang
[RFT 0/2] i2c: add support for r8a7795 (RCar H3),
Wolfram Sang
[PATCH v4 0/8] Add support for best effort block read emulation,
Irina Tirdea
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]