linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-03 11:23:13 to 2016-08-20 16:03:24 UTC [more...]

[RFC 00/17] clk: Add per-controller locks to fix deadlocks
 2016-08-20 16:03 UTC  (25+ messages)
` [RFC 01/17] clk: bcm2835: Rename clk_register to avoid name conflict
` [RFC 02/17] clk: Add clock controller to fine-grain the prepare lock
` [RFC 03/17] clk: s2mps11: Switch to new clock controller API
` [RFC 04/17] clk: samsung: Allocate a clock controller in context
` [RFC 05/17] clk: fixed-rate: Switch to new clock controller API
` [RFC 06/17] clk: gate: "
` [RFC 07/17] clk: mux: "
` [RFC 08/17] clk: fixed-factor: "
` [RFC 09/17] clk: divider: "
` [RFC 10/17] clk: composite: "
` [RFC 11/17] clk: gpio: "
` [RFC 12/17] ASoC: samsung: "
` [RFC 13/17] clk: samsung: audss: "
` [RFC 14/17] clk: samsung: clkout: "
` [RFC 15/17] clk: Use per-controller locking
` [RFC 16/17] Revert "i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared"
` [RFC 17/17] Revert "i2c: s3c2410: fix ABBA deadlock by keeping "

[PATCH v5] i2c: imx: make bus recovery through pinctrl optional
 2016-08-19 22:05 UTC 

[PATCH v4] i2c: imx: make bus recovery through pinctrl optional
 2016-08-19 20:49 UTC 

[PULL REQUEST] i2c for 4.8
 2016-08-19 18:28 UTC 

[PATCH v2 00/10] i2c: Host Notify / i801 fixes
 2016-08-19 13:27 UTC  (11+ messages)
` [PATCH v2 01/10] i2c: i2c-smbus: prevent races on remove when Host Notify is used
` [PATCH v2 02/10] i2c: i801: store and restore the SLVCMD register at load and unload
` [PATCH v2 03/10] i2c: i801: minor formatting issues
` [PATCH v2 04/10] i2c: i801: use BIT() macro for bits definition
` [PATCH v2 05/10] i2c: i801: use the BIT() macro for FEATURES_* also
` [PATCH v2 06/10] i2c: i801: do not report an error if FEATURE_HOST_NOTIFY is not set
` [PATCH v2 07/10] i2c: i2c-smbus: remove double warning message
` [PATCH v2 08/10] i2c: i2c-smbus: fix return value of i2c_handle_smbus_host_notify()
` [PATCH v2 09/10] i2c: i801: warn on i2c_handle_smbus_host_notify() errors
` [PATCH v2 10/10] i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0

[PATCH 0/5] i2c: Host Notify / i801 fixes
 2016-08-19 13:25 UTC  (4+ messages)
` [PATCH 1/5] i2c: i2c-smbus: prevent races on remove when Host Notify is used

[PATCH v9 1/2] i2c: i801: add support of Host Notify
 2016-08-19 13:19 UTC  (5+ messages)

[PATCH 0/8] i2c: designware: Support fast mode plus and high speed
 2016-08-17 16:53 UTC  (10+ messages)
` [PATCH 1/8] i2c: designware: Move clk_freq into struct dw_i2c_dev
` [PATCH 2/8] i2c: designware: get fast plus and high speed *CNT configuration
` [PATCH 3/8] i2c: designware: Enable fast mode plus
` [PATCH 4/8] i2c: designware: set the common config before the if else
` [PATCH 5/8] i2c: designware: Enable high speed mode
` [PATCH 6/8] i2c: core: Cleanup I2C ACPI namespace, take 2
` [PATCH 7/8] i2c: core: Add function for finding the bus speed from ACPI, "
` [PATCH 8/8] i2c: designware: Find bus speed from ACPI

[Patch V3] i2c: imx: add low power i2c bus driver
 2016-08-17  7:59 UTC 

[PATCH v3 0/3] i2c: designware: improve performance for transfers
 2016-08-17 12:48 UTC  (13+ messages)
` [PATCH v3 1/3] i2c: designware: wait for disable/enable only if necessary
` [PATCH v3 2/3] i2c: designware: detect when dynamic tar update is possible
` [PATCH v3 3/3] i2c: designware: do not disable adapter after transfer

[PATCH v4 0/2] Add support for the TI SM-USB-DIG
 2016-08-17  7:45 UTC  (6+ messages)
` [PATCH v4 1/2] mfd: ti-smusbdig: "
` [PATCH v4 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver

i2c: slave support framework improvements
 2016-08-16 13:53 UTC  (16+ messages)

[PATCH v2 0/8] devicetree cleanup for i2c muxes/arbs/gates
 2016-08-16 13:57 UTC  (12+ messages)
  ` [PATCH v2 1/8] dt-bindings: i2c: add support for 'i2c-mux' subnode
  ` [PATCH v2 2/8] dt-bindings: i2c: add support for 'i2c-arb' subnode
` [PATCH v2 3/8] dt-bindings: i2c: add support for 'i2c-gate' subnode
` [PATCH v2 4/8] dt-bindings: i2c: add bindings for nxp,pca9541
` [PATCH v2 5/8] i2c: mux: add support for 'i2c-mux', 'i2c-arb' and 'i2c-gate' DT subnodes
` [PATCH v2 6/8] i2c: mux: inform the i2c mux core about how it is used
` [PATCH v2 7/8] i2c: pca9541: add device tree binding
` [PATCH v2 8/8] i2c: pca954x: "

[PATCH v0 0/4] Use complete() instead of complete_all()
 2016-08-16 13:12 UTC  (10+ messages)
` [PATCH v0 1/4] i2c: bcm-iproc: "
` [PATCH v0 2/4] i2c: bcm-kona: "
` [PATCH v0 3/4] i2c: brcmstb: "
` [PATCH v0 4/4] i2c: meson: "

[PATCH] i2c: bcm-kona: fix inconsistent indenting
 2016-08-15 14:11 UTC  (2+ messages)

Loan Application
 2016-08-14 20:50 UTC 

[PATCH] i2c: at91: fix support of the "alternative command" feature
 2016-08-14 22:34 UTC  (2+ messages)

[PATCH] i2c: ocores: add missed clk_disable_unprepare() on failure paths
 2016-08-14 22:30 UTC  (3+ messages)

[RESEND PATCH 0/2] cros_ec: utilize cros_ec_cmd_xfer_status()
 2016-08-14 22:24 UTC  (6+ messages)
` [RESEND PATCH 1/2] i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
` [RESEND PATCH 2/2] Input: cros_ec_keyb - "

[PATCH] i2c: mux: demux-pinctrl: properly roll back when adding adapter fails
 2016-08-14 22:21 UTC  (2+ messages)

[PATCH v2] eeprom: at24: check if the chip is functional in probe()
 2016-08-14 22:19 UTC  (2+ messages)

[PATCH] i2c: uniphier{-f}: don't print error when adding adapter fails
 2016-08-14 22:17 UTC  (4+ messages)

[PATCH] i2c: don't print error when adding adapter fails
 2016-08-14 22:17 UTC  (20+ messages)
  ` [STLinux Kernel] "

[PATCH] i2c-tools: fix feature test macros for glibc >= 2.20
 2016-08-12 18:34 UTC  (4+ messages)

[PATCH v2] i2c-tools: add .gitignore
 2016-08-12 18:34 UTC  (3+ messages)

[PATCH] i2c: brcmstb: Fix START and STOP conditions
 2016-08-12  5:56 UTC 

[PATCH] eeprom: at24: check if the chip is functional in probe()
 2016-08-11 15:55 UTC  (4+ messages)

[PATCH 0/6] Some Tegra I2C Updates
 2016-08-11 15:01 UTC  (13+ messages)
` [PATCH 1/6] i2c: tegra: Add missing new line characters
` [PATCH 2/6] i2c: tegra: Remove non device-tree support
` [PATCH 3/6] i2c: tegra: Use device name for adapter name
` [PATCH 4/6] i2c: tegra: Simplify I2C resume
` [PATCH 5/6] i2c: tegra: Add runtime power-management support
` [PATCH 6/6] i2c: tegra: Add pinctrl support

[PATCH] i2c: i2c-mv64xxx: add suspend/resume support
 2016-08-11  8:39 UTC  (2+ messages)

[PATCH 0/5] gpu: don't print error when adding adapter fails
 2016-08-10 18:10 UTC  (7+ messages)
` [PATCH 1/5] gpu: drm: amd: amdgpu: amdgpu_i2c: "
` [PATCH 2/5] gpu: drm: mediatek: mtk_hdmi_ddc: "
` [PATCH 3/5] gpu: drm: msm: hdmi: hdmi_i2c: "
` [PATCH 4/5] gpu: drm: radeon: radeon_i2c: "
` [PATCH 5/5] gpu: drm: rockchip: inno_hdmi: "

[PATCH] i2c: slave framework support for SMBus Alert
 2016-08-10  8:26 UTC  (3+ messages)

[PATCH 0/4] media: don't print error when adding adapter fails
 2016-08-10 15:06 UTC  (9+ messages)
` [PATCH 1/4] media: pci: netup_unidvb: "
` [PATCH 2/4] media: pci: pt3: "
` [PATCH 3/4] media: platform: exynos4-is: fimc-is-i2c: "
` [PATCH 4/4] media: usb: dvb-usb-v2: dvb_usb_core: "

[PATCH 0244/1285] Replace numeric parameter like 0444 with macro
 2016-08-10 13:58 UTC  (4+ messages)

[PATCH] video: don't print error when adding adapter fails
 2016-08-10 10:43 UTC  (4+ messages)
` [PATCH] video: fbdev: mb862xx: mb862xx-i2c: "

[PATCH v2] i2c-tools: fix feature test macros for glibc >= 2.20
 2016-08-09 20:53 UTC 

[PATCH] i2c-tools: add .gitignore
 2016-08-09 20:47 UTC  (5+ messages)

[wsa:strings/usb-no-enomem 117/125] drivers/usb/renesas_usbhs/mod_host.c:170:17: warning: unused variable 'dev'
 2016-08-09 17:17 UTC 

[wsa:strings/usb_alloc_urb 52/80] drivers/net/wireless/realtek/rtlwifi/usb.c:907:19: warning: unused variable 'rtlpriv'
 2016-08-09 17:10 UTC 

[Patch V2] i2c: imx: add low power i2c bus driver
 2016-08-09 10:50 UTC  (4+ messages)

Debian Jessie on QNAP TS-112P - Reboot instead of shutdown
 2016-08-08  7:13 UTC 

[PATCH 00/11] use of_property_read_bool
 2016-08-05 12:59 UTC  (3+ messages)
` [PATCH 04/11] i2c: mpc: "
    ` [PATCH 10/11] soc: ti: knav_qmss_queue: "

[PATCH 00/12] Add support for Tegra DPAUX pinctrl
 2016-08-04  6:25 UTC  (5+ messages)
` [PATCH 08/12] i2c: core: Add support for 'i2c-bus' subnode


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).