messages from 2015-11-10 00:51:04 to 2015-11-24 10:22:55 UTC [more...]
[PATCH v1 00/13] intel-lpss: support non-ACPI platforms
2015-11-24 10:22 UTC (10+ messages)
` [PATCH v1 01/13] device property: always check for fwnode type
` [PATCH v1 02/13] device property: rename helper functions
` [PATCH v1 03/13] device property: refactor built-in properties support
` [PATCH v1 04/13] device property: keep single value inplace
` [PATCH v1 05/13] device property: helper macros for property entry creation
` [PATCH v1 06/13] device property: improve readability of macros
` [PATCH v1 07/13] device property: return -EINVAL when property isn't found in ACPI
` [PATCH v1 08/13] device property: Fallback to secondary fwnode if primary misses the property
` [PATCH v1 09/13] mfd: core: propagate device properties to sub devices drivers
[PATCH v2 1/1] x86/platform/iosf_mbi: Remove duplicate definitions
2015-11-24 9:50 UTC (2+ messages)
[RESEND PATCH v2 0/9] eeprom: at24: at24cs series serial number read
2015-11-24 9:44 UTC (10+ messages)
` [RESEND PATCH v2 1/9] eeprom: at24: platform_data: use BIT() macro
` [RESEND PATCH v2 2/9] eeprom: at24: new flag in platform_data
` [RESEND PATCH v2 3/9] eeprom: at24: tie up an additional address for at24cs series
` [RESEND PATCH v2 4/9] eeprom: at24: support reading of the serial number
` [RESEND PATCH v2 5/9] eeprom: at24: export the serial number through sysfs
` [RESEND PATCH v2 6/9] eeprom: at24: improve the device_id table readability
` [RESEND PATCH v2 7/9] eeprom: at24: add the at24cs series to the list of supported devices
` [RESEND PATCH v2 8/9] eeprom: at24: remove a reduntant if
` [RESEND PATCH v2 9/9] eeprom: at24: readability tweaks
i2c slave support für i.mx6
2015-11-24 8:08 UTC (6+ messages)
[PATCHv3 1/2] i2c: cadence: Move to sensible power management
2015-11-24 7:31 UTC (2+ messages)
` [PATCHv3 2/2] i2c: cadence: Remove the suspended flag
[PATCHv3 1/2] i2c: cadence: Move to sensible power management
2015-11-24 7:31 UTC
[PATCH v4] i2c: taos-evm: replace simple_strtoul by kstrto
2015-11-24 7:43 UTC (2+ messages)
` [PATCH v4] i2c: taos-evm: replace simple_strtoul by kstrtou8
[PATCH v2] i2c: cadence: Move to sensible power management
2015-11-24 4:28 UTC (6+ messages)
[PATCH v2] i2c: enable i2c device to suspend/resume asynchronously
2015-11-23 6:25 UTC (4+ messages)
[PATCH v3 0/1] i2c: taos-evm: replace simple_strtoul by kstrtou8
2015-11-21 20:11 UTC (5+ messages)
` [PATCH v3 1/1] "
[PATCH 1/3] i2c: xlr: add support for Sigma Designs controller variant
2015-11-21 12:02 UTC (2+ messages)
[PULL REQUEST] i2c for 4.4
2015-11-20 23:28 UTC
[PATCH v2] i2c: imx: make bus recovery through pinctrl optional
2015-11-20 21:45 UTC
[PATCH] i2c: imx: make bus recovery through pinctrl optional
2015-11-20 18:04 UTC (5+ messages)
iPhone Users List
2015-11-20 15:27 UTC
[PATCH V3] Intel Lewisburg device IDs for SMBus
2015-11-20 15:22 UTC (2+ messages)
[PATCH] i2c: core: fix wakeup irq parsing
2015-11-20 15:19 UTC (3+ messages)
[PATCH 1/3] i2c: Revert "i2c: xiic: Do not reset controller before every transfer"
2015-11-20 15:16 UTC (14+ messages)
` [PATCH 2/3] i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()
` [PATCH 3/3] i2c: xiic: Replace spinlock with mutex
[PATCHv8 1/5] i2c: imx: fix a compiling error
2015-11-20 14:59 UTC (6+ messages)
` [PATCHv8 2/5] watchdog: Add support for Freescale Layerscape platforms
` [PATCHv8 3/5] Documentation: DT: Add entry for Freescale LS1043a-RDB board
` [PATCHv8 4/5] ARM64: dts: add Freescale LS1043a SoC support
` [PATCHv8 5/5] ARM64: dts: add LS1043a-RDB board support
[PATCH] i2c: davinci: Increase module clock frequency
2015-11-20 0:22 UTC (2+ messages)
[PATCH v5 0/3] Support multiplexed main SMBus interface on SB800
2015-11-19 19:13 UTC (4+ messages)
` [PATCH v5 1/3] i2c-piix4: Convert piix4_main_adapter to array
` [PATCH v5 2/3] i2c-piix4: Add support for multiplexed main adapter in SB800
` [PATCH v5 3/3] i2c-piix4: Add adapter port name support for SB800 chipset
[PATCH v3 1/1] i2c: core: replace boolean variable by integer
2015-11-19 16:11 UTC
[PATCH v3 00/11] i2c: rcar: tackle race conditions in the driver
2015-11-19 16:01 UTC (13+ messages)
` [PATCH v3 01/11] i2c: rcar: make sure clocks are on when doing clock calculation
` [PATCH v3 02/11] i2c: rcar: rework hw init
` [PATCH v3 03/11] i2c: rcar: remove unused IOERROR state
` [PATCH v3 04/11] i2c: rcar: remove spinlock
` [PATCH v3 05/11] i2c: rcar: refactor setup of a msg
` [PATCH v3 06/11] i2c: rcar: init new messages in irq
` [PATCH v3 07/11] i2c: rcar: don't issue stop when HW does it automatically
` [PATCH v3 08/11] i2c: rcar: check master irqs before slave irqs
` [PATCH v3 09/11] i2c: rcar: revoke START request early
` [PATCH v3 10/11] i2c: rcar: clean up after refactoring
` [PATCH v3 11/11] i2c: rcar: handle difference in setting up non-first message
[PATCH] i2c: exynos5: register driver early in subsys initcall to avoid probe defer
2015-11-19 13:46 UTC (4+ messages)
[PATCH v3 0/5] i2c: img-scb: enchancements to support i2c on pistachio
2015-11-19 9:35 UTC (6+ messages)
` [PATCH v3 1/5] i2c: img-scb: support I2C_M_IGNORE_NAK
` [PATCH v3 2/5] i2c: img-scb: remove fifo EMPTYING interrupts handle
` [PATCH v3 3/5] i2c: img-scb: add handle for stop detected interrupt
` [PATCH v3 4/5] i2c: img-scb: add handle for Master halt interrupt
` [PATCH v3 5/5] i2c: img-scb: support repeated starts on IP v3.3
[PATCH v2 1/1] i2c: taos-evm: replace simple_strtoul by kstrtou8
2015-11-18 9:39 UTC (3+ messages)
[PATCH v2 00/10] i2c: rcar: tackle race conditions in the driver
2015-11-18 8:17 UTC (19+ messages)
` [PATCH v2 01/10] i2c: rcar: make sure clocks are on when doing clock calculation
` [PATCH v2 02/10] i2c: rcar: rework hw init
` [PATCH v2 03/10] i2c: rcar: remove unused IOERROR state
` [PATCH v2 04/10] i2c: rcar: remove spinlock
` [PATCH v2 05/10] i2c: rcar: refactor setup of a msg
` [PATCH v2 06/10] i2c: rcar: init new messages in irq
[PATCH] i2c: imx: fix build issue for platforms without pinctrl
2015-11-17 23:00 UTC (2+ messages)
[PATCH v6] at24: Support SMBus read/write of 16-bit devices
2015-11-17 16:52 UTC (2+ messages)
[PATCH V5 0/6] i2c: qup: Add support for v2 tags and bam dma
2015-11-17 11:45 UTC (7+ messages)
` [PATCH V5 1/6] i2c: qup: Change qup_wait_writeready function to use for all timeouts
` [PATCH V5 2/6] i2c: qup: Add V2 tags support
` [PATCH V5 3/6] i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
` [PATCH V5 4/6] i2c: qup: Add bam dma capabilities
` [PATCH V5 5/6] dts: msm8974: Add blsp2_bam dma node
` [PATCH V5 6/6] dts: msm8974: Add dma channels for blsp2_i2c1 node
[RESEND PATCH v2 0/9] eeprom: at24: at24cs series serial number read
2015-11-17 9:52 UTC (10+ messages)
` [RESEND PATCH v2 1/9] eeprom: at24: platform_data: use BIT() macro
` [RESEND PATCH v2 2/9] eeprom: at24: new flag in platform_data
` [RESEND PATCH v2 3/9] eeprom: at24: tie up an additional address for at24cs series
` [RESEND PATCH v2 4/9] eeprom: at24: support reading of the serial number
` [RESEND PATCH v2 5/9] eeprom: at24: export the serial number through sysfs
` [RESEND PATCH v2 6/9] eeprom: at24: improve the device_id table readability
` [RESEND PATCH v2 7/9] eeprom: at24: add the at24cs series to the list of supported devices
` [RESEND PATCH v2 8/9] eeprom: at24: remove a reduntant if
` [RESEND PATCH v2 9/9] eeprom: at24: readability tweaks
You have new fax, document 0000250986
2015-11-16 23:27 UTC
[PATCH v2] i2c/designware: enable i2c controller to suspend/resume asynchronously
2015-11-16 15:42 UTC (2+ messages)
[PATCH v2] i2c: enable i2c adapter to suspend/resume asynchronously
2015-11-16 15:37 UTC (2+ messages)
[PATCH v4 0/3] Support multiplexed main SMBus interface on SB800
2015-11-16 12:31 UTC (7+ messages)
` [PATCH v4 1/3] i2c-piix4: Convert piix4_main_adapter to array
` [PATCH v4 2/3] i2c-piix4: Add support for multiplexed main adapter in SB800
` [PATCH v4 3/3] i2c-piix4: Add adapter port name support for SB800 chipset
[PATCH v2 0/2] Mediatek I2C Fixup
2015-11-14 14:38 UTC (6+ messages)
` [PATCH v2 1/2] i2c: mediatek: add i2c first write then read optimization
` [PATCH v2 2/2] i2c: mediatek: fix i2c multi transfer issue in high speed mode
[PATCH] platform/chrome: Fix i2c-designware adapter name
2015-11-10 3:43 UTC (3+ messages)
You have received fax, document 00000694254
2015-11-13 9:21 UTC
[PATCH] i2c: rcar: handle difference in setting up non-first message
2015-11-12 17:36 UTC
[PATCH] i2c: tegra: fix a possible NULL dereference
2015-11-12 16:14 UTC (10+ messages)
[PATCH v2 10/10] i2c: rcar: clean up after refactoring
2015-11-12 14:43 UTC
[PATCH v2 07/10] i2c: rcar: don't issue stop when HW does it automatically
2015-11-12 14:42 UTC (3+ messages)
` [PATCH v2 08/10] i2c: rcar: check master irqs before slave irqs
` [PATCH v2 09/10] i2c: rcar: revoke START request early
You have received a new fax, document 00590081
2015-11-12 6:26 UTC
[PATCH] i2c: rcar: fix a possible NULL dereference
2015-11-12 9:14 UTC (7+ messages)
[PATCH] i2c: taos-evm: replace simple_strtoul by kstrtou8
2015-11-12 7:54 UTC (3+ messages)
[PATCH v5] at24: Support SMBus read/write of 16-bit devices
2015-11-12 7:53 UTC (2+ messages)
i2c devices and regulators
2015-11-12 5:28 UTC
[PATCH] i2c: rcar: make sure clocks are on when doing hw init
2015-11-11 23:54 UTC (6+ messages)
[PATCH v1 1/1] x86/platform/iosf_mbi: Remove duplicate definitions
2015-11-11 17:36 UTC (2+ messages)
[PATCH v4] at24: Support SMBus read/write of 16-bit devices
2015-11-10 15:17 UTC (3+ messages)
designware platdrv and runtime pm?
2015-11-10 8:42 UTC (2+ messages)
[PATCH] power: bq27xxx_battery: Add I2C module check dependency in Kconfig
2015-11-10 3:50 UTC (2+ 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