linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 18:49:39 to 2021-06-02 12:23:14 UTC [more...]

[PATCH v21 RESEND 0/4] add power control in i2c
 2021-06-02 12:23 UTC  (10+ messages)
` [PATCH v21 RESEND 1/4] i2c: core: support bus regulator controlling in adapter
` [PATCH v21 RESEND 2/4] dt-binding: i2c: mt65xx: add vbus-supply property
` [PATCH v21 RESEND 3/4] i2c: mediatek: mt65xx: add optional vbus-supply
` [PATCH v21 RESEND 4/4] arm64: dts: mt8183: add supply name for eeprom

[PATCH 00/10] i2c: xiic: Add features, bug fixes
 2021-06-02 11:17 UTC  (13+ messages)
` [PATCH 01/10] i2c: xiic: Fix Tx Interrupt path for grouped messages
` [PATCH 02/10] i2c: xiic: Add standard mode support for > 255 byte read transfers
` [PATCH 03/10] i2c: xiic: Fix coding style issues
` [PATCH 04/10] i2c: xiic: Add smbus_block_read functionality
` [PATCH 05/10] i2c: xiic: Return value of xiic_reinit
` [PATCH 06/10] i2c: xiic: Fix the type check for xiic_wakeup
` [PATCH 07/10] i2c: xiic: Switch to Xiic standard mode for i2c-read
` [PATCH 08/10] i2c: xiic: Remove interrupt enable/disable in Rx path
` [PATCH 09/10] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible
` [PATCH 10/10] i2c: xiic: Update compatible with new IP version

[PATCH v5 1/4] PCI: Introduce pcim_alloc_irq_vectors()
 2021-06-02  8:51 UTC  (4+ messages)

[i2c-tools PATCH] tools: i2cbusses: Handle bus names like /dev/i2c-0
 2021-06-02  7:25 UTC  (4+ messages)

[PATCH V11 0/2] Implement Shutdown callback for geni_i2c
 2021-06-02  5:07 UTC  (8+ messages)
` [PATCH V11 1/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c
` [PATCH V11 2/2] i2c: i2c-qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops

[RFC PATCH 0/3] Increase SMBus max block size to 255
 2021-06-02  4:41 UTC  (4+ messages)
` [RFC PATCH 1/3] i2c: core: Allow 255 byte transfers for SMBus 3.x
` [RFC PATCH 2/3] i2c: dev: Handle 255 byte blocks for i2c ioctl
` [RFC PATCH 3/3] i2c: aspeed: allow 255 byte block transfers

[PATCH] i2c: bcm-iproc: Add i2c recovery support
 2021-06-02  2:32 UTC  (5+ messages)

[PATCH v2] i2c: bcm-iproc: Add i2c recovery support
 2021-06-02  2:11 UTC  (2+ messages)

[PATCH] misc: eeprom: at24: fix NVMEM name with custom AT24 device name
 2021-06-01 16:23 UTC  (2+ messages)

[PATCH v2 0/6] dt-bindings: Convert mux bindings to schema
 2021-06-01 15:50 UTC  (11+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node errors
` [PATCH v2 2/6] dt-bindings: rtc: nxp,pcf8563: Convert to DT schema
` [PATCH v2 3/6] dt-bindings: mux: Convert mux controller bindings to schema
` [PATCH v2 4/6] dt-bindings: i2c: Convert i2c-mux bindings to DT schema
` [PATCH v2 5/6] dt-bindings: i2c: i2c-mux-pca954x: Convert "
` [PATCH v2 6/6] dt-bindings: i2c: maxim,max9286: Use the i2c-mux.yaml schema

[PATCH v2 0/4] pcf857x: DTS fixes and DT binding to json-schema conversion
 2021-06-01 15:30 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
` [PATCH v2 2/4] ARM: dts: dra7x-evm: Drop "ti,pcf8575"
` [PATCH v2 3/4] x86: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
` [PATCH v2 4/4] dt-bindings: gpio: pcf857x: Convert to json-schema

[PATCH] MAINTAINERS: Add linux-renesas-soc to the Renesas I2C entries
 2021-06-01 15:03 UTC 

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-06-01 15:04 UTC  (24+ messages)
` [PATCH 01/16] i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
` [PATCH 02/16] i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
` [PATCH 03/16] i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc
` [PATCH 08/16] i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param
` [PATCH 10/16] i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
` [PATCH 13/16] i2c: busses: i2c-st: Fix copy/paste function misnaming issues
` [PATCH 14/16] i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
` [PATCH 15/16] i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses
` [PATCH 16/16] i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty'

[PATCH -next] i2c: bcm2835: add missing disable and put clk on error in bcm2835_i2c_probe()
 2021-06-01 14:08 UTC 

[PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform
 2021-06-01 12:51 UTC  (19+ messages)
` [PATCH 1/4] drm/panel: Add ilitek ili9341 panel driver
` [PATCH 2/4] i2c: stm32f4: Fix stmpe811 get xyz data timeout issue
` [PATCH 3/4] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH 4/4] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup

[PATCH] i2c: highlander: add IRQ check
 2021-05-30 19:13 UTC 

[PATCH0/2] Fix deferred probing in the I2C bus drivers
 2021-05-30 16:01 UTC  (4+ messages)

[PULL REQUEST] i2c for v5.13-rc4
 2021-05-30  4:30 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust to removing i2c designware platform data
 2021-05-29  7:49 UTC  (9+ messages)

[PATCH] i2cdetect: Sort the bus list by number
 2021-05-28 19:13 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: i2c-mux: Remove reset-active-low from ssd1307fb examples
 2021-05-28 14:51 UTC  (4+ messages)

[PATCH 0/6] dt-bindings: i2c: renesas: Convert to json-schema
 2021-05-28 14:14 UTC  (18+ messages)
` [PATCH 1/6] i2c: rcar: Drop "renesas,i2c-rcar"
` [PATCH 2/6] dt-bindings: i2c: renesas,i2c: "
` [PATCH 3/6] dt-bindings: i2c: renesas,i2c: Convert to json-schema
` [PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: "
` [PATCH 5/6] dt-bindings: i2c: renesas,riic: "
` [PATCH 6/6] dt-bindings: i2c: renesas,iic-emev2: "

[PATCH v2 1/2] i2c: core: Make debug message even more debuggish
 2021-05-28 14:01 UTC  (3+ messages)
` [PATCH v2 2/2] i2c: core: Propagate all possible errors when requesting recovery GPIOs

[PATCH v2] dt-bindings: i2c: renesas,riic: Convert to json-schema
 2021-05-28 13:48 UTC  (2+ messages)

[PATCH v1 1/6] i2c: acpi: Export i2c_acpi_find_client_by_adev() for users
 2021-05-28 10:01 UTC  (13+ messages)
` [PATCH v1 2/6] staging: atomisp: Replace open-coded i2c_acpi_find_client_by_adev()
` [PATCH v1 3/6] staging: atomisp: Remove unused declarations
` [PATCH v1 4/6] staging: atomisp: Annotate a couple of definitions with __maybe_unused
` [PATCH v1 5/6] staging: atomisp: Move MIPI_PORT_LANES to the only user
` [PATCH v1 6/6] staging: atomisp: Remove unused port_enabled variable

[PATCH] dt-bindings: i2c: brcm,iproc-i2c: convert to the json-schema
 2021-05-28  9:57 UTC  (5+ messages)

[PATCH] i2c: core: export i2c_smbus_pec()
 2021-05-28  8:42 UTC  (2+ messages)

[RESEND PATCH] i2c: s3c2410: fix possible NULL pointer deref on read message after write
 2021-05-28  8:17 UTC  (2+ messages)

[PATCH] i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset
 2021-05-28  8:13 UTC  (4+ messages)

[PATCH 0/2] ARM: dts: r8a7745,r8a7794: Remove generic compatible strings from iic blocks
 2021-05-28  8:03 UTC  (3+ messages)

[PATCH v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-28  2:57 UTC  (13+ messages)
` [PATCH v3 5/7] i2c: aspeed: Add aspeed_set_slave_busy()

[PATCH v2 0/1] dt-bindings-aspeed-i2 Convert to yaml format
 2021-05-28  1:44 UTC  (4+ messages)
` [PATCH v2 1/1] dt-bindings: aspeed-i2c: Convert txt "

[PATCH v1 1/1] i2c: core: Make debug message even more debuggish
 2021-05-27 20:30 UTC  (2+ messages)

[PATCH] i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2C
 2021-05-27 20:23 UTC  (3+ messages)

[RESEND] i2c: mediatek: Rename i2c irq name
 2021-05-27 20:13 UTC  (2+ messages)

[PATCH] i2c: i801: Use standard PCI constants instead of own ones
 2021-05-27 20:10 UTC  (2+ messages)

[PATCH 0/2] i2c: i801: Replace waitqueue with completion API
 2021-05-27 20:09 UTC  (9+ messages)
` [PATCH 1/2] i2c: i801: Remove unneeded warning after wait_event_timeout timeout
` [PATCH 2/2] i2c: i801: Replace waitqueue with completion API

[PATCH] i2c: i801: Don't generate an interrupt on bus reset
 2021-05-27 19:56 UTC  (3+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-27 19:53 UTC  (11+ messages)
` [PATCH v3 2/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
` [PATCH v3 3/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 "

[PATCH v2] i2c: aspeed: disable additional device addresses on ast2[56]xx
 2021-05-27 19:46 UTC  (2+ messages)

[PATCH v10] i2c: virtio: add a virtio i2c frontend driver
 2021-05-27  6:49 UTC  (12+ messages)

[PATCH v4 0/8] Introduce intel_skl_int3472 module
 2021-05-26 12:36 UTC  (12+ messages)
` [PATCH v4 6/8] gpiolib: acpi: Add acpi_gpio_get_io_resource()
` [PATCH v4 7/8] platform/x86: Add intel_skl_int3472 driver

[PATCH v3] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-26 10:04 UTC 

[PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-26  6:52 UTC  (7+ messages)

[PATCH] i2c: designware: Fix kernel-doc
 2021-05-26  5:51 UTC  (2+ messages)

[PATCH i2c-tools] Revert "tools: i2ctransfer: add check for returned length from driver"
 2021-05-25 20:36 UTC  (7+ messages)

[PATCH] iio: accel: fxls8962af: conditionally compile fxls8962af_i2c_raw_read_errata3()
 2021-05-25 20:30 UTC  (2+ messages)

[PATCH] i2c: i801: Use driver name constant instead of function dev_driver_string
 2021-05-25 20:04 UTC 

[PATCH] i2c: i801: Improve i801_setup_hstcfg
 2021-05-25 20:07 UTC 

[PATCH] i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_slaves
 2021-05-25 20:01 UTC 

[PATCH] i2c: i801: Improve status polling
 2021-05-25 19:59 UTC 

[PATCH] i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
 2021-05-25 19:56 UTC  (3+ messages)

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-25 19:53 UTC  (7+ messages)
` [PATCH v4 1/2] i2c: add binding to mark a bus as supporting SMBus-Alert
` [PATCH v4 2/2] i2c: stm32f7: add SMBus-Alert support

[PATCH v2] i2c: I2C_HISI should depend on ACPI
 2021-05-25 19:27 UTC  (2+ messages)

[PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
 2021-05-25 19:23 UTC  (5+ messages)

[PATCH] i2c: icy: Remove unused variable new_fwnode in icy_probe()
 2021-05-25 19:22 UTC  (2+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-25 19:08 UTC  (3+ messages)
` [PATCH v4 01/10] dt-bindings: i2c: i2c-rk3x: add description for rk3568


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