messages from 2012-08-31 09:23:30 to 2012-09-12 13:44:27 UTC [more...]
[PATCHv7 00/23]I2C big cleanup
2012-09-12 13:44 UTC (37+ messages)
` [PATCHv7 01/23] i2c: omap: switch to devm_* API
` [PATCHv7 02/23] i2c: omap: simplify num_bytes handling
` [PATCHv7 03/23] i2c: omap: decrease indentation level on data handling
` [PATCHv7 05/23] i2c: omap: simplify omap_i2c_ack_stat()
` [PATCHv7 06/23] i2c: omap: split out [XR]DR and [XR]RDY
` [PATCHv7 09/23] i2c: omap: switch over to do {} while loop
` [PATCHv7 15/23] i2c: omap: simplify IRQ exit path
` [PATCHv7 18/23] i2c: omap: remove redundant status read
` [PATCHv7 20/23] i2c: omap: switch to threaded IRQ support
` [PATCHv7 22/23] i2c: omap: switch over to autosuspend API
` [PATCHv7 23/23] i2c: omap: sanitize exit path
` [PATCHv7 04/23] i2c: omap: add blank lines
` [PATCHv7 07/23] i2c: omap: improve i462 errata handling
` [PATCHv7 08/23] i2c: omap: re-factor receive/transmit data loop
` [PATCHv7 10/23] i2c: omap: ack IRQ in parts
` [PATCHv7 11/23] i2c: omap: switch to platform_get_irq()
` [PATCHv7 12/23] i2c: omap: bus: add a receiver flag
` [PATCHv7 13/23] i2c: omap: simplify errata check
` [PATCHv7 14/23] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 16/23] i2c: omap: resize fifos before each message
` [PATCHv7 17/23] i2c: omap: get rid of the "complete" label
` [PATCHv7 19/23] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 21/23] i2c: omap: remove unnecessary pm_runtime_suspended check
[PATCHv8 00/23]I2C big cleanup
2012-09-12 13:25 UTC (25+ messages)
` [PATCHv8 01/22] i2c: omap: switch to devm_* API
` [PATCHv8 04/22] i2c: omap: add blank lines
` [PATCHv8 05/22] i2c: omap: simplify omap_i2c_ack_stat()
` [PATCHv8 08/22] i2c: omap: re-factor receive/transmit data loop
` [PATCHv8 02/22] i2c: omap: simplify num_bytes handling
` [PATCHv8 03/22] i2c: omap: decrease indentation level on data handling
` [PATCHv8 06/22] i2c: omap: split out [XR]DR and [XR]RDY
` [PATCHv8 07/22] i2c: omap: improve i462 errata handling
` [PATCHv8 09/22] i2c: omap: switch over to do {} while loop
` [PATCHv8 10/22] i2c: omap: ack IRQ in parts
` [PATCHv8 11/22] i2c: omap: switch to platform_get_irq()
` [PATCHv8 15/22] i2c: omap: simplify IRQ exit path
` [PATCHv8 16/22] i2c: omap: resize fifos before each message
` [PATCHv8 17/22] i2c: omap: get rid of the "complete" label
` [PATCHv8 18/22] i2c: omap: remove redundant status read
` [PATCHv8 19/22] i2c: omap: switch to threaded IRQ support
` [PATCHv8 21/22] i2c: omap: switch over to autosuspend API
` [PATCHv8 12/22] i2c: omap: bus: add a receiver flag
` [PATCHv8 13/22] i2c: omap: simplify errata check
` [PATCHv8 14/22] i2c: omap: always return IRQ_HANDLED
` [PATCHv8 20/22] i2c: omap: remove unnecessary pm_runtime_suspended check
` [PATCHv8 22/22] i2c: omap: sanitize exit path
[PATCH v3 0/8] i2c: at91: cleanup and dt support
2012-09-12 12:58 UTC (14+ messages)
` [PATCH v3 1/8] i2c: at91: use managed resources
` [PATCH v3 2/8] i2c: at91: add warning about transmission issues for some devices
` [PATCH v3 3/8] i2c: at91: use an id table for SoC dependent parameters
` [PATCH v3 4/8] ARM: at91: do not configure at91sam9g10 twi pio as open-drain
` [PATCH v3 5/8] i2c: at91: add dt support to i2c-at91
` [PATCH v3 6/8] ARM: at91: add clocks for I2C DT entries
` [PATCH v3 7/8] ARM: dts: add twi nodes for atmel SoCs
` [PATCH v3 8/8] ARM: dts: add twi nodes for atmel boards
[PATCH 12/19] i2c-nomadik: Register sub-devices when passed via Device Tree
2012-09-12 10:52 UTC (3+ messages)
[PATCH] at24: make module parameters changeable via sysfs
2012-09-12 9:43 UTC
[PATCH v11 0/4] AT91: replace old i2c-at91.c TWI driver
2012-09-12 7:59 UTC (2+ messages)
[PATCH v11 0/4] AT91: replace old i2c-at91.c TWI driver
2012-09-11 22:13 UTC (11+ messages)
` [PATCH v11 3/4] drivers/i2c/busses/i2c-at91.c: add new driver
[PATCH] i2c/nomadik: stop fetching the regulator
2012-09-11 22:07 UTC (2+ messages)
[PATCH] i2c-mpc: Wait for STOP to hit the bus
2012-09-11 10:13 UTC (4+ messages)
[PATCH] omap-i2c: fix incorrect log message when using a device tree
2012-09-11 9:28 UTC (4+ messages)
[PATCH 0/2] i2c: s3c2410: allow pin pin configuration using pinctrl
2012-09-10 20:02 UTC (12+ messages)
` [PATCH 1/2] i2c: s3c2410: add optional pin configuration using pinctrl interface
` [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured "
[PATCH v3] i2c-core: Fix for lockdep validator
2012-09-10 12:55 UTC (2+ messages)
[GIT PULL] i2c fixes for Linux 3.6
2012-09-10 8:16 UTC
[PATCH] i2c: mxs: correctly setup speed for non devicetree
2012-09-08 15:38 UTC
i2c-eg20t: regression since i2c_add_numbered_adapter change
2012-09-08 13:18 UTC (5+ messages)
[PATCH v2] i2c-core: Fix for lockdep validator
2012-09-08 7:31 UTC (2+ messages)
[PATCH] i2c-core: fix for dep-lock validator
2012-09-07 20:51 UTC (7+ messages)
[PATCH v2] i2c: Adding support for Intel iSMT SMBus 2.0 host controller
2012-09-06 23:32 UTC
[RESEND PATCH] i2c: Adding support for Intel iSMT SMBus 2.0 host controller
2012-09-06 17:24 UTC (3+ messages)
` FW: "
[PATCH v2] i2c: omap: Prevent NULL pointer dereference in remove
2012-09-06 12:21 UTC (2+ messages)
[PATCH] i2c: omap: Prevent NULL pointer dereference in remove
2012-09-06 12:03 UTC (3+ messages)
[PATCH 0/8] i2c: at91: cleanup and dt support
2012-09-06 4:57 UTC (33+ messages)
` [PATCH 1/8] i2c: at91: use managed resources
` [PATCH 2/8] i2c: at91: add warning about transmission issues for some devices
` [PATCH 3/8] i2c: at91: use an id table for SoC dependent parameters
` [PATCH 4/8] ARM: at91: do not configure at91sam9g10 twi pio as open-drain
` [PATCH 7/8] ARM: dts: add twi nodes for atmel SOCs
` [PATCH 5/8] i2c: at91: add dt support to i2c-at91
` [PATCH 6/8] ARM: at91: add clocks for I2C DT entries
` [PATCH 8/8] ARM: dts: add twi nodes for atmel boards
multiple slave addresses for single I2C chip
2012-09-06 3:48 UTC (3+ messages)
[PATCH 3/3] i2c: nomadik: Add Device Tree support to the Nomadik I2C driver
2012-09-05 8:22 UTC (28+ messages)
i2c-core multiplexer handling triggers dep-lock validator
2012-09-04 12:28 UTC (2+ messages)
[PATCH 1/4] i2c: introduce i2c-cbus driver
2012-09-04 11:41 UTC (4+ messages)
[PATCH RESEND 1/2] i2c: pnx: Fix bit definitions
2012-09-04 9:20 UTC (7+ messages)
[PATCH v2 0/8] i2c: at91: cleanup and dt support
2012-09-03 10:20 UTC (9+ messages)
` [PATCH v2 1/8] i2c: at91: use managed resources
` [PATCH v2 2/8] i2c: at91: add warning about transmission issues for some devices
` [PATCH v2 3/8] i2c: at91: use an id table for SoC dependent parameters
` [PATCH v2 4/8] ARM: at91: do not configure at91sam9g10 twi pio as open-drain
` [PATCH v2 5/8] i2c: at91: add dt support to i2c-at91
` [PATCH v2 6/8] ARM: at91: add clocks for I2C DT entries
` [PATCH v2 7/8] ARM: dts: add twi nodes for atmel SoCs
` [PATCH v2 8/8] ARM: dts: add twi nodes for atmel boards
i2c-designware-core: KBUILD_MODNAME undeclared [was: Build regressions/improvements in v3.6-rc1]
2012-08-31 13:18 UTC (3+ messages)
[PATCH] i2c-gpio: Add support for deferred probing
2012-08-31 12:38 UTC (2+ messages)
[PATCH 0/2] dts for i2c-omap: fix incorrect adapter id
2012-08-31 9:53 UTC (4+ messages)
` [PATCH 1/2] i2c-omap: Fix incorrect adapter id when booting from a device tree
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).