messages from 2014-05-28 08:11:25 to 2014-06-11 09:17:30 UTC [more...]
[PATCH v7 0/2] i2c: sunxi: add P2WI controller support
2014-06-11 9:17 UTC (3+ messages)
` [PATCH v7 1/2] i2c: sunxi: add P2WI DT bindings documentation
` [PATCH v7 2/2] i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support
[PATCH v6 0/2] i2c: sunxi: add P2WI controller support
2014-06-11 9:12 UTC (6+ messages)
` [PATCH v6 1/2] i2c: sunxi: add P2WI DT bindings documentation
` [PATCH v6 2/2] i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support
i2c: removal of s6000 driver
2014-06-11 8:51 UTC (7+ messages)
[PATCH v5 0/2] i2c: sunxi: add P2WI controller support
2014-06-11 8:07 UTC (10+ messages)
` [PATCH v5 1/2] i2c: sunxi: add P2WI DT bindings documentation
` [PATCH v5 2/2] i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support
[PATCH v2] i2c: add driver for Rockchip RK3xxx SoC I2C adapter
2014-06-10 19:27 UTC (9+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH 1/2] i2c/ACPI: Support for multiple serial bus addresses
2014-06-10 15:09 UTC (6+ messages)
[RESEND2 PATCH v4 0/2] i2c: sunxi: add P2WI controller support
2014-06-10 13:49 UTC (8+ messages)
` [RESEND2 PATCH v4 1/2] i2c: sunxi: add P2WI DT bindings documentation
` [RESEND2 PATCH v4 2/2] i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support
[PATCH v3 1/6] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver
2014-06-10 13:35 UTC (3+ messages)
[PATCH] i2c: algos: add support for sc18im700 master i2c bus with uart interface
2014-06-09 18:45 UTC
randconfig build error with next-20140604, in drivers/i2c/muxes/i2c-mux-pca954x.c
2014-06-09 13:31 UTC (7+ messages)
` [PATCH] i2c: pca954x: Fix compilation without CONFIG_GPIOLIB
[PATCH] i2c: mux: pca954x: fix dependencies
2014-06-09 13:11 UTC
[Patch V3 0/5] I2C ACPI operation region handler
2014-06-09 7:56 UTC (10+ messages)
` [Patch V3 4/5] I2C/ACPI: Add i2c ACPI operation region support
[PATCH 0/7] i2c: Relax mandatory I2C ID table passing
2014-06-07 9:31 UTC (38+ messages)
` [PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled
` [PATCH 2/7] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 3/7] i2c: Add the ability to match device to compatible string without an of_node
` [PATCH 4/7] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [PATCH 5/7] i2c: Make I2C ID tables non-mandatory for DT'ed and/or ACPI'ed devices
` [PATCH 6/7] of/device: Allow I2C devices to OF match without supplying an OF node
` [PATCH 7/7] OF/ACPI/I2C: Add generic match function for the aforementioned systems
[PATCH 0/9] i2c: Relax mandatory I2C ID table passing (+ some creep)
2014-06-06 23:33 UTC (14+ messages)
` [PATCH 1/9] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 2/9] i2c: Add the ability to match device to compatible string without an of_node
` [PATCH 3/9] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [PATCH 4/9] i2c: Make I2C ID tables non-mandatory for DT'ed devices
` [PATCH 6/9] i2c: Provide a temporary .probe2() call-back type
` [PATCH 5/9] i2c: Export i2c_match_id() for direct use by device drivers
` [PATCH 7/9] of/device: Allow I2C devices to OF match without supplying an OF node
` [PATCH 8/9] mfd: 88pm860x: Move over to new I2C device .probe() call
` [PATCH 9/9] mfd: as3722: Rid driver of superfluous I2C device ID structure
[PATCH 4/4] i2c: designware-pci: Add Haswell PCI IDs
2014-06-06 22:44 UTC (2+ messages)
` [4/4] "
[PULL REQUEST] i2c for 3.16
2014-06-06 12:27 UTC
[PATCH] i2c: mux: pca954x needs gpiolib
2014-06-05 11:36 UTC (4+ messages)
autoload i2c-dev module when needed
2014-06-05 8:17 UTC
[PATCH 0/{1,1}] i2c: Make I2C ID tables non-mandatory for DT/ACPI
2014-06-04 6:09 UTC (16+ messages)
` [PATCH] i2c: Make I2C ID tables non-mandatory for DT'ed and/or ACPI'ed devices
[PATCH] i2c: busses: i2c-pxa.c: Fix for possible null pointer dereferenc
2014-06-03 21:30 UTC
i2c/ACPI: Support for multiple serial bus addresses
2014-06-03 18:27 UTC (5+ messages)
[PATCH] i2c: algos: add support for sc18im700 master i2c bus with uart interface
2014-06-03 17:53 UTC
[PATCH] i2c: pca954x: Fix reset GPIO property name
2014-06-03 12:32 UTC (6+ messages)
` [PATCH v2] i2c: pca954x: Use the descriptor-based GPIO API
[PATCH 1/1] i2c: s3c2410: Remove class based instantiation
2014-06-03 12:18 UTC (7+ messages)
[PATCH v2] I2C: mpc: insert DR read in i2c_fixup()
2014-06-03 12:17 UTC (2+ messages)
[PATCH 0/3] i2c: Relax requirement for I2C Device ID tables
2014-06-03 9:18 UTC (13+ messages)
` [PATCH 1/3] i2c: Provide 'device type' to 'OF device node' look-up
` [PATCH 2/3] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 3/3] i2c: Make I2C ID tables non-mandatory for DT'ed and/or ACPI'ed devices
[PATCH] I2C: mpc: insert DR read in i2c_fixup()
2014-06-03 8:45 UTC (5+ messages)
[PATCH v3] i2c: bfin: turn to Resource-managed API in probe function
2014-06-03 8:29 UTC (2+ messages)
[PATCH] drivers: i2c: i2c-st: Update i2c timings
2014-06-03 7:59 UTC (4+ messages)
[PATCH 0/4] i2c: designware: Fixes for Asus T100 and Haswell PCI IDs
2014-06-02 17:36 UTC (6+ messages)
` [PATCH 1/4] i2c: designware: No need to disable already disabled controller
[PATCH V3] i2c: Make of_device_id array const
2014-06-02 17:30 UTC (2+ messages)
[PATCH V2] i2c: remove unnecessary OOM messages
2014-06-02 17:27 UTC (2+ messages)
[PATCH] i2c: davinci: Add block read functionality for IPMI
2014-06-02 16:29 UTC (6+ messages)
[PATCH v2] i2c: nuc900: remove driver
2014-06-02 16:05 UTC (3+ messages)
[PATCH] i2c: imx: update i2c clock divider for each transaction
2014-06-02 16:03 UTC (2+ messages)
[PATCH] i2c: imx: fix the i2c bus hang issue when do repeat restart
2014-06-02 15:54 UTC (2+ messages)
[PATCH v2] i2c: bfin: turn to Resource-managed API in probe function
2014-06-02 12:42 UTC (2+ messages)
[PATCH] i2c: busses: i2c-pxa.c: Fix for possible null pointer dereference
2014-06-02 1:55 UTC (3+ messages)
[PATCH] i2c: nuc900: remove driver
2014-06-01 20:32 UTC
[PATCH 1/2] i2c: rcar: add compatibles for additional SoC
2014-06-01 20:24 UTC (2+ messages)
[PATCH 00/11] i2c: rcar: cleanup series
2014-06-01 20:24 UTC (4+ messages)
[PATCH] i2c-davinci: Handle signals gracefully
2014-06-01 20:11 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).