messages from 2017-11-02 12:23:29 to 2017-11-21 10:10:09 UTC [more...]
[PATCH 0/7] eeprom: at24: switch driver to regmap_i2c
2017-11-21 10:10 UTC (11+ messages)
` [PATCH v2 1/7] eeprom: at24: add basic regmap_i2c support
` [PATCH v2 2/7] eeprom: at24: change at24_translate_offset return type
` [PATCH v2 3/7] eeprom: at24: add regmap-based write function
` [PATCH v2 4/7] eeprom: at24: remove old write functions
` [PATCH v2 5/7] eeprom: at24: add regmap-based read functions
` [PATCH v2 6/7] eeprom: at24: eeprom: at24: remove old "
` [PATCH v2 7/7] eeprom: at24: remove now unneeded smbus-related code
[RFC 0/3] i2c: core: move smbus_alert into i2c-core
2017-11-21 4:04 UTC (4+ messages)
` [RFC 1/3] i2c: smbus: move of_i2c_setup_smbus_alert declaration to i2c-core.h
` [RFC 2/3] i2c: Kconfig: rename variable I2C_SMBUS to I2C_SMBUS_ALERT
` [RFC 3/3] i2c: core: move smbus_alert module into i2c-core
[PATCH v2 0/5] i2c: meson-axg: add I2C controller driver
2017-11-20 21:33 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: update documentation for the Meson-AXG
` [PATCH v2 2/5] i2c: meson: add configurable divider factors
` [PATCH v2 3/5] ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC
` [PATCH v2 4/5] ARM64: dts: meson-axg: describe pin DT info for I2C controller
` [PATCH v2 5/5] ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker
[PATCH] i2c: i801: Fix SMBus ENXIO on resume from suspend
2017-11-20 14:18 UTC (4+ messages)
[PATCH] eeprom: New ee1004 driver for DDR4 memory
2017-11-20 9:35 UTC
[PATCH v1 01/15] i2c: Make i2c_unregister_device() NULL-aware
2017-11-19 16:04 UTC (10+ messages)
` [PATCH v1 09/15] hwmon: (w83781d) Remove duplicate NULL check
` [PATCH v1 13/15] iio: imu: inv_mpu6050: "
` [PATCH v1 15/15] media: i2c: adv748x: "
[PATCH 0/6] decode-dimms: Add support for DDR4 SDRAM memory
2017-11-19 12:37 UTC (7+ messages)
` [PATCH 1/6] decode-dimms: Add preliminary DDR4 support
` [PATCH 2/6] decode-dimms: Decode size and timings of DDR4
` [PATCH 3/6] decode-dimms: Decode misc parameters "
` [PATCH 4/6] decode-dimms: Decode physical characteristics "
` [PATCH 5/6] decode-dimms: Documentation update for DDR4
` [PATCH 6/6] decode-dimms: Verify the CRC of DDR4 data block 1
Support of DDR4 EEPROMs
2017-11-18 18:05 UTC (2+ messages)
[PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
2017-11-18 7:38 UTC (3+ messages)
[PATCH 0/5] i2c: meson-axg: add I2C controller driver
2017-11-17 20:32 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: i2c: update documentation for the Meson-AXG
` [PATCH 2/5] i2c: meson: add configurable divider factors
` [PATCH 3/5] ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC
` [PATCH 4/5] ARM64: dts: meson-axg: describe pin DT info for I2C controller
` [PATCH 5/5] ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker
[PATCH 0/3] imx i2c vs clk framework deadlock fix
2017-11-17 18:05 UTC (4+ messages)
` [PATCH 1/3] i2c: imx: use clk notifier for rate changes
` [PATCH 2/3] i2c: add runtime PM handling to core
` [PATCH 3/3] i2c: imx: use runtime PM provided by core
[PATCH 0/6] R-Car D3 (r8a77995) I2C integration
2017-11-17 16:40 UTC (18+ messages)
` [PATCH 1/6] pinctrl: sh-pfc: r8a77995: add missing pins SCL0 and SDA0 to pinmux data
` [PATCH 2/6] i2c: rcar: enable for R-Car D3 (r8a77995)
` [PATCH 3/6] arm64: renesas: r8a77995: add I2C support
` [PATCH 4/6] arm64: renesas: draak: enable I2C controller 0 and EEPROM
` [PATCH 5/6] arm64: renesas: draak: enable I2C controller 1
` [PATCH 6/6] i2c: rcar: document R8A77970 bindings
[PATCH v11 00/10] Add sbs-manager with smbalert support
2017-11-17 12:15 UTC (8+ messages)
` [PATCH v11 02/10] i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbus
[PATCH RFT] i2c: sh_mobile: make sure to not accidently trigger STOP
2017-11-17 10:05 UTC (2+ messages)
[PATCH 1/2] i2c: imx: add workaround for erratum ERR010027
2017-11-17 8:21 UTC (2+ messages)
` [PATCH 2/2] i2c: imx: implement bus recovery with gpio for Layerscape
[PATCH v6 0/7] drivers/i2c: Add FSI-attached I2C master algorithm
2017-11-16 19:53 UTC (8+ messages)
` [PATCH v6 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v6 2/7] drivers/i2c: Add FSI-attached I2C master algorithm
` [PATCH v6 3/7] drivers/i2c: Add port structure to FSI algorithm
` [PATCH v6 4/7] drivers/i2c: Add abort and hardware reset procedures
` [PATCH v6 5/7] drivers/i2c: Add transfer implementation for FSI algorithm
` [PATCH v6 6/7] drivers/i2c: Add I2C master locking to "
` [PATCH v6 7/7] drivers/i2c: Add bus recovery for "
[PATCH] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
2017-11-15 19:54 UTC
Hello Dear
2017-11-15 11:34 UTC
[PATCH] power: supply: sbs-message: double left shift bug in sbsm_select()
2017-11-15 10:05 UTC (4+ messages)
[PULL REQUEST] i2c for 4.15
2017-11-14 15:37 UTC
[PATCH] i2c: designware: Don't set SCL timings and speed mode when in slave mode
2017-11-14 11:17 UTC (5+ messages)
[PATCH] i2c: sh_mobile: send STOP according to datasheet
2017-11-14 9:10 UTC (3+ messages)
[RFT] i2c: sh_mobile: avoid unnecessary register read
2017-11-14 9:10 UTC (2+ messages)
[PATCH v2 0/2] ARM: pxa: move pxa-i2c.h to platform_data
2017-11-13 17:27 UTC (3+ messages)
` [PATCH v2 1/2] ARM: pxa: move declarations to proper place
` [PATCH v2 2/2] ARM: pxa: move header file out of I2C realm
Re:
2017-11-13 14:55 UTC
Hello Dear
2017-11-13 12:09 UTC
[PATCH v6 0/9] i2c: document DMA handling and add helpers for it
2017-11-11 0:13 UTC (14+ messages)
` [PATCH v6 1/9] i2c: add a message flag for DMA safe buffers
` [PATCH v6 2/9] i2c: add helpers to ease DMA handling
` [PATCH v6 3/9] i2c: dev: mark RDWR buffers as DMA_SAFE
` [PATCH v6 4/9] i2c: refactor i2c_master_{send_recv}
` [PATCH v6 5/9] i2c: add i2c_master_{send|recv}_dmasafe
` [PATCH v6 6/9] i2c: smbus: use DMA safe buffers for emulated SMBus transactions
` [PATCH v6 7/9] i2c: add docs to clarify DMA handling
` [PATCH v6 8/9] i2c: sh_mobile: use core helper to decide when to use DMA
` [PATCH v6 9/9] i2c: rcar: skip DMA if buffer is not safe
[PATCH v1] i2c: ismt: Use %pad specifier for dma_addr_t variables
2017-11-10 18:33 UTC
[PATCH v5 0/7] i2c: designware: add i2c gpio recovery option
2017-11-10 16:12 UTC (12+ messages)
` [PATCH v5 4/7] "
` [PATCH v5 6/7] i2c: davinci: switch to using gpiod for bus recovery gpios
` [PATCH v5 7/7] i2c: remove legacy integer scl/sda gpio for recovery
[PATCH v2] ARM: sa1100: simpad: Correct I2C GPIO offsets
2017-11-10 15:17 UTC (7+ messages)
[PATCH 0/4] i2c: mpc: Clean up clock selection
2017-11-10 7:50 UTC (5+ messages)
` [PATCH 1/4] i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations
` [PATCH 2/4] i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx
` [PATCH 3/4] i2c: mpc: fix PORDEVSR2 mask for MPC8533/44
` [PATCH 4/4] i2c: mpc: always determine I2C clock prescaler at runtime
[PATCH v2 0/3] i2c: at91: slave mode support
2017-11-09 17:22 UTC (4+ messages)
` [PATCH v2 1/3] i2c: at91: segregate master mode specific code from probe and init func
` [PATCH v2 2/3] i2c: at91: split driver into core and master file
` [PATCH v2 3/3] i2c: at91: added slave mode support
i2c-tools: i2cbusses: Avoid buffer overflows in sysfs paths
2017-11-08 21:14 UTC (5+ messages)
[RFT] i2c: sh_mobile: let RuntimePM do the clock handling
2017-11-08 21:07 UTC (3+ messages)
[PATCH] ARM: sa1100: simpad: Correct I2C GPIO offsets
2017-11-08 12:48 UTC (5+ messages)
[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
2017-11-08 11:08 UTC (7+ messages)
` [PATCH 09/12] PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND
[PATCH 0/2] ARM: pxa: move pxa-i2c.h to platform_data
2017-11-07 7:21 UTC (5+ messages)
` [PATCH 1/2] ARM: pxa: move declarations to proper place
` [PATCH 2/2] ARM: pxa: move header file out of I2C realm
[PATCH v2 0/1] at24: support eeproms that do not roll over page reads
2017-11-06 20:26 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v4] i2c: aspeed: Deassert reset in probe
2017-11-06 18:23 UTC (5+ messages)
[PATCH v6] eeprom: at24: Add OF device ID table
2017-11-06 9:13 UTC (3+ messages)
[PATCH RFT 0/5] i2c: sh_mobile: refactor HW init/deinit
2017-11-06 8:54 UTC (9+ messages)
` [PATCH RFT 1/5] i2c: sh_mobile: remove redundant initialization
` [PATCH RFT 2/5] i2c: sh_mobile: remove redundant deinitialization
` [PATCH RFT 3/5] i2c: sh_mobile: manually "inline" two short functions
` [PATCH RFT 4/5] i2c: sh_mobile: use direct writes when accessing ICE bit
` [PATCH RFT 5/5] i2c: sh_mobile: shorten exit of xfer routine
[wsa:i2c/pxa-header-move 1/2] arch/arm/mach-pxa/zylonite_pxa300.c:245:2: error: implicit declaration of function 'pxa_set_i2c_info'
2017-11-05 21:16 UTC
[PATCH v2 0/2] Fix I2C repeated start timing violation on Armada-38x
2017-11-05 12:54 UTC (6+ messages)
` [PATCH v2 2/2] dt-bindings: i2c: Update documentation for "mv78230-a0-i2c"
Looking for AT24 maintainer
2017-11-05 12:31 UTC (4+ messages)
[PATCH] MAINTAINERS: new maintainer for AT24 driver
2017-11-05 12:01 UTC (2+ messages)
[PATCH] i2c: nuc900: remove platform_data, too
2017-11-05 12:01 UTC (2+ messages)
[wsa:i2c/pxa-header-move 1/2] arch/arm/mach-pxa/zeus.c:869:2: error: implicit declaration of function 'pxa_set_i2c_info'
2017-11-05 2:53 UTC
[wsa:i2c/pxa-header-move 1/2] arch/arm/mach-pxa/devices.h:22:46: warning: 'struct i2c_pxa_platform_data' declared inside parameter list will not be visible outside of this definition or declaration
2017-11-04 23:46 UTC
[PATCH] i2c: designware: make *CNT values configurable
2017-11-03 17:23 UTC (3+ messages)
[PATCH RFC 0/4] i2c: at91: slave mode support
2017-11-03 14:26 UTC (11+ messages)
` [PATCH RFC 3/4] i2c: at91: added "
` [PATCH RFC 4/4] i2c: at91: take slave mode capabilities of hardware into account
[PATCH v5 0/3] i2c: Hookup typec power-negotation to the PMIC and charger
2017-11-03 11:55 UTC (8+ messages)
` [PATCH resend v5 3/3] platform/x86: intel_cht_int33fe: Update fusb302 type string, add properties
Darlehensangebot
2017-11-02 12:35 UTC
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).