linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 09:09:45 to 2016-03-08 02:25:10 UTC [more...]

[PATCH v3] i2c: mediatek: i2c multi transfer optimization
 2016-03-07 18:23 UTC 

[PATCH] i2c: i2c-core: do not use bus internal data
 2016-03-07 17:17 UTC  (3+ messages)

[PATCH v3 00/14] i2c-octeon and i2c-thunderx drivers
 2016-03-07 15:10 UTC  (15+ messages)
` [PATCH v3 01/14] i2c-octeon: Cleanup kerneldoc comments
` [PATCH v3 02/14] i2c-octeon: Cleanup i2c-octeon driver
` [PATCH v3 03/14] i2c-octeon: Cleanup resource allocation code
` [PATCH v3 04/14] i2c-octeon: Support I2C_M_RECV_LEN
` [PATCH v3 05/14] i2c-octeon: Make adapter timeout tunable
` [PATCH v3 06/14] i2c-octeon: Enable high-level controller and improve on bus contention
` [PATCH v3 07/14] dt-bindings: i2c: Add Octeon cn78xx TWSI
` [PATCH v3 08/14] i2c-octeon: Add support for cn78XX chips
` [PATCH v3 09/14] i2c-octeon: Flush TWSI writes with readback
` [PATCH v3 10/14] i2c-octeon: Faster operation when IFLG signals late
` [PATCH v3 11/14] i2c-octeon: Add workaround for broken irqs on CN3860
` [PATCH v3 12/14] i2c-octeon: Split the driver into two parts
` [PATCH v3 13/14] i2c-thunderx: Add i2c driver for ThunderX SOC
` [PATCH v3 14/14] i2c-thunderx: Add smbus support

[PATCH v3 0/8] i2c mux cleanup and locking update
 2016-03-07 10:23 UTC  (7+ messages)

[PATCHv4] i2c: cadence: Fix the kernel-doc warnings
 2016-03-07  9:28 UTC 

[PATCH 1/2] Document: i2c: Add a dt binding for mediatek MT2701 soc
 2016-01-08  1:12 UTC  (3+ messages)

[PATCH v2 00/10] i2c-octeon and i2c-thunderx drivers
 2016-03-06 14:35 UTC  (14+ messages)
` [PATCH v2 01/10] i2c-octeon: Cleanup i2c-octeon driver
` [PATCH v2 02/10] i2c-octeon: Support I2C_M_RECV_LEN
` [PATCH v2 03/10] i2c-octeon: Enable high-level controller and improve on bus contention
` [PATCH v2 04/10] dt-bindings: i2c: add Octeon cn78xx TWSI
` [PATCH v2 05/10] i2c-octeon: Add support for cn78XX chips
` [PATCH v2 06/10] i2c-octeon: Flush TWSI writes with readback
` [PATCH v2 07/10] i2c-octeon: Faster operation when IFLG signals late
` [PATCH v2 08/10] i2c-octeon: Add workaround for chips with broken irqs
` [PATCH v2 09/10] i2c: split i2c-octeon driver and add ThunderX support
` [PATCH v2 10/10] i2c: thunderx: add smbus support

[PULL REQUEST] i2c for 4.5
 2016-03-06 11:52 UTC 

Issues with touchpad / touchscreen on yoga 900
 2016-03-05 14:56 UTC  (10+ messages)

[PATCH v4 00/18] i2c mux cleanup and locking update
 2016-03-04 17:44 UTC  (26+ messages)
` [PATCH v4 01/18] i2c-mux: add common data for every i2c-mux instance
` [PATCH v4 02/18] i2c: i2c-mux-gpio: convert to use an explicit i2c mux core
` [PATCH v4 03/18] i2c: i2c-mux-pinctrl: "
` [PATCH v4 04/18] i2c: i2c-arb-gpio-challenge: "
` [PATCH v4 05/18] i2c: i2c-mux-pca9541: "
` [PATCH v4 06/18] i2c: i2c-mux-pca954x: "
` [PATCH v4 07/18] i2c: i2c-mux-reg: "
` [PATCH v4 08/18] iio: imu: inv_mpu6050: "
` [PATCH v4 09/18] [media] m88ds3103: "
` [PATCH v4 10/18] [media] rtl2830: "
` [PATCH v4 11/18] [media] rtl2832: "
` [PATCH v4 12/18] [media] si2168: "
` [PATCH v4 13/18] [media] cx231xx: "
` [PATCH v4 14/18] of/unittest: "
` [PATCH v4 15/18] i2c-mux: drop old unused i2c-mux api
` [PATCH v4 16/18] i2c: allow adapter drivers to override the adapter locking
` [PATCH v4 17/18] i2c: muxes always lock the parent adapter
` [PATCH v4 18/18] i2c-mux: relax locking of the top i2c adapter during i2c controlled muxing

[PATCH] i2c: imx: add slave support. v2
 2016-03-04 11:06 UTC  (3+ messages)

[RFC PATCH 0/9] iio: Fix ABBA deadlock in inv-mpu6050
 2016-03-04 10:20 UTC  (31+ messages)
` [RFC PATCH 1/9] iio: imu: inv_mpu6050: Fix multiline comments style
` [RFC PATCH 2/9] iio: imu: inv_mpu6050: Fix Yoda conditions
` [RFC PATCH 3/9] iio: imu: inv_mpu6050: Fix newlines to make code easier to read
` [RFC PATCH 4/9] iio: imu: inv_mpu6050: Remove unnecessary parentheses
` [RFC PATCH 6/9] iio: imu: inv_mpu6050: Fix code indent for if statement
` [RFC PATCH 7/9] iio: imu: inv_mpu6050: Fix alignment with open parenthesis
` [RFC PATCH 8/9] i2c: i2c-mux: Allow for NULL select callback
` [RFC PATCH 9/9] iio: imu: inv_mpu6050: Fix deadlock between i2c adapter lock and mpu lock

[PATCH] i2c-smbus: Don't report duplicate alerts
 2016-03-04 10:15 UTC  (3+ messages)

[PATCH] i2c: ismt: Add Intel DNV PCI ID
 2016-03-04  8:38 UTC  (6+ messages)

[PATCHv3 1/2] i2c: cadence: Fix the Documentation
 2016-03-04  4:52 UTC  (6+ messages)
` [PATCHv3 2/2] i2c: cadence: Implement save restore

[PATCH 1/2] i2c: ls1/ls2: add workaround for erratum ERR010027
 2016-03-03 21:37 UTC  (3+ messages)
` [PATCH 2/2] drivers/i2c/i2c-imx.c: improve i2c bus error recovery

[PATCH] Remove extra spaces
 2016-03-03 21:31 UTC  (2+ messages)

[PATCH] i2c: rcar: don't open code of_device_get_match_data()
 2016-03-03 21:26 UTC  (3+ messages)

[PATCH v2] i2c: mediatek: i2c multi transfer optimization
 2016-03-03 21:18 UTC  (2+ messages)

[PATCH] drivers: i2c: Fix qup fifo handling
 2016-03-03 21:14 UTC  (3+ messages)

[PATCH v3 0/6] Add Advantech iManager EC driver set
 2016-03-03 20:48 UTC  (3+ messages)
` [PATCH v3 4/6] Add Advantech iManager I2C driver

[PATCHv2 1/2] bindings: i2c: Add clock entries for i2c-xiic
 2016-03-03  8:45 UTC  (4+ messages)
` [PATCHv2 2/2] i2c: xiic: Implement Power management

[PATCHv2 1/2] i2c: cadence: Fix the Documentation
 2016-03-02  9:05 UTC  (6+ messages)
` [PATCHv2 2/2] i2c: cadence: Implement save restore

[PATCH 1/2] i2c: xiic: Implement Power management
 2016-03-02  5:27 UTC  (3+ messages)

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCH] i2c: brcmstb: allocate correct amount of memory for regmap
 2016-03-01 18:19 UTC  (6+ messages)

[Resend PATCH 00/10] i2c-octeon and i2c-thunderx drivers
 2016-03-01 17:02 UTC  (14+ messages)
` [Resend PATCH 01/10] i2c-octeon: Cleanup i2c-octeon driver
` [Resend PATCH 02/10] i2c-octeon: Support I2C_M_RECV_LEN
` [Resend PATCH 03/10] i2c-octeon: Enable high-level controller and improve on bus contention
` [Resend PATCH 04/10] dt-bindings: i2c: add Octeon cn78xx TWSI
` [Resend PATCH 05/10] i2c-octeon: Add support for cn78XX chips
` [Resend PATCH 06/10] i2c-octeon: Flush TWSI writes with readback
` [Resend PATCH 07/10] i2c-octeon: Faster operation when IFLG signals late
` [Resend PATCH 08/10] i2c-octeon: Add workaround for chips with broken irqs
` [Resend PATCH 09/10] i2c: split i2c-octeon driver and add ThunderX support
  ` [PATCH] i2c-thunderx: fix compile error for x86_64
` [Resend PATCH 10/10] i2c: thunderx: add smbus support

[PATCH] i2c: brcmstb: allocate correct amount of memory for regmap
 2016-03-01 16:19 UTC  (3+ messages)

i2c driver for ch341 usb to i2c converter
 2016-03-01 16:02 UTC 

[PATCH 1/2] i2c: cadence: Fix the Documentation
 2016-03-01  9:25 UTC  (6+ messages)
` [PATCH 2/2] i2c: cadence: Implement save restore

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:40 UTC 

[PATCH V2 1/2] i2c: core: add devm apis for i2c_new_dummy and i2c_unregister
 2016-02-29 13:37 UTC  (2+ messages)
` [PATCH V2 2/2] i2c: Add resource managed version of i2c_{new_dummy, unregister_device}

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: vavdeev17@gmail.com Skype: prodawez389
 2016-02-27 11:54 UTC 

i2c-gpio slave support
 2016-02-25 21:06 UTC  (2+ messages)

[PATCH] i2c: mediatek: i2c multi transfer optimization
 2016-02-25  9:10 UTC  (2+ messages)

[RFC] i2c_check_functionality and error code
 2016-02-24 20:42 UTC  (3+ messages)

[PATCH] i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clock
 2016-02-24 17:29 UTC  (2+ messages)

[RFC PATCH 0/2] ThunderX i2c driver
 2016-02-24 14:13 UTC  (3+ messages)
` [RFC PATCH 1/2] i2c: Split i2c-octeon driver and add ThunderX support
` [RFC PATCH 2/2] i2c: thunderx: Add smbus support

[PATCH] i2c: core: add devm apis for i2c_new_dummy and i2c_unregister
 2016-02-24 11:11 UTC  (2+ messages)

[PATCH 0/3] Improvements to the i2c-piix4 driver
 2016-02-24 10:42 UTC  (5+ messages)
` [PATCH 2/3] i2c-piix4: Always use the same type for port
` [PATCH 3/3] i2c-piix4: Pre-shift the port number

[PATCH v2] i2c: piix4: Support alternative port selection register
 2016-02-24 10:38 UTC  (2+ messages)

[PATCH 0/6] i2c: sort includes for the core
 2016-02-24 10:27 UTC  (8+ messages)
` [PATCH 1/6] i2c: i2c-boardinfo: sort includes
` [PATCH 2/6] i2c: i2c-core: "
` [PATCH 3/6] i2c: i2c-dev: "
` [PATCH 4/6] i2c: i2c-mux: "
` [PATCH 5/6] i2c: i2c-smbus: "
` [PATCH 6/6] i2c: i2c-stub: "

[PATCH] i2c: tegra: don't open code of_device_get_match_data()
 2016-02-24 10:26 UTC  (4+ messages)

[PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS
 2016-02-24 10:21 UTC  (3+ messages)

[RESEND PATCH V7 4/6] i2c: qup: Add bam dma capabilities
 2016-02-24 10:19 UTC  (2+ messages)

[PATCH 0/7] PM runtime regression fixes for omaps
 2016-02-22 17:54 UTC  (8+ messages)
` [PATCH 1/7] mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit

[PATCH V7 0/6] i2c: qup: Add support for v2 tags and bam dma
 2016-02-22 13:41 UTC  (6+ messages)
` [PATCH V7 4/6] i2c: qup: Add bam dma capabilities

[PULL REQUEST] i2c for 4.5
 2016-02-20 22:12 UTC 

[PATCH V2] i2c: i801: Intel DNV_N device IDs SMBus
 2016-02-19 20:48 UTC  (3+ 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).