Linux Kernel I2C Bus Layer
[Prev Page][Next Page]
[PATCH] i2c: mxs: handle spurious interrupt, Wolfram Sang
[PATCH] i2c: muxes: rename first set of drivers to a standard pattern,
Wolfram Sang
[PATCH] I2C: xiic: Add OF binding support,
Lars-Peter Clausen
[RFC v2 0/5] Add NVIDIA Tegra DRM support,
Thierry Reding
Re: [PATCH] eepromer/24cXX: fix leaking file descriptor,
Jean Delvare
[PATCH V2] i2c: Add generic I2C multiplexer using pinctrl API,
Stephen Warren
Re: i2c of mux patches inquiry, Wolfram Sang
[PATCH V3 03/12] i2c/i2c-pxa: Remove conditional compilation of clk code,
Viresh Kumar
[PATCH V1 0/2] i2c: tegra: 10 bit and M_NOSTART support,
Laxman Dewangan
[PATCH] i2c: muxes are not EXPERIMENTAL anymore,
Wolfram Sang
[PATCH 0/3 v2] i2c-tools: Introduce libi2c,
Jean Delvare
[PATCH v4 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems,
Karol Lewandowski
[PATCH-RESEND] Add support for TCA6424,
Andreas Schallenberg
[PATCH 06/13] i2c/i2c-pxa: Remove conditional compilation of clk code, Viresh Kumar
[PATCH] i2c: imx: don't use strcpy but strlcpy, Wolfram Sang
[PATCH 0/4] i2c: small fixes for eg20t,
Wolfram Sang
[PATCH v6] i2c: Add device tree support to i2c-pnx.c,
Roland Stigge
[PATCH v10 0/4] AT91: replace broken TWI driver i2c-at91.c,
Nikolaus Voss
[PATCH v5] i2c: Add device tree support to i2c-pnx.c,
Roland Stigge
[PATCH v4] i2c: Add device tree support to i2c-pnx.c,
Roland Stigge
[PATCH] Add support for TCA6424. Pased on a patch by Michele Bevilacqua., Andreas Schallenberg
[PATCHv8 00/10] I2C fixes,
Shubhrajyoti D
- [PATCHv8 03/10] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv8 09/10] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
- [PATCHv8 10/10] I2C: OMAP: Rename the 1p153 to the erratum id i462, Shubhrajyoti D
- [PATCHv8 07/10] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv8 04/10] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv8 02/10] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv8 08/10] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv8 05/10] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv8 01/10] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv8 06/10] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
- Re: [PATCHv8 00/10] I2C fixes, Wolfram Sang
[PATCH v2] i2c-mpc: avoid I2C abnormal after resuming from deep sleep,
Zhao Chenhui
[PATCH 1/2] i2c-eg20t: add helper function for xfer check,
Tomoya MORINAGA
[PATCH v3] i2c: designware: Add support for 16bit register access,
Stefan Roese
[PATCH v2] i2c: designware: Add support for 16bit register access,
Stefan Roese
[PATCH 1/2] ARM: dt: tegra: seaboard: instantiate pinctrl-based I2C bus mux,
Stephen Warren
[PATCH 1/2] i2c: mux: add device tree support,
Stephen Warren
[PATCH 1/2] i2c: implement i2c_verify_adapter,
Stephen Warren
[PATCH] of/i2c: call i2c_verify_client from of_find_i2c_device_by_node,
Stephen Warren
[PATCH] i2c: designware: Add clk_{un}prepare() support,
Viresh Kumar
RE: About AT91: replace broken TWI driver i2c-at91.c,
Voss, Nikolaus
decode-dimms: Module Configuration Type not reported for DDR2/3,
Andriy Gapon
[PATCH RESEND v3 0/8] arm: lpc32xx: Device tree support, Roland Stigge
[PATCH RESEND v3 1/8] iio: Add device tree support to LPC32xx ADC,
Roland Stigge
[PATCH v3 0/2] i2c/of: Populate multiplexed i2c busses from the device tree.,
David Daney
omap3, sccb, Peter Meerwald
[PATCHv8 00/18] I2C Updates,
Shubhrajyoti D
- [PATCHv8 08/18] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv8 11/18] I2C: OMAP: use devm_* functions, Shubhrajyoti D
- [PATCHv8 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv8 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv8 02/18] I2C: OMAP: Remove reset at init, Shubhrajyoti D
- [PATCHv8 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv8 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv8 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462, Shubhrajyoti D
- [PATCHv8 03/18] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv8 04/18] I2C: OMAP: I2C register restore only if context is lost, Shubhrajyoti D
[PATCHv8 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
[PATCHv8 09/18] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
[PATCHv8 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
[PATCHv8 15/18] I2C: OMAP: make the read ready processing a separate function, Shubhrajyoti D
[PATCHv8 13/18] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
[PATCHv8 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
[PATCHv8 07/18] I2C: OMAP: Optimise the remove code, Shubhrajyoti D
[PATCHv8 12/18] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
[PATCH] i2c: Add support SuperH SH7734 I2C bus controller,
Nobuhiro Iwamatsu
Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller, Shubhrajyoti Datta
[PATCHv7 00/18] I2C updates,
Shubhrajyoti D
- [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv7 07/18] I2C: OMAP: Optimise the remove code, Shubhrajyoti D
- [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv7 02/18] I2C: OMAP: Remove reset at init, Shubhrajyoti D
- [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462, Shubhrajyoti D
- [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
- [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv7 11/18] I2C: OMAP: use devm_* functions, Shubhrajyoti D
- [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv7 08/18] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
- Re: [PATCHv7 00/18] I2C updates, Shubhrajyoti
- <Possible follow-ups>
- [PATCHv7 00/18] I2C updates, Shubhrajyoti D
- [PATCHv7 08/18] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv7 07/18] I2C: OMAP: Optimise the remove code, Shubhrajyoti D
- [PATCHv7 02/18] I2C: OMAP: Remove reset at init, Shubhrajyoti D
- [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
- [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462, Shubhrajyoti D
- [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv7 11/18] I2C: OMAP: use devm_* functions, Shubhrajyoti D
- [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
[PATCH 00/19] I2C updates,
Shubhrajyoti D
- [PATCHv6 19/19] ARM: OMAP4: hwmod data: I2C: add flag for context restore, Shubhrajyoti D
- [PATCHv6 05/19] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv6 11/19] I2C: OMAP: use devm_* functions, Shubhrajyoti D
- [PATCHv6 18/19] I2C: OMAP: Rename the 1p153 to the erratum id i462, Shubhrajyoti D
- [PATCHv6 17/19] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
- [PATCHv6 07/19] I2C: OMAP: Optimise the remove code, Shubhrajyoti D
- [PATCHv6 15/19] I2C: OMAP: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv6 06/19] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv6 02/19] I2C: OMAP: Remove reset at init, Shubhrajyoti D
- [PATCHv6 04/19] I2C: OMAP: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv6 09/19] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv6 10/19] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv6 16/19] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv6 12/19] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv6 13/19] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv6 03/19] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv6 14/19] I2C: OMAP: Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv6 08/19] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv6 01/19] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- Re: [PATCH 00/19] I2C updates, S, Venkatraman
[PATCH] i2c: i2c-mxs: Fix build warning,
Fabio Estevam
i2c-tools: Discussion points about future library,
Jean Delvare
[PATCH v3 0/8] arm: lpc32xx: Device tree support,
Roland Stigge
[PATCH 3/5] i2c: remove ixp2000 driver,
Rob Herring
[PATCHv5 00/18] I2C updates,
Shubhrajyoti D
- [PATCHv5 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv5 03/18] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv5 02/18] I2C: OMAP: Remove reset at init, Shubhrajyoti D
- [PATCHv5 04/18] I2C: OMAP: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv5 07/18] I2C: OMAP: Optimise the remove code, Shubhrajyoti D
- [PATCHv5 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv5 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv5 11/18] I2C: OMAP: use devm_* functions, Shubhrajyoti D
- [PATCHv5 13/18] I2C: OMAP: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv5 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv5 12/18] I2C: OMAP: Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv5 15/18] I2C: OMAP: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv5 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv5 09/18] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv5 08/18] I2C: OMAP: Fix the error handling, Shubhrajyoti D
- [PATCHv5 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv5 18/18] ARM: OMAP4: hwmod data: I2C: add flag for context restore, Shubhrajyoti D
- [PATCHv5 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
[PATCHv4 00/18] I2C updates,
Shubhrajyoti D
- [PATCHv4 01/18] I2C : OMAP : make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv4 14/18] I2C : OMAP : Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv4 17/18] I2C: OMAP : fix missing handling of errata I2C_OMAP3_1P153, Shubhrajyoti D
- [PATCHv4 13/18] OMAP: I2C: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv4 04/18] OMAP: I2C: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv4 11/18] OMAP : I2C : use devm_* functions, Shubhrajyoti D
- [PATCHv4 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv4 02/18] OMAP : I2C : Remove reset at init, Shubhrajyoti D
- [PATCHv4 12/18] I2C : OMAP : Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv4 05/18] OMAP: I2C: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv4 15/18] OMAP4: hwmod data: I2C: add flag for context restore, Shubhrajyoti D
- [PATCHv4 06/18] OMAP: I2C: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv4 03/18] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv4 16/18] i2c: omap: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv4 07/18] OMAP: I2C: Optimise the remove code, Shubhrajyoti D
- [PATCHv4 08/18] OMAP: I2C: Fix the error handling, Shubhrajyoti D
- [PATCHv4 09/18] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv4 18/18] i2c: omap: Do not set the XUDF if the underflow is not reached, Shubhrajyoti D
[PATCH v2 0/8]: arm: lpc32xx: Device tree support,
Roland Stigge
[PATCH 0/7]: arm: lpc32xx: Device tree support,
Roland Stigge
mc13xxx: add I2C support, V5,
Marc Reilly
RE: mc13xxx: add I2C support, V5, Alex Gershgorin
Re: mc13xxx: add I2C support, V5, Marc Reilly
[PATCHv3 00/16] I2C updates,
Shubhrajyoti D
- [PATCHv3 02/16] OMAP : I2C : Remove reset at init, Shubhrajyoti D
- [PATCHv3 04/16] OMAP: I2C: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv3 03/16] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv3 15/16] OMAP4: hwmod data: I2C: add flag for context restore, Shubhrajyoti D
- [PATCHv3 01/16] I2C : OMAP : make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv3 16/16] i2c: omap: make the read ready processing a separate function, Shubhrajyoti D
- [PATCHv3 14/16] I2C : OMAP : Use SET_RUNTIME_PM_OPS, Shubhrajyoti D
- [PATCHv3 13/16] OMAP: I2C: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv3 12/16] I2C : OMAP : Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv3 11/16] OMAP : I2C : use devm_* functions, Shubhrajyoti D
- [PATCHv3 09/16] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv3 10/16] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv3 07/16] OMAP: I2C: Optimise the remove code, Shubhrajyoti D
- [PATCHv3 08/16] OMAP: I2C: Fix the error handling, Shubhrajyoti D
- [PATCHv3 05/16] OMAP: I2C: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv3 06/16] OMAP: I2C: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
[PATCH] i2c: i2c-sh_mobile device tree support,
Magnus Damm
[PATCH v2 0/2] i2c: Don't assume bus nr 0 if none was specified,
Karol Lewandowski
[PATCH 0/5] MIPS: OCTEON: Convert some device to use Device Tree.,
David Daney
[GIT PULL] i2c updates for Linux 3.4, Jean Delvare
i801_smbus: ... you should use it instead of the native driver,
Martin Mokrejs
[PATCH 1/3] i2c-eg20t: Modify MODULE_AUTHOR's email address,
Tomoya MORINAGA
Registering i2c devices with Device Tree,
jonsmirl@xxxxxxxxx
[PULL REQUEST] i2c embedded for 3.4, Wolfram Sang
[PULL REQUEST] i2c embedded, Wolfram Sang
[PATCH v3 0/3] i2c-s3c2410: Updates for exynos4210 and DT-based systems,
Karol Lewandowski
[PATCH] i2c-algo-bit: Don't resched on clock stretching, Jean Delvare
[PATCH v9 0/4] AT91: replace broken TWI driver i2c-at91.c,
Nikolaus Voss
[PATCH] i2c-designware: add optional regulator support,
Mika Westerberg
mc13xxx: add I2C support (now with regmap), V4,
Marc Reilly
[PATCH 0/2] i2c: Don't assume bus nr 0 if none was specified,
Karol Lewandowski
[GIT PULL] i2c fixes for Linux 3.3, Jean Delvare
[PATCH] i2c: Add clk_prepare/clk_unprepare calls to i2c-pxa, Philipp Zabel
[PATCH] i2c-dev: Add support for I2C_M_RECV_LEN,
Jean Delvare
[PATCH 0/2] i2c-tools: Clean up <linux/i2c-dev.h>,
Jean Delvare
mc13xxx: add I2C support (now with regmap), V3,
Marc Reilly
[PATCH] i2c-algo-bit: Fix spurious SCL timeouts under heavy load,
Ville Syrjälä
[PATCH 0/3 v2] Updates for exynos4210 and DT-based systems,
Karol Lewandowski
[PATCH] i2c: designware: Add support for 16bit register access,
Stefan Roese
[PATCH 1/5 v4] i2c/gpio: add DT support,
Jean-Christophe PLAGNIOL-VILLARD
mfd: mc13xxx: add I2C support, V2,
Marc Reilly
[PATCH 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems,
Karol Lewandowski
[PATCH] i2c: Update the FSF address, Jean Delvare
[PATCH RESEND] i2c/nomadik: runtime PM support,
Linus Walleij
[PATCHv2 00/13] I2C updates,
Shubhrajyoti D
- [PATCHv2 03/13] I2C: OMAP: Recover from Bus Busy condition, Shubhrajyoti D
- [PATCHv2 01/13] I2C : OMAP : make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME, Shubhrajyoti D
- [PATCHv2 08/13] OMAP: I2C: Fix the error handling, Shubhrajyoti D
- [PATCHv2 04/13] OMAP: I2C: I2C register restore only if context is lost, Shubhrajyoti D
- [PATCHv2 12/13] I2C : OMAP : Fix the crash in i2c remove, Shubhrajyoti D
- [PATCHv2 07/13] OMAP: I2C: Optimise the remove code, Shubhrajyoti D
- [PATCHv2 11/13] OMAP : I2C : use devm_* functions, Shubhrajyoti D
- [PATCHv2 09/13] I2C: OMAP: Correct I2C revision for OMAP3, Shubhrajyoti D
- [PATCHv2 13/13] OMAP: I2C: Handle error check for pm runtime, Shubhrajyoti D
- [PATCHv2 06/13] OMAP: I2C: Fix the mismatch of pm_runtime enable and disable, Shubhrajyoti D
- [PATCHv2 10/13] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero, Shubhrajyoti D
- [PATCHv2 05/13] OMAP: I2C: Fix the interrupt clearing in OMAP4, Shubhrajyoti D
- [PATCHv2 02/13] OMAP : I2C : Remove reset at init, Shubhrajyoti D
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]