linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-05 07:25:41 to 2016-06-15 06:48:50 UTC [more...]

[PATCH 00/12] Remove unneeded build directory traversals
 2016-06-15  6:48 UTC  (20+ messages)
` [PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set
` [PATCH 02/12] pwm: Only descend into pwm directory when CONFIG_PWM "
` [PATCH 03/12] amba: Only descend into amba directory when CONFIG_ARM_AMBA "
` [PATCH 04/12] NFC: Only descend into nfc directory when CONFIG_NFC "
` [PATCH 05/12] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS "
` [PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI "
    ` [PATCH] hsi: Build hsi_boardinfo.c into hsi core if enabled
` [PATCH 07/12] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY is set
` [PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C "
` [PATCH 09/12] [media] Only descend into directory when CONFIG_MEDIA_SUPPORT "
` [PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST "
` [PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC "
` [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS "

[PATCH v3 0/8] ACPI overlays
 2016-06-15  6:27 UTC  (12+ messages)
` [PATCH v3 1/8] Documentation: acpi: add SSDT overlays documentation
` [PATCH v3 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v3 4/8] i2c: add support for ACPI reconfigure notifications
  ` [PATCH v3 2/8] acpi: fix enumeration (visited) flags for bus rescans
  ` [PATCH v3 5/8] spi: add support for ACPI reconfigure notifications
` [PATCH v3 6/8] efi: load SSTDs from EFI variables
` [PATCH v3 7/8] acpi: add support for configfs
` [PATCH v3 8/8] acpi: add support for loading SSDTs via configfs

[PATCH v1 1/3] i2c: designware-pci: Make bus number allocation robust
 2016-06-14 22:56 UTC  (3+ messages)
` [PATCH v1 2/3] i2c: designware-pci: Introduce Merrifield support
` [PATCH v1 3/3] i2c: designware-pci: Sort header block alphabetically

[PATCH] i2c: remove __init from i2c_register_board_info()
 2016-06-14 22:18 UTC  (2+ messages)

[PATCH] i2c: tegra: Correct error path in probe
 2016-06-14 20:26 UTC 

[PATCH 00/10] i2c: designware-platdrv: Some improvments related to PM
 2016-06-14 15:39 UTC  (14+ messages)
` [PATCH 01/10] i2c: designware-platdrv: Return error in ->probe() when clk ungate fails
` [PATCH 02/10] i2c: designware-platdrv: Gate clk in error path in ->probe()
` [PATCH 03/10] i2c: designware-platdrv: Unconditionally enable runtime PM
` [PATCH 04/10] i2c: designware-platdrv: Disable autosuspend in error path in ->probe()
` [PATCH 05/10] i2c: designware-platdrv: Fix clk gating in ->remove()
` [PATCH 06/10] i2c: designware-platdrv: Update runtime PM last busy mark in ->probe()
` [PATCH 07/10] i2c: designware-platdrv: Re-init the HW when resuming
` [PATCH 08/10] i2c: designware-platdrv: Check return value from clk_prepare_enable()
` [PATCH 09/10] i2c: designware-platdrv: Simplify code by using dev_get_drvdata()
` [PATCH 10/10] i2c: designware-platdrv: Rework system PM support

[PATCH 0/3] Bug fixes for octeon driver
 2016-06-14  8:03 UTC  (8+ messages)
` [PATCH 1/3] i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
` [PATCH 2/3] i2c: octeon: Add retry logic after receiving STAT_RXADDR_NAK
` [PATCH 3/3] i2c: octeon: Avoid printk after too long SMBUS message

[PATCHv5 0/8] 2c: Relax mandatory I2C ID table passing
 2016-06-13 17:13 UTC  (13+ messages)
              ` [TEST PATCH] rtc: convert ds1307 to interim probe_new

[PATCH v3 1/2] mfd: ti-smusbdig: Add support for the TI SM-USB-DIG
 2016-06-13 15:08 UTC  (2+ messages)
` [PATCH v3 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver

[wsa:renesas/topic/pretimeout 16/16] ERROR: "watchdog_dev_uevent" [drivers/watchdog/pretimeout_userspace.ko] undefined!
 2016-06-13 14:29 UTC 

[PATCH v5] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-06-13  9:54 UTC  (8+ messages)
` [v5] "

[RFC v2 0/2] Match i2c_device_id when using DT ids through ACPI
 2016-06-13  9:26 UTC  (9+ messages)
` [RFC v2 1/2] acpi: Expose acpi_of_match_device
` [RFC v2 2/2] i2c: Pass i2c_device_id to probe func when using DT ids through ACPI

[PATCH v2 1/2] mfd: ti-smusbdig: Add support for the TI SM-USB-DIG
 2016-06-12  6:04 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver

[PULL REQUEST] i2c for 4.7
 2016-06-11 17:57 UTC 

[v10, 0/7] Fix eSDHC host version register bug
 2016-06-11  2:13 UTC  (13+ messages)
` [PATCH 2/4] soc: fsl: add GUTS driver for QorIQ platforms
` [PATCH 3/4] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
` [PATCH 4/4] Revert "powerpc/fsl: Move fsl_guts.h out of arch/powerpc"

[PATCH V4 0/3] i2c: qup: Some misc fixes
 2016-06-10 18:15 UTC  (8+ messages)
` [PATCH V4 1/3] i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled
` [PATCH V4 2/3] i2c: qup: Fix wrong value of index variable
` [PATCH V4 3/3] i2c: qup: Fix error handling

[PATCH v2 07/10] i2c-i801: Fix some inconsistent variable names
 2016-06-10 11:12 UTC  (3+ messages)
` [v2,07/10] "

[PATCH v2 05/10] i2c-i801: Consolidate calls to i801_check_post
 2016-06-10 11:09 UTC  (3+ messages)
` [v2,05/10] "

[PATCH v2 04/10] i2c-i801: Consolidate calls to i801_check_pre()
 2016-06-10 10:52 UTC  (3+ messages)
` [v2,04/10] "

[PATCH v3 06/33] drm: Minimally initialise drm_dp_aux
 2016-06-10 10:50 UTC  (4+ messages)

[PATCH v2 02/10] i2c-i801: Move hostcfg set/reset to i801_access()
 2016-06-10 10:43 UTC  (3+ messages)
` [v2,02/10] "

[PATCH] i2c: designware: Enable ioctl I2C_TIMEOUT
 2016-06-09 20:50 UTC  (4+ messages)

[PATCH V3 0/2] i2c: qup: Some misc fixes
 2016-06-09 20:46 UTC  (5+ messages)
` [PATCH V3 1/2] i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled

[PATCH] i2c: robotfuzz-osif: Constify osif_table
 2016-06-09 20:44 UTC  (2+ messages)

[PATCH] i2c: Provide of_match_table to i2c-mux-reg
 2016-06-09 20:39 UTC  (2+ messages)

[PATCH] i2c: mux: refer to i2c-mux.txt
 2016-06-09 20:34 UTC  (3+ messages)

[PATCH] i2c: jz4780: drop superfluous init
 2016-06-09 20:31 UTC  (3+ messages)

[PATCH] i2c: i801: Drop needless bit-wise OR
 2016-06-09 20:28 UTC  (3+ messages)
`  "

[PATCH v6] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-06-09 19:41 UTC  (3+ messages)

[PATCH 1/2] mfd: sm-usb-dig: Add support for the TI SM-USB-DIG
 2016-06-09 16:14 UTC  (6+ messages)

[PATCH v4 1/2] i2c: qup: add ACPI support
 2016-06-09 13:51 UTC  (4+ messages)
` [PATCH v4 2/2] i2c: qup: support SMBus block read

[PATCH v8 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-06-09 14:53 UTC  (5+ messages)
` [PATCH v8 1/4] i2c: add a protocol parameter to the alert callback
` [PATCH v8 2/4] i2c-smbus: add SMBus Host Notify support
` [PATCH v8 3/4] i2c: i801: add support of Host Notify
` [PATCH v8 4/4] Input: synaptics-rmi4 - add SMBus support

[PATCH v2 09/10] i2c-i801: Null isr data buffer when done with it
 2016-06-09 14:14 UTC  (2+ messages)
` [v2,09/10] "

[PATCH v10 0/8] add i2c driver supported for rk3399
 2016-06-09 14:12 UTC  (4+ messages)

[PATCH v2 08/10] i2c-i801: Handle a protocol error in byte-by-byte isr
 2016-06-09 14:07 UTC  (2+ messages)
` [v2,08/10] "

[PATCH v2 06/10] i2c-i801: Pass around a boolean read/write variable
 2016-06-09 10:05 UTC  (2+ messages)
` [v2,06/10] "

[PATCH v2 03/10] i2c-i801: Move hwpec handling into block transaction
 2016-06-09  9:42 UTC  (2+ messages)
` [v2,03/10] "

[PATCH v2 01/10] i2c-i801: Remove hwpec from block byte-by-byte function
 2016-06-09  9:36 UTC  (2+ messages)
` [v2,01/10] "

[PATCH 1/3] i2c: Split adapter initialisation from registers
 2016-06-09  8:53 UTC  (3+ messages)
` [PATCH 2/3] i2c: Mark adapter as initialised
` [PATCH 3/3] i2c: Export i2c_init_adapter() for use by drivers in early initialisation

[PATCH 1/2][v3] i2c: qup: add ACPI support
 2016-06-08 18:12 UTC  (3+ messages)

[RESEND PATCH 00/14] eeprom: at24: driver rework and at24cs/at24mac support
 2016-06-08  9:22 UTC  (19+ messages)
` [RESEND PATCH 01/14] eeprom: at24: improve the device_id table readability
` [RESEND PATCH 02/14] eeprom: at24: move at24_read() below at24_eeprom_write()
` [RESEND PATCH 03/14] eeprom: at24: coding style fixes
` [RESEND PATCH 04/14] eeprom: at24: call read/write functions via function pointers
` [RESEND PATCH 05/14] eeprom: at24: hide the read/write loop behind a macro
` [RESEND PATCH 06/14] eeprom: at24: split at24_eeprom_read() into specialized functions
` [RESEND PATCH 07/14] eeprom: at24: split at24_eeprom_write() "
` [RESEND PATCH 08/14] eeprom: at24: platform_data: use BIT() macro
` [RESEND PATCH 09/14] eeprom: at24: platform_data: add serial number flag
` [RESEND PATCH 10/14] eeprom: at24: support reading the serial number
` [RESEND PATCH 11/14] eeprom: at24: add the at24cs series to the list of supported devices
` [RESEND PATCH 12/14] eeprom: at24: platform_data: add at24mac series flag
` [RESEND PATCH 13/14] eeprom: at24: add support for at24mac series
` [RESEND PATCH 14/14] eeprom: at24: add at24mac chips to the list of supported devices

[RFC 0/2] Match i2c_device_id when using DT ids through ACPI
 2016-06-08  0:15 UTC  (4+ messages)
` [RFC 1/2] acpi: Expose acpi_of_match_device
` [RFC 2/2] i2c: Pass i2c_device_id to probe func when using DT ids through ACPI

[PATCH v2] drivers/i2c/busses: adding ch341a USB adapter
 2016-06-07 19:25 UTC 

[PATCH v7 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-06-07 14:07 UTC  (6+ messages)
` [PATCH v7 3/4] i2c: i801: add support of Host Notify

[PATCH] power: Add support for LTC1760 Dual Smart Battery System Manager
 2016-06-07  9:17 UTC  (4+ messages)

[PATCH 0/3] i2c: core/designware: Find bus speed from ACPI
 2016-06-06 16:06 UTC  (6+ messages)
` [PATCH 1/3] i2c: core: Cleanup I2C ACPI namespace
` [PATCH 2/3] i2c: core: Add function for finding the bus speed from ACPI
` [PATCH 3/3] i2c: designware: Find "

[PATCH v2 0/5] Add support for the STM32F4 I2C
 2016-06-06 13:21 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: Document the STM32 I2C bindings

Fwd: CONGRATULATIONS
 2016-06-06  2:53 UTC 


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