linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-14 07:59:04 to 2016-04-21 08:20:15 UTC [more...]

[PATCH 0/4] i2c: designware: runtime pm fix and improve
 2016-04-21  8:15 UTC  (14+ messages)
` [PATCH 1/4] i2c: designware-platdrv: Fix runtime PM initialization
` [PATCH 2/4] i2c: designware-platdrv: fix unbalanced clk enable and prepare
` [PATCH 3/4] i2c: designware-pcidrv: enable RuntimePM before registering to the core
` [PATCH 4/4] i2c: designware: remove runtime suspend prevention during registration

[PATCH v2 1/2] i2c: s3c2410: Print errno code in error logs
 2016-04-21  7:19 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: s3c2410: Check clk_prepare_enable() return value

[PATCH v2 1/3] i2c: s3c2410: Add missing clock unprepare on probe() error path
 2016-04-21  7:04 UTC  (3+ messages)
` [PATCH v2 2/3] i2c: s3c2410: Minor function-level comment cleanup
` [PATCH v2 3/3] i2c: s3c2410: Cleanup indentation and comment style

[PATCH 1/3] i2c: s3c2410: Add missing clock unprepare on probe() error path
 2016-04-21  7:01 UTC  (7+ messages)
` [PATCH 2/3] i2c: s3c2410: Minor function-level comment cleanup
` [PATCH 3/3] i2c: s3c2410: Cleanup indentation and comment style

[PATCH] i2c: uniphier: add "\n" at the end of error log
 2016-04-21  6:12 UTC 

[PATCH v7 00/24] i2c mux cleanup and locking update
 2016-04-21  1:10 UTC  (27+ messages)
` [PATCH v7 01/24] i2c-mux: add common data for every i2c-mux instance
` [PATCH v7 02/24] i2c: i2c-mux-gpio: convert to use an explicit i2c mux core
` [PATCH v7 03/24] i2c: i2c-mux-pinctrl: "
` [PATCH v7 04/24] i2c: i2c-arb-gpio-challenge: "
` [PATCH v7 05/24] i2c: i2c-mux-pca9541: "
` [PATCH v7 06/24] i2c: i2c-mux-pca954x: "
` [PATCH v7 07/24] i2c: i2c-mux-reg: "
` [PATCH v7 08/24] iio: imu: inv_mpu6050: "
` [PATCH v7 09/24] [media] m88ds3103: "
` [PATCH v7 10/24] [media] rtl2830: "
` [PATCH v7 11/24] [media] rtl2832: "
` [PATCH v7 12/24] [media] si2168: "
` [PATCH v7 13/24] [media] cx231xx: "
` [PATCH v7 14/24] of/unittest: "
` [PATCH v7 15/24] i2c-mux: drop old unused i2c-mux api
` [PATCH v7 16/24] i2c: allow adapter drivers to override the adapter locking
` [PATCH v7 17/24] i2c: muxes always lock the parent adapter
` [PATCH v7 18/24] i2c-mux: relax locking of the top i2c adapter during mux-locked muxing
` [PATCH v7 19/24] i2c-mux: document i2c muxes and elaborate on parent-/mux-locked muxes
` [PATCH v7 20/24] iio: imu: inv_mpu6050: change the i2c gate to be mux-locked
` [PATCH v7 21/24] [media] si2168: "
` [PATCH v7 22/24] [media] rtl2832: "
` [PATCH v7 23/24] [media] rtl2832_sdr: get rid of empty regmap wrappers
` [PATCH v7 24/24] [media] rtl2832: regmap is aware of lockdep, drop local locking hack

[PATCH v6 00/19] i2c-octeon and i2c-thunderx drivers
 2016-04-20 22:28 UTC  (23+ messages)
` [PATCH v6 03/19] i2c: octeon: Rename [read|write]_sw to reg_[read|write]
` [PATCH v6 04/19] i2c: octeon: Introduce helper functions for register access
` [PATCH v6 05/19] i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
` [PATCH v6 06/19] i2c: octeon: Improve error status checking
` [PATCH v6 07/19] i2c: octeon: Use i2c recovery framework
` [PATCH v6 08/19] i2c: octeon: Enable High-Level Controller
` [PATCH v6 10/19] i2c: octeon: Add support for cn78xx chips

[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master
 2016-04-20 20:31 UTC 

[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master
 2016-04-20 18:17 UTC  (2+ messages)

[RESEND PATCH v2 00/13] eeprom: support for at24cs and at24mac
 2016-04-20 14:38 UTC  (9+ messages)
` [RESEND PATCH v2 01/13] eeprom: at24: remove a reduntant if
` [RESEND PATCH v2 04/13] eeprom: at24: make locking more fine-grained
` [RESEND PATCH v2 05/13] eeprom: at24: replace msleep() with usleep_range()

[PATCH 1/2] i2c: s3c2410: Print errno code in error logs
 2016-04-20 13:36 UTC  (5+ messages)
` [PATCH 2/2] i2c: s3c2410: Check clk_prepare_enable() return value

[RFC PATCH v2 00/10] ACPI overlays
 2016-04-19 22:39 UTC  (11+ messages)
` [RFC PATCH v2 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH v2 02/10] acpi: decouple initrd table install from CONFIG_ACPI_INITRD_TABLE_OVERRIDE
` [RFC PATCH v2 03/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH v2 04/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "
` [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH v2 08/10] acpi: add support for configfs
` [RFC PATCH v2 09/10] acpi: add support for loading SSDTs via configfs
` [RFC PATCH v2 10/10] HACK: acpi: configfs: add unload_hanlde_path attribute for tables

[PATCH v2 1/1] add missing UARTs pins and I2C entriesfor AllWinner H3 DTSI
 2016-04-19 19:50 UTC 

[PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS
 2016-04-19 19:49 UTC  (7+ messages)
            `  "

[PATCH v6 00/24] i2c mux cleanup and locking update
 2016-04-19 16:37 UTC  (11+ messages)
` [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance
` [PATCH v6 08/24] iio: imu: inv_mpu6050: convert to use an explicit i2c mux core
` [PATCH v6 20/24] iio: imu: inv_mpu6050: change the i2c gate to be mux-locked

[PATCH v2] i2c: Add generic support passing secondary devices addresses
 2016-04-19 16:27 UTC  (13+ messages)

[PATCH v5 0/2] updates for rk3399 i2c support
 2016-04-19 13:55 UTC  (12+ messages)
` [PATCH v5 1/2] i2c: rk3x: switch to i2c generic dt parsing
` [PATCH v5 2/2] i2c: rk3x: add i2c support for rk3399 soc
  ` [PATCH v6] "

[PATCH v3 1/2] i2c: tegra: add separate function for config_load
 2016-04-19  9:31 UTC  (5+ messages)
  ` [PATCH v3 2/2] i2c: tegra: proper handling of error cases

Greetings!!!
 2016-04-18 20:12 UTC 

[PATCH] i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
 2016-04-18 19:18 UTC  (9+ messages)

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH RFC] I2C: i2c-smbus: add device tree support
 2016-04-18 17:13 UTC  (7+ messages)

[PATCH 1/1] i2c: dln2: Pass forward ACPI companion
 2016-04-18  7:54 UTC  (3+ messages)

[PATCH v2] i2c: tegra: proper handling of error cases
 2016-04-18  7:37 UTC  (2+ messages)

[PATCH] i2c: tegra: proper handling of error cases
 2016-04-18  7:31 UTC  (4+ messages)

[Patch v1] i2c: imx7ulp: add i.MX7ULP i2c controller bus driver
 2016-04-18  2:05 UTC  (3+ messages)

[PATCH v2 1/2] i2c: exynos5: Check clk_prepare_enable() return value
 2016-04-17 13:34 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared

[PATCH v3] i2c: mediatek: i2c multi transfer optimization
 2016-04-16  4:21 UTC  (3+ messages)

[PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS
 2016-04-15 18:20 UTC 

tvp5150 regression after commit 9f924169c035
 2016-04-15 17:08 UTC  (19+ messages)

[PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance
 2016-04-15 15:52 UTC 

[RFC] i2c: device-tree: Handling child nodes which are not i2c devices
 2016-04-15 15:35 UTC 

[PATCH] i2c: core: Add missing of_node_put()
 2016-04-15 15:34 UTC  (3+ messages)

[PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS
 2016-04-15 15:21 UTC 

[PATCH] i2c: designware-platdrv: implement bus recovery
 2016-04-15  7:30 UTC  (8+ messages)

i2c device hangs the whole bus, recovery ?
 2016-04-14 23:34 UTC 

i2c-tools userspace tools
 2016-04-14 21:55 UTC 

[PATCH v2] i2c: efm32: Prevent potential division by zero
 2016-04-14 18:52 UTC  (4+ messages)

[PATCH 1/2] i2c: versatile: Allow compile test build
 2016-04-14 14:31 UTC  (2+ messages)
` [PATCH 2/2] i2c: versatile: Convert to use resource managed devm_* APIs

[PATCH 1/2] i2c: versatile: Allow compilte test build
 2016-04-14 14:29 UTC 

[PATCH] i2c-i801: use MEM resource instead of IO resource
 2016-04-14 14:27 UTC  (5+ messages)

[PATCH 1/2] i2c: exynos5: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-coded
 2016-04-14 13:27 UTC  (4+ messages)
` [PATCH 2/2] i2c: s3c2410: "

[PATCH] i2c: efm32: Prevent potential division by zero
 2016-04-14  9:06 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).