messages from 2014-05-20 12:59:21 to 2014-06-05 15:41:34 UTC [more...]
[PATCH 0/7] i2c: Relax mandatory I2C ID table passing
2014-06-05 15:41 UTC (29+ 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
randconfig build error with next-20140604, in drivers/i2c/muxes/i2c-mux-pca954x.c
2014-06-05 13:11 UTC (5+ messages)
` [PATCH] i2c: pca954x: Fix compilation without CONFIG_GPIOLIB
[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
[RESEND2 PATCH v4 0/2] i2c: sunxi: add P2WI controller support
2014-06-03 8:49 UTC (3+ 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] 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 v3 1/6] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver
2014-06-02 17:14 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 (3+ 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 (4+ messages)
[PATCH v2] i2c: add driver for Rockchip RK3xxx SoC I2C adapter
2014-06-02 12:08 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[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 (3+ messages)
` [PATCH 2/2] i2c: sh_mobile: "
[PATCH 00/11] i2c: rcar: cleanup series
2014-06-01 20:24 UTC (15+ messages)
` [PATCH 01/11] i2c: rcar: not everything needs to be a function
` [PATCH 02/11] i2c: rcar: no need to store irq number
` [PATCH 04/11] i2c: rcar: refactor irq state machine
` [PATCH 05/11] i2c: rcar: check bus free before first message
` [PATCH 03/11] i2c: rcar: refactor bus state machine
` [PATCH 06/11] i2c: rcar: refactor setting up msg
` [PATCH 07/11] i2c: rcar: refactor status bit handling
` [PATCH 08/11] i2c: rcar: remove spinlock
` [PATCH 09/11] i2c: rcar: reuse status bits as enable bits
` [PATCH 10/11] i2c: rcar: janitorial cleanup after refactoring
` [PATCH 11/11] i2c: rcar: update copyright and license information
[PATCH] i2c-davinci: Handle signals gracefully
2014-06-01 20:11 UTC (6+ messages)
[Patch V3 0/5] I2C ACPI operation region handler
2014-05-30 12:37 UTC (14+ messages)
` [Patch V3 1/5] ACPICA: Export acpi_buffer_to_resource symbol
` [Patch V3 2/5] ACPI: Add acpi_bus_attach_private_data() to facilitate to attach data to ACPI handle
` [Patch V3 4/5] I2C/ACPI: Add i2c ACPI operation region support
` [Patch V3 5/5] I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config
` [Patch V3 3/5] ACPI/Thermal: Use acpi_bus_attach_private_data() to attach private data
i2c: removal of s6000 driver
2014-05-27 22:35 UTC (7+ messages)
Your Urgent reply
2014-05-26 17:58 UTC
[Resend Patch 0/9] I2C ACPI operation region handler support
2014-05-23 6:55 UTC (6+ messages)
` [Patch V2 "
[PATCH] i2c: algos: add support for sc18im700 master i2c bus with uart interface
2014-05-22 16:41 UTC
[PATCH] i2c: bfin: turn to Resource-managed API in probe function
2014-05-22 9:12 UTC (3+ messages)
[PATCH] i2c: cadence: fix Kconfig dependency
2014-05-22 4:58 UTC (8+ messages)
(unknown),
2014-05-22 0:06 UTC
[PATCH] i2c: exynos5: Initialise Samsung High Speed I2C controller early
2014-05-21 13:00 UTC (9+ messages)
[PATCH v4 0/2] i2c: sunxi: Change compatibles pattern
2014-05-21 11:35 UTC (7+ messages)
` [PATCH v4 1/2] i2c: sunxi: Change i2c compatibles
` [PATCH v4 2/2] ARM: sunxi: dt: Convert to the new "
[PATCH] i2c: exynos5: add support for HSI2C on Exynos5260 SoC
2014-05-21 11:32 UTC (4+ messages)
[PATCH] i2c: sh_mobile: Don't start transfers when suspending
2014-05-21 11:00 UTC (6+ messages)
[PATCH 00/13] i2c: Use devm_*() functions
2014-05-21 10:59 UTC (5+ messages)
` [PATCH 02/13] i2c: gpio: Use devm_gpio_request()
[PATCH 00/22] Random ARM randconfig fixes in drivers
2014-05-21 10:49 UTC (6+ messages)
` [PATCH] i2c/nuc900: fix ancient build error
[PATCH] i2c-eg20t: Fix Kconfig dependencies
2014-05-21 10:48 UTC (2+ messages)
[PATCH v2 00/10] i2c: sh_mobile: cleanups & bugfixes
2014-05-21 10:44 UTC (2+ messages)
[PATCH] i2c: mux: Use subsys_initcall for the i2c-arb-gpio-challenge
2014-05-21 10:26 UTC (2+ messages)
[PATCH v2] i2c: busses: ali1563: fix checkpatch.pl issues
2014-05-21 8:36 UTC (2+ messages)
[PATCH] i2c: nomadik: Fixup system suspend
2014-05-21 8:33 UTC (2+ messages)
[RFC PATCH] imx-i2c: Add smbus block read support to imx i2c bus
2014-05-21 8:26 UTC (3+ messages)
` [RFC PATCH-v2] SMBus block read support to imx_i2c
[PATCH v4 0/2] i2c: add DMA support for freescale i2c driver
2014-05-21 8:00 UTC (6+ messages)
` [PATCH v4 1/2] "
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).